/*新人教程CSS*/
*{
    font-family: Microsoft YaHei;
}

/*布局*/
.display-flex {
    display: flex;
}
.display-flex-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-flex-align-content {
    display: flex;
    align-items: center;
}
.display-flex-align-flex-end {
    display: flex;
    align-items: flex-end;
}
.display-flex-space-between {
    display: flex;
    justify-content: space-between;
}
.display-flex-content-end {
    display: flex;
    justify-content: flex-end;
}
.display-flex-space-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.display-flex-align-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.font-weight-600{
    font-weight: 600;
}
.flex-wrap{
    flex-wrap: wrap;
}

/*字体颜色*/
.font-color-ff4040{
    color: #FF4040!important;
}
.font-color-ffffff{
    color: #ffffff!important;
}
.font-color-319cef{
    color: #319cef!important;
}

.font-size-18{
    font-size: 18px;
}

/*标题统一样式实例*/
/*<div class="course-title-box">*/
/*    <div class="course-mark"></div>*/
/*    <div class="course-title">*/
/*       国内收货地址*/
/*    </div>*/
/*</div>*/


/*统一下的下一步实例*/
/*<div class="next-step">*/
/*    <span>我已了解，查看<span style="color: #FF4040;cursor: pointer">下一步</span><img style="width: 20px;margin-top: -3px" src="/yii/web/img/purchase/arrow-right.png" alt=""><span>准备工作</span></span>*/
/*</div>*/


