.guild {
  width: 100%;
  height: 50px;
  background-color: #faf9f9;
}

.guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333333;
  margin-left: 1.4%;
  line-height: 50px;
}

.guild .select {
  float: left;
  height: 100%;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
}

.guild .select .placeholder {
  height: 100%;
  font-size: 16px;
  color: #dc0000;
  line-height: 50px;
  position: relative;
  padding-right: 20px;
}

.guild .select .placeholder::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../../images/kaoyan/select.png) no-repeat center center;
  background-size: 100%;
  top: 50%;
  margin-top: -4px;
  right: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.guild .select ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  top: 45px;
  left: -5px;
  z-index: 2;
  width: 260px;
  padding: 10px 0;
}

.guild .select ul::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 30px;
}

.guild .select ul li {
  width: 77%;
  height: 49px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.guild .select ul li p {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
  margin: 0;
}

.guild .select ul li p a {
  float: left;
  font-size: 16px;
  line-height: 50px;
  height: 100%;
  position: relative;
}

.guild .select ul li p a::after,
.guild .select ul li p a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background: #e02727;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 1px 1px 0;
  opacity: 0;
}

.guild .select ul li p a::before {
  left: auto;
  right: 50%;
  border-radius: 1px 0 0 1px;
}

.guild .select ul li p a:hover {
  text-decoration: none;
  color: #e02727;
  font-weight: bold;
}

.guild .select ul li p a:hover::after,
.guild .select ul li p a:hover::before {
  width: 50%;
  opacity: 1;
}

.guild .select ul li p:nth-child(2) a {
  margin-left: 14px;
}

.guild .select ul li:last-child {
  border-bottom: none;
}

.guild .is-open ul {
  display: block;
}

.guild .is-open .placeholder::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.guild .tools-nav {
  float: right;
  height: 100%;
  margin-right: 1.4%;
}

.guild .tools-nav li {
  height: 100%;
  margin-left: 20px;
}

.guild .tools-nav li a {
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  font-family: DINAlternate-Bold;
}

.guild .tools-nav li.l_r a {
  height: 34px;
  background-color: #f7e0e0;
  border: 1px dashed #f2b4b4;
  border-radius: 18px;
  padding: 0 20px;
  line-height: 38px;
  color: #e02727;
}

.guild .tools-nav li.l_r a:hover {
  text-decoration: none;
}

.guild .tools-nav li:first-child a,
.guild .tools-nav li:nth-child(2) a {
  padding-left: 25px;
  background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
  background-size: 20px;
  color: #dc0000;
}

.guild .tools-nav li:nth-child(2) a {
  background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
  background-size: 20px;
}

.guild .tools-nav li:first-child a:hover,
.guild .tools-nav li:nth-child(2) a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
}

header .logo {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  margin-left: 1.4%;
}

header .logo img:last-child {
  width: auto;
  max-height: 90px;
}

header .logo p {
  display: block;
  width: 0;
  height: 50px;
  border-left: 1px solid #eeeeee;
  margin: 0 6%;
}

header .search {
  width: 29%;
  position: relative;
}

header .search input {
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #e02727;
  font-size: 16px;
  text-indent: 6%;
}

header .search input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search .search-btn {
  position: absolute;
  right: 6%;
  top: 11.5px;
}

header .search p {
  width: 100%;
  line-height: 16px;
  height: 16px;
  margin-top: 8px;
  overflow: hidden;
}

header .search p a {
  font-size: 14px;
  float: left;
  margin-left: 15px;
}

header .tell {
  margin-right: 1.4%;
}

header .tell a {
  float: left;
}

header .tell p {
  float: right;
  margin-left: 18px;
}

header .tell p i {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  color: #de1c1c;
}

header .tell p span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  font-family: Microsoft YaHei;
  margin-top: 8px;
}

.school {
  width: 100%;
  position: relative;
}

.school div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.school div h2 {
  font-size: 32px;
  color: #70380e;
  line-height: 1;
  padding-left: 3.25%;
}

.school div p {
  margin-left: 2%;
}

.school div p span {
  float: left;
  padding: 0 18px;
  height: 30px;
  background: #f8d593;
  border: 1px dashed #f9b73c;
  border-radius: 15px 0 15px 15px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #70380e;
  margin-right: 45px;
  position: relative;
}

