body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

/*-返回定部-*/
#tbox{width:54px; float:right; position:fixed; right:50px; bottom:55px;}
#gotop{ width:54px; height:54px; background:#c60f13; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-box{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-box .main-m{width:1100px; height: 100%;position: relative; margin: 0 auto; text-align: center;}

/* 公共title */
.pc-box  .main-m img{display: block;width: 100%;height: 100%;}

.pc-box .titleall{}
.pc-box .titleall .bigtitle{font-size: 38px;line-height: 40px;font-weight: bold;color: #343434;}
.pc-box .titleall .bigtitle span{color: #efa800;}
.pc-box .titleall .smalltitle{text-align: center;font-size: 20px;color: #323232;line-height: 22px;margin-top: 12px;}

/* 顶部*/
.pc-box .top{width: 100%; height:656px;background: url("../images/bg01.png") no-repeat center;position: relative;}

.pc-box .top .topbox{position: relative;z-index: 1;padding-top: 40px;}
.pc-box .top .topbox .topone{font-size: 78px;line-height: 78px;font-weight: bold;margin-bottom: 12px;color: #ffc233;}
.pc-box .top .topbox .topTwo{background: linear-gradient(to right, #ffffff, 76%, #fed2a5);background-clip: text;color: transparent;font-size: 78px;line-height: 88px;font-weight: bold;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.pc-box .top .topbox .topimg{width: 499px;height: 58px;margin: 25px auto 0 auto;}
.pc-box .top .topbox .toptime{font-size: 20px;color: #fff;line-height: 24px;margin:15px 0 35px 0;}

.pc-box .top .topbox .topInbox{display: flex;align-items: center;justify-content: space-between;}
.pc-box .top .topbox .topInbox .topItem{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.pc-box .top .topbox .topInbox .topItem .itemimg{width: 38px;height: 32px;margin-bottom: 15px;}
.pc-box .top .topbox .topInbox .topItem .itemdes{text-align: center;font-size: 20px;color: #fff;}
.pc-box .top .topbox .topInbox .topItem .itemdes span{color: #fec230;}

.pc-box .top .topbox .topInbox .topborder{width: 0;height: 120px;border: 1px dashed #e8bebf;}

/* 预约*/
.pc-box .get{background-color: #ededed;padding: 15px 0;}

.pc-box .get .get-form{padding: 0 60px;}
.pc-box .get .get-form .get-form-top{display: flex;align-items: center;justify-content: space-between;}
.pc-box .get .get-form .get-form-top .gft-item{position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #f2f2f2;border-radius: 6px;padding: 0 0px 0 8px;margin-right: 10px;background-color: #fff;}
.pc-box .get .get-form .get-form-top .gft-item .gfi-img{margin-right: 5px;width: 18px;height: 22px;}
.pc-box .get .get-form .get-form-top .gft-item .gfi-input{}
.pc-box .get .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;height: 40px;width: 180px;font-size: 16px;}
.pc-box .get .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-box .get .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 6px 15px;border-radius: 22px;display: flex;align-items: center;justify-content: center;color: #ffffff;background-color: #767676;}
.pc-box .get .get-form .get-form-top .gft-submit{cursor: pointer;height: 45px;background-color: #c60f13;padding: 0 45px;border-radius: 6px; display: flex;align-items: center;justify-content: center;}
.pc-box .get .get-form .get-form-top .gft-submit .gfs-img{margin-right: 6px;}
.pc-box .get .get-form .get-form-top .gft-submit .gfs-txt{color: #fff;font-size: 16px;font-weight: bold;}

.pc-box .get .get-form .get-form-top .gft-submit .activetxt{animation: cricleHandle 2s ease infinite;color: #fff;font-size: 16px;font-weight: bold;}
.pc-box .get .get-form .get-form-top .gft-submit .handactive{animation: fingerHandle 2s ease infinite;position: absolute;right: 20px;top:0;width: 84px;height: 77px;}
@keyframes cricleHandle {
    0% {
        transform: none;
    }
    20% {
        transform: none;
        
    }
    30% {
        transform: none;
    }
    40% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        transform: none;
    }
    80%{
        transform: none;
    }
    100% {
        transform: none;
    }
}
@keyframes fingerHandle {
    0% {
        transform: none;
    }
    20% {
        transform: translate(-10px,-10px);
        
    }
    30% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        transform: scale3d(1,1,1);
    }
    100% {
        transform: none;
    }
}

.pc-box .get .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 12px;font-size: 12px;}

/* 第58届国际学校择校展 演讲嘉宾 */
.pc-box .teacher{padding: 35px 0;}
.pc-box .teacher .teabox{margin-top: 25px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.pc-box .teacher .teabox .teaboxitem{display: flex;background-color: #ededed;padding: 15px;box-sizing: border-box;margin-bottom: 25px;width: 530px;height: 185px;}
.pc-box .teacher .teabox .teaimg{width: 134px;height: 134px;margin-right: 25px;}
.pc-box .teacher .teabox .teades{display: flex;flex-direction: column;align-items: baseline;justify-content: space-between;}
.pc-box .teacher .teabox .teades .teaname{font-size: 24px;font-weight: bold;color: #000000;}
.pc-box .teacher .teabox .teades .teatxt{font-size: 20px;text-align: left;line-height: 26px;color: #343434;}

.pc-box .teaaskbtn{display: flex;align-items: center;justify-content: center;width: 200px;padding: 8px 0;background-color: #c60f13;border-radius: 5px;cursor: pointer;}
.pc-box .teaaskbtn .teahand{width: 18px;height: 20px;margin-right: 8px;}
.pc-box .teaaskbtn .teabtntxt{font-size: 20px;line-height: 20px;color: #fff;font-weight: bold;}

/* 展会现场 豪礼相送 */
.pc-box .gift{background-color: #c60f13;padding: 35px;}
.pc-box .gift .giftbox{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;width: 530px;margin: 25px auto 0 auto;}
.pc-box .gift .giftbox .giftItem{position: relative;width: 160px;background-color: #fff;border-radius: 15px;display: flex;align-items: center;justify-content: center;padding: 15px 0 20px 0;box-sizing: border-box;margin-bottom: 25px;}
.pc-box .gift .giftbox .giftItem .giftitimg{width: 103px;height: 146px;}
.pc-box .gift .giftbox .giftItem .bookdes{position: absolute;left: 0;bottom: 0;width: 100%;height: 35px;background-color: #7393c2;color: #fff;font-size: 16px;opacity: 85;padding: 10px 0;border-radius: 0 0 15px 15px;display: flex;align-items: center;justify-content: center;}

.pc-box .gift .giftdes{position: relative; background-color: #fff;border-radius: 15px;padding: 35px 25px 45px 25px;box-sizing: border-box;display: flex;flex-direction: column;align-items: baseline;margin-top: 25px;}
.pc-box .gift .giftdes .giftdestxt{color: #333333;font-size: 3px;line-height: 3px;margin-bottom: 35px;text-align: left;}
.pc-box .gift .giftdes .giftdestxt span{color: #fec230;font-weight: bold;}
.pc-box .gift .giftdes .giftdesbtn{background-color: #c60f13;width: 4.5px;border-radius: 05px; padding: 1px 0;color: #fff;font-size: 32px;line-height: 32px;display: flex;align-items: center;justify-content: center;}

.pc-box .gift .giftdes .giftbg{width: 1.5px;height: 1.56px;position: absolute;bottom: 0;right: -15px;}

/* 新航道国际学校展会优势 */
.pc-box  .advantage{padding: 35px 0;}
.pc-box  .advantage .advabox{display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between;margin-top: 25px;}
.pc-box  .advantage .advabox .advaItem{display: flex;flex-direction: column;align-items: center;width: 180px;height: 270px;background: #ededed;padding: 25px 1px 0 1px;box-sizing: border-box;margin-bottom: 15px;}
.pc-box  .advantage .advabox .advaItem .aditImg{width:48px;height: 63px;}
.pc-box  .advantage .advabox .advaItem .aditTitle{color: #000000;font-weight: bold;font-size: 22px;line-height: 26px;margin:15px 0;}
.pc-box  .advantage .advabox .advaItem .aditTDes{font-size: 20px;line-height: 30px;text-align: center;color: #333333;}

/* 优质国际学校招生官 一对一咨询  */
.pc-box .onebyone{padding:0 0 35px 0;}
.pc-box .onebyone .onebybox{background-color: #ededed;padding: 25px 15px; box-sizing: border-box;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;margin-top: 25px;}
.pc-box .onebyone .onebybox .onebyitem{width: 500px;background: #fff;color: #333333;font-size: 20px;padding:12px 0;box-shadow: 0 -5px 7px 1px #d6d6d6;border-radius: 6px;}
.pc-box .onebyone .onebybox .onebyitemtwo{text-align: center;width: 500px;color: #c41013;font-size: 20px;line-height: 24px;margin-top: 12px;}

/* 最后 */
.pc-box .last{padding: 35px 0;}
.pc-box .last .lastbg{width:1056px;height: 759px;margin: 25px auto 0 auto;}

/* 说明 */
.pc-box .descri{background-color: #282828; padding:15px 0 25px 0;}
.pc-box .descri .descriOne{font-size: 16px;color: #fff;font-weight: bold;}
.pc-box .descri .descriTwo{color:#cacaca;font-size: 16px;margin: 5px 0;}

input[type="checkbox"]{
    display: none;
}
label {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

/* 创建自定义复选框样式 */
label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-sizing: border-box;
    transition: border-color 3s ease-in-out;
}

/* 当复选框被选中时改变背景和边框颜色 */
input[type="checkbox"]:checked + label:before {
    content: "✔";
    color:#fff;
    background: #767676; 
    border-color: #fff; 
}