/* 自主注册start */
.auto-main {
    padding: 0 32px 20px;
    background-color: #fff;
}

.auto-list .auto-item li > label {
    float: left;
    padding-right: 0px;
    font-size: 14px;
    color: #333333;
    width: 100px;
    text-align: left;
    line-height: 36px;
}

.auto-list .auto-item .second_li > label {
    line-height: 36px;
}
.orange{
    color: #ff6f32!important;
}
.auto-list .auto-item > li {
    margin-bottom: 14px;
}

.auto-list .auto-item > .second_li {
    margin-bottom: 20px;
}
.category-selfchoice .category-group .group-right .sections{
    height: 89%;
    overflow-y: auto;
}

.auto-list .auto-item > li:after {
    content: '';
    display: block;
    clear: both;
}

.auto-list .auto-item > li > label i {
    margin-right: 5px;
    color: #FF6521;
    vertical-align: middle;
    line-height: 0;
    margin-top: 2px;
}

.auto-ul li {
    position: relative;
    float: left;
    width: 120px;
    height: 32px;
    line-height: 30px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #E0E0E0;
    font-weight: 400;
    text-align: center;
    color: #666666;
    cursor: pointer;
    box-sizing: border-box;
}

.auto-ul li {
    border-left: 0;
}

.auto-ul li:first-child {
    border-left: 1px solid #E0E0E0;
}

.auto-ul li .icon-tagGou {
    display: none;
    position: absolute;
    top: -0.9px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(img/icon-check.png) no-repeat top right;
}

.auto-ul li.on {
    color: #fff;
    background-color: #FF6521;
    border-color: #FF6521;
}

.first_li .tip {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 32px;
    padding-left: 22px;
    background: url(img/icon-choose-tip.png) no-repeat left center;
    background-size: 14px 14px;
    margin-left: 20px;
}

.first_li .ask_gw_btn {
    width: 104px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #FF6521;
    text-indent: 40px;
    font-weight: 400;
    color: #FF6521;
    background: url(img/icon-sqr-kf-bg.png) no-repeat left 8px center;
    background-size: 24px 24px;
    margin-left: 32px;
    cursor: pointer;
}

.auto-ul li.on .icon-tagGou {
    display: block;
}

.auto-kefu {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    border: 1px solid #FF6521;
    box-sizing: border-box;
    color: #FF6521;
    text-align: center;
    margin-left: 18px;
    transition: all .3s ease-out;
}

.auto-kefu:hover {
    border-color: #FF6521;
    color: #fff;
    background-color: #FF6521;
}

.auto_add {
    line-height: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6521;
    text-decoration: underline;
    margin-left: 20px;
}

.auto_add:hover {
    color: #FF6521;
}
ul#normal_ul {
    width: calc( 100% - 100px );
    margin-top: -10px;
}
.common-ul li {
    position: relative;
    float: left;
    /* padding: 0 14px; */
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background: #fdeeed;
    border-radius: 2px;
    border: 1px solid #FF6521;
    color: #FF6521;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.auto-list .auto-item .normal_li > label{
    line-height: 30px;
}
.common-ul li .icon-close {
    float: right;
    width: 8px;
    height: 100%;
    margin-right: 8px;
    background: url(img/icon-common-del.png) no-repeat right center;
    cursor: pointer;
}

.common-ul .common-li {
    color: #999;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
}

.common-ul .normal_div {
    padding: 0 8px 0 14px;
    float: left;
    height: 100%;
}

.zw-line {
    width: 100%;
    height: 0;
    margin: 32px 0 32px;
    border-bottom: 1px dashed #E1E1E1;
}


.industry-select-box {
    position: relative;
}

.industry-select-btn {
    position: absolute;
    right: 6px;
    top: 13px;
    width: 28px;
    height: 10px;
    background: url(img/icon-industy-down.png) no-repeat center;
}

.industry-select-box input {
    width: 458px;
    height: 36px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    text-indent: 10px;
}

.industry-select-list {
    display: none;
    position: absolute;
    left: 0px;
    top: 36px;
    width: 458px;
    height: 336px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(9, 9, 10, 0.10);
    z-index: 9;
    box-sizing: border-box;
}

