body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote锛宼h,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
body {margin:0 auto;font-family: "寰蒋闆呴粦", "瀹嬩綋", Arial, Helvetica, sans-serif;padding:0px;min-width:300px;max-width:640px;letter-spacing: 1px;}
a{text-decoration: none;}
a{color:#568DE8;}
a:link{color:#568DE8}
a:hover{color:#568DE8}
.clearfix {zoom: 1;}
.clearfix:after {content: ".";width: 0;height: 0;visibility: hidden;display: block;clear: both;overflow:hidden;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
input{outline: none;}
.mar-b10{margin-bottom: 10px;}
.mar-b20{margin-bottom: 20px;}

.pic{
    width: 100%;
}
.start{
    max-width: 640px;
    position: fixed;
    bottom: 0;
}

.icon-choose{
    display: none;
    width: 30px;
    height: 30px;
    background: url("../image/adv4/icon_choose.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.box.checked .icon-choose{
    display: block;
}

.process{
    height: 40px;
    border-bottom: 1px solid #E3E3E3;
    box-shadow: 2px 1px 2px #E3E3E3;
    background-color: #ffffff;
    padding: 5px 20px;
}
.process .process-name{
    font-size: 12px;
    color: #979ba3;
    margin-bottom: 4px;
    padding: 0 5px;
}
.process .process-bg{
    height: 14px;
    background-color: #F3F3F3;
}
.process-bg .process-now{
    height: 100%;
    background-color: #6995f7;
}
.process-now.process2{
    width: 10%;
}
.process-bg .mar-r1{
    margin-right: 0.5%;
}

.title{
    padding: 10px 0;
    color: #313132;
    text-align: center;
}
.title .first-title{
    font-size: 16px;
    line-height: 30px;
}
.title .second-title{
    font-size: 14px;
    line-height: 20px;
}
.line{
    display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
    display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
    display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
    display: flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-around;
}
.content{
    padding: 0 5px;
}
/*閫夋嫨闈㈡枡*/
.fabric-box{
    position: relative;
    width: 32%;
    border: 2px solid rgba(255,255,255,0);
    overflow: hidden;
}
.fabric-box img{
    width: 100%;
    height: 100%;
}
.fabric-box .fabric-name{
    position: absolute;
    bottom: 0px;
    width: 94%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #f0f0f0;
    background-color: rgba(0,0,0,0.4);
    padding: 0 3%;
}
.fabric-box.checked{
    border: 2px solid #6ba5f9;
}
.fabric-box.checked .fabric-name{
    color: #6ba5f9;
}
/*閫夋嫨棰嗗瀷鍜岃鍨�*/
.cs-content{
    padding: 0 5px;
}
.cs-box{
    position: relative;
    width: 48%;
    font-size: 12px;
}
.cs-box img{
    width: 98%;
    height: 115px;
    border: 2px solid rgba(255,255,255,0);
}
.cs-box.checked img{
    border: 2px solid #6ba5f9;
}
.cs-box .cs-name{
    color: #323233;
}
.cs-box .cs-desc{
    color: #979798;
}
.three-box{
    width: 32%;
}

/*閫夋嫨缁ｅ瓧浣嶇疆*/
.lettering-place{
    padding-bottom: 25px;
}
.place-box{
    width: 48%;
    position: relative;
}
.place-box img{
    width: 99%;
    border: 2px solid rgba(255,255,255,0);
}
.place-box.checked img{
    border: 2px solid #6ba5f9;
}
.place-box .place-name{
    font-size: 14px;
    letter-spacing: 1px;
}

.lettering-type{
    display: none;
    border-top: 1px solid #e2e3e4;
    margin-bottom: 20px;
}
.type-box{
    width: 32%;
    position: relative;
}
.type-box img{
    width: 98%;
    border: 2px solid rgba(255,255,255,0);
}
.type-box.checked img{
    border: 2px solid #6ba5f9;
}

.lettering-content-title{
    color: #313132;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.lettering-content-box{
    text-align: center;
}
.lettering_content{
    width: 70%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #6ba5f9;
    border-radius: 4px;
    margin: 0 auto;
}
.closing{
    border-top: 1px solid #e2e3e4;
    /*margin-top: 20px;*/
}

/*閫夋嫨韬綋鐗瑰緛*/
.size-content .fabric-box{
    border: 1px solid #c6c6c6;
}
.size-content .fabric-box.checked{
    border: 1px solid #6ba5f9;
}
.basic-size{
    display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
    display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
    display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    line-height: 20px;
    padding: 10px 15px 22px 15px;
    size: 12px;
    color: #313132;
    border-bottom: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    box-shadow: 2px 1px 2px #E3E3E3;
}
.basic-size input{
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #6ba5f9;
    border-radius: 4px;
    text-align: center;
    margin: 0 8px;
}
.size-content-title{
    color: #313132;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.size-layer{
    font-size: 14px;
}
.size-layer-title{
    font-size: 16px;
}
.size-layer-line{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.size-layer input{
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #6ba5f9;
    outline: none;
    border-radius: 4px;
    text-align: center;
    margin: 0 15px 0 5px;
}
.size-layer .item-name{
    display: inline-block;
    width: 80px;
}
.size-pass,.size-next{
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}
.size-layer-btn{
    padding: 10px 20px;
}
.size-pass{
    color: #313132;
    background-color: #ececec;
    border: 1px solid #c6c6c6;
    box-shadow: 1px 1px 1px #e3e3e3;
}
.size-next{
    color: #ffffff;
    background-color: #6a9ef8;
    border: 1px solid #6a9ef8;
    box-shadow: 1px 1px 1px #6a9ef8;
}
/*鍦板潃椤�*/
.neck{
    margin: 0 2px;
}
.sale{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E3E3E3;
    box-shadow: 2px 1px 2px #E3E3E3;
    background-color: #ffffff;
    padding: 5px 12%;
    text-align: center;
}
.sale .icon-sale{
    width: 26px;
    height: 26px;
    background: url("../image/adv4/icon_confirm.png") no-repeat;
    background-size: 100%;
    margin: 6px;
}
.address-title{
    padding: 15px 0;
    border-bottom: 1px solid #E3E3E3;

}
.address-content{
    line-height: 24px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 24px;
}
.address-content-line{
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0 10px 15px;
    font-size: 14px;
}
.address-content-line .line-name{
    display: inline-block;
    width: 70px;
}
.address-content-line input{
    width: 66%;
    height: 30px;
    line-height: 30px;
    margin-left: 16px;
    font-size: 16px;
    border: none;
    outline: none;
}
.address-detail .address{
    width: 80%;
    height: 60px;
    line-height: 30px;
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 15px;
    word-break: break-all;
    white-space: nowrap;
}
.choose-address{
    position: relative;
}
.choose-address-icon{
    position: absolute;
    right: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #757575;
}
.choose-address-icon i{
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background: url("../image/Adv5_1/icon_more.png") no-repeat;
    background-size: 100%;
}
.area_ctrl{
    background-color: #FFFFFF !important;
}

/*鍏充簬鎴戜滑*/
.about-us{
    font-size: 12px;
    margin: 20px 0 30px 0;
}
.about-us .about-us-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.about-us p{
    text-align: center;
    height: 22px;
    line-height: 22px;
}
.company{
    font-size: 12px;
}
.company p{
    text-align: center;
}

.check-product{
    padding: 10px 35px;
}
.check-product-title{
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.product-item{
    position: relative;
    font-size: 12px;
    margin-bottom: 4px;
    width: 100%;
    height: 16px;
    overflow: hidden;
}
.product-item-name,.product-item-value{
    background: #ffffff;
}
.product-item .bg{
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}




.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 640px;
    height: 50px;
    display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
    display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
    display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-around;
}
.footer a{
    width: 50%;
}
.footer .footer-back,.footer .footer-next{
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}
.footer .footer-back{
    background-color: #979ba3;
}
.footer .footer-next  {
    background-color: #6ba5f9;
}

/*鎴愬姛*/
.seller-wechat{
    padding: 20px 0;
}
.seller-wechat p{
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 5px 0;
}
.seller-pic-box{
    margin-top: 10px;
}
.seller-pic{
    width: 120px;
    height: 120px;
}
.seller-wechat .title{
    font-size: 18px;
    margin-bottom: 10px;
}

/*..........................................................*/
/*鏀粯澶辫触*/

#fail-content{
    text-align: center;
}
#fail-content #warming-icon{
    width: 12%;
    height: auto;
    padding: 15px 0;
    margin: 0 auto;
    margin-top: 7px;
}
#fail-content #warming-icon img{
    width: 100%;
    height: 100%;
}
#fail-content .fail-title h1{
    font-size: 17px;
    font-weight: bold;
}
#fail-content .fail-title .sub-title{
    padding: 17px 0;
}
#fail-content .fail-title .sub-title p{
    font-size: 12px;
    color: #313131;
}
#fail-content #reason-btn a {
    margin: 0 auto;
    color: black;
    display: block;
    width: 50%;
    height: 22px;
    border-radius: 5px;
    background-color: #e3e1e2;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
}
#fail-content #reason-btn a:nth-child(1){
    background-color: #658ffb;
    color: white;
}
#fail-content #reason-btn textarea{
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    width: 50%;
    height: 53px;
    border: 1px solid #e3e1e2;
    line-height: 20px;
}
.box-submit{
    padding: 10px 0 16px 0;
}
#submit-btn{
    display: block;
    margin: 0 auto;
    background-color: #658ffb;
    border: 0;
    border-radius: 5px;
    width: 16%;
    height: 22px;
    line-height: 22px;
    color: white;
}
.row-line{
    width: 90%;
    margin: 0 auto;
    border-top:1px solid #e3e1e2;
}
.footer-content{
    text-align: center;
}
.footer-content p:nth-child(1){
    font-size: 12px;
    padding: 18px 0 12px 0;
}
.footer-content p:nth-child(4){
    margin-top:3px;
}
.immatchu {
    margin: 0 auto;
    width: 29%;
    height: auto;
}
.footer-content .immatchu img{
    width: 100%;
    height: 100%;
}
.footer-content p{
    font-size: 10px;
}

/*................................................*/
/*鍏充簬鎴戜滑*/

#intro-content{
    text-align: center;
}
#intro-content h1{
    font-size: 17px;
    margin-top: 20px;
    padding: 23px 0;
}

#intro-content p{
    font-size: 12px;
    margin-bottom: 5px;
}
.empty-content{
    padding: 9px 0;
}

.fail-back{
    display: block;
    margin: 22px auto;
    width:29%;
    height: 22px;
    background-color:#658ffb ;
    line-height: 22px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}

/*................................................*/
/*瀹㈡湇椤鹃棶*/
#about-server{
    text-align: center;
    font-size: 12px;
}
#about-server p:nth-child(1){
    padding-top: 58px;
}
.server-name{
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0;
}
#about-server p:nth-child(4){
    margin-top: 30px;

}
#about-server p:nth-child(6){
    padding-bottom: 10px;
}
#about-server .immatchu .server-pic{
    width: 100%;
    height: auto;
}