[v-cloak] {
    display: none;
}

.o0 {
    opacity: 0;
}

.icon-wen {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-wenhao.png) no-repeat center 0;
    background-size: cover;
}

.icon-hot {
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/icon-hot.png) no-repeat center;
    background-size: cover;
}

.history-bg {
    margin-left: 120px;
    margin-top: 60px;
    width: 400px;
}

.category-recommend .btn-export {
    padding-left: 18px;
    background: url(../images/icon-exportcgs.png) no-repeat 0 center;
    background-size: 14px;
    color: #ff7200;
}

.open-chat {
    display: inline-block;
    margin-left: 5px;
    padding-left: 18px;
    font-size: 14px;
    color: #ff7200;
    background: url(../images/icon-chat.png) no-repeat 0 center;
    background-size: 16px;
}

.select-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.select-box input {
    padding-left: 5px;
    width: 200px;
    height: 32px;
    border: 1px solid #dddddd;
}

.select-box-list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
    z-index: 9;
}

.select-box-list span {
    display: block;
    padding-left: 5px;
    height: 2.4em;
    line-height: 2.4em;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
}

.select-box-list span.active {
    color: #fff;
    background-color: #FF7200;
}

.register-wrap {
    position: relative;
    margin: 40px auto;
    margin-top: 100px;
    padding: 20px 40px;
    width: 1200px;
    border: 1px solid #e0e0e0;
}

.register-wrap h1 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
}

.brand-info-wrap {
    padding-bottom: 20px;
}

.brand-info-wrap .myInput {
    width: 260px;
}

/*选择行业*/
.industry-select-box {
    position: relative;
}

.industry-select-btn {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 28px;
    height: 25px;
    border-left: 1px solid #ddd;
    background: url(../images/icon-industy-down.png) no-repeat center;
}

.industry-select-box input {
    padding: 5px;
    width: 240px;
    height: 30px;
    border: 1px solid #ddd;
}

.industry-select-list {
    display: none;
    position: absolute;
    left: 0px;
    width: 360px;
    height: 336px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(9, 9, 10, 0.10);
    z-index: 9;
}

.industry-select-list .i-left {
    float: left;
    width: 55%;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #ddd;
}

.industry-select-list .i-right {
    float: left;
    width: 45%;
}

.industry-select-list span {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
}

.industry-select-list span:hover {
    color: #FF7200;
    background-color: rgba(255, 153, 0, 0.10);
}

.industry-select-list .i-left span {
    background: url(../images/arrow-right.png) no-repeat right 10px center;
}

.industry-select-list .i-left span .icon-hot {
    margin-left: 6px;
}

.industry-select-list .i-left span.active {
    color: #FF7200;
    background: url(../images/arrow-right-active.png) no-repeat right 10px center;
    background-color: rgba(255, 153, 0, 0.10);
}

.industry-select-list .i-right {
    height: 100%;
    overflow: auto;
}

.industry-select-list .i-right span {
    color: #666;
}

.industry-select-list .i-right span:hover {
    color: #666;
}

.industry-select-list .i-right span.active {
    background-color: rgba(255, 153, 0, 0.10);
}

/*进度条*/
.progressBar {
    margin-bottom: 25px;
}

.progressBar li {
    float: left;
    margin-left: -8px;
    width: 25%;
    line-height: 32px;
    color: #999;
    text-align: center;
    background: url(../images/time-arrow.png) no-repeat center;
    background-size: cover;
}

.progressBar li:first-of-type {
    margin-left: 0;
}

.progressBar li.finish {
    color: #fff;
    background-image: url(../images/time-arrow-finish.png);
}

.progressBar li.active {
    color: #fff;
    background-image: url(../images/time-arrow-active.png);
}

.progressBar li:first-of-type.finish {
    color: #fff;
    background-image: url(../images/time-arrow-finish1.png);
}

.progressBar li:first-of-type.active {
    color: #fff;
    background-image: url(../images/time-arrow-active1.png);
}

.form-wrap > ul > li, .recommend-box > ul > li {
    margin-bottom: 20px;
}

.register-wrap ul li > label {
    display: inline-block;
    margin-right: 30px;
    padding-right: 0px;
    font-size: 12px;
    color: #666;
}

.register-wrap ul li > label i {
    margin-right: 5px;
    color: #ff4422;
}

.register-wrap ul li .l-right {
    display: inline-block;
    vertical-align: middle;
}

.register-wrap ul li .l-content {
    display: inline-block;
    vertical-align: top;
}

.radio-box {

}

.radio-box label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.radio-box label .tips-btn {
    margin-left: 5px;
}

.tips-btn {
    position: relative;
    vertical-align: -3px;
}

.tips-btn:hover .tip-content {
    display: block;
}

