html,
body {
  margin: 0;
  padding: 0;
  background-color: #F5F7FA;
  font-size: 12px;
  font-family: Microsoft YaHei;
  /*font-family:SimSun;*/
}

div,
ul,
li,
dl,
dt,
dd,
img,
input,
h4,
form {
  margin: 0;
  padding: 0;
  border: 0;
}

img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

i {
  font-style: normal;
}

ul,
dl {
  list-style-type: none;
}

a:link,
a:visited,
a:hover {
  display: inline;
  text-decoration: none;
}

/*公用样式*/
.w1180 {
  width: 1180px;
}

/* mediaModule */
.mediaModule {
  padding-top: 60px;
}

.mediaModule ul li {
  float: left;
  width: 380px;
  margin-right: 20px;
  background: #F5F7FA;
}

.mediaModule ul li:first-child+li+li {
  margin-right: 0;
}


.mediaModule ul li .mediaTop {
  width: 354px;
  height: 230px;
  padding-left: 24px;
  padding-top: 22px;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
}

.mediaModule ul li .mediaTop .mediaTopTitle {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  color: #333333;
}

.mediaTopList {
  float: left;
  width: 280px;
  height: 140px;
}

.mediaTopList a {
  display: inline-block;
  float: left;
  width: 280px;
  overflow: hidden;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 12px;
  background: url(../images/filletIco.png) no-repeat left center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

a.moreBtn {
  float: left;
  width: 44px;
  height: 20px;
  background: url(../images/moreBtn.png) no-repeat;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  margin-top: 110px;
  margin-left: 15px;
}

a.moreBtn:hover {
  background: url(../images/moreBtnH.png) no-repeat;
}

.mediaModule ul li .mediaBottom {
  position: relative;
  width: 380px;
  height: 214px;
  margin-top: -30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.mediaModule ul li .mediaBottom img,
.videoCon img {
  border-radius: 6px;
}

.mediaModule ul li .mediaBottom a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 380px;
  height: 214px;
  background: url(../images/bottomLayer1.png) no-repeat;
}

.mediaModule ul li:first-child+li .mediaBottom {
  margin-top: 0;
}

.mediaModule ul li:first-child+li .mediaTop {
  margin-top: -30px;
  *margin-top: 0;
  *height: 200px;
}

.mediaModule ul li:first-child+li .mediaTop .mediaTopTitle {
  margin-top: 30px;
}

.videoCon {
  position: relative;
  width: 380px;
  height: 438px;
}

.videoCon .videoLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 438px;
  border-radius: 6px;
  background: url(../images/videoCon.png) no-repeat;
}

.videoCon .videoLayer i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 68px;
  height: 67px;
  margin-top: -34px;
  margin-left: -34px;
  background: url(../images/videoPlay.png) no-repeat;
  cursor: pointer;
}

.videoCon .videoLayer p {
  position: absolute;
  bottom: 12px;
  left: 13px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
}

.videoCon .videoLayer p span {
  font-size: 16px;
  font-weight: lighter;
}

/* openClass */
.openClassBox {
  padding-top: 60px;
}

.openClass ul li {
  float: left;
  width: 280px;
  height: 259px;
  margin-right: 20px;
  background: #FFFFFF;
  border-radius: 6px;
}

.openClass ul li:first-child+li+li+li {
  margin-right: 0;
}

.openClass ul li:hover {
  box-shadow: 0px 0px 25px 0px rgba(232, 232, 232, 0.63);
}

.openClassTop {
  position: relative;
  width: 280px;
  height: 158px;
  border-radius: 6px 6px 0px 0px;
}
.openClassTop img {
border-radius: 6px 6px 0px 0px;
}

.openClassType {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 56px;
  height: 24px;
  background: url(../images/openClassType.png) no-repeat;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  /* text-align: center; */
  padding-left: 5px;
}

.openClassTime {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 210px;
  height: 26px;
  padding-right: 8px;
  background: url(../images/openClassTime.png) no-repeat right;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  text-align: right;
}

.openClassBottom {
  position: relative;
  width: 280px;
  height: 101px;
}

