* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

table {
  width: 100%;
  text-align: center;
  /*閺傚洦婀扮仦鍛厬*/
  border-collapse: separate;
  /*鐞涖劍鐗搁惃鍕珶濡楀棗鎮庨獮璁圭礉婵″倹鐏夐惄鎼佸仸閿涘苯鍨崗杈╂暏娑撯偓娑擃亣绔熷锟�*/
  border-spacing: 5px;
  /*鐠佸墽鐤嗙悰灞肩瑢閸楁洖鍘撻弽鑹扮珶濡楀棛娈戦梻纾嬬獩閵嗗倸缍嬬悰銊︾壐鏉堣顢嬮悪顒傜彌閿涘牆宓哹order-collapse:separate;閿涘顒濈仦鐐粹偓褎澧犵挧铚傜稊閻拷*/
}

table td {
  word-break: break-all;
  /*閸忎浇顔忛崷銊ョ摟閸愬懏宕茬悰锟�,閸楀啿宕熺拠宥呭讲閸掞拷*/
  word-wrap: break-word;
  /*閸忎浇顔忛梹鍨礋鐠囧秵鍨║RL閸︽澘娼冮幑銏ｎ攽*/
}

@font-face {
  font-family: "AvantiBold";
  src: url(../font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.banner {
  width: 100%;
  height: 500px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
article {
  min-width: 1200px;
}
article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .samepart {
  padding-top: 80px;
}
#main .samepart .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 45px;
  line-height: 45px;
  color: #333333;
  margin-bottom: 50px;
}
#main .samepart .btnbox {
  width: 1200px;
  margin: 50px auto 0;
}

#main .samepart .btnbox > div {
  width: 310px;
  height: 62px;
  background-color: #4188d9;
  border-radius: 31px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
#main .samepart .btnbox > div:nth-child(2) {
  margin-left: 60px;
}
#main .samepart .title img {
  margin: 0 16px;
}
#main .samepart .title img:last-child {
  transform: rotateZ(180deg);
}
#main .section1 .intr {
  background-color: #fff8f1;
  border-radius: 12px;
  padding: 30px 30px 20px;
}

#main .section1 .intr > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
}
#main .section1 .intr > p span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #ee7d17;
}

#main .section1 .intrul li {
  width: 210px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(229, 107, 46, 0.2);
  border-radius: 6px;
  padding: 20px 15px 0;
  margin-bottom: 40px;
}
#main .section1 .intrul li span {
  font-family: "AlibabaPuHuiTiMedium";
  width: 120px;
  height: 40px;
  background-color: #ee7d17;
  border-radius: 20px;
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto 15px;
}

#main .section1 .intrul li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  text-align: center;
}

#main .section1 .level > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 26px;
  line-height: 32px;
  color: #333333;
}
#main .section1 .level > p::before {
  content: "";
  width: 6px;
  height: 28px;
  background-color: #ee7d17;
  border-radius: 2px;
  margin-right: 12px;
}
#main .section1 .level ul {
  align-items: flex-end;
}
#main .section1 .level li > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
#main .section1 .level li > p:nth-child(3) {
  font-family: "AlibabaPuHuiTiRegular";
}

#main .section1 .level li > span {
  width: 280px;
  height: 45px;
  background-color: #ffe6cc;
  border-radius: 6px;
  margin: 15px 0 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #333333;
}
#main .section1 .level li:nth-child(2) > span {
  height: 65px;
  background-color: #ffd9b2;
}
#main .section1 .level li:nth-child(3) > span {
  height: 85px;
  background-color: #ffcc99;
}
#main .section1 .level li:nth-child(4) > span {
  height: 105px;
  background-color: #ffbf7f;
}
#main .section1 .levelType {
  margin-top: 20px;
}
#main .section1 .levelType .type {
  width: 295px;
  height: 50px;
  background-color: #ee7d17;
  border-radius: 6px;
  padding-left: 27px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
