* {
    -webkit-user-select: text;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

* {
    margin: 0;
    padding: 0;
}

img, video, audio {
    max-width: 100%;
    max-height: 100%;
}

body {
    -webkit-text-size-adjust: none;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    /* We want to layout our first container vertically */
    -webkit-box-orient: vertical;
    /* we want our child elements to stretch to fit the container */
    -webkit-box-align: stretch;
    /*background:#F8FAFB;*/
}
/* General styles that apply to elements not contained within other classes and styles */
input, textarea {
    -webkit-user-select: text;
}

section, nav, article, aside, hgroup, header, footer {
    display: block;
}

input, textarea, select, button, table {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

img, fieldset {
    border: 0;
}

ul {
    list-style: none;
}

i, em, address {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-border-radius: 5px;
}



/*div vertical space*/
.blank1 {
    margin: 0 auto;
    height: 1px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank2 {
    margin: 0 auto;
    height: 2px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank3 {
    margin: 0 auto;
    height: 3px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank5 {
    margin: 0 auto;
    height: 5px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank8 {
    margin: 0 auto;
    height: 8px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank16 {
    margin: 0 auto;
    height: 16px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank32{margin:0 auto;height:32px;font-size:1px;clear:both;overflow:hidden}



.clearleft {
    clear: left;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.flex {
    display: flex;
}

.hide {
    display: none !important;
}

/* 面包屑 */

.dl_nav{ width:100%; height:32px; font-size:14px; line-height:30px; background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fcfcfc),to(#edeff1)); color:#7c7c7c; border-bottom:1px solid #d8d9da; border-top:1px solid #d8d9da; float:left}
.dl_nav span{ height:30px; border-top:1px solid #FFF; border-bottom:1px solid #f5f6f7; display:block;overflow:hidden; text-overflow:ellipsis; white-space: nowrap }
/*
.dl_nav{ width:100%; height:30px; font-size:14px; line-height:30px; background:#f5f6f7; color:#e1e1e1; text-indent:5px; border-bottom:1px solid #e1e1e1; border-top:2px solid #ff7a4c; float:left}
.dl_nav span{ height:30px; display:block;overflow:hidden; text-overflow:ellipsis; white-space: nowrap;border:0 }
*/
.dl_nav span font{ width:7px; height:13px; background-position:0px -169px; display:inline-block }
.dl_nav a{ padding:5px 5px 3px 5px;color:#b2b2b2 }

.city_a{background:#fff; display:inline-block; padding:2px 0 1px 0; padding-right:6px; margin-left:5px; -webkit-border-radius:0; margin-top:0px}
.city_a .city{padding-top:0}
.city_ch{ margin-top:7px;}

 /*.dl_nav a:first-child {padding-left: 0px;}*/

.body_bg{ background:url(/images/h5/sellerlist.png?v=2019092902);}


        .cred, .red_text, .red_link a, .red_a {
            color: #ff0000;
        }

        .cblack {
    color: #000000;
}

        .colormale{
            color:#53C0F9;
        }

        .colorfemale{
            color:#FF7CB6;
        }
       
        div.pagetitle {
            padding-left: 0px;
            padding-right: 8px;
            height: 28px;
            line-height: 28px;
            overflow: hidden;
        }
        .ellipsispart {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            flex-grow: 1;
            padding-right: 4px;
        }

a.linkgray {
    color: gray;
    padding: 0px;
    text-decoration: underline;
}

/*ui*/

.center-in-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    z-index: 10000;
}


.vblank2{margin:0 1px;width:2px;height:1px; font-size:1px;overflow:hidden}
.vblank4{margin:0 2px;width:4px;height:1px; font-size:1px;overflow:hidden}

.vblank8 {
    margin: 0 4px;
    width: 0px;
    font-size: 1px;
    overflow: hidden;
}

.vblank16 {
    margin: 0 8px;
    width: 0px;
    font-size: 1px;
    overflow: hidden;
}

.vblank32 {
    margin: 0 16px;
    width: 0px;
    font-size: 1px;
    overflow: hidden;
}


/*font size*/
.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f28 {
    font-size: 28px;
}

.f32 {
    font-size: 32px;
}

.fb {
    font-weight: bold;
}

 .relative 
{
     position: relative;
}

    
.singlelinetext{
    white-space: nowrap;text-overflow:ellipsis;overflow:hidden;
}

.common_icon{
    background: url(/images/h5/global.png?v=2017102101);
    background-repeat: no-repeat;
}

/*gototop*/
/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop{display:none;position:fixed;right:10px;bottom:10%;cursor:pointer;width:58px;height:58px; text-align:center;border:0px solid #e5e5e5;background-position:0px -58px;}
#gotoTop em{opacity:0;}
/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
/*鼠标进入的反馈效果*/
#gotoTop:hover{background-position:0px 0px;}

.floatback{
position:fixed;
left:10px;
top:60px;

height:60px;line-height:60px;width:60px;
text-align:center;
vertical-align:middle;
background-color:#ececec; opacity:0.9;border-radius: 50%;
}

.cgray{color:gray;}

.hover{ background:#cbcfd1; background-color:#cbcfd1; color:inherit }
/* header */
.body_div{width:100%; height:auto; margin:0 auto;overflow:hidden; }
.index_div{ width:320px; position:relative }
.header{ background: none repeat scroll 0% 0% #FFF;padding:4px 4px 4px 0px;}
.logo{ width:81px; height:22px; background:url(/images/h5/logo.png);  background-size:81px auto; float:left }
a.logo_a{ width:81px; height:22px; display:block; -webkit-border-radius:2px; margin-left:0px; padding:0px; float:left}
.city{ font-size:12px; color:#7c7c7c; padding:11px 5px 0 5px; float:left }
.city_ch{ width:7px; height:4px; background-position:-0px -193px; margin-top:18px; float:left}
.login{ margin-right:5px; padding-top:4px; font-size:14px; color:#3e3e3e; float:right; white-space: nowrap; }
.login span{ margin-left:1px }
.login span.login_in{ width:56px; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#7c7c7c; display:none; text-align:right }
.login a{ padding:5px 5px 3px 3px }

.city_a{background:#fff; display:inline-block; padding:2px 0 1px 0; padding-right:6px; margin-left:5px; -webkit-border-radius:0; margin-top:0px}
.city_a .city{padding-top:0}
.city_ch{ margin-top:7px;}

#rsm_create, .rsm_create {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    clear: both;
}

.rc_tit {
    height: 22px;
    font-size: 100%;
    font-weight: normal;
    color: #5C677D;
    clear: both;
}

.ulwrap {
    margin-bottom: 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD; /* -webkit-border-radius:10px; */
    background: #fff;
    line-height: 42px;
    overflow: hidden;
    clear: both;
}

    .ulwrap li {
        overflow: hidden; /*position:relative;height:26px;color:#18191A;*/
        line-height: 26px;
        border-bottom: 0px solid #DDDDDD;
        padding: 8px 10px;
    }
/*.ulwrap li:last-child{border:none!important;}*/
.rc_th { /*width:80px;*/
    width: 80px;
    min-height: 26px;
    float: left;
    overflow: hidden;
}

    .rc_th span {
        float: left;
    }

    .rc_th i {
        float: left;
        font-family: Arial;
        color: #FF7201;
        margin-top: 2px;
    }

.rc_td {
    position: relative;
    overflow: hidden;
    color: #494949;
    dislay: flex;
}

.inp_txt {
    float: left;
    width: 100%;
    height: 36px;
    line-height: normal;
    border: none;
    text-align: left; /* background:#F0F3F5;padding:0 5px; */
    padding: 0 18px 0 5px;
    -webkit-box-sizing: border-box;
    border: 1px solid #ececec;
    -webkit-appearance: none;
}

.inp_txt_border {
    -webkit-appearance: none;
    width: 100%;
    height: 26px;
    line-height: normal;
    border: none;
    text-align: left; /* background:#F0F3F5;padding:0 5px; */
    padding: 0 18px 0 5px;
    -webkit-box-sizing: border-box;
    color: #494949;
    border: 1px solid #ccc;
}

.rc_del {
    display: block;
    position: absolute;
    background-position: 0 -50px;
    background-size: 22px auto;
    width: 19px;
    height: 19px;
    top: 4px;
    right: 5px;
}

.c_i { /*color:#ADAEAE!important;*/
}

.c_o {
    color: #FF7108 !important;
}

.rc_go {
    float: left;
    text-align: left;
}

    .rc_go .arrow {
        float: right;
        display: inline;
        width: 6px; /*height:26px;margin-left:10px;background-repeat:no-repeat;background-position:0 7px;*/
        margin: 9px 2px 0 10px;
        background: none !important;
        height: 6px;
        border: solid #A4ADBC;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
    }

.tex_txt {
    float: left;
    width: 196px;
    line-height: normal;
    border: none;
    text-align: left; /* background:#F0F3F5;padding:0 5px; */
    padding: 0 18px 0 5px;
    -webkit-box-sizing: border-box;
    color: #494949;
    border: 1px solid #ececec;
    -webkit-appearance: none;
}

/*form ends*/



/*switch*/

.ul_swicthbuttonlist li.normal {
    background: transparent url("/images/sellerdetails.png?v=2019060401");
    background-position: 0px -48px;

}

.ul_swicthbuttonlist li.select {
    background: transparent url("/images/sellerdetails.png?v=2019060401") ;
    background-position: 0px -80px;
}

.ul_swicthbuttonlist {
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .ul_swicthbuttonlist li {
        overflow: hidden;
        width: 60px;
        height: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 0px;
        float: left;
        margin: 0px 10px 0px 0px;
        cursor: pointer;
        position: relative;
    }

        .ul_swicthbuttonlist li input[type="checkbox"] {
            font-size: 30px;
            width: 0px;
            position: absolute;
            left: -20px;
            top: -20px;
            margin: 0px;
            height: 40px;
            filter: alpha(Opacity=0);
            opacity: 1;
        }


        
.fulllinebutton {
    -webkit-appearance: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    background-color: #2292d1;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
}


.smallbutton {
	height:26px;
	padding:0px 4px 0px 4px;
	line-height:26px;
	
	background-image: -moz-linear-gradient(center top , #FFF, 00ff00);
    background-color: #66B601;
	color:#fff;
	
	text-align:center;
	overflow:hidden;
	border:none;
	-webkit-border-radius:0;
	-webkit-appearance:none;
    height:26px;
	font-size:16px;

    cursor:pointer;
}

.smallbuttonsecond
{
    color:#000;
    background-color:#fff;
    border: 1px solid gray;
    cursor:pointer;
}


cre_btn,.sav_btn{margin:0px 0px;text-align:center;}
.cre_btn input,.sav_btn input,.sav_btn .buttonlink{-webkit-appearance:none;height:42px;line-height:42px;text-align:center;font-size:16px;width:100%;
    background-color: #66B601;    
	color:#fff;border:none;-webkit-border-radius:0;}
.cre_btn input.hover,.sav_btn input.hover{background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0,0.3)), to(rgba(0, 0, 0,0.3)));}
.sav_btn input:first-child{margin-left:0px;}
.sav_btn .s_btn{width:145px;margin:10px 0 10px 10px;}
.sav_btn .rsm_btn{width:145px;line-height:40px;border:1px solid #c4c4c4;background:#fff;margin:0px 0px 0px 10px;color:#000;}



/*radio button list style*/
.ul_radiobuttonlist {
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.clearfix {
    display: inline-block;
}

.ul_radiobuttonlist li.current 
{
    background-image: url("/images/chooseradio.png");
    background-position: top right;
    background-repeat:no-repeat;
    border: 1px solid #66B601;
    color:green;
    /*font-weight:bold;*/
}

.ul_radiobuttonlist li {
    height: 40px;
    line-height: 40px;
    padding:0px 4px 0px 4px;
    font-size: 18px;
    /*color: #555;*/
    text-align: center;    
    float: left;

    margin: 0px 4px 0px 0px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.ul_radiobuttonlist li input[type="radio"] 
{
    font-size:30px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    height: 40px;
    filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0
}

.inputBox .inputText{
            display: inline-block;
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            margin: 0 2px;
            color: #000;	
            border: 1px solid #428bca;
            border-radius: 4px;
            vertical-align: middle;
            text-align:center;
}
 .ul_country_code{
            position:absolute;overflow-y: scroll;border: 1px #b2b2b2 solid;
box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
background-color:#fff;z-index:1000;
        }

        .ul_country_code li{
            padding: 0 5px;
            line-height:32px;
            cursor:pointer;
            font-size:20px;
        }


.countrycode 
{
    width:70px;
    background: url('/images/triangle_down.png') no-repeat 98% center;
}
/*icon*/
.common_icon_all {
    background: url(/images/h5/sellerlist.png?v=2019092902);
    cursor: inherit;
    background-repeat: no-repeat;    
    float: left;
    display: inline-block;
}

.common_icon_comment{
	background-position:  0 0px !important;
    width: 16px;
    height: 16px;
    background-size:16px;    
}

.common_icon_video{
	background-position:  0 -16px !important;
    width: 16px;
    height: 16px;
    background-size:16px;    
}

.common_icon_lbs{
	background-position:  0 -32px !important;
    width: 16px;
    height: 16px;
    background-size:16px;    
}


.common_icon_pin{
	background-position:  0 -48px !important;
    width: 16px;
    height: 16px;
    background-size:16px;    
}

.common_icon_schedule{
	background-position:  0 -64px !important;
    width: 16px;
    height: 16px;
    background-size:16px;    
}


.common_icon_alipay_account{
	background-position:  0 -120px !important;
    width: 24px;
    height: 24px;
    background-size:24px;    
}

.common_icon_alipay_name{
	background-position:  0 -144px !important;
    width: 24px;
    height: 24px;
    background-size:24px;    
}

/* new part */
body 
{
    clear:both; width:1000px; margin:0 auto; 
}



.adatpepcformwrapper
{
      width:600px;            
      margin:0px auto;
}

.adatpepcformwrapperinner{
    width:600px;
}
