
.zc-main {
    background-color: #f7f7f7;
    padding-bottom: 40px;
}

.yj_num {
    font-weight: 700 !important;
    font-size: 20px !important;
}

/* 注册流程详情 直线图 start */
.register-line {
    padding: 40px 0 20px 95px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.time-line li {
    position: relative;
    float: left;
    width: 25%;
    border-top: 1px solid #E9E9E9;
}

.time-line li.on{
    border-color: #F13A3B;
}

.time-line li .n{
    margin-top: -16px;
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    background-color: #fff;
}

.time-line li:last-child {
    border-top: 0;
}

.time-line li .icon {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.time-line li.on .icon {
    background-color: #F13A3B;
    color: #fff;
    border-color: #F13A3B;
}

.time-line-item {
    margin-left: 15px;
    float: left;
    line-height: 28px;
}

.time-line li.on .time-line-item p {
    font-weight: 700;
}

.time-line-item p {
    color: #333;
    font-size: 14px;
}

/* 注册流程详情 直线图 end */


/* 右侧 专属顾问，最近浏览，帮助中心 start */
.common_left .tit {
    line-height: 22px;
    padding: 20px 0 14px;
    border-bottom: 1px solid #f0f0f0;
}

.common_left .tit_left {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.common_left .tit_change {
    font-size: 12px;
    color: #999;
    display: inline-block;
    cursor: pointer;
}

.common_left .tit_change .icon_change {
    width: 10px;
    height: 10px;
    background: url(img/icon-change.png) no-repeat left center;
    background-size: 10px 10px;
    margin-right: 4px;
}

.common_left .tit_change .icon_change.on {
    animation: myMove1 .5s ease-in;
    -webkit-animation: myMove1 .5s ease-in;
}

@keyframes myMove1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myMove1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.top_con .top_con_list {
    padding: 20px 0 32px;
}

.top_con .con_img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.top_con .con_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.top_con .span1 {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 16px;
    margin-right: 10px;
}

.top_con .span2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #35B34A;
    line-height: 16px;
}

.top_con .con_msg {
    margin: 13px 0 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8F97A5;
    line-height: 16px;
}

.top_con .con_txt .tel {
    font-size: 16px;
    font-family: "DINPro-Medium";
    font-weight: 600;
    color: #08051E;
    line-height: 14px;
}

.top_con .top_ask {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #E5E8ED;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F13A3B;
    text-align: center;
    cursor: pointer;
}

.left_mid {
    background-color: #fff;
    margin: 20px 0 0;
    padding: 0 20px;
}

.left_mid_list {
    margin: 16px 0 12px -8px;
}

.left_mid_list .mid_item {
    float: left;
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    border: 1px dashed #E5E8ED;
    margin: 0 0 12px 8px;
    color: #8F97A5;
    min-width: 64px;
    text-align: center;
}

.left_mid_list .mid_item:hover {
    color: #F13A3B;
    border-color: #F13A3B;
}

.left_gg {
    margin-top: 20px;
}

.common_left .left_gg img {
    width: 320px;
    height: 156px;
}

.common_left .left_bottom {
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px;
}

.left_bottom .bottom_ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    border-top: 1px dashed #F0F0F0;
    color: #4D4A64;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left_bottom .bottom_ul li a:hover {
    color: #F13A3B;
}

.left_bottom .bottom_ul {
    padding-bottom: 20px;
}

.left_bottom .bottom_ul li:first-child a {
    border-top: none;
}

.base_upload_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 右侧 专属顾问，最近浏览，帮助中心 end */
.o_banner_in .o_head {
    background-color: transparent;
}

.o_banner_in .o_head.fixed {
    background-color: rgba(0, 0, 0, 0.85);
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #F13A3B !important;
    background-color: #F13A3B !important;
}