/* 初始化开始*/
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background-color:#fff;color:#333;font-family: Microsoft YaHei;}
em,i,b{font-weight: normal;font-style: normal;}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{ text-decoration:none;}
li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;background:none; outline:none; border:0px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #999;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #999;}
input:disabled{background-color: inherit;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}
/* 初始化结束 */
/*提示ie版本升级*/
.browsehappy{
    border-radius:0;
    margin-bottom:0;
}
.alert-warning{
    background-color:#fcf8e3;
    border-color:#faebcc;
    color:#8a6d3b;
}
.alert{
    padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:3px}
.close-btn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20)}
 /*头部*/
.body-content{position: relative}
.header {
    position: fixed;
    top: 0px;
    height: 75px;
    width: 100%;
    min-width: 1200px;
    z-index: 1000;
    background-color: #031d40;
    /*border-bottom: 1px solid #2b568e;*/
    transition: opacity .6s ease, background .6s ease, box-shadow .6s ease;
}
.header.change {
    background: #fff;
}
.header ul.nav{
    /*margin-left: 183px;*/
}
.logo {
    float: left;
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    margin-right: 20px;
}
.logo-pic{
    float: left;
    width: 178px;
    margin-top: 19px;
}
.logo-title1{
    line-height: 24px;
    font-size: 26px;
    height: 24px;
    font-weight: normal;
    margin-left:10px;
    margin-top: 10px;
}
.logo-title2{
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
    margin-left:10px;
    margin-top: 7px;
}
.header .logo a {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.header .nav { }
.header .nav > li {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    padding: 17px 6px 6px 6px;
    line-height: 50px;
}
.header .nav li:hover{
    border-bottom:2px solid #04a1e3;
}
.header .nav-active{
    border-bottom: 2px solid #04a1e3;
}
.header .nav > li a {
    display: block;
    height: 46px;
    color: #fff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.header .nav > li a > span.intest {
    background: #f9c976;
}
.header .nav > li a > span.intest:after {
    border-top: 4px solid #f9c976;
}
.header .nav > li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    /*background: #3E9AFC;*/
}
.header .nav > li:not(.nav-combtn):hover:after {

}
.header .nav > li a .api{
    display: block;
    position: absolute;
    top: -18px;
    left: -10px;
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #ff5b62;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #fcf0ee;
}
.header .nav > li a .api:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fdf0ee;
    border-right: 8px solid transparent;
    left: 66px;
}
.header .nav > li a .offIcon{
    display: block;
    position: absolute;
    top: -18px;
    left: 3px;
    width: 70px;
    height: 22px;
    font-size: 12px;
    color: #ff5b62;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #fcf0ee;
}
.header .nav > li a .offIcon:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fdf0ee;
    border-right: 8px solid transparent;
    left: 40px;
}
.header .nav-btn{
    border-radius: 7px;
    border: 2px solid #fff;
    color: #fff;
    height: 30px;
    width: 75px;
    line-height: 30px;
    float: left;
    margin: 31px 3px 10px 3px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.header .nav-btn a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 27px;
    position: relative;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.free{
    display: block;
    position: absolute;
    top: -31px;
    left: -10px;
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #ff5b62;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #fcf0ee;
}
.free:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fdf0ee;
    border-right: 8px solid transparent;
    left: 66px;
}
.header .nav-btn:hover{
    background-color: #fff;
}
.header .nav-btn:hover a{
     color: #333;
 }