.industry-select-list .i-left {
    float: left;
    width: 60%;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #ddd;
}

.industry-select-list span {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
}

.industry-select-list .i-left span {
    background: url(arrow-right.png) no-repeat right 10px center;
}

.industry-select-list .i-right {
    height: 100%;
    overflow: auto;
    float: left;
    width: 39.6%;
}

.industry-select-list .i-right span {
    color: #666;
}

.industry-select-list span:hover {
    color: #FF6521;
    background-color: #FF652112;
}


.industry-select-list .i-left span.active {
    color: #FF6521;
    background: url(img/arrow-right-active.png) no-repeat right 10px center;
    background-color: #FF652112;
}

.industry-select-list .i-right span.active {
    color: #FF6521;
    background-color: #FF652112;
}

/* 自主注册 end */


/* ******************自主选择 */
.category-group {
    position: relative;
    margin-bottom: 40px;
    height: 460px;
    border: 1px solid #f2f2f2;
}

.category-group .group-left {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0;
    padding-left: 0;
    width: 320px;
    height: 100%;
    border-right: 1px solid #f2f2f2;
    overflow: auto;
    background-color: #fafafa;
}

.category-selfchoice .category-group .group-left {
    padding-top: 0;
    padding-left: 0;
}

.ns-search-container {
    height: 50px;
    box-sizing: border-box;
    padding: 8px 0 0 8px;
    padding-bottom: 0px;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.ns-search-container .myInputGroup {
    width: 188px;
    border: solid 1px #F2F2F2;
}

.myInputGroup {
    display: inline-block;
    position: relative;
}
.shortselectdiv{
    position: relative;
    width: 80px;
    height: 32px;
    border: solid 1px #F2F2F2;
    margin-right: 3px;
}

.shortselectdiv .shortselect{
    width: 100%;
    height: 100%;
    border: 0;
    color: #666;
    padding-left: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.myInputGroup input:-moz-placeholder {
    font-size: 12px;
}

.myInputGroup input:-ms-input-placeholder {
    font-size: 12px;
}
.myInputGroup input::-webkit-input-placeholder{
    font-size: 12px;
}

.ns-search-container .myInputGroup .myInput {
    width: 100%;
    padding: 5px 32px 5px 10px;
    height: 32px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #fff;
}

.ns-search-container .resetBtn {
    margin-top: 8px;
    margin-right: 6px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

.myInputGroup .myBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 32px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    color: #666;
    box-sizing: border-box;
}

.myInputGroup .myBtn .icon-danchucengzhuanhuan {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    background: url(img/icon-search-bg.png) no-repeat center center;
}

.category-selfchoice .category-group .group-left .group {
    margin-top: 10px;
    padding-left: 20px;
    height: 85%;
    overflow: auto;
}

.category-group .group-left li {
    padding-right: 10px;
    line-height: 2.5em;
    cursor: pointer;
    color: #333;
}

.category-selfchoice .group-left .list .title-first {
    padding-left: 15px;
    background: url(img/icon-s-ar.png) no-repeat 0 center;
    background-size: 7px 7px;
}

.category-selfchoice .group-left .list.open .title-first {
    padding-left: 15px;
    background: url(img/icon-s-ad.png) no-repeat 0 center;
    background-size: 7px 7px;
}

.category-selfchoice .category-group .group-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.category-group .group-right {
    padding: 20px;
    padding-left: 320px;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    box-sizing: border-box;
}

.category-selfchoice .category-group .group-right h3 {
    position: relative;
    padding: 0 16px;
    line-height: 50px;
    height: 50px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #F2F2F2;
    color: #333333;
    box-sizing: border-box;
}

.category-group .group-right h3 .group-right-search {
    position: absolute;
    right: 16px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

.category-group .group-right h3 .group-right-search a {
    display: inline-block;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
    font-weight: normal;
    transition: all .3s ease-out;
}

.category-group .group-right h3 .group-right-search a.clear {
    color: #FF6521;
    border: 1px solid #FF6521;
}

.category-group .group-right h3 .group-right-search a.clear:hover {
    color: #fff;
    background-color: #FF6521;
}

.category-group .group-right h3 .group-right-search a.btn {
    margin-right: 20px;
    background-color: #ff6f32;
    color: #fff;
}

.category-group .group-right h3 .group-right-search a.btn:hover {
    background-color: #ff6f32;
}

.category-selfchoice .group-right .bgimg {
    display: block;
    position: absolute;
    top: 150px;
    left: 46%;
    width: 400px;
    height: 230px;
}

.category-selfchoice .group-right .section {
    height: 390px;
    padding: 10px 0;
    overflow-y: auto;
    width: auto!important;
}

.category-selfchoice .group-right .article {
    padding: 18px 16px 8px 16px;
    border-bottom: 3px solid rgba(219, 219, 219, .2);
}

/* .category-selfchoice .group-right .article .article-header {
    padding: 0 0 14px;
} */

.group-right .article.active .auto-bodyer {
    display: block;
}

.group-right .article .auto-bodyer {
    padding-top: 14px;
    display: none;
}

#section-selfchoice .group-right .article .article-bodyer {
    padding-top: 15px;
}

#section-selfchoiceAuto .list-box-tit {
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-selfchoice .group-right .article .article-header .header-left {
    float: left;
}

.category-selfchoice .group-right .article .article-header .header-left .col-1 {
    color: #333;
    font-size: 14px;
}

.category-selfchoice .group-right .article .article-header span {
    float: left;
    font-family: "DINPro-Medium";
}

.category-selfchoice .group-right .article .article-header .header-left .col-2 {
    color: #999;
    font-size: 12px;
    margin: 1px 0 0 0;
    font-weight: normal;
}

.category-selfchoice .group-right .article .article-header .header-left .brandnum02 {
    display: none;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list {
    display: block;
    float: left;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0px 8px 10px 0;
    cursor: default;
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 2px;
    font-size: 12px;
    box-sizing: border-box;
}


.category-selfchoice .group-right .article .article-bodyer .list-box .list .text {
    display: block;
    float: left;
    font-size: 12px;
    color: #333;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list .close {
    display: none;
    width: 13px;
    height: 13px;
    line-height: 10px;
    cursor: pointer;
    background: url(img/icon-small-delete.png) no-repeat 0 center;
    position: absolute;
    top: -6px;
    right: -6px;
    overflow: hidden;
    background-size: 13px 13px;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list:hover {
    border: solid 1px #FF6521;
    color: #FF6521;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list:hover .close {
    display: block;
}

.category-selfchoice .group-right .article .header-right {
    float: right;
}

.category-selfchoice .group-right .article .header-right .icon-shanchu {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 15px;
    background: url(img/icon-shanchu.png) no-repeat center center;
    cursor: pointer;
    margin-top: 2px;
}

.category-selfchoice .group-left .title-second {
    display: none;
    padding-left: 15px;
}

.category-selfchoice .group-left .list.open .title-second {
    display: block;
}

.category-selfchoice .group-left .title-second .second-lg {
    padding-left: 12px;
    display: block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: url(img/icon-s-ar.png) no-repeat 0 center;
    background-size: 7px 7px;
}

.category-selfchoice .group-left .list .title-second .second-sm {
    display: none;
    padding-left: 15px;
}

.category-selfchoice .group-left .list .title-second.open .second-sm {
    display: block;
}

.category-selfchoice .group-left .title-second.open .second-lg {
    background: url(img/icon-s-ad.png) no-repeat 0 center;
    background-size: 7px 7px;
}

.category-selfchoice .group-left .second-sm .row {
    line-height: 2em;
}

.category-selfchoice .group-left .second-sm span {
    padding-left: 18px;
    font-size: 12px;
    color: #333;
    background: url(img/icon-noselected.png?v=1) no-repeat 0 center;
    background-size: 12px 12px;
}

.category-selfchoice .group-left .second-sm .row.selected span {
    color: #999;
    background: url(img/icon-selected.png?v=1) no-repeat 0 center;
    background-size: 12px 12px;
}

.show_btn {
    margin-left: 15px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.list-box-tit {
    font-size: 14px;
    color: #666;
}

.tit-item {
    line-height: 26px;
    margin-right: 6px;
}
#popShow{
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: -1;
}
#popShow.active{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /* opacity: 1; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100001;
}
.normalDiv {
    text-align: center;
    padding: 56px 20px 10px;
    font-size: 14px;
    color: #999;
}

.normalDiv .divHead {
    line-height: 26px;
}

.normalDiv input {
    width: 220px;
    height: 28px;
    border: 1px solid #ddd;
    line-height: 26px;
    text-indent: 14px;
    color: #333;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.normalDiv input:focus{
    border-color: #ff6f32;
}
.normalDiv p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 8px;
}
.pop_mask{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

/*************************************************** zc_add.css */

.regsiter_main {
    margin-top: 20px;
}

.register_head {
    background-color: #fff;
}

.register-wrap {
    padding: 0 32px 10px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}


.register-tip {
    width: 1136px;
    margin: 0 32px;
    font-size: 12px;
    line-height: 20px;
    color: #FF7C17;
    padding: 8px 12px 8px 32px;
    background: rgba(255, 175, 37, 0.06) url(img/icon-tip.png) no-repeat 10px 12px;
    background-size: 14px 14px;
    border: 1px solid rgba(255, 212, 137, 1);
    box-sizing: border-box;
}

.register-tip a {
    color: #1B6AFB;
}

.register-tip a:hover {
    text-decoration: underline;
}

.form-wrap > ul > li,
.recommend-box > ul > li {
    margin-bottom: 24px;
    line-height: 19px;
}

.form-wrap > ul > .reg_second_li {
    margin-bottom: 10px;
}

.form-wrap > ul > .reg_first_li {
    margin-bottom: 16px;
}

.form-wrap > ul > .brand-name {
    margin-bottom: 16px;
}

.register-wrap ul li > label {
    display: inline-block;
    padding-right: 0px;
    font-size: 14px;
    color: #333;
    width: 100px;
    text-align: left;
    line-height: 36px;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC;
}

.register-wrap ul li > label i {
    margin-right: 5px;
    color: #FF6521;
    vertical-align: middle;
    line-height: 0;
    margin-top: 2px;
}

.register-wrap ul li .l-right {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}

.register-wrap ul .reg_second_li .l-right {
    line-height: 36px;
}

.register-wrap ul li .l-right #jitu {
    color: #666666;
    font-size: 12px;
}

.register-wrap ul li .form_select {
    position: relative;
    width: 458px;
    height: 36px;
    border: solid 1px #E1E1E1;
}

.layui-input.layui-unselect {
    border: none;
    height: 34px;
}

.layui-form-select dl dd.layui-this {
    color: #FF6521;
}

.layui-form-select dl {
    top: 34px;
}

.sqr_handle_btn {
    margin-left: 20px;
}

.sqr_handle_btn .sqr_btn {
    width: 140px;
    height: 36px;
    line-height: 34px;
    border-radius: 2px;
    border: 1px solid #FF6521;
    text-align: center;
    color: #FF6521;
    cursor: pointer;
    margin-right: 16px;
    transition: all .3s ease-out;
}
.sqr_handle_btn .sqr_btn.sqr_change{
    background-color: #FF6521;
    color: #fff;
}
.sqr_handle_btn .sqr_btn.sqr_change:hover{
    background-color: #ff8853;
}
.sqr_handle_btn .sqr_btn:hover {
    color: #fff;
    background-color: #FF6521;
}

.radio-box label {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    color: #333333;
    cursor: pointer;
}

.radio-box_new {
    margin-bottom: 20px;
}

.radio-box_new label {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #E0E0E0;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    font-size: 14px;
}

.radio-box_new label:first-child {
    border-right: 0;
}

.radio-box_new .label.checked {
    background-color: #FF6521;
    color: #fff;
    border-color: #FF6521;
}

.radio-box .label:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    box-sizing: border-box;
}

.radio-box .label.checked:before {
    background: url(img/icon-radio.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}


.brand-info-wrap .myInput {
    width: 458px;
    padding: 5px 5px 5px 16px;
    height: 36px;
    border: solid 1px #E1E1E1;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}

.brand-info-wrap .myInput:focus {
    border-color: #FF6521;
}

.brand-standard-href {
    margin-left: 15px;
    display: inline-block;
    color: #FF6521;
    font-size: 12px;
    line-height: 1em;
    height: 1.1em;
    text-decoration: none;
    border-bottom: 1px solid #FF6521;
    background-size: 11px;
}

.brand-standard-href:hover {
    color: #FF6521;
}

.layui-form-select dl dd.layui-this {
    background-color: #FF6521;
    color: #fff;
}

.register-wrap ul li .l-content {
    display: inline-block;
    vertical-align: top;
}

.brand-fcontent .l-content {
    height: 100px;
}

.brand-upload .radio-box {
    margin-bottom: 10px;
}

.brand-upload-wrap .showPhotos {
    padding-top: 0px;
}

.showPhotos .list-photo {
    float: left;
    text-align: center;
    font-size: 12px;
    margin-right: 24px;
}

.brand-upload-wrap .showPhotos .list-photo .top {
    display: inline-block;
    width: 110px;
    height: 110px;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: dashed 1px #E0E0E0;
}

.showPhotos .list-photo .top .top-container {
    height: 100%;
}

.showPhotos .list-photo .top .photo-box {
    height: 100%;
    position: relative;
    text-align: center;
}

.showPhotos .list-photo .top .photo-box:hover .zzzc_mask,.base_upload_img:hover .zzzc_mask {
    display: block;
}

.showPhotos .list-photo .top .photo-box .photo {
    display: none;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.showPhotos .list-photo .top .photo-box .photo.on {
    padding-top: 0;
}


.brand-upload-wrap .getBrandPic {
    display: block;
    width: 112px;
    padding: 5px 15px;
    margin-top: 15px;
    color: #FF6521;
    border: 1px solid #FF6521;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .3s ease-out;
    margin-right: 15px;
}

.brand-upload-wrap .getBrandPic:hover {
    color: #fff;
    background-color: #FF6521;
}

.brand_fcontent_tips {
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 28px;
}

.msg-tips {
    margin-top: 12px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.msg-tips.tips-2 {
    margin-top: 6px;
}

.brand-fcontent textarea[name=fcontent] {
    width: 570px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #333333;
}

.brand-info-wrap.show3 .brand-name {
    display: none;
}

.brand-upload-wrap .shoudong-create {
    display: none;
}

.showPhotos .list-photo .top .photo-box .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #FF6521;
    box-sizing: border-box;
    z-index: 2;
    background-color: #fff;
}

.showPhotos .list-photo .top .photo-box .bg p {
    font-size: 14px;
    padding-top: 58px;
    text-align: center;
    background: url(img/no-picture.png) no-repeat top 28px center;
    background-size: 35px 33px;
}

.colorbrandpic {
    width: 100%;
    height: 100%;
}

.showPhotos .list-photo .top .photo-box .colorbg.on {
    z-index: -2;
}

.showPhotos .list-photo .top .photo-box .colorbg.on .colorbrandpic {
    height: 100%;
    width: 100%;
}

.showPhotos .list-photo .top .photo-box .bg p {
    color: #666;
    line-height: 30px;
}

.showPhotos .list-photo .top .photo-box .bg .icon {
    display: block;
    padding: 26px 0 8px;
}

.photo-box .iconfont.icon-jiahao {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(img/icon-addc.png) no-repeat center;
    background-size: cover;
}

.showPhotos .list-photo .top .shadow-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.showPhotos .list-photo .top .shadow-box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.54;
    filter: alpha(opacity=54);
    z-index: 0;
}

.showPhotos .list-photo .top .shadow-box .mybtns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 0;
    display: table;
}

.showPhotos .list-photo .top .shadow-box .mybtns .box {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.showPhotos .list-photo .top .shadow-box .mybtns .btn {
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    width: 80%;
    line-height: 28px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1px;
    overflow: hidden;
    border: solid 1px #fff;
}

.showPhotos .list-photo .bottom .color {
    color: #ff7200;
}

.showPhotos .list-photo.show .top .photo-box .photo {
    display: inline-block;
}

/* .showPhotos .list-photo.show .top .photo-box .bg {
    display: none;
} */

.showPhotos .list-photo.has-photo .top:hover .shadow-box {
    display: block;
}

.showPhotos .list-photo.photo-shili .top:hover .shadow-box {
    display: block;
}

.zzzc_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
}

.zzzc_mask_btn{
    display: inline-block;
    /* margin: 40px 0; */
    color: #fff;
    width: 80%;
    line-height: 28px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1px;
    overflow: hidden;
    border: solid 1px #fff;
}


.btn_see{
    position: relative;
    display: none;
    margin: 16px auto 12px;
    color: #fff;
    width: 80%;
    line-height: 28px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1px;
    overflow: hidden;
    border: solid 1px #fff;
}
.btn_see:hover {
    color: #fff;
} 
.btn_see .zzzc_mask_see{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    opacity: 0;
    overflow: hidden;
}
.zzzc_mask_btn {
    margin-top: 0;
}



/* .zzzc_mask_see {
    display: none;
    margin: 16px auto 12px;
}

.zzzc_mask_see:hover {
    color: #fff;
}

.zzzc_mask_btn {
    margin-top: 0;
} */




.zzzc_mask_btn.on {
    margin-top: 40px;
}

/* #wts_upload_parents .zzzc_mask_see{
    margin-top: 18px;
} */

#wts_upload_parents .zzzc_mask_btn.on{
    margin-top: 10px;
}
#wts_upload_parents .zzzc_mask_btn{
    margin-top: 44px;
}
.labList {
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 12px;
}