.tips-btn .tip-content {
    display: none;
    position: absolute;
    left: -30px;
    bottom: 15px;
    padding: 15px;
    width: 212px;
    height: 105px;
    text-align: justify;
    font-size: 12px;
    color: #999;
    background: url(../images/register-tip-bg.png) no-repeat center;
    z-index: 9;
}

.radio-box .label:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
}

.radio-box .label.checked:before {
    background: url(../images/icon-radio.png) no-repeat center;
    background-size: 7px;
    border: 1px solid #FF7200;
}

.switch-box .label {
    float: left;
    margin-left: -1px;
    width: 100px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    cursor: pointer;
}

.switch-box .label:first-of-type {
    margin-left: 0px;
}

.switch-box .label.checked, .switch-box .label.active {
    position: relative;
    border-color: #FF7200;
    background-color: rgba(255, 114, 0, 0.10);
    color: #ff7200;
    z-index: 1;
}

.category-info-wrap {
}

/*文件上传*/
.brand-upload .radio-box {
    margin-bottom: 15px;
}

.brand-upload-wrap .showPhotos {
    padding-top: 0px;
}

.brand-upload-wrap .shoudong-create {
    display: none;
}

.brand-upload-wrap .showPhotos .list-photo .top {
    display: inline-block;
    width: 120px;
    height: 120px;
    vertical-align: bottom;
}

.brand-upload-wrap .showPhotos .list-photo .bottom {
    display: inline-block;
    margin-left: 10px;
    padding: 7px 10px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.brand-info-wrap .how-choose {
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
    vertical-align: middle;
}

.brand-info-wrap.show3 .brand-name {
    display: none;
}

.brand-info-wrap.show2 .brand-upload .radio-box {
    display: none;
}

.brand-info-wrap.show3 .brand-upload .radio-box {
    display: none;
}

.msg-tips {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 16px;
    background: url(../images/icons/icon-warning-gray.png) no-repeat 0 3px;
    background-size: 12px;
}

.msg-tips .i-right{
    display: inline-block;
}
/*智能推荐*/
.category-recommend {
    padding-top: 5px;
}

.category-recommend h2 {
    margin-bottom: 20px;
    line-height: 1em;
    font-weight: bold;
    font-size: 14px;
}

.category-recommend h2 .btn-export {
    float: right;
}

.category-recommend h2 span {
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}

.category-recommend h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #FF7200;
    font-weight: bold;
}

.category-recommend h3 span {
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}

.category-recommend-show {
    position: relative;
}

.category-recommend-show .crs-left {
    float: left;
    padding: 7px 0;
    width: 130px;
    max-height: 480px;
    overflow: auto;
    background-color: #fafafa;
}

.category-recommend-show .crs-left.fix {
    position: fixed;
    top: 86px;
    left: 50%;
    margin-left: -560px;
}

.category-recommend-show .crs-left.abs {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 50%;
    margin-left: -560px;
}

.category-recommend-show .crs-left a {
    display: block;
    margin-bottom: 15px;
    padding-left: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.33em;
}

.category-recommend-show .crs-left a.active {
    padding-left: 4px;
    color: #333;
    border-left: 4px solid #FF9900;
}

.category-recommend-show .crs-left a:last-of-type {
    margin-bottom: 0;
}

.category-recommend-show .crs-left a.active {
    color: #333;
}

.category-recommend-show .crs-right {
    float: right;
    width: calc(100% - 150px);
}

.category-recommend-list {
    margin-bottom: 10px;
}

.category-recommend-list .group-left li {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.category-recommend-first {
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 45px;
    background-color: #fafafa;
}

.category-recommend-first .right-btns {
    margin-right: -25px;
    height: 45px;
}

.category-recommend-list:hover .category-recommend-first .category-delete {
    visibility: visible;
}

.category-recommend-first strong {
    font-size: 14px;
}

.category-recommend-first span {
    font-size: 12px;
    color: #666;
}

.category-recommend-first span.show-small-btn {
    display: inline-block;
    width: 70px;
    height: 100%;
    color: #666;
    border: 1px solid #ddd;
}

.category-recommend-first span.tips {
    margin-left: 20px;
}

.category-recommend-first span.tips a {
    color: #666;
}
.category-recommend-first span.tips.color a {
    color: #ff7200;
}
.category-recommend-list .category-recommend-groups-box {
    display: none;
}

.category-recommend-list.active .category-recommend-groups-box {
    display: block;
}

.category-recommend-groups {
    color: #666;
}

.category-recommend-groups label {
    display: inline-block;
    margin-right: 30px;
    width: 115px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background-color: #00bb00;
    text-align: center;
    border-radius: 2px;
}

.category-recommend-groups label.g-middle {
    background-color: #ff9900;
}

.category-recommend-groups label.g-low {
    background-color: #ff4422;
}

.category-recommend-groups-statistic {
    margin-bottom: 10px;
}

.category-recommend-groups-statistic > span {
    margin-right: 15px;
}

.recommend-groups-name {
    color: #333;
}

.recommend-groups-text {
    display: inline-block;
    max-width: 400px;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: -1px;
}

.category-recommend-small {
    display: none;
    padding: 12px;
    padding-left: 140px;
    padding-bottom: 0;
    border-top: 1px solid #eeeeee;
    color: #666;
}

.tx-wrap .category-recommend-small {
    padding-left: 10px;
}

.category-recommend-small.active {
    display: block;
}

.category-recommend-small span {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px dashed #dddddd;
    border-radius: 2px;
}

.category-recommend-small span .delete {
    display: none;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-small-delete.png) no-repeat center;
    background-size: cover;
    z-index: 9;
    cursor: pointer;
}