#main .section1 .levelType .type::after {
  content: "VS";
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  z-index: 2;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  text-align: center;
}
#main .section1 .levelType > div:nth-child(2) .type,
#main .section1 .levelType > div:nth-child(4) .type {
  background-color: #4188d9;
}
#main .section1 .levelType > div:nth-child(4) .type::after {
  display: none;
}
#main .section1 .levelType > div > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  width: 295px;
  height: 110px;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 5px;
}
#main .section1 .levelType .c {
  background-color: #fff1ec;
}
#main .section1 .levelType > div:nth-child(2) .c,
#main .section1 .levelType > div:nth-child(4) .c {
  background-color: #ecf4ff;
}
#main .section1 .levelType li {
  align-items: stretch;
  margin-bottom: 5px;
}
#main .section1 .levelType li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  background-color: #fff9ec;
  border-radius: 6px;
  height: 80px;
}
#main .section1 .levelType li p span:nth-child(1) {
  margin-right: 10px;
}

#main .section1 .levelType li p:nth-child(1) {
  width: 90px;
  background-color: #fff1ec;
  border-radius: 6px;
  text-align: center;
  line-height: 22px;
}
#main .section1 .levelType li p:nth-child(2) {
  width: 70px;
}
#main .section1 .levelType li p:nth-child(3) {
  width: 125px;
}
#main .section1 .levelType > div:nth-child(1) li p:nth-child(1) {
  width: 75px;
}
#main .section1 .levelType > div:nth-child(1) li p:nth-child(2) {
  width: 215px;
}
#main .section1 .levelType li.h p {
  height: 58px !important;
}
#main .mid_ad {
  width: 100%;
  height: 455px;
  background: url(../img/center_ad.png) no-repeat;
  background-position: center;
  margin-top: 34px;
  padding-top: 235px;
}
#main .mid_ad > div {
  width: 1200px;
  margin: 0 auto;
  height: 220px;
  cursor: pointer;
}
#main .section2{
  position: relative;
  z-index: 2;
}
#main .section2 .content{
  align-items: flex-end;
}
#main .section2 .lesson1 th {
  width: 140px;
  height: 45px;
  background-color: #f7d999;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 45px;
  color: #333333;
}
#main .section2 .lesson1 td {
  width: 140px;
  height: 40px;
  background-color: #fff9ec;
  overflow: hidden;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
#main .section2 .lesson1 td.w{
	width: 58px;
	font-family: "AlibabaPuHuiTiMedium";
}
#main .section2 .lesson1 td.c{
  background-color: #f7d999;

}
#main .section2 .lesson1 td:nth-child(1) {
  background-color: #f7d999;
}
#main .section2 .lesson1 tr:nth-child(1) td {
  height: 55px;
}

#main .section2 .samelesson th {
  width: 370px;
  height: 65px;
  background-color: #ee7d17;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #ffffff;
}
#main .section2 .samelesson th p {
  align-items: flex-end;
  padding-left: 33px;
}
#main .section2 .samelesson th span {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  margin-left: 10px;
}

#main .section2 .samelesson td.o {
  background-color: #ee7d17;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  color: #ffffff;
}
#main .section2 .samelesson td {
  width: 70px;
  height: 40px;
  background-color: #fff1ec;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

#main .section2 .samelesson tr:nth-child(1) td {
  width: 84px;
  height: 55px;
}
#main .section2 .samelesson tr:nth-child(1) td:nth-child(2) {
  width: 176px;
}
#main .section2 .samelesson tr:nth-child(1) td:nth-child(3) {
  width: 142px;
}
#main .section2 .samelesson td.y {
  background-color: #fff9ec;
}
#main .section2 .samelesson td .txt {
  margin-bottom: 100px;
}
#main .section2 .samelesson td p:nth-child(1) {
  width: 95px;
  height: 28px;
  background-color: #ee7d17;
  border-radius: 17px;
  margin: 0 auto 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #ffffff;
}

#main .section2 .lesson3 td .txt {
  margin-bottom: 20px;
}
#main .section2 .lesson3 th {
  background-color: #4188d9;
}
#main .section2 .lesson3 td.o {
  background-color: #4188d9;
}
#main .section2 .lesson3 td p:nth-child(1) {
  background-color: #4188d9;
}
#main .section2 .lesson3 td {
  background-color: #ecf4ff;
}