/*内容统一样式*/
.c-content{
    padding-top: 20px;
}
.course-title-box{
    align-items: center;
    display: flex;
    margin: 19px 0 15px 0;
}
.course-mark{
    width: 3px;
    height: 20px;
    background: #FF4040;
    border-radius: 1px;
    margin-right: 20px;
}
.course-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.course-content{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.course-message{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
}
.next-step{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 50px;
    text-align: center;
}
.cursor-style{
    cursor: pointer;
}
.no-click{
    cursor: no-drop!important;
}
.no-cursor-style{
    cursor: no-drop!important;
    background: #999999!important;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.width-100{
    width: 100%;
}


/*海淘准备-账户安全对话框 START*/
.reward-phone-hint, .course-hint-box{
    display: none;
    width: 570px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 21px 15px;
    position: fixed;
    z-index: 3;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -285px;
}
.course-hint-img{
    text-align: right;
}
.course-hint-img img{
    width: 14px;
}
.course-hint-content{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 80px 0 50px 0;
}
.course-hint-btn{
    margin: 44px auto 20px auto;
    width: 120px;
    height: 40px;
    background: #FF4040;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.course-hint-message{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
    text-align: center;
}
/*海淘准备-账户安全对话框 END*/

.sign-in-box{
    text-align: center;
    margin-top: 30px;
}
.sign-in-btn{
    margin: 50px auto 20px auto;
    width: 294px;
    height: 40px;
    background: #FF4040;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 39px;
    cursor: pointer;
    text-align: center;
}
.course-hint-btn-two{
    width: 100px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    color: #999999;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.situationa-img{
    margin-top: 15px;
}
.service-process{
    margin: 35px 0;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.process-item-box img{
    margin-bottom: 23px;
}
.process-item-box{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.no-credit-card, .unsupport-pay, .support-pay{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 40px auto 31px auto;
}
.support-pay{
    margin: 27px auto 30px auto;
}
.unsupport-text{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
.web-introduce{
    width: 330px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 24px 35px;
}
.web-img{
    text-align: center;
}
.web-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 9px auto 21px auto;
}
.web-text{
    width: 261px;
    height: 163px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.web-button{
    width: 150px;
    height: 40px;
    background: #FF4040;
    border-radius: 5px;
    margin: 10px auto 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
}
.support-pay-img{
    margin-left: -65px;
}
.unsupport-pay-img{
    margin-left: -13px;
}
.pay-box{
    text-align: center;
    margin: 30px 50px 0 50px;
}
.payType{
    margin-top: 19px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.forecast-box{
    margin-top: 30px;
    width: 100%;
    height: 325px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
}
.dianjiImg{
    width: 20px;
    margin-top: -4px;
    margin-right: 5px;
}
.guide-box{
    margin: 35px auto 15px auto;
    width: 515px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #319CEF;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #319CEF;
    line-height: 45px;
}
.shipping-select{
    width: 187px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.return-goods-box{
    width: 279px;
    height: 138px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 30px 35px;
}
.warm-prompt{
    margin-right: 20px;
}
.add-server-img{
    width: 497px;
    height: 317px;
    margin: 10px auto;
}
.iframe-video{
    width: 960px;
    height: 400px;
}
.iframe-address-box, .iframe-addAddress{
    width: 800px;
    height: 1000px;
}

.iframe-address-box footer{
    display: none!important;
}
.iframe-address-box{
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -500px;
    left: 50%;
    margin-left: -400px;
    z-index: 4;
}
.video-iframe-box{
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -480px;
    z-index: 4;
}
.close-video-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}
.more-operation{
    width: 250px;
    height: 186px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin: 10px 15px 10px 0;
    padding: 27px 30px;
    text-align: center;
}
.more-operation:hover{
    border: 1px solid #FF4040;
    font-weight: 600;
}
.customs-box{
    width: 1070px;
    background: #FFFFFF;
    border: 2px solid #FE9829;
    border-radius: 10px;
    padding: 32px 31px;
}
.package-top-box{
    width: 560px;
    height: 32px;
    background: #FE9829;
    border-radius: 10px;
    margin: 0 auto;
    padding: 11px 0;
}
.package-top-message{
    width: 400px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 auto;
}
.package-box{
    width: 1082px;
    height: 535px;
    background: #FFFFFF;
    border: 12px solid #FE9829;
    border-radius: 10px;
    padding: 22px 15px;
    margin-top: -10px;
}
.package-text{
    padding: 0 110px;
}
.package-text-1 img{
    margin-left: 30px;
}
.package-text-2 img{
    margin-top: -130px;
    margin-right: 30px;
}
.dryingDheet{
    width: 335px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #319CEF;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #319CEF;
    line-height: 45px;
    margin-top: 35px;
}
.tool-box{
    text-align: center;
    width: 250px;
    height: 250px;
    background: #FEBC1E;
    border-radius: 10px;
    padding-top: 57px;
    cursor: pointer;
}
.tool-box-text{
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.question-box{
    margin: 0 15px 20px 15px;
    width: 150px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #FF4040;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 49px;
    text-align: center;
}
.question-box:hover{
    background: #FF4040;
    color: #FFFFFF;
}
.question-box-active{
    background: #FF4040;
    color: #FFFFFF;
}
.cut-line{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin: 10px 0;
}
.question-content-box{
    margin-top: 20px;
}
.storage-code{
    margin-top: 15px;
}
.logined-address{
    display: none;
}





/*------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                     注释分割线                                                       */
/*------------------------------------------------------------------------------------------------------------------------------------*/

.serial-box{
    align-items: center;
    display: flex;
    margin: 19px 0 10px 0;
}
.serial-item{
    width: 3px;
    height: 20px;
    background: #FF4040;
    border-radius: 1px;
    margin-right: 20px;
}
.serial-title{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.content-text{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.situationa-img{
    margin-top: 15px;
}
.haitao-hint{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF4040;
}
.service-process{
    margin: 35px 0;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.process-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.process-item-box img{
    margin-bottom: 23px;
}
.process-item-box{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.next-step{
    margin-top: 50px;
    text-align: center;
}

.new-recommend-box{
    width: 360px;
    height: 293px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 4px 0px rgba(113, 111, 111, 0.1);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recommend-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}
.r-web-des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    line-height: 26px;
}
.go-web{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #319CEF;
    margin-top: 20px;
}
.single-web{
    width: 208px;
    height: 195px;
    background: #F6F6F6;
    padding: 8px 8px 15px 8px;
    margin-bottom: 15px;
    cursor: pointer;
}
.web-img-box{
    width: 192px;
    height: 66px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.web-img-box img{
    max-width: 100%;
    max-height: 100%;
}
.zd-web-des{
    display: inline-block;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.experienceBtn{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #5E7B5C;
    margin-bottom: 20px;
}
.greenBox{
    background: url("/yii/web/img/purchase/greenBox.png") no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    height: 389px;
    width: 1081px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 43px;
}
.mmz-Box{
    width: 100%;
    height: 251px;
    border: 1px dashed #DDDDDD;
    border-radius: 5px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
}
.email-box{
    width: 245px;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 18px 12px 10px 12px;
}
.w-img-box{
    width: 136px;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.checkSampleBox{
    width: 220px;
    height: 160px;
    background-size: 100% 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #319CEF;
}
.checkSampleBox img{
    max-width: 100%;
    max-height: 100%;
}
.bigEmailPicBox{
    width: 700px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 16px 24px 48px;
    display: none;
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -350px;
}
.bigEmailPic{
    width: 603px;
    height: 551px;
}
.bigEmailPic img{
    max-width: 100%;
    max-height: 100%;
}
.web-email-Box{
    display: flex;
    justify-content: space-between;
}
.b-pic{
    max-height: 100%;
    max-width: 100%;
}
.reward-hint, .finishStep2{
    z-index: 3;
    width: 570px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: -250px;
}
.f-36{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.m-bottom-266{
    margin-bottom: 266px;
}
.m-bottom-46{
    margin-bottom: 46px;
}
.f-22{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.getRewardBtn{
    width: 160px;
    height: 50px;
    background: #FF4040;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.confirmBtn{
    width: 120px;
    height: 50px;
    background: #FF4040;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.rewardInfoBox{
    width: 570px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.closeBox{
    text-align: right;
    margin-bottom: 36px;
}
.getRewardBoxShow{
    display: flex;
    flex-direction: column;
    z-index: 5000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -285px;
}
.operate-btn{
    width: 100px;
    height: 30px;
    background: #999999;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.margin-top-20{
    margin-top: 20px;
}
.



    /*地址*/
.address{
    background: #fff;
    padding: 15px 25px 30px 25px;
    margin-top: 10px;
}
.address .addressTitle{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.address .addressTitle img{
    margin-right: 16px;
}
.address table{
    width: 100%;
    border: 1px solid #ddd;
}
.address table th{
    background: #F2F2F2;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.address table th .headTitle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.address table th img{
    margin-right: 20px;
}
.address table th span{
    display: inline-block;
    font-size: 12px;
    color: #FA4450;
    margin-left: 10px;
}
.address table td{
    padding: 6px 0;
    font-size: 14px;
    color: #666;
}
.address .fontRed{
    color: #FA4450;
    font-size: 16px;
    font-weight: bold;
    padding-left:20px !important;
}
.address .publicInputBox{
    display: flex;
    align-items: center;
}
.address .publicInputBox a{
    font-size: 12px;
    cursor: pointer;
}
.address .addressPublicInput{
    height: 25px;
    background: #e6e6e6;
    color: #666;
    margin-right: 20px;
    border: none;
    border-radius: 4px;
    padding: 1px 14px;
    font-size: 12px;
    width: 170px;
}
.address .addressSpecialInput{
    height: 25px;
    background: #e6e6e6;
    color: #666;
    margin-right: 20px;
    border: none;
    border-radius: 4px;
    padding: 1px 14px;
    font-size: 12px;
    width: 607px;
}
.address .publicTd{
    width: 1px;
    text-align: right;
}
.address .publicTd div{
    width: 160px;
    text-align: right;
    padding-right: 4px;
}
.address .nameNotice, .code{
    color: #FA4450;
    font-size: 12px;
}
.address .code{
    margin-left: 20px;
}
.address .nameNotice span{
    color: #2A4AEB;
}
.address .addressNotice{
    width: 600px;
}
.address .topAddressTd{
    border-bottom: 1px solid #ddd;
    padding: 0px 20px 10px 20px !important;
}
.address .topAddress{
    display: flex;
    align-items: center;
}
.address .topMainAddress{
    width: 100%
}
.address .topAddress .icon{
    width: 15px;
    height: 18px;
    margin-right: 10px;
}
.address .jpAddress{
    font-size: 16px;
}
.address .engAddress{
    font-size: 14px;
    color: #999;
}
.address .topAddressZipCode{
    font-size: 16px;
    margin-right: 25px;
}

.address .topAddressPhone{
    font-size: 16px;
    margin-right: 25px;
}

.address .topAddressStorageCode{
    font-size: 16px;
}

.topAddressStorageCode span{
    font-size: 18px;
    font-weight: bolder;
    color: red;
    margin-right: 15px;
}


#warehouseZipCode{
    border: none;
    width: 90px;
}
#warehousePhone{
    border: none;
    width: 110px;
}
#warehouseStorageCode{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}
.houseId-1{
    display: none;
}
.security_content{
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.security_content tr{
    border-bottom: 1px dashed #C3EFFA;
}
.security_content tr td {
    font-size: 14px;
    color: #666;
    height: 80px;
    line-height: 80px;
}
.security_content tr td a{
    color: #008edf !important;
}
.security_content tr td a:hover{
    text-decoration: underline;
}
.security_border{
    border-left: 1px solid #C3C3C3;
    padding-left: 50px;
}
.security_neirong{
    min-height: 450px;
}
.security_content strong{
    line-height: 50px;
    position: relative;
}
.img_float{
    padding-left: 20px;
    float: left;
}
#hyzx_dhyb_neirong{
    width: 100%;
    margin-left:20px;
    padding:10px 0 15px 0;
}
#hyzx_dhyb_neirong{
    margin:0px !important;
}

.security_content{
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.security_content tr{
    border-bottom: 1px dashed #C3EFFA;
}
.security_content tr td {
    font-size: 14px;
    color: #666;
    height: 80px;
    line-height: 80px;
}
.security_content tr td a{
    color: #008edf !important;
}
.security_content tr td a:hover{
    text-decoration: underline;
}
.security_border{
    border-left: 1px solid #C3C3C3;
    padding-left: 50px;
}
.security_neirong{
    min-height: 300px;
}
.security_content strong{
    line-height: 50px;
    position: relative;
}
.img_float{
    padding-left: 20px;
    float: left;
}
.language-tw{
    display: none;
}
span.step-name{
    margin-right: 13px;
}
.text-align-center{
    text-align: center;
}