.category-recommend-small span:hover {
    border: 1px solid #ff9900;
}

.category-recommend-small span:hover .delete {
    display: inline-block;
}

.category-recommend .category-group .group-right ul {
    height: 100%;
    overflow: auto;
}

.category-recommend .category-group .group-right li {
    display: inline-block;
    margin-bottom: 12px;
    width: 300px;
    vertical-align: top;
}

.category-recommend .category-group .group-right li.selected {
    color: #999;
    background: url(../images/icon-selected.png) no-repeat 0 1px;
    background-size: 14px;
}

.category-delete {
    display: inline-block;
    visibility: hidden;
    width: 16px;
    height: 18px;
    background: url(../images/trash-can.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.show-small-btn {
    margin-left: 10px;
    margin-right: 5px;
    padding-right: 15px;
    color: #666;
    text-align: center;
    background: url(../images/arrow-down.png) no-repeat right 10px center;
    background-color: #f9f9f9;
    cursor: pointer;
}

.category-recommend-list.active .show-small-btn {
    background: url(../images/arrow-up.png) no-repeat right 10px center;
    background-color: #f9f9f9;
}

.group-delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-group-delete.png) no-repeat center;
    background-size: cover;
    vertical-align: -2px;
}

.right-btns {
    float: right;
    margin-right: 20px;
}

.category-recommend-first span.category-price {
    display: inline-block;
    color: #ff4422;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
}

.add-small {
    padding-left: 10px;
    width: 80px;
    line-height: 26px;
    text-align: center;
    background: url(../images/icon-group-add.png) no-repeat 15px center;
}

.add-small.open {
    background: url(../images/icon-group-close.png) no-repeat 15px center;
}

.category-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 460px;
    border: 1px solid #ddd;
}

.category-group .group {
    height: 100%;
}

.category-recommend .category-group {
}

.category-group.active {
    display: block;
}

.category-group .group-left {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 15px;
    padding-left: 20px;
    width: 300px;
    height: 100%;
    border-right: 1px solid #ddd;
    overflow: auto;
}

.category-group .group-left li {
    padding-right: 10px;
    line-height: 2em;
}

.category-group .group-left li.selected {
    color: #ff7200;
}

