/*右侧固定栏*/
/*<style>*/
.right_fixed_box {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 999;
    transform: translateY(-50%);
    box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);
}

.right_fixed_box .box {
    width: 60px;
    /*height: 70px;*/
    background: #fff;
    /*border-radius: 8px;*/
    /*margin-bottom: 8px;*/
    text-align: center;
    cursor: pointer;
  padding-bottom: 10px;
    transition: all ease 0.3s;


    position: relative;
}
.right_fixed_box .box:nth-child(1){
    border-radius: 4px 4px 0 0 ;
}
.right_fixed_box .box:nth-child(3){
    border-radius: 0 0 4px 4px ;
}
.right_fixed_box .box:last-child {
    border-radius: 4px;
}
.right_fixed_box .box:nth-child(1):after,.right_fixed_box .box:nth-child(2):after {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: #DEDEDE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*.right_fixed_box .box:hover {
    background: #177dff;
}*/

.right_fixed_box .title {
    font-size: 12px;
    color: #666666;
    transition: all ease 0.3s;
    text-align: center;
    width: 24px;
    margin: 0 auto;
    text-align: center;
}

.right_fixed_box .right_box_img {
    /*display: block;*/
    width: 52px;
    height: 52px;
    margin: 0 auto;
    object-fit: contain;
    /*background: url(../image/icon_kefu.png) center no-repeat;*/

    background-size: 30px;
}

.right_fixed_box .right_box_img.kefu {
    display: block;
    background: url(../image/icon_kefu.png) center no-repeat;
    background-size: 30px;
}

.right_fixed_box .right_box_img.kefu:after {
    display: none;
    content: "";
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../image/icon_kefu_active.png) center no-repeat;
    background-size: 30px;
}

.right_fixed_box .box:hover .title {
    color: #177DFF;
}

.right_fixed_box .kefu_box:hover .right_box_img.kefu:after {
    display: block;
}

.right_fixed_box .right_box_img.yjfk {
    display: block;
    background: url(../image/yjfk.png) center no-repeat;
    background-size: 30px;
}

.right_fixed_box .right_box_img.yjfk:after {
    display: none;
    content: "";
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../image/yjfk_active.png) center no-repeat;
    background-size: 30px;
}


.right_fixed_box .yjfk_box:hover .right_box_img.yjfk:after {
    display: block;
}

.right_fixed_box .right_box_img.mobile {
    display: block;
    background: url(../image/icon_mobile.png) center no-repeat;
    background-size: 30px;
}

.right_fixed_box .right_box_img.mobile:after {
    display: none;
    content: "";
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../image/icon_mobile_active.png) center no-repeat;
    background-size: 30px;
}


.right_fixed_box .mobile_box:hover .right_box_img.mobile:after {
    display: block;
}





.right_fixed_box .right_box_img.backtop {
    display: block;
    background: url(../image/back_top.png) center no-repeat;
    background-size: 30px;
}

.right_fixed_box .right_box_img.backtop:after {
    display: none;
    content: "";
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../image/back_top_active.png) center no-repeat;
    background-size: 30px;
}


.right_fixed_box .backtop_box:hover .right_box_img.backtop:after {
    display: block;
}


.mobile_code_box {
    position: absolute;
    right: calc(100% + 12px);
    top: calc(50% - 100px);
    border-radius: 6px;
    background: #ffffff;
    overflow: visible;
    padding: 10px;
    /*border: 1px solid darkred;*/
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    display: none;
}

.mobile_code_box:after {
    content: "";
    width: 12px;
    height: 100%;
    position: absolute;
    right: -14px;
    top: 0;
}

.mobile_code_box:before {
    display: block;
    content: '';
    border: 8px solid #07bbee;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -16px;
    top: calc(50% - 8px);
}

.mobile_code_box img {
    width: 230px;
    height: 230px;
    border-radius: 6px;
    object-fit: contain;
    margin: 0 auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


.kefu_phone_box {
    display: none;
    position: absolute;
    right: calc(100% + 12px);
    top: calc(50% - 25px);
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background: #ffffff;
    padding: 0 10px;
    /*border: 1px solid darkred;*/
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}

.kefu_phone_box:after {
    content: "";
    width: 12px;
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;


}

.kefu_phone_box:before {
    display: block;
    content: '';
    border: 8px solid #07bbee;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -16px;
    top: calc(50% - 8px);
}


/*</style>*/

/*<style>*/
 .yjfk_tc {
     /*width: 500px;*/
     /*        width: 500px;
             height: 438px;*/
     border: 1px solid #c1c1c1;
     display: none;
     /*overflow: hidden;*/

 }

.yjfk_tc .layui-input-block {
    margin-left: 88px;
    min-height: 36px;
    position: relative;
}

.yjfk_tc .layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 86px;
    font-weight: 400;
    text-align: right;
}

.layui-form-label.layui-required:after {
    content: '*';
    color: red;
    position: absolute;
    left: 4px;
    top: 10px;
    display: block;

}

.yjfk_tc .layui-input, .layui-textarea {
    display: block;
    width: 320px;
    padding-left: 10px;
}


.yjfk_tc form {
    width: 452px;
    overflow: hidden;
    margin: 20px auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*border: 1px solid #dedede;*/
    /*box-shadow: 0 0 16px -1px #8c8989;*/
    /*border-radius: 6px;*/
    /*padding: 29px;*/
}

.layui-form-item {
    position: relative;
}

.layui-form-select dl dd.layui-this {
    background-color: #177dff;
    color: #fff;
}

.layui-btn {
    height: 32px;
    line-height: 32px;
}

.layui-btn.submit {
    background-color: #177dff;
    /*color: #177dff;*/
}

.layui-btn-primary.cancel:hover {
    border-color: #177dff;
    color: #177dff;
}


.yjfk_img {
    width: 100px;
    height: 100px;
    border: 1px dashed #c1c1c1;
    border-radius: 6px;
    margin-left: 10px;
    position: relative;
}

.yjfk_img:first-of-type {
    margin-left: 0px;

}

.add_yjfk_img:hover {
    border-color: #177dff;

}

.added_img {
    margin: auto;
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.yjfk_img.added .fn_box {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 86px;
    height: 86px;
    position: absolute;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.yjfk_img.added:hover .fn_box {
    display: flex;

}

.img_view {
    margin-right: 14px;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;

}

.img_del {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
}

/*</style>*/


/*<style>*/
 #tc_img_view {
     padding: 24px;
     box-sizing: border-box;
     display: none;

 }

#tc_img_view img {
    width: 100%;

}

/*</style>*/
