@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

body {
    font: 12px/24px "Helvetica Neue", "Microsoft YaHei";
    color: #888
}

a {
    color: #888;
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.show {
    display: block
}

.hide {
    display: none
}

.cl {
    clear: both
}

html {
    overflow-x: hidden
}

.wd1100 {
    margin: 0 auto;
    max-width: 1100px
}

* {
    outline: 0
}

*{-moz-user-select: -moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    *zoom: 1
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 70px;
    background-color: #222
}

.head {
    height: 70px
}

.logo {
    margin-left: 12px;
    display: inline
}

.logo a {
    display: block;
    width: 170px;
    height: 70px
}

.h_r {
    margin-right: 12px;
    margin-top: 19px;
    display: inline
}

.h_click li {
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    margin-left: 18px;
    display: inline
}

.h_click li.h_tel {
    width: 160px
}

.h_tel span {
    color: #fff;
    font-size: 14px
}

.h_tel img {
    float: left;
    margin-right: 10px
}

.nav li {
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.nav li:last-child {
    background: #c70c1f;
    border-radius: 6px;
    margin: 0 16px;
}
.nav li:last-child a {
    color: #FFF !important;
}

.nav li p {
    height: 32px;
    overflow: hidden
}

.nav li a {
    color: #FFF;
    font-size: 16px;
    display: block
}

.nav li a span {
    display: block
}

.nav li.nav_cur a,
.nav li a:hover {
    color: #c70c1f
}

.wedo {
    padding-top: 28px;
    overflow: hidden
}

.wedo.casewb{padding-top:0px;}

.title {
    font-size: 48px;
    text-align: center;
    line-height: 100%;
    color: #da251d;
    margin-bottom: 55px;
    font-family: "方正兰亭超细黑简体", "FZLTCXHJT", "Microsoft Yahei"
}

.wedo_line {
    height: 2px;
    background: #ececec;
    width: 265px;
    margin: 0 auto;
    margin-bottom: 70px
}

.wedo_select {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0
}

.wedo_select li a {
    color: #fff
}

.wedo_select li {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

@media all and (max-width:1700px){
    .wedo_select li {padding: 0 20px;}
}

@media all and (max-width:1590px){
    .wedo_select li {padding: 0 16px;font-size: 16px}
}
@media all and (max-width:1270px){
    .wedo_select li {padding: 0 12px;font-size: 15px}
}
.wedo_select li.on a,
.wedo_select li.on:hover a,
.wedo_select li:hover a {
    color: #c70c1f;
    font-weight: bold
}

.wedo_select li:first-child {
    border-radius: 6px 0 0 6px
}

.wedo_select li:last-child {
    border-radius: 0 6px 6px 0
}

.wedo_list li {
    width:24.985%;
    float: left;
    overflow: hidden;
    min-height:423px;
    background:#fff;
}
.wedo_list li:hover .wedo_img {padding-top:60px;}
.wedo_list li .wedo_bgImg:after{position:absolute;left:0px;top:0px;width:100%;height:100%;content:"";background:rgba(0, 0, 0, 0.5);transition:all 0.5s ease-in-out;opacity:0;}
.wedo_list li:hover .wedo_bgImg:after{opacity:1;}
.wedo_list li:hover .wedo_shtitle a{color:#c70c1f;transition:all 0.5s ease-in-out;}

.wedo_img {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}

.wedo_list li img {
    display: block;
    margin:0px auto;
}

.wedo_list_li {
    position: relative
}

.image_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.image_info_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table
}

.image_info .overlay {
    background: #da251d;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

.wedo_list_li {
    width: 100%;
}

.wedo_list_li .wedo_img img {
    transition: all .5s;
    opacity: 1 !important;
}

.wedo_list_li .wedo_img{padding-top:70px;}

.wedo_img a{position: relative;z-index: 22;}

.wedo_bgImg{position: absolute;left:0px;top:0px;height:270px;width:100%;overflow:hidden;}
.wedo_bgImg img{width:100%;height:100%;object-fit:cover;}

.wedo_list_li .image_info {
    opacity: 0;
    filter: alpha(opacity=0)
}

.wedo_list_li:hover .image_info {
    opacity: 1;
    transition: all .5s;
    filter: alpha(opacity=100);
    display: block
}
/* 
.wedo_list_li:hover .wedo_img img {
    transform: scale(1.1, 1.1)
} */

.isotope,
.isotope-item {
    transition-property: transform, opacity;
    transition-duration: .8s
}

.wedo_show {
    z-index: 20;
    width: 100%;
    height: 60px;
}

.wedo_img img {
    opacity: .6;
    filter: alpha(opacity=60)
}



.wedo_shL {
    width: 100%;
    text-align: center;
    padding-top: 18px
}

.wedo_shtitle a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 24px
}

.wedo_shintro {
    color: #888;
    height: 20px;
    line-height: 20px;
    font-size:14px;
}

.wedo_shtitle a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.floor5 {
    background: url(../images/team_img.jpg) no-repeat center;
    width: 100%;
    height: 700px
}

.team {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative
}

.team_ask {
    color: #FFF;
    font-size: 20px;
    width: 800px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    padding-top: 178px;
    margin: 0 auto 38px auto;
    text-align: center
}

.team_move {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    height: 234px
}

.team_l,
.team_r {
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 40px;
    height: 78px;
    display: block
}

.team_l {
    background: url(../images/team_lac.png) no-repeat;
    left: -80px
}

.team_r {
    background: url(../images/team_rac.png) no-repeat;
    right: -80px
}

.team_Mlist {
    width: 1100px;
    height: 274px;
    overflow: hidden
}

.team_Mlist li {
    float: left;
    width: 130px;
    height: 188px;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
    transition: width .5s ease .01s, height .5s ease .01s, margin .5s ease .01s
}

.team_Mlist li img {
    margin-left: 25px;
    margin-top: 76px;
    opacity: .5;
    transition: width .5s ease .01s, height .5s ease .01s, opacity .5s ease .01s, margin-top .5s ease .01s, margin-left .5s ease .01s, background .02s ease .01s
}

.team_Mlist li img,
.team_Mlist li span {
    display: block
}

.team_job {
    color: #e58a93;
    height: 24px;
    padding-top: 8px;
    text-align: center
}

.team_Mlist li.team_on,
.team_Mlist li:hover {
    width: 234px;
    height: 270px;
    margin: 0 18px 0 8px
}

.team_Mlist li.team_on img,
.team_Mlist li:hover img {
    width: 220px;
    height: 220px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 0;
    opacity: 1
}

.team_Mlist li:hover span,
.team_Mlist li.team_on span {
    color: #FFF;
    font-size: 18px;
    padding-top: 12px
}

.team_Fimg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    width: 1920px;
    height: 700px
}

.team_Fimg img {
    float: left
}

.top {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 90px;
    text-align: center
}

.top_en {
    font-family: 张海山锐线体简;
    color: #bababa;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 16px
}

.top_cn span {
    color: #222;
    font-size: 36px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b6b9bf
}

.top_cn span b {
    background: url(../images/top_enline.jpg) no-repeat bottom;
    padding-bottom: 14px
}

.client_table td a {
    display: block;
    width: 219px;
    height: 128px
}

.contact ul {
    width: 1148px
}

.contact li {
    float: left;
    margin-right: 57px;
    display: inline;
    width: 230px;
    height: 120px;
    background: url(../images/contact_yy.png) repeat;
    position: relative;
}

.contact li a,
.contact li span,
.contact li img {
    display: block
}

.contact li img,
.contact_icon {
    width: 72px;
    height: 54px;
    margin: 18px 0 12px 79px;
    display: block
}

.contact li span {
    color: #e0e0e0;
    font-size: 14px;
    text-align: center
}

.contact_icon1 {
    background: url(../images/contact_cicon1.png) no-repeat
}

.contact_icon2 {
    background: url(../images/contact_cicon2.png) no-repeat
}

/* .contact_icon3 {
    background: url(../images/contact_cicon3.png) no-repeat
} */
.contact_icon3 {
    background: url(../images/weixinicon.png) no-repeat center
}
.weixin-drop{display: none;position: absolute;width: 160px;height: 160px;background: #fff;align-items: center;justify-content: center;z-index: 4;bottom: 136px;left: 50%;margin-left: -80px;}
.weixin-drop::after{content: "";position: absolute;border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 12px solid #fff;width: 0;height: 0;bottom: -12px;left: 50%;margin-left: -12px;}
.weixin-drop img{width: 140px !important;height: 140px !important;margin: auto !important;}
.contact li:hover .weixin-drop{display: flex;}

.contact_icon4 {
    background: url(../images/contact_cicon4.png) no-repeat
}

.floor7 .contact li:hover {
    background: url(../images/contact_yyho.png) repeat
}

.contact li a:hover span {
    color: #FFF
}

.footer {
    position: relative;
    z-index: 5555;
    width: 100%;
    height: auto;
    background-color: #0e0e0e
}

.foot_top {
    height: auto;
    overflow: hidden;
    padding: 22px 0
}

.love_link a {
    color: #454545;
    margin-right: 32px
}

.foot_d {
    border-top: 1px solid #212121;
    padding: 30px 0 18px;
    background-color: #0e0e0e
}

.foot_dshare {
    position: relative;
    width: 190px;
    height: 46px;
    margin: 0 auto
}

.foot_dshare a {
    display: inline-block;
    float: left;
    background-image: url(../images/f_dshimg.png);
    width: 53px;
    height: 46px;
    margin-right: 10px
}

.foot_dshare1 {
    background-position: 0 0
}

.foot_dshare2 {
    background-position: -63px 0
}

.foot_dshare3 {
    background-position: -126px 0
}

.foot_dshare1:hover {
    background-position: 0 -50px
}

.foot_dshare2:hover {
    background-position: -63px -50px
}

.foot_dshare3:hover {
    background-position: -126px -50px
}

.copyright {
    clear: both;
    font-family: Arial;
    color: #787878;
    text-align: center
}

.footer a:hover {
    color: #FFF
}

.foot_shWx,
.foot_shTelWx {
    position: absolute;
    top: -109px;
    z-index: 999999;
    width: 104px;
    height: 104px;
    background: url(../images/foot_shar_bd.png) no-repeat left bottom;
    padding-bottom: 5px;
    display: none
}

.foot_shWx {
    right: -92px
}

.foot_shTelWx {
    left: 115px
}

.foot_shWx img,
.foot_shTelWx img {
    display: block;
    padding: 12px;
    background-color: #FFF
}

.ebsgovicon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.ebsgovicon img {
    width: 20px;
    height: 28px
}

@media screen and (max-width:320px) {
    .h_click {
        display: none
    }
}

@media(min-width:321px) and (max-width:1000px) {
    .h_click {
        display: none
    }
}

@media screen and (min-width:1001px) {
    .h_click {
        display: block
    }
}

.float_qq {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -101px;
    width: 50px;
    height: 203px;
    z-index: 6666
}

.float_qq li {
    width: auto;
    height: 50px;
    z-index: 20
}

.float_qq li.float_qq1,.float_qq li.float_qq2,.float_qq li.float_qq3,.float_qq li.float_qq4 {
    position: absolute;
    left: 0;
    width: 62px
}

.float_qq li.float_qq1 {
    top: 0
}

.float_qq li.float_qq2 {
    top: 51px;
}
.float_qq li.float_qq3 {
    top: 102px;
}

.float_qq li.dianhua {
    position: absolute;
    top: 153px;
    left: 0;
    width: 172px
}

.float_qq li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #000;
    opacity: .8;
    border-radius: 6px
}

.float_qq li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px
}

.float_qq li a:hover {
    background-color: #c70c1f;
    opacity: 1
}

.float_shwx {
    position: absolute;
    top: -178px;
    left: -168px;
    background: url(../images/float_wxbd.png) no-repeat bottom right;
    width: 168px;
    height: 168px;
    padding-bottom: 9px;
    display: none
}

.float_shwx img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 140px;
    height: 140px
}

#qLpercentage {
    width: 105px;
    height: 104px;
    line-height: 104px;
    text-align: center
}