.category-group .group-right {
    padding: 20px;
    padding-left: 300px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.category-recommend-groups-box .category-group .group-right ul {
    margin-left: 20px;
}

.category-group .group-right ul li {
    display: inline-block;
    margin-right: 15px;
    padding-left: 18px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.category-group .group-right ul li.selected {
    color: #999;
    background: url(../images/icon-selected.png) no-repeat 0 center;
    background-size: 14px;
}

.category-selfchoice .category-group .group-left {
    padding-top: 0;
    padding-left: 0;
}

.category-selfchoice .category-group .group-left .group {
    margin-top: 10px;
    padding-left: 20px;
    height: 85%;
    overflow: auto;
}

.category-selfchoice .category-group .group-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.category-selfchoice .category-group .group-right h3 {
    position: relative;
    padding-left: 20px;
    line-height: 50px;
    background-color: #f7f8fa;
    border-bottom: 1px solid #ddd;
}

.category-group .group-right h3 .group-right-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

.category-group .group-right h3 .group-right-search a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 49px;
}

.category-group .group-right h3 .group-right-search a.href {
    text-decoration: underline;
}

.category-group .group-right h3 .group-right-search a.btn {
    margin-left: 20px;
    width: 150px;
    text-align: center;
    border-left: 1px solid #ddd;
    background-color: #f9f9f9;
}
.category-group .group-right h3 .group-right-search a.btn.showHistoryOrder {
    color: #ff7200;
    text-decoration: underline;
}
/*大类*/
.add-first-category {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.add-first-category .button {
    width: 160px;
    line-height: 36px;
    text-align: center;
}

.add-first-category .list-box {
    display: none;
    padding: 15px 30px;
    padding-bottom: 2px;
    border: 1px solid #dddddd;
}

.add-first-category .list-box.active {
    display: block;
}

.add-first-category .list-box .list {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 28px;
    padding-left: 16px;
    width: 125px;
    cursor: pointer;
}

.add-first-category .list-box .list.selected {
    color: #999;
    background: url(../images/icon-selected.png) no-repeat 0 center;
    background-size: 13px;
}

.add-first-category .list-box .list:nth-child(7n) {
    margin-right: 0px;
}

/*自助选择*/
.category-selfchoice {

}

.category-selfchoice .category-group {
    margin-bottom: 40px;
}

.category-selfchoice .group-left .list {
    cursor: pointer;
}

.category-selfchoice .group-left .list .title-first {
    padding-left: 15px;
    background: url(../images/icon-s-ar.png) no-repeat 0 center;
}

.category-selfchoice .group-left .list.open .title-first {
    background: url(../images/icon-s-ad.png) no-repeat 0 center;
}

.category-selfchoice .group-left .title-second {
    display: none;
    padding-left: 15px;
}

.category-selfchoice .group-left .list .title-second .second-sm {
    display: none;
    padding-left: 15px;
}

.category-selfchoice .group-left .list.open .title-second {
    display: block;
}

.category-selfchoice .group-left .list .title-second.open .second-sm {
    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;
    background: url(../images/icon-s-ar.png) no-repeat 0 center;
}

.category-selfchoice .group-left .title-second.open .second-lg {
    background: url(../images/icon-s-ad.png) no-repeat 0 center;
}

.category-selfchoice .group-left .second-sm span {
    padding-left: 18px;
    font-size: 12px;
    color: #333;
}

.category-selfchoice .group-left .second-sm .row {
    line-height: 2em;
}

.category-selfchoice .group-left .second-sm .row.selected span {
    color: #999;
    background: url(../images/icon-selected.png) no-repeat 0 center;
    background-size: 14px;
}

.category-selfchoice .group-left .icon-jiahao {
    display: none;
}

.category-selfchoice .group-left .list .title-second .second-sm .get-all-small {
    height: 16px;
    line-height: 1em;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #999;
    margin: 8px 0;
    overflow: hidden;
    cursor: pointer;
}

.category-selfchoice .group-right .bgimg {
    display: block;
    position: absolute;
    top: 150px;
    left: 46%;
    width: 400px;
}

.category-selfchoice .group-right .section {
    height: calc(100% - 52px);
    padding: 10px 0;
    overflow: auto;
}

.category-selfchoice .group-right .article {
    padding: 5px 20px 0px 34px;
}

.category-selfchoice .group-right .article .article-header {
    padding: 0 0 10px;
}

.category-selfchoice .group-right .article .article-header span {
    display: block;
    float: left;
}

.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: 16px;
}

.category-selfchoice .group-right .article .article-header .header-left .col-2 {
    color: #999;
    font-size: 12px;
    margin: 3px 0 0 25px;
}

.category-selfchoice .group-right .article .article-header .header-left .col-3 {
    color: #ff7200;
    margin: 3px 0 0 25px;
    display: block;
    float: left;
}

.category-selfchoice .group-right .article .article-header .header-left .col-3 .iconfont {
    margin: 3px 5px 0 0;
    float: left;
    font-size: 15px;
}

.category-selfchoice .group-right .article .article-header .header-right {
    float: right;
}

.category-selfchoice .group-right .article .article-header .header-right .col-1 {
    display: block;
    float: left;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #ff4422;
}

.category-selfchoice .group-right .article .article-header .header-right .col-1 i {
    font-weight: bold
}

.category-selfchoice .group-right .article .article-header .header-right .col-2 {
    display: block;
    float: left;
}

.category-selfchoice .group-right .article .article-header .header-right .col-2 .iconfont {
    font-size: 19px;
    color: #999;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0px 0px 10px 20px;
    cursor: default;
    position: relative;
    border: 1px dashed #ddd;
    border-radius: 2px;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list .text {
    display: block;
    float: left;
    font-size: 13px;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list .close {
    display: none;
    width: 13px;
    height: 13px;
    line-height: 10px;
    cursor: pointer;
    background: url(../images/icon-small-delete.png) no-repeat 0 center;
    position: absolute;
    top: -6px;
    right: -6px;
    overflow: hidden;
    background-size: cover
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list:hover {
    border: solid 1px #ff9900;
    color: #ff9900;
}

.category-selfchoice .group-right .article .article-bodyer .list-box .list:hover .close {
    display: block;
}

.category-selfchoice .nice-expired {
    margin-top: 10px;
}

.category-selfchoice .nice-expired h5 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    background: url(../images/icons/icon-warning-r.png) no-repeat 0 center;
    background-size: 14px;
}

.category-selfchoice .nice-expired span {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0px 0px 10px 20px;
    cursor: default;
    position: relative;
    border: 1px dashed #ddd;
    border-radius: 2px;
    color: #999;
}

/* 右侧代理人列表 */
.register-wrap .agent {
    width: 215px;
    position: absolute;
    right: 50px;
    top: 130px;
    z-index: 3;
    background-color: #fff;
}

.register-wrap .agent.fixed {
    position: fixed;
    right: 0px;
    top: 10px;
}

.register-wrap .agent .agent-header {
    color: #666;
    padding-bottom: 5px;
    font-size: 14px;
}

.register-wrap .agent .agent-header .iconfont {
    color: #f08b2f;
    font-size: 22px;
    margin: 0 5px 0 -3px;
}

.register-wrap .agent .agent-header .icon-consult {
    background-image: none;
}

.register-wrap .agent .agent-bodyer .list {
    padding: 11px 0;
}

.register-wrap .agent .agent-bodyer .list dt {
    float: left;
    width: 85px;
    height: 85px;
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.register-wrap .agent .agent-bodyer .list dt img {
    width: 100%;
}

.register-wrap .agent .agent-bodyer .list dd {
    float: left;
    width: 105px;
    margin-left: 22px;
    padding-top: 4px;
}

.register-wrap .agent .agent-bodyer .list dd .icon-renzheng-1 {
    display: inline-block;
    width: 34px;
    height: 14px;
    background-position: -540px -51px;
    vertical-align: middle;
    margin-left: 5px;
}

.register-wrap .agent .agent-bodyer .list dd span {
    display: block;
}

.register-wrap .agent .agent-bodyer .list dd .r-1 {
    color: #666;
}

.register-wrap .agent .agent-bodyer .list dd .r-2 {
    color: #888;
    padding: 2px 0 6px;
}

.register-wrap .agent .agent-bodyer .list dd .r-3 {
    display: block;
    border: solid 1px #f08b2f;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    color: #f08b2f;
    font-size: 12px;
}

.register-wrap .agent .agent-bodyer .list dd .r-3 .iconfont {
    margin-right: 4px;
    vertical-align: -1px;
    font-size: 15px;
}

/*支付*/
.brandinfo-wrap .last-pay {
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px;
    padding-bottom: 0px;
    border-top: 1px solid #ddd;
}

.brandinfo-wrap .last-pay .list-box {
    text-align: right;
}

.brandinfo-wrap .last-pay .list-box li {
    display: inline-block;
    margin-left: 30px;
    vertical-align: bottom;
}

.brandinfo-wrap .last-pay .list-box li.row-step {
    vertical-align: 4px;
}

.last-pay .list-box li .tips-btn .tip-content {
    padding: 12px;
    width: 215px;
    height: 108px;
}

.brandinfo-wrap .last-pay .list-box li .btn-step {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #ff7200;
    text-align: center;
}

.brandinfo-wrap .last-pay .list-box li .icon-img {
    width: 16px;
    vertical-align: -2px;
}

.last-pay .price-color {
    color: #ff4422;
}

.last-pay em.price-color {
    font-size: 24px;
}

.last-pay em.price-color i {
    font-weight: bold;
}

.orderinfo-wrap .last-pay.personal-last-pay {
    padding: 20px;
    text-align: left;
}

.orderinfo-wrap .personal-last-pay .list-box li {
    display: inline-block;
    margin-right: 80px;
    font-size: 14px;
}
.orderinfo-wrap .personal-last-pay .list-box li strong {
    font-weight: bold;
    color: #ff4422;
}
.orderinfo-wrap .last-pay.personal-last-pay .row-officer {
    color: #333;
}

.orderinfo-wrap .last-pay.personal-last-pay .row-sense {
    margin-right: 0px;
    font-size: 16px;
}

.orderinfo-wrap .last-pay.personal-last-pay .row-sense em {
    font-size: 1em;
}

.orderinfo-wrap .last-pay .row-sense {
    color: #FF7200;
}

.showPhotos .list-photo.has-photo .top .photo-box .photo {
    display: block;
}

.showPhotos .list-photo.has-photo .top .photo-box .bg {
    display: none;
}

.category-recommend h3.category-recommend-self-title {
    margin-top: 50px;
    color: #0099ff;
}

.register-pay{
    margin-top: 20px;
}

.register-pay.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.register-pay.fix .last-pay {
    margin: 0 auto;
    padding: 15px 20px;
    width: 1200px;
    border-top: none;
}

.recommend-help {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.recommend-help .close {
    display: block;
    position: fixed;
    right: 100px;
    top: 110px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/help-close.png) no-repeat center;
    background-size: 15px;
    z-index: 15;
    cursor: pointer;
}

.recommend-help .recommend-help-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.recommend-help .step {
    display: none;
    position: absolute;
    z-index: 9;
}

.recommend-help .step.active {
    display: block;
}

.recommend-help .step.step1 {
    top: 320px;
    left: 50%;
    margin-left: -150px;
}

.recommend-help .step.step2 {
    top: 407px;
    left: 50%;
    margin-left: -370px;
}

.recommend-help .step.step3 {
    top: 420px;
    left: 50%;
    margin-left: -588px;
}

.recommend-help .step.step4 {
    top: 580px;
    left: 50%;
    margin-left: -588px;
}

.applicant-tab {

}

.applicant-tab a.btn-choice.active {
    position: relative;
    border-color: #FF7200;
    background-color: rgba(255, 114, 0, 0.10);
    color: #ff7200;
    z-index: 1;
}

.applicant-tab a.btn-choice:first-of-type {
    margin-left: 0;
}

.applicant-tab a.btn-choice {
    float: left;
    margin-left: -1px;
    margin-right: 0;
    width: 100px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 0;
}

.file-upload-warning:hover {
    text-decoration: underline;
}

.smartRegister-hhr .category-selfchoice .category-group{
    margin-bottom: 0px;
}
.order-categories-calc{
    margin-top: 20px;
}
.in-edit .order-info-edit.register-wrap{
    margin-top: 20px;
}
.order-detail-box .industry-select-list span{
    display: block;
}
.order-detail-box ul li .radio-box label{
    width: auto;
}
.order-detail-box.order-categories .category-recommend-groups label {
    color: #fff;
}
.order-detail-page .smartRegister-page{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
    padding-top: 0;
}
@-moz-document url-prefix() {
    .category-recommend-show .crs-left {
        width: 120px;
    }
}

.ns-search-container .keys-list{
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #ddd;
    z-index: 9;
}
.ns-search-container .keys-list span {
    display: block;
    padding-left: 5px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    cursor: pointer;
}

.ns-search-container .keys-list span:hover{
    color: #ff7200;
}

.brand-order-modal .modal-body {
    padding: 16px 24px;
}
.brand-order-modal .brands-name {
    font-weight: bold;
    color: #ff4422;
}
.brand-order-modal .tips {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.brand-order-modal .modal-button {
    margin-top: 10px;
}
.brand-order-modal .modal-button .button {
    text-align: center;
    width: 220px;
}
.brand-order-modal .modal-button.modal-button-two .button {
    text-align: center;
    width: 140px;
}
#modal-cgs-tips .info-box {
    height: 200px;
    overflow: auto;
}
.brand-order-modal .company-list {
    margin-top: 5px;
}
.brand-order-modal .company-list p {
    margin-bottom: 5px;
}
.brand-order-modal p {
    margin-bottom: 5px;
    line-height: 24px;
}
.icon-warning-s {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url(../images/icons/icon-warning-s.png) no-repeat center;
    background-size: 100% auto;
}
.layui-layer-title b{
    font-weight: bold;
    color: #ff4422;
}
.monitor-box {
    position: relative;
    margin-bottom: 12px;
    padding: 15px 12px;
    padding-top: 30px;
    font-size: 12px;
    box-shadow:0px 1px 10px 0px rgba(242,243,246,1);
    border-radius:1px;
}
.monitor-box .i-tip {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    line-height: 22px;
    color: #FF9900;
    font-size: 12px;
    text-align: center;
    background-color: #FFEFD6;
}
.monitor-left {
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 5px;
    background: url(../images/icons/icon-monitor.png) no-repeat 0 0;
    background-size: 20px auto;
    font-size: 12px;
}

.monitor-left p {
    margin-bottom: 8px;
    color: #666;
    line-height: 1.8em;
}

.monitor-left p a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icons/icon-question.png) no-repeat right center;
    background-size: cover;
}

.monitor-left a {
    text-decoration: underline;
}
.monitor-box span strong {
    color: #ff4422;
    font-weight: bold;
}
.new-insurance-box .monitor-left {
    padding-left: 15px;
    background: none;
}
.new-insurance-box .icon-monitor {
    background-image: url(../images/icons/icon-i-monitor.png);
    background-size: contain;
}
.new-insurance-box .icon-insure {
    background-image: url(../images/icons/icon-i-insure.png);
    background-size: contain;
}
.new-insurance-box .monitor-left .left {
    display: inline-block;
    margin-right: 35px;
    text-align: center;
    vertical-align: top;
}
.new-insurance-box .monitor-left .right {
    display: inline-block;
    vertical-align: top;
}
.new-insurance-box .monitor-left .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
}
.new-insurance-box .monitor-left .left p {
    margin-top: 8px;
    font-size: 13px;
    color: #222;
}
.new-insurance-box .tips {
    padding: 4px 0;
    padding-left: 22px;
    color: #666;
    font-size: 12px;
    background: url(../images/icons/icon-warning-f.png) no-repeat 5px 6px;
    background-color: #FFF5E6;
    background-size: 12px;
}
.new-insurance-box .right-btns {

}
.new-insurance-box .right-btns .insure-price {
    margin-bottom: 10px;
    width: 200px;
    font-size: 12px;
}
.new-insurance-box .right-btns .insure-price.gray  {
    color: #999;
    background-image: none;
    background-color: #F6F6F6;
    border-color: #ebebeb;
}
.new-insurance-box .right-btns .insure-price.gray strong {
    color: inherit;
    font-size: inherit;
}
.new-insurance-box .right-text .num {
    margin-bottom: 14px;
    text-align: right;
}
.new-insurance-box .right-text .num i {
    font-weight: bold;
    color: #ff4422;
}
.new-insurance-box .right-text .button {
    width: 100px;
    line-height: 30px;
    text-align: center;
}
.new-insurance-box .right-text .gray {
    color: #999;
    text-align: right;
}
.insure-box {
    padding: 20px 12px;
}

.insure-left, .insure-box .i-left {
    display: inline-block;
    width: 500px;
    padding-left: 40px;
    padding-bottom: 5px;
    background: url(../images/icons/icon-insure.png) no-repeat 0 0;
    background-size: 20px auto;
    font-size: 12px;
}
.insure-left p {
    margin-bottom: 8px;
}
.insure-left p a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icons/icon-question.png) no-repeat right center;
    background-size: cover;
}
.insure-left a {
    color: #ff9900;
    text-decoration: underline;
}
.info-insure-left>span {
    display: inline-block;
    margin-right: 40px;
}