#main .section2 .formbox{
  width: 1200px;
  margin: 40px auto 0;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #ffeae2;
  overflow: hidden;
  padding-right: 20px;
}
#main .section2 .formbox .part{
	height: 73px;
  align-items: stretch;
}
#main .section2 .formbox .part>p{
  width: 160px;
	background-color: #ee7d17;
  flex-shrink: 0;
  margin-right: 30px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
	color: #ffffff;
}
#main .section2 .formbox .part ul{
  border-bottom: dashed 1px #e5e5e5;
}
#main .section2 .formbox .part:nth-child(4) ul{
  border-bottom: none;
}
#main .section2 .formbox .part li{
  width: 142px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	color: #000000;
  position: relative;
  cursor: pointer;
}
#main .section2 .formbox .part li:last-child{
  width: 100px;
}
#main .section2 .formbox .part li::before {
  content: "";
  width: 18px;
	height: 18px;
	background-color: #ffffff;
	box-shadow: inset 1px 2px 5px 0px 
		rgba(6, 0, 1, 0.2);
  border-radius: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}
#main .section2 .formbox .part li.active::before {
  background-color: #ee7d17;
  box-shadow:inset 1px 2px 5px 0px rgb(6 0 1 / 35%);
}

#main .section2 .formbox  .ztform{
  width: 285px;
	height: 240px;
	background-color: #3f89da;
	border-radius: 6px;
  padding: 14px 15px 0;
}
#main .section2 .formbox  .ztform>p{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
	color: #ffffff;
}

#main .section2 .formbox  .ztform .txt{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
	line-height: 14px;
	color: #ffffff;
  margin: 11px 0 9px;
  padding-left: 10px;
}
#main .section2 .formbox  .ztform .txt p:nth-child(1){
  margin-bottom: 4px;
}

#main .section2 .formbox  .ztform .txt img{
  margin-right: 8px;
}

#main .section2 .formbox .item{
  width: 100%;
	height: 36px;
	background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 5px;
}
#main .section2 .formbox input{
  width: 100%;
  height: 100%;
	background-color: #ffffff;
  padding-left: 12px;
}
#main .section2 .formbox .submit{
  height: 36px;
	background-color: #ffcd07;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
	color: #000000;
  cursor: pointer;
}
#main .section2 .formbox  .ztform>p.remark{
  font-family: "AlibabaPuHuiTiRegular";
	font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
}
#main .section3{
  padding-bottom: 60px;
  padding-top: 227px;
  position: relative;
  z-index: 1;
  margin-top: -137px;
}
#main .section3:after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff0ea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#main .section3 .info li{
  width: 190px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 10px;
  padding: 27px 0 0;
}
#main .section3 .info li >p:nth-child(1){
  margin-bottom: 24px;
}
#main .section3 .info li >p:nth-child(1) em{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
	color: #333333;
  position: relative;
  z-index: 1;
  line-height: 18px;
}
#main .section3 .info li >p:nth-child(1) em::after{
  content: "";
  width: 105%;
  height: 10px;
	background-color: #ffddcc;
	border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#main .section3 .info li >p:nth-child(2){
  font-size: 14px;
  font-family: "AlibabaPuHuiTiRegular";
	line-height: 22px;
	color: #666666;
  padding: 0 20px;
}

#main .section3 .benefits {
  overflow: hidden;
  height: 100px;
	background-color: #ffffff;
	border-radius: 10px;
  margin-top: 15px;
}
#main .section3 .benefits .stitle{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
	line-height: 28px;
	color: #ffffff;
  width: 180px;
	height: 104px;
	background-color: #3f89da;
	border-radius: 52px;
  margin-left: -78px;
  padding-left: 102px;
  margin-right: 23px;
}
#main .section3 .benefits li{
  margin-right: 39px;
}
#main .section3 .benefits li:last-child{
  margin-right: 0;
}
#main .section3 .benefits li div{
  width: 100px;
	height: 35px;
	background-color: #ee7d17;
	border-radius: 17px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
	color: #ffffff;
  margin-right: 16px;
  flex-shrink: 0;
}