.school div p span::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 0 12px 12px 0;
  background: #f8d593;
  border: 1px dashed #f9b73c;
  border-left: none;
  position: absolute;
  right: -11px;
  top: -1px;
}

.school div p span::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f8d593;
  border: 1px dashed #f9b73c;
  position: absolute;
  right: -27px;
  top: -1px;
}

.location {
  width: 100%;
  background: url(../../images/kaoyan/gps-icon.png) no-repeat left center;
  margin: 20px 0;
}

.location a,
.location span {
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.location span {
  margin: 0 6px;
}

.location span:first-child {
  margin-left: 26px;
}

.location a:hover {
  color: #dc0000;
}

nav {
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 13px 0px rgba(183, 183, 183, 0.26);
  border-radius: 20px;
  overflow: hidden;
}

nav div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

nav div ul {
  width: 94%;
  height: 26.67%;
  padding: 0 3%;
  margin: 0 auto;
}

nav div ul li {
  width: 11.399%;
  height: 100%;
}

nav div ul li a {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

nav div ul li a::after {
  display: block;
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 21.5%;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100% 0 0 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

nav div ul li a i {
  display: block;
  width: 18%;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.1;
  position: absolute;
  top: 2px;
  left: -100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

nav div ul li a i::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -8px;
  top: 0;
}

nav div ul li a.hot::before {
  display: block;
  content: '';
  font-size: 10px;
  width: 23px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: url(../../images/kaoyan/subnav-hot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  color: #ffffff;
}

nav div ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#666666, #666666);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 4px 13px 0px rgba(248, 58, 59, 0.54);
}

nav div ul li a:hover span {
  color: #ffffff;
}

nav div ul li a:hover::after {
  right: 0;
}

nav div ul li a:hover i {
  left: 4px;
}

nav div ul:first-child {
  margin-top: 2.286%;
}

nav div ul:last-child {
  margin-bottom: 2.286%;
}

h1 {
  width: 100%;
  height: 42px;
  background: url(../../images/kaoyan/h1.png) no-repeat left center;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 50px;
  text-indent: 8px;
}

h1 i {
  color: #e02727;
  font-weight: bold;
}

h1 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-right: 20px;
  background: url(../../images/kaoyan/more.png) no-repeat right center;
  background-size: 17px 17px;
  margin-top: 20px;
}

.content {
  width: 100%;
  margin-top: 30px;
}

.content .content-l {
  width: 66%;
}

.content .content-r {
  width: 32%;
}

.content .content-r .menu {
  padding: 4.5% 10px;
}

.content .content-r .menu li {
  width: 17.29%;
}

.content .content-r .menu li a {
  width: 100%;
}

.content .content-r .menu li a img {
  float: left;
}

.content .content-r .menu li a span {
  float: left;
  width: 120%;
  font-size: 18px;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content .content-r .menu li a:hover {
  text-decoration: none;
}

.content .content-r .countdown-ky {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}

.content .content-r .countdown-ky::before {
  display: block;
  content: '';
  width: 100%;
  height: 20%;
  background-image: linear-gradient(0deg, #ffffff 1%, #feafa5 50%, #fd5e4b 100%), linear-gradient(#d2181b, #d2181b);
  background-blend-mode: normal,
    normal;
  opacity: 0.1;
  position: absolute;
  top: 0;
}

.content .content-r .countdown-ky h2 {
  text-align: center;
  padding: 4% 0;
}

.content .content-r .countdown-ky h2 span {
  display: inline-block;
  position: relative;
  color: #dc0000;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
}

.content .content-r .countdown-ky h2 span::after,
.content .content-r .countdown-ky h2 span::before {
  display: block;
  content: '';
  width: 31px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background: url(../../images/kaoyan/form-h2-bg.png) no-repeat center center;
}

.content .content-r .countdown-ky h2 span::after {
  left: -50px;
}

.content .content-r .countdown-ky h2 span::before {
  right: -50px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content .content-r .countdown-ky .days {
  height: 30px;
  overflow: hidden;
  margin: 0 10%;
  border-bottom: 1px dashed #e5e5e5;
  padding: 2.5% 0 4.5% 0;
}

.content .content-r .countdown-ky .days span {
  width: 26px;
  height: 30px;
  background-color: #e02727;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 2px;
}

.content .content-r .countdown-ky .days i {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 3px;
  line-height: 40px;
}

.content .content-r .countdown-ky .hot-search {
  margin: 0 10%;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  padding-top: 4.5%;
}

.content .content-r .countdown-ky .hot-search a {
  display: inline-block;
}

.content .content-r .countdown-ky .hot-search a img {
  float: left;
  margin-right: 5px;
}

.content .content-r .countdown-ky .hot-search a i {
  color: #e02727;
}

.content .content-r .countdown-ky ul {
  width: 100%;
  margin-top: 9%;
}

.content .content-r .countdown-ky ul li {
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #666666;
  border-right: 1px solid #666666;
  margin-bottom: 4.5%;
}

.content .content-r .countdown-ky ul li a {
  display: inline-block;
}

.content .content-r .countdown-ky ul li:nth-child(3n) {
  border-right: none;
}

.content .content-r .interact {
  width: 100%;
  margin-top: 30px;
}

.content .content-r .interact ul {
  width: 100%;
  margin-top: 10px;
}

.content .content-r .interact ul li {
  width: 105px;
  height: 142px;
  cursor: pointer;
  position: relative;
}

.content .content-r .interact ul li .interact-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-r .interact ul li .interact-icon img {
  width: 65px;
  margin-bottom: 15px;
}

.content .content-r .interact ul li .interact-icon span {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.content .content-r .interact ul li .interact-code {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(145, 145, 145, 0.15);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.content .content-r .interact ul li .interact-code img {
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
}

.content .content-r .interact ul li .interact-code span {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.content .content-r .interact ul li:hover .interact-icon {
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.content .content-r .interact ul li:hover .interact-code {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.content .content-r .interact ul:last-child li:first-child .interact-icon img {
  margin: 7px auto 27px auto;
}

.content .content-r .banner-right {
  width: 100%;
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.content .content-r .login-tab {
  width: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 8%;
}

.content .content-r .login-tab::before {
  display: block;
  content: '';
  width: 100%;
  height: 12.55%;
  background-image: linear-gradient(0deg, #ffffff 1%, #feafa5 50%, #fd5e4b 100%), linear-gradient(#d2181b, #d2181b);
  background-blend-mode: normal,
    normal;
  opacity: 0.1;
  position: absolute;
  top: 0;
}

.content .content-r .login-tab h2 {
  text-align: center;
  padding: 4% 0;
}

.content .content-r .login-tab h2 span {
  display: inline-block;
  position: relative;
  color: #dc0000;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
}

.content .content-r .login-tab h2 span::after,
.content .content-r .login-tab h2 span::before {
  display: block;
  content: '';
  width: 31px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background: url(../../images/kaoyan/form-h2-bg.png) no-repeat center center;
}

.content .content-r .login-tab h2 span::after {
  left: -50px;
}

.content .content-r .login-tab h2 span::before {
  right: -50px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content .content-r .login-tab h3 {
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  margin-top: 2.8%;
}

.content .content-r .login-tab h3 span {
  display: inline-block;
  padding-left: 25px;
  background: url(../../images/kaoyan/test-icon.png) no-repeat left center;
  background-size: auto 100%;
  font-weight: normal;
}

.content .content-r .login-tab form {
  width: 80%;
  margin: 0 auto;
  position: relative;
  height: 330px;
  margin-top: 5%;
}

.content .content-r .login-tab form .form,
.content .content-r .login-tab form .logon-then {
  opacity: 0;
  z-index: -1;
}

.content .content-r .login-tab form .form {
  width: 100%;
  height: 100%;
  position: relative;
}

.content .content-r .login-tab form .form label {
  display: block;
  position: relative;
}

.content .content-r .login-tab form .form label span {
  width: 21%;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  border-right: solid 1px #e5e5e5;
}

.content .content-r .login-tab form .form label span img {
  margin: 0 auto;
}

.content .content-r .login-tab form .form label input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 48px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 25.5%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-r .login-tab form .form label input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-r .login-tab form .form label input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-r .login-tab form .form label input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-r .login-tab form .form label input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-r .login-tab form .form label input.error {
  border: 1px solid #fb2736;
}

.content .content-r .login-tab form .form label input.error::-webkit-input-placeholder {
  color: #fb2736;
}

.content .content-r .login-tab form .form label input.error::-moz-placeholder {
  color: #fb2736;
}

.content .content-r .login-tab form .form label input.error:-moz-placeholder {
  color: #fb2736;
}

.content .content-r .login-tab form .form label input.error:-ms-input-placeholder {
  color: #fb2736;
}

.content .content-r .login-tab form .form label button {
  width: 29.05%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: dashed 1px rgba(224, 39, 39, 0.2);
  border-radius: 6px;
  background: rgba(224, 39, 39, 0.2);
  color: #df1515;
  font-size: 16px;
  cursor: pointer;
}

.content .content-r .login-tab form .form label button.checked {
  opacity: 0.5;
}

.content .content-r .login-tab form .form label:nth-child(3) input {
  width: 68%;
}

.content .content-r .login-tab form .form .logon {
  width: 100%;
  height: 52px;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#f8f8f8, #f8f8f8);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  display: block;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
}

.content .content-r .login-tab form .logon-then {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.content .content-r .login-tab form .logon-then h4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: normal;
}

.content .content-r .login-tab form .logon-then h4 i {
  font-weight: bold;
  color: #e02727;
}

.content .content-r .login-tab form .logon-then div {
  width: 50%;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  margin: 0 auto;
}

.content .content-r .login-tab form .logon-then p {
  font-size: 14px;
  color: #e02727;
  line-height: 1;
  text-align: center;
}

.content .content-r .login-tab form div.opacity {
  opacity: 1;
  z-index: 1;
}

.content .content-r .login-tab .form-jiao {
  position: absolute;
  width: 23.5%;
  right: 0;
  bottom: 0;
}

footer {
  width: 100%;
  margin-top: 50px;
}

footer .footer {
  width: 100%;
  background-color: #282828;
}

footer .footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--box-pack: space-between;
  box-pack: space-between;
  padding: 5% 0;
}

footer .footer .content ul h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .content ul li {
  line-height: 1;
  margin-top: 21%;
}

footer .footer .content ul li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}

footer .footer .content .code {
  width: 8.8%;
}

footer .footer .content .code img {
  border-radius: 6px;
}

footer .footer .content .code span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .footer .content .line {
  width: 1px;
  height: 120px;
  background-color: #999999;
  opacity: 0.2;
}

footer .footer .content .footer-contact .footer-logo {
  width: 71.8%;
  margin: 0 auto;
}

footer .footer .content .footer-contact div {
  margin-top: 15%;
}

footer .footer .content .footer-contact div a {
  float: left;
  margin-right: 20px;
}

footer .footer .content .footer-contact div p {
  float: left;
}

footer .footer .content .footer-contact div p i {
  display: block;
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #de1c1c;
  line-height: 1;
}

footer .footer .content .footer-contact div p span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 9px;
}

footer .footer .copyright {
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

footer .footer .copyright a {
  display: inline;
  color: #555;
}

.right-nav {
  width: 72px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
}

.right-nav .right-nav-gift {
  max-width: none;
  width: 142px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-nav .gift-btn {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -30px;
}

.right-nav ul {
  width: 72px;
  background-color: #ffffff;
}

.right-nav ul li {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}

.right-nav ul li .btn {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.right-nav ul li .btn a {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-bottom: none;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-nav ul li:nth-child(4) .btn a {
  border-bottom: 1px solid #eeeeee;
}
.right-nav ul li .btn a p {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-nav ul li .btn a p img {
  margin: 0 auto;
}

.right-nav ul li .btn a p span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.right-nav ul li .btn a:first-child {
  top: 0;
}

.right-nav ul li .btn a:nth-child(2) {
  border: none;
  top: 72px;
  background-image: linear-gradient(90deg, #f54b1d 0%, #e02727 100%), linear-gradient(#ffffff, #ffffff);
}

.right-nav ul li .btn a:nth-child(2) p span {
  color: #ffffff;
}

.right-nav ul li .btn a:hover {
  text-decoration: none;
}

.right-nav ul li .code-ma {
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 20px 0;
  position: absolute;
  left: -148px;
  top: 50%;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .code-ma::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li .code-ma img {
  max-width: 96px;
  margin: 0 auto;
}

.right-nav ul li .code-ma span {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  text-align: center;
}

.right-nav ul li .code-ma span:last-child {
  margin-bottom: 0;
}

.right-nav ul li .hot-line {
  width: 186px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -198px;
  top: 50%;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-size: 24px;
  line-height: 60px;
  color: #dc0000;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .hot-line::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li:first-child .btn {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:first-child .btn a {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:nth-child(5) {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-nav ul li:nth-child(5) .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}

.right-nav ul li:last-child {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}

.right-nav ul li:hover .btn a:first-child {
  top: -72px;
}

.right-nav ul li:hover .btn a:nth-child(2) {
  top: 0;
}

.right-nav ul li:hover .code-ma,
.right-nav ul li:hover .hot-line {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.right-nav ul li.toggleHeight {
  height: 72px;
  opacity: 1;
}

.right-nav ul li.toggleHeight .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a:first-child {
  border-bottom: 1px solid #eeeeee;
}

/* .right-nav ul li.border .btn {
  border-radius: 0;
}

.right-nav ul li.border .btn a {
  border-radius: 0;
}

.right-nav ul li.border .btn a:first-child {
  border-bottom: none;
} */

.to-learn {
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.to-learn .to-learn-box {
  width: 440px;
  padding: 30px 0;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.to-learn .to-learn-box img {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.to-learn .to-learn-box h2 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.to-learn .to-learn-box p {
  float: left;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.to-learn .to-learn-box p span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}

.to-learn .to-learn-box p span:last-child {
  margin-bottom: 0;
}

.to-learn .to-learn-box div {
  margin-top: 30px;
  width: 100%;
  float: left;
  height: 40px;
}

.to-learn .to-learn-box div span,
.to-learn .to-learn-box div a {
  height: 38px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}

.to-learn .to-learn-box div span {
  width: 123px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  color: #666666;
  float: left;
  margin-left: 70px;
  cursor: pointer;
}

.to-learn .to-learn-box div a {
  width: 140px;
  background-color: #e02727;
  border: solid 1px #e02727;
  color: #ffffff;
  float: right;
  margin-right: 70px;
}

.to-learn .to-learn-box div a:hover {
  text-decoration: none;
}

.to-learn-open {
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .guild {
    height: 44px;
  }

  .guild p,
  .guild .select .placeholder,
  .guild .tools-nav li a {
    font-size: 15px;
    line-height: 44px;
  }

  .guild .select .placeholder {
    padding-right: 18px;
  }

  .guild .select .placeholder::after {
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
  }

  .guild .select ul {
    border-radius: 4px;
    top: 39px;
    width: 240px;
  }

  .guild .select ul li {
    height: 42px;
  }

  .guild .select ul li p a {
    font-size: 15px;
    line-height: 42px;
  }

  .guild .tools-nav li:first-child a {
    padding-left: 22px;
    background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li:nth-child(2) a {
    padding-left: 22px;
    background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li.l_r a {
    height: 28px;
    border-radius: 15px;
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
  }

  header .search input {
    height: 38px;
    text-indent: 5%;
    font-size: 15px;
  }

  header .search input::-webkit-input-placeholder {
    font-size: 15px;
  }

  header .search input::-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-ms-input-placeholder {
    font-size: 15px;
  }

  header .search .search-btn {
    width: 18px;
    top: 11px;
    right: 5%;
  }

  header .search p {
    line-height: 15px;
    height: 15px;
  }

  header .search p a {
    font-size: 13px;
  }

  header .tell a {
    width: 56px;
  }

  header .tell p i {
    font-size: 26px;
  }

  header .tell p span {
    font-size: 13px;
  }

  footer .footer .content ul h3 {
    font-size: 17px;
  }

  footer .footer .content ul li a {
    font-size: 13px;
  }

  footer .footer .content .code span {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer .content .footer-contact div a {
    width: 58px;
  }

  footer .footer .content .footer-contact div p i {
    font-size: 26px;
  }

  footer .footer .content .footer-contact div p span {
    font-size: 13px;
  }

  h1 {
    height: 38px;
    font-size: 20px;
    line-height: 46px;
  }

  h1 a {
    font-size: 12px;
    line-height: 16px;
    background: url(../../images/kaoyan/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  .school div h2 {
    font-size: 26px;
  }

  .school div p span {
    padding: 0 12px;
    height: 24px;
    border-radius: 15px 0 15px 15px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 40px;
  }

  .location {
    background: url(../../images/kaoyan/gps-icon.png) no-repeat left center;
    background-size: auto 18px;
  }

  .location a,
  .location span {
    font-size: 14px;
    line-height: 18px;
  }

  .location span {
    margin: 0 5px;
  }

  .location span:first-child {
    margin-left: 22px;
  }

  nav div ul li a {
    border-radius: 6px;
    font-size: 16px;
  }

  .content .content-r .menu li a span {
    font-size: 16px;
    margin-top: 15px;
  }

  .content .content-r .countdown-ky {
    margin-top: 20px;
  }

  .content .content-r .countdown-ky h2 span {
    font-size: 20px;
  }

  .content .content-r .countdown-ky .days span {
    font-size: 22px;
  }

  .content .content-r .countdown-ky .days i {
    font-size: 16px;
    line-height: 42px;
  }

  .content .content-r .countdown-ky .hot-search {
    font-size: 18px;
    line-height: 22px;
  }

  .content .content-r .countdown-ky .hot-search a img {
    width: auto;
    height: 22px;
  }

  .content .content-r .countdown-ky ul li {
    font-size: 16px;
  }

  .content .content-r .interact ul li .interact-icon img {
    width: 60px;
  }

  .content .content-r .interact ul li .interact-icon span {
    font-size: 15px;
    line-height: 23px;
  }

  .content .content-r .interact ul li .interact-code span {
    font-size: 15px;
  }

  .content .content-r .login-tab h2 span {
    font-size: 20px;
  }

  .content .content-r .login-tab h3 {
    font-size: 15px;
  }

  .content .content-r .login-tab form .form label span {
    height: 30px;
    margin-top: -15px;
  }

  .content .content-r .login-tab form .form label input {
    height: 46px;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-webkit-input-placeholder {
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-moz-placeholder {
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-moz-placeholder {
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-ms-input-placeholder {
    font-size: 15px;
  }

  .content .content-r .login-tab form .form label button {
    font-size: 14px;
  }

  .content .content-r .login-tab form .form .logon {
    height: 50px;
    font-size: 18px;
  }

  .content .content-r .login-tab form .logon-then h4 {
    font-size: 16px;
  }

  .content .content-r .login-tab form {
    height: 300px;
  }
}

@media screen and (max-width: 1366px) {
  h1 {
    height: 35px;
    font-size: 18px;
    line-height: 42px;
  }

  .content .content-r .menu li a span {
    font-size: 14px;
  }

  .content .content-r .countdown-ky h2 span {
    font-size: 18px;
  }

  .content .content-r .countdown-ky .days {
    height: 26px;
  }

  .content .content-r .countdown-ky .days span {
    width: 24px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }

  .content .content-r .countdown-ky .days i {
    line-height: 36px;
  }

  .content .content-r .countdown-ky .hot-search {
    font-size: 16px;
    line-height: 20px;
  }

  .content .content-r .countdown-ky .hot-search a img {
    width: auto;
    height: 20px;
  }

  .content .content-r .countdown-ky ul li {
    font-size: 14px;
  }

  .content .content-r .interact ul li .interact-icon img {
    width: 56px;
    margin-bottom: 12px;
  }

  .content .content-r .interact ul li .interact-icon span {
    font-size: 14px;
    line-height: 22px;
  }

  .content .content-r .interact ul li .interact-code span {
    font-size: 14px;
  }

  .content .content-r .interact ul li {
    width: 94px;
    height: 130px;
  }

  .content .content-r .interact ul li .interact-code img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }

  .content .content-r .login-tab h2 span {
    font-size: 18px;
  }

  .content .content-r .login-tab h3 {
    height: 16px;
    line-height: 16px;
    font-size: 15px;
  }

  .content .content-r .login-tab form .form label input {
    height: 44px;
    font-size: 14px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-moz-placeholder {
    font-size: 14px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-moz-placeholder {
    font-size: 14px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-ms-input-placeholder {
    font-size: 14px;
  }

  .content .content-r .login-tab form .form label span {
    height: 28px;
    margin-top: -14px;
  }

  .content .content-r .login-tab form .form label button {
    font-size: 12px;
  }

  .content .content-r .login-tab form .form .logon {
    height: 46px;
    font-size: 16px;
  }
}