.info-insure-left > span {
    display: inline-block;
    margin-right: 40px;
}

.insure-price, .insure-box .i-right {
    display: inline-block;
    margin-left: 50px;
    padding-left: 29px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 12px;
    background: url(../images/icons/icon-f-check.png) no-repeat 10px center;
    box-shadow: 0px 1px 5px 0px rgba(205,205,205,0.46);
    border-radius: 2px;
    vertical-align: top;
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
    background-size: 14px;
    cursor: pointer;
    user-select: none;
}
.insure-price strong {
    font-weight: bold;
    color: #222;
}

.insure-price.active, .insure-box .i-right.active {
    background-image: url(../images/icons/icon-f-checked.png);
    background-color: #FFF0E5;
    border-color: #ff7200;
    color: #ff7200;
}
.insure-price.active strong {
    color: #ff7200;
}
.insure-item-box {
    position: relative;
    text-align: right;
}
.insure-item-box .box {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 10px;
    width:432px;
    height:138px;
    text-align: left;
    background-color: #fff;
    box-shadow:0px 0px 6px 0px rgba(11,17,60,0.1);
}
.insure-item-box .box .insure-price {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px;
}
.insure-item-box .box .insure-price:nth-child(2n) {
    margin-right: 0;
}
.insure-item-box label {
    display: inline-block;
    margin-top: 8px;
    padding-right: 16px;
    background: url(../images/icons/icon-arrow-r-b.png) no-repeat right center;
    background-size: 15px;
}
.insure-item-box label:hover {

}
.insure-item-box:hover label {
    color: #ff7200;
    background-image: url(../images/icons/icon-arrow-d-72.png);
}
.insure-item-box:hover .box {
    display: block;
    padding: 10px;
    background-color: #fff;
}
.monitor-insure-price {
    display: inline-block;
    margin-left: 99px;
    padding-left: 36px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 12px;
    background: url(../images/icons/icon-f-check.png) no-repeat 14px center;
    box-shadow: 0px 1px 5px 0px rgba(205, 205, 205, 0.46);
    border-radius: 2px;
    background-size: 16px;
    cursor: pointer;
    user-select: none;
}