#main .section3 .benefits li p{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 20px;
	color: #666666;
  margin-right: 29px;
}
#main .section4 .content{
  align-items: stretch;
  flex-wrap: wrap;
}
#main .section4 .samebook{
  width: 380px;
}
#main .section4 .samebook:nth-child(1),
#main .section4 .samebook:nth-child(2),
#main .section4 .samebook:nth-child(3){
  margin-bottom: 50px;
}
#main .section4 .samebook .img{
  width: 100%;
	height: 220px;
	background: url(../img/powerup.png) no-repeat;
  background-size: 100%;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
  position: relative;
  margin-bottom: 15px;
}
#main .section4 .samebook .img.unlock{
  background-image: url(../img/unlock.png);
}
#main .section4 .samebook .img.ket{
  background-image: url(../img/ket.png);
}
#main .section4 .samebook .img>p{
  width: 100%;
	height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 22px;
	color: #ffffff;
  text-align: center;
}
#main .section4 .samebook  .txt >div:nth-child(2){
  margin-top: 29px;
}
#main .section4 .samebook  .txt span{
  height: 30px;
	background-color: #e6e6e6;
	border-radius: 15px;
  width: 70px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
	color: #333333;
  margin-bottom: 15px;
}
#main .section4 .samebook  .txt li{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 18px;
	color: #666666;
  margin-bottom: 5px;
  align-items: flex-start;
}
#main .section4 .samebook  .txt li::before{
  content: "";
  width: 6px;
	height: 6px;
	background-color: #999999;
  border-radius: 6px;
  margin-right: 9px;
  position: relative;
  top:6px;
  flex-shrink: 0;
}
#main .section4 .samebook  .txt li:last-child{
  margin-bottom: 0;
}


#main .section4 .otherbook1{
  width: 180px;
}
#main .section4 .otherbook1 .img.powerupImg{
  background-image: url(../img/powerupImg.png);
}

#main .section4 .otherbook1 .img.ket1{
  background-image: url(../img/ket1.png);
}

#main .section4 .otherbook1 .img.pte{
  background-image: url(../img/pte.png);
}


#main .section4 .otherbook1 .img p{
  font-size: 16px;
  height: 60px;
  line-height: 20px;
}

#main .section4 .otherbook2{
  width: 300px;
}
#main .section4 .otherbook2 .img.unlockImg1{
  background-image: url(../img/unlockImg1.png);
}
#main .section4 .otherbook2 .img.unlockImg2{
  background-image: url(../img/unlockImg2.png);
}
#main .section4 .otherbook2 .img p{
  font-size: 16px;
  height: 60px;
  line-height: 20px;
}
#main .section4 .btnbox{
  margin-top: 20px;
}

#main .section5{
  background-color: #fff0ea;
  margin-top: 80px;
  padding-bottom: 80px;
}

#main .section5 .content>p{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 26px;
	line-height: 26px;
	color: #333333;
  margin-bottom: 32px;
}
#main .section5 .content>p::before{
  content: "";
  width: 6px;
	height: 28px;
	background-color: #ee7d17;
	border-radius: 2px;
  margin-right: 12px;
}
#main .section5  .reason{
  margin-bottom: 60px;
}
#main .section5  .reason ul{
  flex-wrap: wrap;
  width: 680px;
  margin-right: 11px;
  flex-shrink: 0;
}
#main .section5  .reason li{
  width: 220px;
	height: 120px;
	background: url(../img/reason1.png) no-repeat;
  background-size: 100%;
	box-shadow: 0px 0px 40px 0px 
		rgba(229, 107, 46, 0.2);
	border-radius: 10px;
  padding-left: 83px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 24px;
	color: #404040;
}
#main .section5  .reason li:nth-child(2){
  background-image: url(../img/reason2.png);
  margin-left: 10px;
}
#main .section5  .reason li:nth-child(3){
  margin-left: 10px;
  background-image: url(../img/reason3.png);
}
#main .section5  .reason li:nth-child(4){
  background-image: url(../img/reason4.png);
  margin-top: 15px;
}
#main .section5  .reason li:nth-child(5){
  background-image: url(../img/reason5.png);
  margin-left: 10px;
  margin-top: 15px;
}
#main .section5  .reason li:nth-child(6){
  background-image: url(../img/reason6.png);
  margin-top: 15px;
  margin-left: 10px;
}
#main .section5  .reason .img{
  width: 510px;
	height: 255px;
	background: url(../img/bigPic.png) no-repeat;
  background-size: 100%;
	box-shadow: 0px 0px 40px 0px 
		rgba(229, 107, 46, 0.2);
	border-radius: 10px;
  text-align: center;
  position: relative;
}