.labList:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    vertical-align: -3px;
}

.labList.checked:before {
    background: url(img/icon-selected.png?v=1) no-repeat center center;
    background-size: 100% 100%;
    border-color: #FF6521;
}

.msg-tips.tips-bottom {
    margin-top: 4px;
}

.upload-wrapper {
    display: inline-block;
}

.upload-wrapper > div {
    text-align: center;
    margin-right: 16px;
}

.upload-item {
    position: relative;
    width: 114px;
    height: 130px;
    border: 1px solid #E1E1E1;
    background-color: #fbfbfb;
    border-radius: 2px;
}

.base_upload_img {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-item .pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.upload-example {
    position: relative;
    width: 114px;
    height: 130px;
    border: 1px solid #E1E1E1;
    background-color: #fbfbfb;
    border-radius: 2px;
    cursor: pointer;
}

.upload-example img {
    width: 100%;
    height: 100%;
}

.upload-item .pic img {
    width: 100%;
    height: 100%;
}

.upload-item button {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.upload-example .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    height: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFAA45;
}

.upload-example button {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.wt_btn {
    display: inline-block;
    margin-top: 10px;
    width: 102px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #FF6521;
    border-radius: 2px;
    border: 1px solid #FF6521;
    transition: all .3s ease-out;
    cursor: pointer;
}

.wt_btn:hover {
    color: #fff;
    background-color: #FF6521;
}

.hint {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.hint {
    margin-top: 25px;
}

.tm_tit {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    padding: 32px 0 28px;
}

.tm_tit i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/icon-sqr-tit1.png) no-repeat center center;
    background-size: 18px 18px;
    vertical-align: middle;
    margin-right: 8px;
}

/* 外部end */


/* 访问页面 确认弹窗  start*/
#kfInfo {
    box-sizing: border-box;
    padding: 6px 20px 55px;
}