.openClassBottom .openClassBTitle {
  width: 250px;
  padding-left: 16px;
  padding-top: 19px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.openClassBottom .openClassBSpeaker {
  padding-top: 21px;
  width: 163px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}


a.appointBtn {
  position: absolute;
  right: 21px;
  bottom: 17px;
  bottom: 117px\9;
  *bottom: 17px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #F53543;
}


/* coachModular */
.coachModularBox {
  padding-top: 60px;
}

.coachModular ul li {
  position: relative;
  float: left;
  width: 280px;
  height: 259px;
  margin-right: 20px;
  background: #FFFFFF;
  border-radius: 6px;
}

.coachModular ul li a.coachMA {
  width: 100%;
  height: 100%;
}

.coachModular ul li:first-child+li+li+li {
  margin-right: 0;
}

.coachModular ul li:hover {
  box-shadow: 0px 0px 25px 0px rgba(232, 232, 232, 0.63);
}

.coachTop {
  width: 280px;
  height: 63px;
  background: url(../images/coachBg1.png) no-repeat;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
}


.coachModular ul li:first-child+li .coachTop {
  background: url(../images/coachBg2.png) no-repeat;
}

.coachModular ul li:first-child+li+li .coachTop {
  background: url(../images/coachBg3.png) no-repeat;
}

.coachModular ul li:first-child+li+li+li .coachTop {
  background: url(../images/coachBg4.png) no-repeat;
}

.coachTitle {
  padding: 20px 0 15px 16px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.coachText {
  width: 238x;
  height: 38px;
  padding-left: 16px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

a.courseDetailBtn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: block;
  width: 100px;
  height: 32px;
  margin-left: -50px;
  background: url(../images/courseDetailBtn1.png) no-repeat;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

.coachModular ul li:first-child+li a.courseDetailBtn {
  background: url(../images/courseDetailBtn2.png) no-repeat;
}

.coachModular ul li:first-child+li+li a.courseDetailBtn {
  background: url(../images/courseDetailBtn3.png) no-repeat;
}

.coachModular ul li:first-child+li+li+li a.courseDetailBtn {
  background: url(../images/courseDetailBtn4.png) no-repeat;
}


/* recordCourse */
.recordCourseBox {
  padding-top: 60px;
}

.recordCourse ul li {
  float: left;
  width: 380px;
  height: 312px;
  margin-bottom: 20px;
  margin-right: 20px;
  background: #FFFFFF;
  border-radius: 6px;
}

.recordCourse ul li:first-child+li+li,
.recordCourse ul li:first-child+li+li+li+li+li {
  margin-right: 0;
}

.recordCourse ul li:hover {
  box-shadow: 0px 0px 25px 0px rgba(232, 232, 232, 0.63);
}

.recordCourseTop {
  width: 380px;
  height: 214px;
  border-radius: 6px 6px 0px 0px;
}

.recordCourseBottom {
  position: relative;
  width: 380px;
  height: 98px;
}

.recordCourseBottom .recordCourseBTitle {
  width: 340px;
  padding-left: 16px;
  padding-top: 20px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 19px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recordCourseBottom .recordCourseBTitle span {
  float: left;
  width: 38px;
  height: 19px;
  margin-right: 5px;
  background: url(../images/titleIco.png) no-repeat;
  border-radius: 10px 10px 0px 10px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}

.recordCourseBottom .recordCourseBTitle:hover span {
  background: url(../images/titleIcoH.png) no-repeat;
}

.recordCourseBottom .recordCourseBSpeaker {
  padding-top: 20px;
  width: 280px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

a.priceBtn {
  position: absolute;
  right: 17px;
  bottom: 17px;
  bottom: 117px\9;
  *bottom: 17px;
  font-size: 14px;
  color: #F53543;
}

a.priceBtn span {
  font-size: 24px;
  font-weight: bold;
}


/* TestPreparation */
.TestPreparationBox {
  padding-top: 40px;
}

.TestPreparation {
  width: 1116px;
  padding: 34px 32px 30px;
  background: #FFFFFF;
  border-radius: 6px;
}

.testTitle {
  height: 20px;
  margin-bottom: 22px;
}

.testTitle h2 {
  float: left;
  height: 20px;
  padding-left: 7px;
  border-left: 4px solid #FF737D;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
}

.testTitle a.testBtn {
  float: right;
  padding-right: 12px;
  background: url(../images/testBtn.png) no-repeat right center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: right;
}

ul.TestPreparationList {
  *height: 231px;
}

ul.TestPreparationList li {
  float: left;
  width: 547px;
  margin-right: 20px;
  margin-bottom: 23px;
}

ul.TestPreparationList li:first-child+li,
ul.TestPreparationList li:first-child+li+li+li,
ul.TestPreparationList li:first-child+li+li+li+li+li {
  margin-right: 0;
}

ul.TestPreparationList li h2 {
  width: 547px;
  height: 20px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.TestPreparationList li h2 span.recommendIco {
  float: left;
  width: 21px;
  height: 20px;
  background: url(../images/recommend.png) no-repeat;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

ul.TestPreparationList li h2:hover,
.mediaTopList a:hover,
.resourcesCard a:hover,
.testExam a:hover span {
  color: #F53543;
}

ul.TestPreparationList li .testPText {
  width: 547px;
  height: 20px;
  float: left;
  margin-top: 14px;
}

ul.TestPreparationList li .testPText p {
  float: left;
  width: 437px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

ul.TestPreparationList li .testPText span {
  float: right;
  width: 73px;
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}


.testExam a {
  float: left;
  height: 40px;
  margin-right: 19px;
}

.testExam a img {
  float: left;
  width: 40px;
  height: 40px;
}

.testExam a span {
  padding-left: 8px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}

.placesExamCard {
  width: 510px;
}

.placesExam {
  padding-top: 40px;
}

.placesExam h2 {
  float: left;
  height: 20px;
  padding-left: 7px;
  border-left: 4px solid #FF737D;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 20px;
}

.regionCard,
.resourcesCard {
  float: left;
  width: 510px;
  height: auto;
  margin-top: 20px;
}


.regionCard ul {
  height: 110px;
  overflow: hidden;
  transition: 0.5s;
}

.regionCard ul li {
  float: left;
  width: 64px;
  height: 28px;
  margin-bottom: 10px;
  margin-right: 8px;
  background: url(../images/regionCard.png) no-repeat;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  text-align: center;
}

.regionCard ul li a {
  color: #333;
}

.regionCard ul li:hover {
  background: url(../images/regionCardH.png) no-repeat;
  color: #fff;
}

.regionCard ul li.moreButton {
  color: #FF4646;
  cursor: pointer;
}

.regionCard ul li:hover a {
  color: #fff;
}

.ml60 {
  margin-left: 60px;
}

.resourcesCard p {
  float: left;
  width: 510px;
  *height: 37px;
}

.resourcesCard a {
  float: left;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 13px;
  margin-right: 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.resourcesCard a.resourcesFirst {
  *float: left;
  display: block;
  width: 60px;
  height: 20px;
  background: url(../images/resourcesFirst.png) no-repeat;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.resourcesCard a.resourcesFirst:hover {
  background: url(../images/resourcesFirstH.png) no-repeat;
}


/* 旗下品牌 */
.brandCon {
  margin: 0 auto;
  margin-top: 40px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 6px;
}

.brandCon p {
  float: left;
  padding: 32px 0 0 32px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.brandCon a {
  display: inline-block;
  float: left;
  margin: 19px 30px 0;
  width: auto;
}




/* 公用TAB切换 */
.commonTitle {
  position: relative;
  margin-bottom: 15px;
}

.commonTitle h3 {
  float: left;
  display: block;
  height: 25px;
  margin-right: 40px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
  text-align: left;
}

/* .commonTitle a {
    font-size: 24px;
    float: left;
    font-family: microsoft yahei;
    color: #333;
    line-height: 25px;
} */

.commonTab {
  float: left;
  width: 935px;
}

.commonTab ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.commonTab ul li .option {
  display: block;
  height: 20px;
  margin-top: 3px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.commonTab ul li.tab-active .option {
  color: #333333;
  border-bottom: 4px solid #FF737D;
  border-radius: 2px;
}

.commonTab ul li a {
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
  height: 25px;
  padding-right: 12px;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  background: url(../images/testBtn.png) no-repeat right center;
}

.commonTab ul li a:hover,
.testTitle a.testBtn:hover {
  color: #F53543;
  background: url(../images/testBtnH.png) no-repeat right center;
}

.commonTab ul li.tab-active a {
  display: block;
}

.openClass ul li a,
.coachModular ul li a,
.recordCourse ul li a,
ul.TestPreparationList li a {
  display: block;
  cursor: pointer;
}


/* 卡片划过 */
.openClass ul li,
.coachModular ul li,
.recordCourse ul li {
  transition: transform .5s ease;
}

.openClass ul li:hover,
.coachModular ul li:hover,
.recordCourse ul li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

/* 视频弹窗 */
.layerBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  *height: 100%;
  height: 100%\9;
  background: url(../images/layerBg.png) repeat;
}

.videoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -196px;
  margin-left: -395px;
  width: 680px;
  height: 383px;
  border-radius: 6px;
}

.videoBox video,
.videoBox embed {
  width: 680px;
  height: 383px;
}

a.videoClose {
  position: absolute;
  top: -15px;
  right: -23px;
  z-index: 101;
  width: 15px;
  height: 15px;
  background: url(../images/close_btn.png) no-repeat;
}

/* IE兼容 */
.module-topbar {
  *position: relative;
  *z-index: 99;
}

.banner-box {
  *position: relative;
}


/*注册浮窗 start*/
.login-con {
    width: 180px;
    height: 350px;
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, .8);
    margin-top: 45px;
    position: absolute;
    right: 0;
    z-index: 10000;
}

.login-t {
    padding-bottom: 10px;
}

.login-t input {
    width: 133px;
    margin-bottom: 20px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #fff;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 20px;
    color: #8E8E8E;
    padding-left: 47px;
    text-align: left;
    border-radius: 18px;
}

.login-t input:focus,
.login-t input.yzm:focus {
    border: 1px solid #ff0000;
}

.login-t input[type=text].user-name {
    background: url(../images/ico-login1.png) #fff no-repeat 16px 8px;
}

.login-t input.password {
    background: url(../images/ico-login2.png) #fff no-repeat 16px 8px;
}
.login-t input.yzm {
    width: 76px;
    padding-left: 16px;
    font-size: 12px;
    color: #8E8E8E;
    height: 34px;
    margin: 0 0 25px 0 !important;
}

.login-t .yzm-img {
    width: 82px;
    height: 34px;
}

.login-t .yzm-img img {
    width: 100%;
    height: 36px;
    border-radius: 6px;
}

.login-t input[type=submit],
.login-t a.regBtn {
    display: block;
    width: 180px;
    height: 36px;
    margin-bottom: 15px;
    /* padding: 7px 0; */
    background: none;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #ff0000;
    padding-left: 0px;
    cursor: pointer;
    text-align: center;
    border-radius: 19px;
    border: 1px solid #ff0000;
}

.login-t a.regBtn {
    background: linear-gradient(-90deg, rgba(250, 89, 33, 1), rgba(253, 32, 33, 1));
    color: #FFFFFF;
    line-height: 36px;
}

.login-t input[type=submit]:hover {
    background: #ff0000;
    color: #fff;
}

.login-t .login-b {
    /*padding-top: 10px;*/
}

.login-t .login-b a.password-btn {
    float: right;
    font-size: 12px;
    color: #999;
}


/************************************new add***************/

.login-t input.register {
    background: #fff;
    color: #72b4ee;
    border-color: #72b4ee;
    margin-bottom: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 192px;
    padding-left: 0px;
    box-sizing: border-box;
}

.login-t input.register:hover {
    background: #87bff0;
    border: 1px solid #87bff0;
    color: #fff;
    cursor: pointer;
}

.login-t .login-b a.experience-btn {
    color: #66ABEB;
    font-size: 12px;
    float: left;
    cursor: pointer;
}

.xin_span_tips {
    width: 105px;
    display: block;
    font-size: 12px;
    float: left;
}

.xin_span_tips a {
    float: left;
    color: #0B8FFF;
}

.xin_reg_tip {
    width: 34px;
    margin-right: 10px;
    border-right: 1px solid #dfdfdf;
    margin-right: 10px;
}


/************************************new add end***************/

.login-t .login-b a.register-btn {
    float: right;
    padding-right: 15px;
    background: url(../images/ico-jt.gif) no-repeat right center;
    font-size: 12px;
    color: #dc2828;
}

.login-t .login-b a.password-btn:hover,
.login-t .login-b a.register-btn:hover,
.login-t .login-b a.experience-btn:hover {
    text-decoration: underline;
}

.tip-twitter {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 30;
    width: 200px;
}

div.tip-twitter div.tip-inner {
    padding: 7px 6px;
    background: url(../images/layer-bg1.png) repeat;
    border-radius: 3px;
    color: red;
}

.tip-twitter .tip-arrow-right {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 9px;
    height: 5px;
    background: url(../images/tip-twitter_arrows.png) no-repeat top center;
}

.head-portrait img {
    display: block;
    margin: 0 auto;
    margin-top: 66px;
}

.head-portrait p {
    padding-top: 13px;
    margin-bottom: 34px;
    font-size: 12px;
    color: #666;
    font-family: Microsoft YaHei;
    text-align: center;
}

.login-modular a {
    display: block !important;
    width: 92px;
    height: 32px;
    background: linear-gradient(-90deg, rgba(250, 89, 33, 1), rgba(253, 32, 33, 1)) !important;
    border-radius: 16px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-family: Microsoft YaHei;
    text-align: center;
    margin: 0 auto;
}

/*注册浮窗 end*/