#floor1 .floor-content {
    padding: 0px;
}

#floor1 .client a {
    color: #333;
}

#floor3 .priorities {
    padding: 10px 0 0;
}

#floor3 .client {
    color: #fff;
}


/*-- 中标新闻 --*/
.bid-news * {
    box-sizing: content-box !important;
}

.bid-news {
    padding: 53px 0 30px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.bidNews-top {
    padding: 0 0 15px;
    text-align: center;
    border-bottom: 1px solid #d7d4d4;
    position: relative;
}

.bidNews-top .t1 {
    line-height: 53px;
    font-size: 36px;
    font-weight: 600;
    color: #c70c1f;
}

.bidNews-top .t2 {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    margin: 10px 0 0;
}

.bidNews-top .split {
    display: block;
    width: 100px;
    height: 3px;
    background: #737373;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin: 0 0 0 -50px;
}

.bidNews-swiper {
    position: relative;
    margin: 29px 0 0;
}

/*.bidNews-swiper .swiper-container{padding:20px 1.5625%;height:385px;position:relative;}*/
.bidNews-swiper .swiper-container {
    padding: 20px 0;
    width: 95.46875%;
    height: 385px;
    position: relative;
    margin: 0 auto;
}

.bidNews-box {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

.bidNews-box .bidNews-img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.bidNews-box .bidNews-block {
    padding: 17px 4.057971014492754% 28px;
}

.bidNews-block .name {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bidNews-block .con {
    line-height: 25px;
    height: 50px;
    color: #999999;
    margin: 5px 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bidNews-box {
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.bidNews-box .bidNews-img {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

/*.bidNews-box:hover{box-shadow:0 0 10px 4px #e1e1e1;transform:translate3d(0,-2px,0);}*/
.bidNews-box:hover .bidNews-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bidNewsSwiper-prev,
.bidNewsSwiper-next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
}

.bidNewsSwiper-prev {
    left: 0;
    background: url(../images/swiper1-l.png) no-repeat center center;
}

.bidNewsSwiper-next {
    right: 0;
    background: url(../images/swiper1-r.png) no-repeat center center;
}


.ofH {
    overflow: hidden;
}

.wedo_list {
    position: relative;
    /* background:#fff; */
}

.case-loading {
    width: 100%;
    height: 100%;
    background: #2b2c30 url(../images/loading2.gif) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}



/*案例分页*/
.case-pagination {
    font-size: 0px;
    text-align: center;
    margin: 45px 0 0;
}

.case-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
    border-left: 0px;
    vertical-align: middle;
}

.case-pagination a:first-child {
    border-left: 1px solid #aaaaaa;
}

.case-pagination a:first-child,
.case-pagination a:last-child {
    font-family: '宋体';
    font-weight: 600;
}

.case-pagination a.on,
.case-pagination a:hover {
    color: #fff;
    background: #c70c1f;
    border-color: #c70c1f;
}

.header-contain{width: 100%;padding: 0 50px 0 60px;box-sizing: border-box;overflow: hidden;}

@media all and (max-width:1440px) {
    .wedo_shtitle a {
        font-size: 15px;
    }

    .wedo_list li{width:24.98%;}

    .wedo_show {
        height: 50px;
    }

    .wedo_shL {
        padding-top: 13px;
    }
}

/* ============= */
.commBtn{width: 300px;height: 100px;font-size: 24px;cursor: pointer;border-radius: 50px;background: #1d1a18;transition: background .5s;position: relative;overflow: hidden;display: flex;align-items: center;padding: 0 16px;box-sizing: border-box;}
.commBtn span{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;color: #fff;padding: 0 74px;line-height: 1;transition: .5s;box-sizing: border-box;}
.commBtn span.s{justify-content: flex-end;}
.commBtn span.h{justify-content: flex-start;opacity: 0;}
.commBtn i{width: 76px;height: 76px;border-radius: 50%;background: #fff;transition: .5s;display: flex;align-items: center;justify-content: center;font-style: normal;font-size: 18px;color: #1d1a18;position: relative;z-index: 2;line-height: 1;}
.commBtn i::after{content: "";transform: rotateY(180deg);background:url('../images/planSchArr.svg') no-repeat center/14px auto;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.commBtn:hover{background: #e10f1c;}
.commBtn:hover i{transform: translateX(calc(300px - 16px*2 - 76px));color: #e10f1c;}
.commBtn:hover span.s{opacity: 0;}
.commBtn:hover span.h{opacity: 1;}
/* 策划方案 */
.planSch{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999999;background: rgba(0,0,0,0.5);display: none;align-items: center;justify-content: center;}
.planSch.active{display: flex;}
.planSch .box{position: relative;}
.planSch .t1{font-size: 22px;color: #fff;font-weight: 700;text-align: center;}
.planSch .close{width: 24px;height: 24px;font-size: 12px;color: #e5e5e5;position: absolute;z-index: 2;top: -24px;right: -30px;cursor: pointer;display: flex;justify-content: center;align-items: center;}
.planSch .close i{font-size: inherit;}
.planSch .tbox{width: 335px;height: 354px;padding: 156px 50px 0;background: url("../images/planSch.png") no-repeat top center/100% auto;margin: 24px auto 0;box-sizing: border-box;}
.planSch .tbox .ts,.planSch .tbox .tps{padding: 0 16px;}
.planSch .tbox .ts span {display: block;position: relative;z-index: 1;color: #333;font-size: 14px;line-height: 24px;padding-left: 6px}
.planSch .tbox .ts span::before{content: '';width: 5px;height: 5px;border-radius: 50%;background: #e10f1c;position: absolute;left: 0;top: 50%;transform: translateY(-50%)}
.planSch .tbox .mores{width: 100%;margin-top: 16px;display: flex;align-items: center;}
.planSch .tbox .mores .commBtn{width: 160px;height: 40px;border-radius: 20px;padding: 0 8px;font-size: 16px;background: #e10f1c;}
.planSch .tbox .mores .commBtn span{padding: 0 16px;}
.planSch .tbox .mores .commBtn i{width: 30px;height: 30px;font-size: 14px;color: #e10f1c;}
.planSch .tbox .mores .commBtn:hover i{transform: translateX(calc(160px - 8px*2 - 30px));}
.planSch .tbox .mores .tips{font-size: 14px;color: #333;margin-left: 8px;}
.planSch .tbox .mores .tips span{font-size: 22px;color: #e10f1c;margin: 0 4px;}
.planSch .tbox .tps{font-size: 12px;color: #666;margin-top: 12px;}
/* -- */
.planSchCode{width: 100%;height: 100%;position: fixed;user-select: none;top: 0;left: 0;z-index: 999999;background: rgba(0,0,0,0.5);display: none;align-items: center;justify-content: center;}
.planSchCode.active{display: flex;}
.planSchCode .box{position: relative;}
.planSchCode .more{width: 240px;padding: 40px 30px;border-radius: 14px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: linear-gradient(to bottom,#ffa5a1,#fff 30%);position: relative;box-sizing: border-box;}
.planSchCode .more::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 2px solid #fff;border-radius: 14px;box-sizing: border-box;}
.planSchCode .more::after{content: "";position: absolute;left: 50%;bottom: -24px;width: 2px;height: 24px;background: #fff;margin-left: -1px;}
.planSchCode .hint{position: relative;z-index: 4;font-size: 18px;color: #333;text-align: center;}
.planSchCode .code{position: relative;z-index: 4;margin: 20px auto 0;border-radius: 10px;overflow: hidden;box-sizing: border-box;}
.planSchCode .code img{width: 100%;height: 100%;}
.planSchCode .close{display: flex;position: absolute;z-index: 5;width: 30px;height: 30px;left: 50%;margin-left: -15px;bottom: -54px;font-size: 12px;line-height: 1;color: #e5e5e5;border-radius: 50%;border: 2px solid #e5e5e5;align-items: center;justify-content: center;cursor: pointer;box-sizing: border-box;}
.planSchCode .close i{font-size: inherit;}
@media all and (max-width:720px) {
    .planSch .t1 {font-size: 16px;}
    .planSch .tbox {width: 300px;height: 324px;padding: 134px 34px 0;margin: 18px auto 0;}
    .planSch .close {right: -18px;}
    .planSch .tbox .mores{margin-top: 12px;}
    .planSch .tbox .mores .commBtn{width: 140px;height: 34px;border-radius: 17px;padding: 0 8px;font-size: 14px;}
    .planSch .tbox .mores .commBtn span{padding: 0 14px;}
    .planSch .tbox .mores .commBtn i{width: 24px;height: 24px;font-size: 12px;background-size:12px auto;}
    .planSch .tbox .mores .commBtn:hover i{transform: translateX(calc(140px - 8px*2 - 24px));}
    .planSch .tbox .mores .tips span{font-size: 20px;}
    .planSch .tbox .tps{margin-top: 10px;}
    .planSch .tbox .ts, .planSch .tbox .tps {padding: 0 14px;}
    /* -- */
    .planSchCode .hint {font-size: 16px;}
    .planSchCode .more {width: 220px;padding: 30px 24px;}
    .planSchCode .more::after {bottom: -20px;height: 20px;}
    .planSchCode .close {bottom: -48px;}
}