#main .section5  .reason .img p{
  width: 100%;
	height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-direction: column;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
	color: #ffffff;
}
#main .section5  .reason .img p span{
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
}

#main .section5 .branchChose {
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
	box-shadow: 0px 0px 40px 0px 
		rgba(229, 107, 46, 0.2);
	border-radius: 12px;
  padding: 35px 30px;
}

#main .section5 .branchChose ul {
  width: 710px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#main .section5 .branchChose li {
  width: 80px;
  height: 42px;
  background-color: #f0f0f0;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#main .section5 .branchChose li.active {
  background-color: #ee7d17;
  color: #ffffff;
}

#main .section5 .branchChose li:nth-child(8n) {
  margin-right: 0;
}

#main .section5 .branchChose .address {
  width: 710px;
  height: 160px;
  padding-left: 37px;
  padding-right: 10px;
  border: solid 2px #f0f0f0;
}

#main .section5 .branchChose .address .img {
  width: 83px;
  margin-right: 43px;
}

#main .section5 .branchChose .address .img b {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #2c303b;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  text-align: center;
}

#main .section5 .branchChose .address .txt {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 23px;
  color: #4d4d4d;

}

#main .section5 .branchChose .address .txt p {
  align-items: flex-start;
}

#main .section5 .branchChose .address .txt b {
  font-family: "AlibabaPuHuiTiMedium";
  flex-shrink: 0;
  font-weight: normal;
  color: #333333;
}

#main .section5 .branchChose .branchimg {
  width: 100%;
  height: 210px;
  margin-top: 20px;
}

#main .section5 .branchChose .branchimg img {
  height: 100%;
  margin-right: 7px;
  max-width: 280px;
}

#main .section5 .branchChose .branchimg img:last-child {
  margin-right: 0;
}
#main .section5 .formbox{
  width: 400px;
	height: 356px;
	background-image: linear-gradient(90deg, 
		#ffd8b6 0%, 
		#ffebd9 100%);
  padding: 23px 20px;
  border-radius: 8px;
}
#main .section5 .formbox .item{
  width: 100%;
  box-shadow: none;
  margin-bottom: 10px;
  height: 54px;
  position: relative;
}
#main .section5 .formbox .item.mar{
  margin-bottom: 25px;
}
#main .section5 .formbox .item p{
  width: 100%;
  height: 100%;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
	color: #333333;
  line-height: 54px;
}
#main .section5 .formbox .item p span{
	color: #ee7d17;
}
#main .section5 .formbox input{
  width: 100%;
  height: 100%;
  padding-left: 13px;
}
#main .section5 .formbox input.centerusercity{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#main .section5 .formbox .submit{
  width: 220px;
	height: 45px;
	background-color: #4188d9;
  font-family: "AlibabaPuHuiTiMedium";
	box-shadow: none;
	border-radius: 22px;
  font-size: 20px;
  margin: 0 auto;
  color: #ffffff;
}

#main .section5 .formbox .remark{
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
	line-height: 22px;
	color: #333333;
  margin-top: 21px;
}
#main .section5 .formbox .remark p:nth-child(1){
  font-family: "AlibabaPuHuiTiBold";
  margin-right: 16px;
  font-size: 22px;
  line-height: 26px;
}