.monitor-insure-price strong {
    font-weight: bold;
    color: #ff7200;
}
.monitor-insure-price.text-line strong {
    text-decoration: line-through;
}

.monitor-insure-price.active {
    background-image: url(../images/icons/icon-f-checked.png);
    background-size: 16px;
}
.insure-swiper .swiper-slide {
    padding: 0 20px;
}
.insure-swiper .top-tips-color {
    margin-bottom: 10px;
    color: #ff7200;
}
.insure-swiper .top-tips-color a {
    text-decoration: underline;
}
.insure-swiper .top-tips-color h4 {
    margin-bottom: 8px;
    font-size: 14px;
}
.insure-swiper .top-tips {
    font-size: 13px;
    letter-spacing: 1px;
}
.insure-swiper .bottom-tips {
    font-size: 12px;
    color: #999;
}
.insure-swiper .s-box {
    position: relative;
    margin: 10px auto;
    width: 445px;
    height: 200px;
    overflow: hidden;
}
.insure-swiper .s-box .s-icon {
    display: inline-block;
    position: absolute;
    left:0; right:0; top:0; bottom:0;
    margin:auto;
    width: 107px;
    height: 107px;
    z-index: 1;
}
.insure-swiper .s-box .s-icon img {
    width: 100%;
}
.insure-swiper .s-box .s-item {
    float: left;
    padding-top: 30px;
    width: 50%;
    height: 50%;
    color: #ff7200;
    font-size: 12px;
}
.insure-swiper .s-box .s-item.s1,
.insure-swiper .s-box .s-item.s3 {
    padding-right: 93px;
    text-align: right;
}
.insure-swiper .s-box .s-item.s2,
.insure-swiper .s-box .s-item.s4 {
    padding-left: 93px;
}
.insure-swiper .swiper-pagination-bullet {
    margin-bottom: 10px;
    width: 6px;
    height: 14px;
    border-radius: 0;
    background-color: #e9e9e9;
    opacity: 1;
}
.insure-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height:24px;
    background-color: #ff7200;
}
.insure-swiper .s-box .s-left {
    background:linear-gradient(314deg,rgba(255,238,229,0.5) 0%,rgba(255,255,255,0) 100%);
}
.insure-swiper .s-box .s-right {
    background:linear-gradient(314deg,rgba(255,255,255,0) 0%,rgba(255,238,229,0.5) 100%);
}
.insure-swiper .slide3 {
    font-size: 12px;
}
.insure-swiper .slide3>p {
    margin-bottom: 20px;
}
.insure-swiper .slide3-content {
    margin-bottom: 25px;
    line-height: 2em;
}
.insure-swiper .slide3-content p {
    padding-left: 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.insure-swiper .slide3-content p a {
    color: inherit;
    text-decoration: underline;
}
.insure-swiper .slide3-content p.p1 {
    background-image: url(../images/icons/1@2x.png);
}
.insure-swiper .slide3-content p.p2 {
    background-image: url(../images/icons/2@2x.png);
}
.insure-swiper .slide3-content p.p3 {
    background-image: url(../images/icons/3@2x.png);
}
.insure-swiper .slide3-content p.p4 {
    background-image: url(../images/icons/4@2x.png);
}
.insure-swiper .slide3-content p.p5 {
    background-image: url(../images/icons/5@2x.png);
}
.insure-swiper .slide3-content p.p6 {
    background-image: url(../images/icons/6@2x.png);
}
.order-detail-box .insure-modal  .modal-button {
    text-align: center;
    margin-top: 0;
}

#monitor-insure-modal .monitor-insure-swiper {
    padding: 0 20px;
}