.header-user{
    width: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.dis-n{
    display: none;
}
.dis-b{
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.va-m{vertical-align: middle}
.mt-12{
     margin-top: 12px;
 }
.mt-30{
    margin-top: 30px;
}
.ml-10{
    margin-left: 10px;
}
.mr-20{
    margin-right: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mt-100{
    margin-top: 100px;
}
.mt-120{
    margin-top: 120px;
}
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
.ta-r{
    text-align: right;
}
.w200{
    width: 200px;
}
.padding-10{
    padding: 10px;
}
.ml{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mt-50{
    margin-top: 50px;
}
.fs-22{
    font-size: 22px;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.color-aaa{
    color: #aaa;
}
.color-999{
    color: #999999;
}
.color-222{
    color: #222;
}
.bg-f4f5f6{
    background-color: #eaebec;
}
.bg-fff{
    background-color: #fff;
}
.w140{
    width: 140px;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.pb40{
    padding-bottom: 40px;
}
.ml-40{
    margin-left: 40px;
}
.mt-10{
    margin-top:10px;
}
.mr-10{
    margin-right: 10px;
}
.mt-60{
    margin-top: 60px;
}
.mr5{
    margin-right: 5px;
}
.h685{
    height: 634px;
    overflow: hidden;
}
.mh685{
    min-height: 685px;
}
.border-b{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb100{
	margin-top: -16px;
    margin-bottom: 100px;
	background-color: #fff;
}
.fw-b{
    font-weight: bold;
}
.color-c44{
    color: #f5eca5;
}
.color-6bc{
    color: #6bc2e6;
}
.c-fd5f00 {
    color: #fd5f00;
}
.c-ffc002 {
    color: #ffc002;
}
.c-00a635 {
    color: #00a635;
}
.c-00c3c4 {
    color: #00c3c4;
}
.cursor-p{
    cursor: pointer;
}
.cursor-p:hover{
    color: #fff;
}
/*脚部开始*/
.footer{
    background-color: #292929;
    color: rgba(255, 255, 255, 0.6);
}
.footer-main { margin: 0 auto; width: 1200px; padding: 30px 0 20px 0;}
.footer .footer-main .footer-box{ text-align: left; float: left; height: 100%; }
.footer .footer-main .footer-box.left { width: 270px; margin-right: 70px; }
.footer .footer-main .footer-box.ban { width: 360px;  color: #fff}
.footer .footer-main .footer-box.ban.min { width: 200px; }
.footer .footer-main .footer-box.ban.min > ul > li { line-height: 40px; height: 40px; }
.footer .footer-main .footer-box.ban a { width: auto; }
.footer .footer-main .footer-box.ban a:hover { color: #ccc; }
.footer .footer-main h1 { line-height: 30px; font-size: 14px; color: #fff; letter-spacing: 2px; margin-bottom: 5px; position: relative; display: block; }
.footer .footer-main .footer-box.ban h1 > .tip { display: inline-block; background: #ef4d4d; border-radius: 2px; color: #292929; font-size: 12px; position: relative; top: -8px; line-height: 13px; height: 14px; padding: 0 4px; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -moz-transform: scale(0.9); transform: scale(0.9); }
.footer .footer-main .footer-box.ban h1 > .tip:after { width: 0; content: ""; position: absolute; top: calc(100% - 2px); left: 0; border-top: 6px solid #ef4d4d; border-right: 5px solid transparent; display: block; }
.footer .footer-main .footer-box.ban h1.has-icon:after { width: 28px; height: 28px; display: block; content: ""; position: absolute; left: -30px; top: 2px; background: center no-repeat url("../img/busi.png"); }
.footer .footer-main .footer-box.ban h1 > span { font-size: 18px; margin-left: 5px; font-weight: normal; letter-spacing: 0; position: relative; top: 2px; }
.footer .footer-main .footer-box.ban > ul { position: relative; width: 100%; }
.footer .footer-main .footer-box.ban > ul > li { position: relative; float: left; width: 100%; height: 30px; line-height: 24px; color: rgba(255, 255, 255, 0.6); font-size: 12px; font-weight: normal; }
.footer .footer-main .footer-box.ban > ul > li > span { width: 90px; display: inline-block; text-align: right; }
.footer .footer-main .footer-box.right { margin-top: 5px; padding: 10px; float: right; width: auto; height: auto; border-radius: 5px; background-color: #393939; }
.footer .footer-main .footer-box.right > img { float: left; width: 85px; height: 85px; margin-right: 10px; }
.footer .footer-main .footer-box.right > .content { margin: 10px 0 0 0; float: right; width: 126px; height: 100%; text-align: center; color: #ccc; font-size: 14px; }
.footer .footer-main .footer-box > h1 { margin-bottom: 15px; color: #fff; font-size: 14px; }
.footer .footer-main .footer-box > h1 > i { position: relative; top: 1px; margin-right: 7px; }
.footer .footer-main .footer-box > p { margin-left: 23px; }
.footer .footer-main .footer-box > p > a { color: #cccccc; font-size: 12px; position: relative; display: block; float: left; margin: 0 2px 10px 0; width: 80px; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.footer .footer-main .footer-box > p > a:hover { color: #fff; }
.footer .footer-main .footer-box > p > a > i { font-size: 10px; font-style: inherit; color: #fff; display: block; position: absolute; top: -17px; right: 26px; width: auto; padding: 0px 5px 0 5px; border-radius: 2px; background-color: #e24446; -webkit-transform: scale(0.88); -ms-transform: scale(0.88); -moz-transform: scale(0.88); transform: scale(0.88); }
.footer .footer-main .footer-box > p > a > i:after { position: absolute; bottom: -4px; right: 5px; content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid red; }
.footer-main .footer-box > p > a > i{
    font-size: 10px;
    font-style: inherit;
    color: #fff;
    display: block;
    position: absolute;
    top: -17px;
    right: 15px;
    width: auto;
    padding: 0px 5px 0 5px;
    border-radius: 2px;
    background-color: #e24446;
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -moz-transform: scale(0.88);
    transform: scale(0.88);
}
.footer-border{
    border-top:1px solid #414141;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}
.footer-bottom{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
}
.friendLink{
    width: 1200px;
    margin: 0px auto 20px auto;
    text-align: left;
    font-size: 14px;
}
.friendLink span{
    letter-spacing: 2px;
    color: #fff;
}
.friendLink a{
    margin: 0 2px;
    color: #666;
}
.friendLink a:hover{
    color: #999;
}
/*拖拉插件*/
#main{
    width: 517px;
    margin: 20px 20px 0 10px;
}
.scroll-bar{
    height: 36px;
    position: relative;
    /*display: inline-block;*/
}
.entire-bar{
    width:100%;
    height: 6px;
    top: 12px;
    left: 0;
    position: absolute;
    background: #E9ECF5;
    z-index: 2;
    cursor: pointer;
    border-radius: 2em;
}
.action-bar{
    top: 12px;
    height: 6px;
    position: absolute;
    background: #02C1DE;
    border-radius: 2em;
    z-index: 2;
}
.action-block{
    top: -5px;
    /*width: 8px;*/
    /*height: 16px;*/
    cursor: pointer;
    position: absolute;
    background: url("../img/btn.png") no-repeat;
    height: 37px;
    width: 17px;
    z-index: 2;
}

/*拖拉插件结束*/



/*模拟下拉框样式*/
.w-dropdown {
    width: 145px;
    position: relative;
}

.w-dropdown .dropdown-icon {
    content: "";
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}

.w-dropdown .dropdown-sel {
    float: left;
    width: 150px;
    height: 44px;
    display: block;
    color: #807a62;
    cursor: pointer;
    font-style: normal;
    padding :15px 0px 15px 15px;
    border: 1px solid #cfd6d9;
}

.w-dropdown .dropdown-sel:focus {
    outline: none;
}

.w-dropdown .dropdown-sel:hover {
    border: 1px solid #abb9c2;
}

.w-dropdown ul {
    width: 150px;
    border: 1px solid #c0c5cc;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    margin-top: 41px;
    display: none;
    max-height: 240px;
    overflow-y: auto;
}

.w-dropdown ul li {
    height: 24px;
    line-height: 24px;
}

.w-dropdown ul li a {
    display: block;
    font-size: 14px;
    height: 24px;
    color: #999;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.w-dropdown ul li a:hover {
    color: #333;
    background-color: #f0f0f0;
}
/*分页*/
.xc_pages{ text-align: center; margin-top: 40px; }
.xc_pages div{ height: 34px; line-height: 34px; font-size: 14px; color: #888; }
.xc_pages div span{ padding: 4px 10px; border: 1px solid #c5b7b7; margin: 0 3px; text-decoration: none; border-radius: 5px; background: #2ab0df; border-color: #2ab0df; color: #fff; cursor: default; }
.xc_pages div a{ padding: 4px 10px; background: #fff; color: #888; margin: 0 3px; text-decoration: none; border-radius: 5px; }
.xc_pages div a.num{ border: 1px solid #c5b7b7; border-radius: 5px; border: 1px solid #c5b7b7; }
.xc_pages div a.num:hover{ border-color: #2ab0df; }


.slideMenu{
    position: absolute;
    top: 68px;
    left: 0px;
    width: 128px;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #666;

    display: none;
}
.header .nav > li .slideMenu a{
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.header .nav > li .slideMenu a:last-child{
    border-bottom: none;
}
.header .nav > li .slideMenu a:hover{
    background-color: #ddd;
/*    color: #000;
    text-shadow: 0 0 5px #666;*/
}
.friendLink{
    width: 1200px;
    margin: 0px auto 20px auto;
    text-align: left;
}
.friendLink span{
    letter-spacing: 2px;
    color: #fff;
}
.friendLink a{
    margin: 0 2px;
    font-size: 12px;
    color: #999;
}
.friendLink .icons_footer2{
    background-image: url(../img/cooperation.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 5px 0 0;
}
.mr5{
    margin-right: 5px;
}

.slideMenu2 {
    width: 150px;
    padding: 0 5px;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #666;
    left: 130px;
    top: 0px;
    /*display: none;*/
}
.slideMenu2 a {
    display: block;
    /*color: #333 !important;*/
    font-size: 14px;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
/*右侧客服*/
.float-contact {
    position: fixed; right: 10px; top: 50%;
    margin-top: 50px;
    z-index: 9999;
}
.left-content{
    display: none;
}
.right-customer { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.right-customer .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background-color: #ffffff; border-radius: 4px 4px 0px 0px; border: solid 1px #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; text-align: center;}
.right-customer .small-blue:before { content:"";background: url("../img/qc-side/qc-side1.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.right-customer .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.right-customer .small-blue:hover:before { color: #fff; }
.right-customer .left-content { display: none; box-sizing: border-box; width: 240px; padding: 15px 15px 10px; border: 1px solid #D8D8D8; position: absolute; right: 67px; top: 0; background-color: #fff; z-index: 2; border-radius: 2px; }
.right-customer .left-content .btn-close { color: #898989; position: absolute; right: 15px; top: 8px; cursor: pointer; }
.right-customer .left-content .btn-close:hover { color: #333; }
.right-customer .left-content .item { display: block; box-sizing: border-box; width: 100%; height: 60px; border-bottom: 1px solid #EFEFEF; color: #333; padding: 12px 0 0 0; font-size: 12px; text-align: left;}
.right-customer .left-content .item > p { color: #333; }
.right-customer .left-content .item > span { color: #999999; }
.right-customer .left-content .item > span.yellow { color: #FE9C12; animation:none;}
.right-customer .left-content .item:first-child { cursor: pointer; background-position: 0 7px; }
.right-customer .left-content .item:nth-child(2) { background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(3) { cursor: pointer; background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(4) { background-position: 0 -170px; }
.right-customer .left-content .code { padding-top: 10px; }
.right-customer .left-content .code span { display: inline-block; font-size: 12px; color: #666666;text-align: center }
.right-customer .left-content .code span > img { display: block; width: 80px; height: 80px; text-align: center;}
.right-customer .contactImg{
    height: 50px;
    float: left;
    margin-right: 20px;
    padding-top: 12px;
}

.vips {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vips .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; background: #fff; border: solid 1px #dddddd; color: #333; }
.vips .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.vips .small-blue:hover:before { color: #fff; }
.vips .small-blue:before { content:"";background: url("../img/qc-side/qc-side4.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tst { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tst .close { position: absolute; right: 7px; top: 4px; }
.tst .close i { color: #999; }
.tst .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tst .qq, .tst .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; }
.tst .qq img, .tst .phone img { margin-right: 5px; }
.tst .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tst .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tst .use-name p { color: #999999; font-size: 14px; }
.tst .use-ewm { float: right; margin: 10px 40px 0 0; }
.tst .use-ewm img { border: 1px solid #999999; width: 74px; height: 74px; display: block; }

.cust { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center;}
.cust .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background: #fff; border: 1px solid #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; border-bottom: none;border-top: none;}
.cust .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.cust .small-blue:hover:before { color: #fff; }
.cust .small-blue:before { content:"";background: url("../img/qc-side/qc-side5.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tsts { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tsts .close { position: absolute; right: 7px; top: 4px; }
.tsts .close i { color: #999; }
.tsts .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tsts .qq, .tsts .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; text-align: center;float: left}
.tsts .qq img, .tsts .phone img { margin-right: 5px;vertical-align: middle; }
.tsts .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tsts .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tsts .use-name p { color: #999999; font-size: 14px; }
.tsts .use-ewm { margin: 20px 0px 0 0; }
.tsts .use-ewm img { border: 1px solid #999999; width: 74px; height: 74px; display: block;margin: 20px auto 10px auto; }

.stick {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stick .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px;  background: #fff; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; padding-top: 5px;text-align: center}
.stick .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.stick .small-blue:hover:before { color: #fff; }
.stick .small-blue:before { content:"";background: url("../img/qc-side/qc-side7.png?v=2020") top center no-repeat; display: block; width: 44px; height: 36px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.vips .tst{
    padding: 10px 0;
    height: auto;
}
.cust:hover .left-content,.right-customer:hover .left-content,.vips:hover .left-content{
    display: block;
}