#Campuses1 *{margin:0;padding:0;}
#Campuses1 ul,#Campuses1 li{list-style:none;}
#Campuses1 ul,#Campuses1 li,#Campuses1 div,#Campuses1 h6,#Campuses1 b,#Campuses1 input{font-family:'Microsoft Yahei';}
#Campuses1 .C-Fl{float:left;}
#Campuses1 .C-Fr{float:right;}
#Campuses1 .C-Button>span,#Campuses1 .C-Name,#Campuses1 .C-Tel,#Campuses1 .C-Country,#Campuses1 .C-City{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
@media \0screen\,screen\9{
	#Campuses1{background:#000;filter:Alpha(opacity=80);position:static;*zoom:1;}
}
#Campuses1{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	z-index:999999999;
	background:rgba(0,0,0,0.8);
}
.M-Close,.C-Button span,.R-Close1{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
#Campuses1 .Majors-Box1{
	width: 820px;
	height: 440px;
	background:#fff;
	position:absolute;
    top:100px;
    left:50%;
	margin-left:-410px;
}
#Campuses1 .Majors-T{
	width: 100%;
	height: 50px;
	line-height:50px;
	background:#ee7d17;
	font-size:22px;
	color:#fff;
	text-align:center;
	position:relative;
}
#Campuses1 .M-Close{
	position:absolute;
	right:25px;
	top:14px;
}
#Campuses1 .M-Close:hover,#Campuses1 .R-Close1:hover{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
#Campuses1 .C-Infor{
	width: 710px;
    height: 300px;
    margin:45px auto 0;
}
#Campuses1 .C-InforT{
	width: 404px;
	height: 306px;
	border-right:1px solid #ffd6d6;
}
#Campuses1 .Declare{
	width: 371px;
	height: 306px;
	margin:-10px 0 0 -10px;
}
#Campuses1 .Declare-T{
	font-size:18px;
	color:#535353;
	width: 370px;
	height: 58px;
	text-align:center;
	line-height:30px;
	margin-bottom:25px;
}
#Campuses1 .Declare-Bg{
	background:url(https://www.igo.cn/liuxue/images/M-Declare.jpg) no-repeat;
	width: 371px;
	height: 231px;
	overflow:hidden;
}
#Campuses1 .Dealare-List{
	width: 252px;
	height: auto;
	margin:30px auto 0;
}
#Campuses1 .Dealare-List>li{
	font-size:14px;
	color:#fff;
	margin-bottom:16px;
}
#Campuses1 .D-Ml1{margin-left:65px;}
#Campuses1 .D-Ml2{margin-left:38px;}
#Campuses1 .C-YuYue{
	width: 270px;
	height: 306px;
	margin-left:32px;
}
#Campuses1 .C-YuYue>span{
	font-size:14px;
	color:#535353;
}
#Campuses1 .Infor-List{margin-top:20px;}
#Campuses1 .Infor-List li{margin-bottom:16px;}
#Campuses1 .Infor-List li em{
	font-size:14px;
	color:#535353;
}
#Campuses1 .C-Name,#Campuses1 .C-Tel,#Campuses1 .C-Country,#Campuses1 .C-City{
	width: 185px;
	height: 28px;
	font-size:14px;
	color:#4f4f4f;
	border:1px solid #b5b5b5;
	outline:none;
	padding-left:12px;
}
#Campuses1 .C-Country,#Campuses1 .C-City{
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:url(https://www.igo.cn/liuxue/images/M-Select.png) 164px 0 no-repeat;
}
#Campuses1 .C-Txt{text-align:right;font-size:14px;color:#535353;}
#Campuses1 .C-Button{
	width: 270px;
	height: 42px;
	margin:25px auto 0;
}
#Campuses1 .C-Button>span{
	display:block;
	width: 124px;
	height: 42px;
	background:#ee7d17;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	border:1px solid #ee7d17;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#Campuses1 .C-Button>span:hover{
	background:transparent;
	color:#ee7d17;
}
#Campuses1 .Touch-active{
	animation:show1 0.3s;
	-webkit-animation:show1 0.3s;
}
@keyframes show1{
	0%{
		transform:scale(2);
		opacity:0;
		filter:alpha(opacity=0); 
	}
	100%{
		transform:scale(1);
		opacity:1;
		filter:alpha(opacity=100); 
	}
}
@-webkit-keyframes show1{
	0%{
		-webkit-transform:scale(2);
		opacity:0;
		filter:alpha(opacity=0); 
	}
	100%{
		-webkit-transform:scale(1);
		opacity:1;
		filter:alpha(opacity=100); 
	}
}
@-moz-keyframes show1{
	0%{
		-moz-transform:scale(2);
		opacity:0;
		filter:alpha(opacity=0); 
	}
	100%{
		-moz-transform:scale(1);
		opacity:1;
		filter:alpha(opacity=100); 
	}
}
@-o-keyframes show1{
	0%{
		-o-transform:scale(2);
		opacity:0;
		filter:alpha(opacity=0); 
	}
	100%{
		-o-transform:scale(1);
		opacity:1;
		filter:alpha(opacity=100); 
	}
}