body{
    color: #0f2a3d;
}

.f-w590{
    width: 590px;
}
.f-w380{
    width: 380px !important;
}
.f-w310{
    width: 310px;
}
.f-w300{
    width: 300px;
}
.f-w260{
    width: 260px !important;
}
.f-w200{
    width: 200px;
}
.f-w170{
    width: 170px !important;
}
.f-w150{
    width: 150px;
}
.f-w140{
    width: 140px;
}
.f-w100{
    width: 100px !important;
}
.f-w90{
    width: 90px !important;
}
.f-w48{
    width: 48px !important;
}
.f-wauto{
    width: auto;
}

.mb20{
    margin-bottom: 20px !important;
}
.mb8{
    margin-bottom: 8px !important;
}

.mt50{
    margin-top: 50px !important;
}
.mt30{
    margin-top: 30px !important;
}

.color1{
    color: #f0c420;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

/* reset layui css */
.layui-right{
    text-align: right;
}
.layui-form-label{
    padding: 10px 20px 10px 0;
}
.layui-input-block{
    min-height: 40px;
    line-height: 40px;
}
.layui-form-radio{
    margin-top: 0 !important;
    margin-right: 10px !important;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #26b8d4;
}

.layui-input, .layui-select, .layui-textarea{
    height: 40px;
    border-color: #d1d1d1;
    color: #0f2a3d;
}
.layui-form-select dl dd.layui-this{
    background-color: #26b8d4 !important;
}

.laydate-footer-btns span:hover{
    color: #26b8d4 !important;
}

.layui-btn{
    line-height: 40px !important;
    height: 40px;
    background: #26b8d4;
    color: #fff;
}
.layui-btn:hover {
    filter: alpha(opacity=80);
    color: #fff;
}

.layui-btn-primary{
    background-color: #f4f4f4;
    border: solid 1px #eee;
    color: #999;
}

.layui-btn-primary:hover{
    border-color: #ddd;
    color: #999;
}

.layui-table{
    margin: 0 !important;
}

.layui-table-cell{
    height: 40px;
    line-height: 40px;
}
.layui-table-cell a{
    padding: 0 6px;
}
.layui-table-cell span{
    color: #0f2a3d;
    font-size: 12px;
}
.layui-table-box table tr th:nth-of-type(2), .layui-table-box table tr td:nth-of-type(2){
    border-right:none;
    border-left:none;
}
.layui-table-header{
    border-width: 0;
}
.layui-table-header .layui-table-cell{
    height: 46px;
    line-height: 46px;
}
.layui-table td, .layui-table th{
    font-size: 12px;
}
.layui-table[lay-even] tr:nth-child(even){
    background-color: #fbfbfb;
}
.layui-table, .layui-table-view{
    margin: 0;
}

.bj-main{
    width: 1200px;
    margin: 26px auto;
    overflow: hidden;
}

.left-wrapper{
    width: 210px;
    min-height: 720px;
    background-color: #fff;
}

.sidebar-items dl{
    background-color: #fbfbfb;
    padding-bottom: 9px;
}
.sidebar-items dt {
    height: 40px;
    line-height: 40px;
    text-indent: 60px;
    font-size: 15px;
    color: #0f2a3d;
    font-weight: bold;
    margin-bottom: 9px;
}
.sidebar-items dl.i1 dt{
    background: url(img/sidebar-icon1.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i2 dt{
    background: url(img/sidebar-icon2.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i3 dt{
    background: url(img/sidebar-icon3.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i4 dt{
    background: url(img/sidebar-icon4.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i5 dt{
    background: url(img/sidebar-icon5.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i6 dt{
    background: url(img/sidebar-icon6.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i7 dt{
    background: url(img/sidebar-icon7.png) no-repeat 33px center #fff;
}
.sidebar-items dl.i8 dt{
    background: url(img/sidebar-icon8.png) no-repeat 33px center #fff;
}

.sidebar-items dd {
    height: 32px;
    line-height: 32px;
    padding-left: 60px;
    font-size: 13px;
}
.sidebar-items dd a {
    color: #999;
}
.sidebar-items a:hover,
.sidebar-items a.current {
    font-weight: bold;
    color: #26b8d4;
}

.right-wrapper{
    width: 970px;
    min-height: 720px;
    background-color: #fff;
}

.title-wrapper{
    position: relative;
    padding: 26px 0 20px;
    margin: 0 50px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #0f2a3d;
}
.title-wrapper .tip{
    position: absolute;
    left: 75px;
    top: 24px;
    height: 30px;
    line-height: 30px;
    padding: 0 24px 0 38px;
    background: url(img/title-tip-icon.png) no-repeat left center #ffa4a7;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.right-fluid{
    padding: 20px 50px;
}

.default-text{
    line-height: 40px;
}
.default-text .hint{
    padding-left: 20px;
    color: #f0c420;
    font-size: 12px;
}

.register-link{
    color: #26b8d4;
}

/* layer-box */
.ad-layer-box {
    position: fixed;
    z-index: 9999;
}

.ad-layer-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.ad-layer-main {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -174px;
}

.ad-layer-main .ad-callback-box {
    position: relative;
    width: 550px;
    padding: 25px 0;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
}

.ad-layer-close {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: url(img/popup-icons.png) no-repeat center center #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0px #969494;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ad-layer-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ad-callback-content {
    width: 425px;
    margin: 0 auto;
}

.ad-callback-content .title {
    margin-bottom: 30px;
    text-align: center;
}

.ad-callback-content .title h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.ad-callback-content .title p {
    line-height: 40px;
    font-size: 14px;
    color: #ccc;
}

.ad-callback-content .statis span {
    color: #ff6666;
}

.ad-callback-content .contact-form li {
    margin-bottom: 20px;
}

.ad-callback-content .contact-form li .item {
    width: 100%;
    color: #666;
}

.ad-callback-content .contact-form li .item label {
    float: left;
    display: block;
    width: 74px;
    height: 40px;
    line-height: 40px;
}

.ad-callback-content .contact-form li .item label i {
    color: #f4836f;
}

.ad-callback-content .contact-form li .item .city-picker-selector .selector-item {
    width: 166px;
    height: 38px;
    line-height: 38px;
    background: #fff;
}

.ad-callback-content .contact-form li .item .city-picker-selector .selector-item:after {
    top: 16px;
    right: 10px;
}

.ad-callback-content .contact-form li .item input.text {
    width: 344px;
    height: 38px;
    border: 1px solid #e2e2e2;
    text-indent: 10px;
}

.ad-callback-content .contact-form li .item input.text::-webkit-input-placeholder {
    color: #999;
}

.ad-callback-content .contact-form li .item input.text::-moz-placeholder {
    color: #999;
}

.ad-callback-content .contact-form li .item input.text:-moz-placeholder {
    color: #999;
}

.ad-callback-content .contact-form li .item input.text:-ms-input-placeholder {
    color: #999;
}

.ad-callback-content .contact-form li .policy-checkbox {
    padding: 10px 0 0 74px;
    font-size: 12px;
    color: #999;
}

.ad-callback-content .contact-form li .policy-checkbox span {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}

.ad-callback-content .contact-form li .policy-checkbox span a {
    color: #6396f6;
}

.ad-callback-content .contact-form li .policy-checkbox .icheckbox_flat-blue {
    width: 16px;
    height: 14px;
}

.ad-callback-content .contact-form li .policy-checkbox .icheckbox_flat-blue.checked {
    background-position: -20px 0;
}

.bj-sibmit .layui-btn{
    width: 190px;
    border-radius: 20px;
    background-color: #fbcb07;
    font-weight: bold;
}

.bj-form-item{
    font-size: 12px;
}
.bj-form-item .layui-input, .bj-form-item .layui-select{
    height: 32px;
}
.bj-form-item .layui-btn{
    line-height: 32px !important;
    height: 32px;
}

/* 自定义layer弹框 */
.bj-fluid {
    padding: 40px 40px 0;
}
.bj-fluid h3{
    line-height: 34px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 30px;
}
.bj-fluid p{
    padding: 15px 0;
    line-height: 34px;
    text-align: center;
    color: #666;
}
.made-layer-style .layui-layer-btn{
    padding-bottom: 40px;
}
.made-layer-style .layui-layer-btn a{
    height: 38px;
    line-height: 38px;
    margin: 5px 10px 0;
    padding: 0 45px;
    background-color: #eee;
    color: #999;
}
.made-layer-style .layui-layer-btn .layui-layer-btn0{
    border-color: #26b8d4;
    background-color: #26b8d4;
    color: #fff;
}

.fluid-content{
    height: 53px;
}
.fluid-content .btn-normal{
    height: 32px;
    padding: 0 15px;
    border: 1px solid #26b8d4;
    color: #26b8d4;
    font-size: 12px;
    background: none;
}

.mb-tab-wrapper{
    position: relative;
}
.mb-tab-wrapper .label-name{
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 32px;
    color: #0f2a3d;
}
.mb-tab-wrapper .layui-tab-title{
    height: 32px;
    padding-left: 125px;
    border: none;
}
.mb-tab-wrapper .layui-tab-title li{
    line-height: 30px;
    border: 1px solid #d1d1d1;
    margin-right: 10px;
}
.mb-tab-wrapper .layui-tab-title .layui-this{
    color: #26b8d4;
    border: 1px solid #26b8d4;
}
.mb-tab-wrapper .layui-tab-title .layui-this:after{
    display: none;
}
.mb-tab-wrapper .layui-tab-content{
    padding: 20px 0 0;
}

.main-form{
    width: 500px;
}
.main-form .layui-form-label{
    width: 100px;
    padding: 10px 25px 10px 0;
}
.main-form .layui-input-inline{
    width: 360px;
    line-height: 40px;
}
.main-form .tip{
    margin-bottom: 10px;
    color: #ff030a;
}

.upload-wrapper{
    height: 197px;
    margin-bottom: 10px;
}
.upload-item{
    width: 140px;
    height: 195px;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
}
.upload-item p{
    padding-top: 12px;
    line-height: 20px;
    font-size: 14px;
    color: #0f2a3d;
    text-align: center;
}
.upload-item .pic{
    width: 70px;
    height: 70px;
    border: 1px solid #e9e9e9;
    margin: 12px auto 15px;
}
.upload-item .pic img{
    width: 100%;
    height: 100%;
}
.upload-item button{
    display: block;
    width: 94px;
    padding: 5px 0;
    border-radius: 20px;
    background-color: #26b8d4;
    color: #fff;
    border: none;
    margin: 0 auto;
}
.upload-example{
    position: relative;
    width: 140px;
    height: 195px;
    margin-left: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.upload-example img{
    width: 140px;
    height: 195px;
}
.upload-example .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 44px;
    background: url(img/icon-case.png) no-repeat;
}
.upload-example button{
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -47px;
    display: block;
    width: 94px;
    padding: 5px 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    border: none;
}

.main-form .hint{
    font-size: 12px;
    background: url(img/zhu.png) no-repeat left center;
    padding-left: 22px;
    color: #666;
}
.main-form .hints{
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
}
.main-form .layui-btn{
    line-height: 50px !important;
    height: 50px;
    font-size: 16px;
}


.zdsb-form{
    position: relative;
    width: 240px;
    padding: 5px 20px 20px;
    border: 1px solid #c9ebf2;
    background-color: #f7feff;
}
.zdsb-form:after{
    content: '';
    position: absolute;
    top: 126px;
    left: -12px;
    display: block;
    width: 12px;
    height: 19px;
    background: url(img/zdsb-after-icon.png) no-repeat;
}

.zdsb-form h3.title{
    line-height: 38px;
    border-bottom: 1px solid #c9ebf2;
    font-size: 15px;
    color: #00bde3;
}

.zdsb-form p.txt1{
    padding: 10px 0;
    line-height: 18px;
    font-size: 12px;
    color: #4fc0d6;
    text-align: justify;
}
.zdsb-form p.txt2{
    line-height: 22px;
    font-size: 12px;
    color: #ff030a;
}
.zdsb-form p.txt3{
    margin-top: 60px;
    line-height: 22px;
    font-size: 12px;
}
.zdsb-form p.txt3 a{
    color: #26b8d4;
}
.zdsb-form label{
    display: block;
    width: 100%;
    line-height: 20px;
    margin-top: 10px;
}
.zdsb-form .layui-input{
    height: 32px;
    margin-top: 10px;
    border: 1px solid #c9ebf2;
    font-size: 12px;
}

.l_reg_con{
    width: 600px;
    margin:0 auto;
    padding-top: 60px;
    overflow: hidden;
}

.l_reg_ul li{
    position: relative;
    float: left;
    width: 200px;
    height: 4px;
    background-color: #e5e5e5;
}
.l_reg_ul .num{
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(img/user-step-icons.png) no-repeat right center;
}
.l_reg_ul .txt{
    margin-top: 30px;
    text-align: center;
    color: #999;
}
.l_reg_ul li.on{
    background-color: #f0c420;
}
.l_reg_ul li.on .num{
    background-position: left center;
}
.l_reg_ul li.on .txt{
    color: #f0c420;
}

.l_wrapper{
    padding: 80px 0px 0;
    margin: 0 50px;
    overflow: hidden;
}

.l_wrapper_container{
    width: 1620px;
    overflow: hidden;
}
.l_reg_list{
    float: left;
    width: 540px;
}

.get-yzm{
    height: 40px;
    padding: 0 20px;
    background: #26b8d4;
    color: #fff;
    border: none;
}
input.get-yzm:disabled{
    background-color: #d1d1d1;
}
input.get-yzm:disabled:hover{
    color: #fff;
    border: none;
}

.step2-transition{
    -webkit-transform: translate(-540px, 0);
    -moz-transform: translate(-540px, 0);
    -ms-transform: translate(-540px, 0);
    -o-transform: translate(-540px, 0);
    transform: translate(-540px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.step3-transition{
    -webkit-transform: translate(-1080px, 0);
    -moz-transform: translate(-1080px, 0);
    -ms-transform: translate(-1080px, 0);
    -o-transform: translate(-1080px, 0);
    transform: translate(-1080px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.success-wrapper{
    width: 242px;
    padding: 90px 0 0;
    margin-left: 126px;
    background: url(img/success-icon.png) no-repeat center 0;
}
.success-wrapper .txt{
    padding: 10px 0 40px;
    text-align: center;
    font-size: 18px;
    color: #555;
}
.success-wrapper .login-btn{
    width: 100%;
    height: 42px !important;
    line-height: 42px !important;
}

.cwgl-form .layui-form-label{
    padding: 6px 10px 6px 0;
}
.cwgl-form .layui-input-inline{
    margin-right: 4px;
}

.text-color1{
    color: #999;
}
.price-color{
    color: #26b8d4;
}

.back-btn{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #26b8d4;
    border: none;
    color: #fff;
}
/*商标注册确认函*/
.brand-detail-table{
    margin-top: 20px;
    width: 100%;
}
.brand-detail-table td{
    padding:5px 0;
    padding-right: 0;
    border: 1px solid #e7e7e7;
}
.brand-detail-table a{
    /*text-decoration: underline;*/
    color: #0f2a3d;
}
.td-title{
    width:80px;
    color: #0f2a3d;
}
.brand-detail-table td.td-content{
    padding-right: 10px;
    min-width: 120px;
    color: #0f2a3d;
}
.brand-img2 {
    display: inline-block;
    width:230px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}
.brand-img2 img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-list li {
    width: 70px;
    height: 30px;
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #0f2a3d;
    font-size: 12px;
}
.product-list li:nth-of-type(3n){
    margin-right: 0;
}
.product-list li a{
    display: block;
}
.product-list li:hover a{
    background-color: #0f2a3d;
    color: #fff!important;
}

/*********代理中心**********/
.dl-flink{
    padding-right: 20px;
}

.dl-cwxx{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.dl-cwxx .price{
    padding-right: 30px;
    font-size: 15px;
}
.dl-cwxx .price strong{
    color: #ff030a;
    font-size: 16px;
}
.dl-hint{
    line-height: 20px !important;
    color: #999 !important;
    font-size: 12px;
}

.dl-fluid .layui-form-label{
    width:115px;
    padding-right:10px;
}
.dl-fluid .layui-input-inline{
    width:240px;
}

/*优惠券*/
.yhq-category{
    width: 100%;
    overflow: hidden;
    margin-top: -20px;
}
.yhq-category ul{
    width: 200%;
}
.yhq-category li{
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    color: #666;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}
.yhq-category li.hover{
    background-color: #26b8d4;
    border: 1px solid #26b8d4;
    color: #fff;
}

.yhq-wrapper ul{
    padding-top: 50px;
    overflow: hidden;
}
.yhq-item{
    position: relative;
    float: left;
    width: 226px;
    height: 200px;
    padding: 20px 0 0;
    margin: 0 0 46px 46px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}
.yhq-item .mask{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 196px;
    height: 143px;
    padding: 20px 15px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 20px;
    -webkit-transform: translateY(-170px);
    -moz-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    -o-transform: translateY(-170px);
    transform: translateY(-170px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.yhq-item:hover .mask{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.yhq-item .mask .info{
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}
.un-yhq{
    background: url(img/yhj-img-un-use.png) no-repeat;
    background-size: cover;
}
.al-yhq{
    background: url(img/yhj-img-al-use.png) no-repeat;
    background-size: cover;
    cursor: default;
}
.st-yhq{
    background: url(img/yhj-img-st-use.png) no-repeat;
    background-size: cover;
    cursor: default;
}
.in-yhq{
    background: url(img/yhj-img-in-use.png) no-repeat;
    background-size: cover;
    cursor: default;
}
.yhq-item h3{
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.yhq-item h3 strong{
    font-size: 50px;
}
.yhq-item .name{
    width: 190px;
    line-height: 36px;
    margin: 6px auto 10px;
    background-color: #ffeeed;
    border-radius: 30px;
    font-size: 16px;
    color: #e70a33;
}
.yhq-item p{
    line-height: 100%;
    font-size: 13px;
    color: #fbbcc1;
}
.al-yhq .name, .st-yhq .name, .in-yhq .name{
    color: #737373;
    background-color: #f7f7f7;
}
.al-yhq p, .st-yhq p, .in-yhq p{
    color: #d8d8d8;
}

.yhq-empty{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: url(../css/img/yhq-empty.png) no-repeat center center;
}