#monitor-insure-modal .monitor-insure-swiper > p {
    margin-bottom: 20px;
}

#monitor-insure-modal .slide-content p {
    padding-left: 20px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    line-height: 24px;
}

#monitor-insure-modal p.p1 {
    background-image: url(../images/icons/1@2x.png);
}

#monitor-insure-modal p.p2 {
    background-image: url(../images/icons/2@2x.png);
}

#monitor-insure-modal p.p3 {
    background-image: url(../images/icons/3@2x.png);
}

#monitor-insure-modal p.p4 {
    background-image: url(../images/icons/4@2x.png);
}

.insure-agreement {
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 12px;
    background-image: url(../images/icons/icon-f-check.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}
.insure-agreement.active {
    background-image: url(../images/icons/icon-f-checked.png);
}
#brandnum-modal .modal-body {
    padding-top: 20px;
    padding-left: 39px;
    line-height: 24px;
}
#brandnum-modal .modal-button {
    margin-top: 10px;
}
#brandnum-modal .modal-body p.color {
    color: #ff4422;
}
.brand-standard-href {
    margin-left: 15px;
    padding-right: 16px;
    display: inline-block;
    color: #ff7200;
    font-size: 12px;
    line-height: 1em;
    height: 1.1em;
    text-decoration: none;
    border-bottom: 1px solid #ff7200;
    background: url(../images/icons/icon-tips.png) no-repeat right 0px;
    background-size: 11px;
}
.layui-layer-setwin .layui-layer-close1 {
    opacity: 0.3;
}
.l-right {
    display: inline-block;
    vertical-align: middle;
}

.insure-agreement-btn.disabled {
    color: #fff;
    background-color: #ccc;

}