.kfInfo {
    padding: 7px 7px 0 !important;
}

.tPop {
    text-align: center;
    font-size: 18px;
    color: #333;
}

#kfInfo .p1 {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    font-weight: bold;
}

#kfInfo .p2 {
    color: #666;
    line-height: 26px;
    font-size: 12px;
}

#kfInfo .bottom-btn {
    margin: 33px auto 0;
    text-align: center;
}

#kfInfo .btn {
    width: 180px;
    height: 42px;
    background: rgba(228, 57, 60, 1);
    border-radius: 4px;
    outline: none;
    border: none;
}

.autoClass.layui-layer .layui-layer-title{
    border-radius: 20px 20px 0 0;
}
.autoClass.layui-layer{
    border-radius: 20px;
}
.autoClass .layui-layer-btn{
    text-align: right;
}
.autoClass .layui-layer-btn .layui-layer-btn0{
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
}
.autoClass.layui-layer{
    background:#fff url(img/rule-img-1.png) no-repeat top center;
    background-size: 700px 176px;
}
.autoClass.layui-layer:after{
    display: inline-block;
    width: 118px;
    content: "";
    height: 118px;
    position: absolute;
    top: -45px;
    right: 7px;
    background:url(img/rule-img.png) no-repeat center center;
    background-size: 118px 118px;
}
.autoClass .layui-layer-title{
    background-color: transparent!important;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: none;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 0 80px 0px 20px;
    border-radius: 20px 20px 0 0;
}
.autoClass.layui-layer:before{
    content:"";
    position: absolute;
    bottom: 54px;
    width: 100%;
    z-index: 111;
    height: 80px;
    background:url(img/rule-img-2.png) no-repeat center center;
    background-size: 700px 80px;
}
.autoClass .layui-layer-title{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

/* 访问页面 确认弹窗  end*/


.layui-layer-btn {
    text-align: center;
    padding-bottom: 22px !important;
}

.layui-layer-btn a {
    height: 30px;
    line-height: 28px;
    margin: 6px 15px 0;
    padding: 1px 20px;
    border: 1px solid #FF6521;
    background-color: #fff;
    color: #FF6521;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.layui-layer-btn .layui-layer-btn0 {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background-color: #FF6521;
    border-color: #FF6521;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #FF6521;
    background-color: #FF6521;
    color: #fff;
}

.layui-layer-title.on {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 13px;
    height: 52px;
    line-height: 42px;
    border-bottom: none;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-weight: bold;
}


.choice_main {
    display: none;
    padding: 32px;
    width: 980px;
    min-height: 400px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.choice_main .tit {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
}

.choice_main .tit span {
    display: block;
    width: 16px;
    height: 25px;
    cursor: pointer;
    background: url("./img/c_close.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.choice_main .tit span:hover {
    background: url("./img/c_close_h.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.choice_main .seacrch {
    margin-top: 24px;
}

.choice_main .seacrch input {
    padding: 0 12px;
    width: 320px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.choice_main .seacrch button {
    margin-left: 16px;
    width: 80px;
    height: 36px;
    background: #FF6521;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #FF6521;
}

.choice_main .tabs {
    margin-top: 24px;
    max-height: 284px;
    overflow-y: auto;
}

.choice_main .tabs table {
    width: 100%;
}

.choice_main thead td {
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: rgba(0, 0, 0, 0.03);
}


.choice_main tbody td {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding:10px 0;
    border-bottom: 1px solid #E0E0E0;
}
.choice_main tbody .td_name{
    width: 48%;
}
.choice_main .caozuo span {
    display: inline-block;
    padding: 0 5px;
    color: #005EA7;
    cursor: pointer;
}

.choice_main .caozuo span:hover {
    text-decoration: underline;
}




.b_content .item {
    position: relative;
    margin-right: 5px;
    float: left;
    width: 458px;
    height: 36px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    border: solid 1px #E1E1E1;
}
.select_it .iconfont {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.select_it p {
    padding: 0 14px;
    max-width: 446px;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select_it p.on {
    color: #333;
}
.select_it .iconfont.up {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9
}


.select_it {
    position: relative;
    background-color: #fff;
}

.select_ul {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 5px 0 0;
    width: 100%;
    max-height: 290px;
    overflow-y: auto;
    z-index: 888;
    border-radius: 0;
    background-color: #fff;
    text-indent: 5px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
    box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select_ul .li.last_li{
    position: sticky;
    bottom: 0;
    background-color: #eee;
}
.select_ul.show {
    opacity: 1;
    visibility: visible;
}
.select_ul .li,.select_ul .last_li {
    cursor: pointer;
    color: #666;
    line-height: 35px;
    display: block;
    padding-left: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.select_ul .li {
    cursor: pointer;
    color: #666;
    line-height: 35px;
    display: block;
    padding-left: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.select_ul .li:hover {
    background-color: #eee;
    color: #FF6521;
}
