* {
  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%;
  background: #f2f2f2;
  padding-bottom: 20px;
}

#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: collapse;
  /*琛ㄦ牸鐨勮竟妗嗗悎骞讹紝濡傛灉鐩搁偦锛屽垯鍏辩敤涓€涓竟妗�*/
  border-spacing: 0;
  /*璁剧疆琛屼笌鍗曞厓鏍艰竟妗嗙殑闂磋窛銆傚綋琛ㄦ牸杈规鐙珛锛堝嵆border-collapse:separate;锛夋灞炴€ф墠璧蜂綔鐢�*/
}

table td {
  word-break: break-all;
  /*鍏佽鍦ㄥ瓧鍐呮崲琛�,鍗冲崟璇嶅彲鍒�*/
  word-wrap: break-word;
  /*鍏佽闀垮崟璇嶆垨URL鍦板潃鎹㈣*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

@font-face {
  font-family: "AvantiBold";
  src: url(../font/AvantiBold.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: 516px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

article {
  min-width: 1200px;
}

article .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top_nav {
  width: 100%;
  background-color: #ffffff;
  height: 70px;
  margin-bottom: 30px;
}

.top_nav.active {
  position: fixed;
  z-index: 10;
  min-width: 1200px;
  box-shadow: 5px 8.7px 30px 0px rgb(82 82 82 / 10%);
}

.top_nav .content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  flex-wrap: wrap;
}

.top_nav .top {
  width: 100%;
}

.top_nav .img {
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.top_nav .xcx_box {
  position: absolute;
  z-index: 10;
  padding: 10px;
  height: 0;
  top: 30px;
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: content-box !important;
}

.top_nav .img:hover .xcx_box {
  height: 222px;
  transition: all 0.5s;
}

.top_nav .img:hover .xcx_box > div {
  box-shadow: 5px 8.7px 20px 0px rgba(12, 4, 7, 0.1);
}

.top_nav .xcx_box > div {
  width: 212px;
  height: 212px;
  background-color: #ffffff;
  flex-direction: column;
  font-size: 16px;
}

.top_nav .xcx_box img {
  margin-bottom: 8px;
}

.top_nav .left .icon {
  width: 103px;
  height: 27px;
  background-color: #f2f2f2;
  border-radius: 13px;
  font-size: 14px;
  color: #333333;
}

.top_nav .change {
  color: #333333;
  font-size: 14px;
}

.top_nav .change .home {
  width: 21px;
  height: 22px;
  margin-right: 15px;
}

.top_nav .change .home a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.igo.cn/study/handbook/img/home.png) no-repeat;
  background-size: 100%;
}

.top_nav .change .home img {
  width: 100%;
}

.top_nav .change .home:hover a {
  background: url(https://www.igo.cn/study/handbook/img/home_active.png)
    no-repeat;
  background-size: 100%;
}

.top_nav .change .top_qrcode {
  width: 17px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.top_nav .change .top_qrcode .xcx_box {
  top: 22px;
  left: -100px;
}

.top_nav .change .top_qrcode:hover .xcx_box > div {
  box-shadow: 5px 8.7px 20px 0px rgba(12, 4, 7, 0.1);
}

.top_nav .change .top_qrcode:hover .xcx_box {
  height: 222px;
  transition: all 0.5s;
}

.top_nav .change ul {
  position: relative;
  padding-left: 5px;
}

.top_nav .change ul::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_nav .change li {
  margin-left: 15px;
}

.top_nav .change a {
  color: #333333;
}

.top_nav .change a:hover {
  color: #ff234d;
}

.banner_container {
  width: 1200px;
  margin: 0 auto 20px;
}

.banner_container .left {
  width: 330px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 0 20px 20px;
}

.banner_container .left .part {
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
}

.banner_container .left .part ul {
  width: 290px;
  overflow: hidden;
  padding-top: 10px;
}

.banner_container .left .part:last-child {
  margin-bottom: 0;
}

.banner_container .left h3 {
  font-size: 14px;
  line-height: 12px;
  height: 12px;
  color: #000000;
}

.banner_container .left .part > img {
  width: 8px;
  position: absolute;
  right: 7px;
  top: 43px;
  cursor: pointer;
}

.banner_container .left .part .hover {
  position: absolute;
  bottom: -20px;
  left: 310px;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
}

.banner_container .left .part .hover ul {
  width: auto;
  overflow: inherit;
}

.banner_container .left .part .hover > img {
  display: none;
}

.banner_container .left a {
  width: 20%;
  flex-shrink: 0;
  position: relative;
}

.banner_container .left .part .hover a {
  width: 65px;
}

.banner_container .left a.hot::after {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../img/list/HOT.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -2px;
}

.banner_container .left a span {
  font-size: 12px;
  line-height: 11px;
  color: #000000;
  display: block;
  text-align: center;
  height: 11px;
}

.banner_container .left a > img {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  top: 0;
  transition: all 0.2s;
}

.banner_container .left a:hover img {
  top: -5px;
  transition: all 0.2s;
}

.banner_container .banner {
  width: 855px;
  height: 360px;
  border-radius: 5px;
  overflow: hidden;
}

.banner_container .banner a {
  width: 855px;
  height: 360px;
  display: block;
  background: url(../master_abroad_online2024.png) no-repeat;
  background-size: 100%;
  position: relative;
}

.banner_container .banner .swiper-container {
  height: 360px;
}

.banner_container .banner a .samebtm {
  width: 438px;
  height: 64px;
  background: url(../img/master_abroad.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 192px;
  bottom: 34px;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  letter-spacing: 1px;
}

.banner_container .banner a .master_abroad:hover {
  background-image: url(../img/master_abroada.png);
  color: #ffffff;
  transition: all 0.3s;
}

.banner_container .banner a > img {
  position: absolute;
  bottom: 0;
  right: 184px;
}

.banner_container .banner a.swiper-slide58edu {
  background: url(../58edu.png) no-repeat;
  background-size: 100%;
}

.banner_container .banner a.swiper-slide58edu .btn58edu {
  width: 316px;
  height: 42px;
  left: 245px;
  border: 2px solid #ffffff;
  background: #0b48b3;
  border-radius: 42px;
  color: #ffffff;
  padding-left: 14px;
  padding-bottom: 0;
  bottom: 40px;
}

.banner_container .banner a.swiper-slide58edu .btn58edu:hover {
  background: #f4894a;
  transition: all 0.3s;
}

.banner_container .banner a.swiper-slide58edu > img {
  right: 263px;
  bottom: 6px;
}

.banner_container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}

.banner_container .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
    background-color: #ffffff;
  border-radius: 3px;
  background-color: #ffffff;
  opacity: 0.3;
    margin-right: 10px;
}

.banner_container .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #ffffff;
  opacity: 1;
}

.banner_container .swiper-button-prev,
.banner_container .swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: none;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
  display: none;
  transition: all 0.3s;
}

.banner_container:hover .swiper-button-prev,
.banner_container:hover .swiper-button-next {
  display: block;
  transition: all 0.3s;
}

.banner_container .swiper-button-prev {
  left: 0;
}

.banner_container .swiper-button-next {
  right: 0;
}

.filterbox {
  width: 1200px;
  margin: 0 auto 50px;
  /* height: 454px; */
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 22px 30px;
  align-items: stretch;
}

.filterbox .left {
  /* padding-right: 20px; */
}

.filterbox .part {
  align-items: flex-start;
  border-bottom: 1px solid #ededed;
  padding-top: 18px;
  padding-bottom: 18px;
}

.filterbox .part b {
  width: 84px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  margin-right: 11px;
}

.filterbox ul {
  flex-wrap: wrap;
  overflow: hidden;
  /* max-height: 50px; */
  overflow: hidden;
}

.buyingDeals .tab,
.filterbox li {
  font-size: 14px;
  height: 20px;
  padding: 0 7px;
  margin-bottom: 10px;
  /* margin-right: 9px; */
  cursor: pointer;
  transition: all 0.2s;
}
.buyingDeals .tab {
  margin-bottom: 0;
}
.buyingDeals .tab:hover,
.buyingDeals .tab.active,
.filterbox li:hover,
.filterbox li.active {
  width: auto;
  background-color: #ff6554;
  border-radius: 3px;
  color: #ffffff;
  transition: all 0.2s;
}
.filterbox .buyingDeals ul {
}
.filterbox .edu li,
.filterbox .buyingDeals li {
  margin-bottom: 0;
}
.filterbox .buyingDeals li {
  margin-top: 10px;
}

.filterbox .buyingDeals li.active {
  border: 1px solid #ff6554;
  background: none;
  color: #ff6554;
}

.filterbox .edu ul {
  height: auto;
}

.filterbox .part.kptype,
.filterbox .part.search {
  border-bottom: none;
  padding-bottom: 0;
}

.filterbox .part.search {
  padding-top: 18px;
}

.filterbox .part.search b {
  line-height: 30px;
}

.filterbox .part.search input {
  width: 236px;
  height: 30px;
  border: solid 1px #d2d2d2;
  margin-right: 12px;
}

.filterbox .part.search .search-btn {
  width: 100px;
  height: 30px;
  background-color: #ff6554;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.filterbox .right {
  width: 300px;
  flex-shrink: 0;
  padding-left: 20px;
  border-left: 1px solid #ededed;
  padding-top: 20px;
}

.filterbox .right > p {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  line-height: 14px;
  margin-bottom: 28px;
}

.filterbox .right > p::before {
  content: "";
  border: 7px solid #000000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.filterbox .right ul {
  width: 280px;
  position: relative;
  height: auto;
  overflow: initial;
}

.filterbox .right li {
  width: 160px;
  height: 35px;
  background: #ffd0ca;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  position: absolute;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 35px;
  /* opacity: 0; */
}

.filterbox .right li:nth-child(1) {
  left: 0;
  top: 0;
}

.filterbox .right li:nth-child(2) {
  width: 112px;
  height: 79px;
  right: 0;
  top: 0;
  overflow: hidden;
  white-space: normal;
  padding: 14px 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filterbox .right li:nth-child(3) {
  left: 0;
  top: 43px;
}

.filterbox .right li:nth-child(4) {
  width: 100%;
  left: 0;
  top: 87px;
}

.filterbox .right li:nth-child(5) {
  left: 0;
  top: 130px;
}

.filterbox .right li:nth-child(6) {
  width: 112px;
  height: 79px;
  right: 0;
  top: 130px;
  overflow: hidden;
  white-space: normal;
  padding: 14px 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filterbox .right li:nth-child(7) {
  left: 0;
  top: 172px;
}
.filterbox .right li:nth-child(8) {
  width: 100%;
  top: 217px;
  left: 0;
}

.filterbox .right li:nth-child(9) {
  left: 0;
  top: 262px;
}

.filterbox .right li:nth-child(10) {
  left: 0;
  top: 304px;
}

.filterbox .right li:nth-child(11) {
  width: 112px;
  height: 79px;
  right: 0;
  top: 261px;
  overflow: hidden;
  white-space: normal;
  padding: 14px 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterbox .right li:hover,
.filterbox .right li.active {
  background: #ff6554;
  color: #ffffff;
}

article {
  padding-top: 30px;
  background: #f2f2f2;
}

article .content {
  width: 1200px;
}

article .content .c-title {
  align-items: flex-end;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 30px;
  padding-left: 14px;
}

article .content .c-title h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  margin-right: 20px;
}

article .content .c-title em {
  font-weight: bold;
  color: #ff6554;
  margin: 0 8px;
}

article .content .list {
  width: 1200px;
  margin-bottom: 40px;
  min-height: 520px;
  position: relative;
}

article .content .list > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

article .content .list::after {
  content: "";
  display: block;
  clear: both;
}

article .content .pitem {
  width: 280px;
  background: #f2f2f2;
  border-radius: 5px;
  float: left;
  /* border: 14px solid #f2f2f2; */
  transition: all 0.1s;
  margin-bottom: 30px;
  /* margin-right: 15px; */
}

article .content .pitem:hover .s-content {
  background: #ffffff;
  transition: all 0.1s;
}

article .content .pitem > div {
  /*position: relative;
  border: 4px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #00000033 inset;
  padding: 5px;
  transition: all .2s;*/

  position: relative;
  border: 2px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px #cbc1c152;
  /* padding: 5px; */
  transition: all 0.2s;
}

article .content .pitem:hover > div {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}

article .content .pitem > div > a {
  width: 100%;
}

article .pitem .img {
  height: 167px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  /* background-color: #333333; */
}

article .pitem a .img img {
  max-height: 100%;
}
article .pitem .teachers .t img {
  max-width: 100%;
  max-height: none;
}

article .pitem .s-content {
  padding: 15px 10px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

article .pitem .top {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}

article .pitem .title {
  font-size: 16px;
  /* font-weight: normal; */
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

article .pitem .tags {
  flex-wrap: wrap;
  margin-top: 12px;
}

article .pitem .tags span {
  /*font-size: 12px;
  line-height: 20px;
  color: #ff6554;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #ff6554;
  flex-shrink: 0;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;*/

  font-size: 12px;
  line-height: 20px;
  color: #7d7d7d;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: solid 1px #f1f1f1;
  flex-shrink: 0;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

article .pitem .intr {
  height: 51px;
}

article .pitem .intr,
article .pitem .teachers {
  padding: 15px 10px 0 10px;
}

article .pitem .intr p,
article .pitem .teachers p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  position: relative;
}

article .pitem .intr p b,
article .pitem .teachers p b {
  color: #333333;
}

article .pitem .intr p em {
  color: #ff123f;
}

article .pitem .teachers {
  padding-top: 15px;
  padding-bottom: 0;
}

article .pitem .teachers p {
  margin-bottom: 14px;
}

article .pitem .teachers .t {
  width: 50%;
  flex-shrink: 0;
  font-size: 12px;
}

article .pitem .teachers .t a {
  width: 100%;
  align-items: stretch;
  height: 64px;
}

article .pitem .teachers .t .img {
  width: 60px;
  height: 60px;
  background-color: #999999;
  border-radius: 60px;
  flex-shrink: 0;
  margin-right: 6px;
  overflow: hidden;
  padding-top: 5px;
}

article .pitem .teachers .t .img img {
  width: 100%;
}

article .pitem .teachers .t b {
  display: block;
  font-size: 12px;
  color: #000000;
}

article .pitem .teachers .t em {
  display: block;
  line-height: 16px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 3;
}

article .pitem .teachers .t a:hover b {
  color: #f10000;
}

article .pitem .zixunbtnbox {
  margin-top: 25px;
}
article .pitem .zixunbtnbox.hasprice {
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px 0 10px;
}
article .pitem .zixunbtnbox.hasprice > div:nth-child(1) {
  margin-bottom: 15px;
  margin-top: 15px;
  align-items: baseline;
}
article .pitem .zixunbtnbox b {
  /* width: 100%; */
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
article .pitem .zixunbtnbox .guihua {
  width: 150px;
  height: 36px;
  background-color: #ff6554;
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}
article .pitem .zixunbtnbox.hasprice .price {
  font-size: 12px;
  color: #ff6554;
  margin-left: 13px;
}
article .pitem .zixunbtnbox.hasprice .price i {
  font-family: "AvantiBold";
  font-size: 28px;
}
article .pitem .zixunbtnbox.hasprice .buy {
  width: 150px;
  height: 36px;
  background-color: #ff6554;
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

article .pitem .zixunbtnbox.hasprice .buy .qrcode{
  position: absolute;
  top: -165px;
  height: 150px;
  width: 150px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #b7b7b77d;
  border-radius: 5px;
  display: none;
}
article .pitem .zixunbtnbox.hasprice .buy .qrcode img{
  width: 100%;
}
article .pitem .zixunbtnbox.hasprice .buy:hover .qrcode{
  display: block;
}
article .pitem .zixunbtnbox .zixun {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(../img/zixun.png) no-repeat;
  background-size: 100%;
}
article .content #remark {
  text-align: center;
  font-size: 14px;
  color: #797979;
  display: none;
}

/* prolay */
#main .prolay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .prolay .layout_box {
  /* display: none; */
}

#main .prolay .lxform{
  display: none;
}
#main .prolay .kpform{
  display: none;
}
#main .prolay .link_box {
  display: none;
}

#main .prolay input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

#main .prolay > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  padding-bottom: 10px;
}

#main .prolay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

#main .prolay .info p {
  font-size: 18px;
  color: #1a1a1a;
}

#main .prolay h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .prolay .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#main .prolay .close img {
  width: 100%;
}

#main .prolay form {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

#main .prolay .item,
#main .prolay input,
#main .prolay select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

#main .prolay .item {
  margin-bottom: 8px;
}

#main .prolay input,
#main .prolay select {
  padding-left: 10px;
}

#main .prolay select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

#main .prolay .item.yzm input {
  width: 100%;
}

#main .prolay .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

#main .prolay .btn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
}

#main .prolay .link_box {
  width: 460px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
}

#main .prolay .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(../img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

#main .prolay .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

#main .prolay .link_box .detail {
  padding-left: 30px;
  padding-top: 13px;
}

#main .prolay .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

#main .prolay .link_box .detail .link a {
  color: #1a1a1a;
}

#main .prolay .link_box .detail .link a:hover {
  color: #f10000;
}

#main .prolay .layout_box .qrcode {
  width: 100%;
  height: 200px;
}

#main .prolay .layout_box .qrcode img {
  width: 160px;
  height: 160px;
}

#main .prolay .qrcode {
  width: 140px;
  margin: 0 auto;
  padding: 20px 0;
}

#main .prolay .qrcode img {
  width: 100%;
}
#main .ziliao .btn_box {
  width: 100%;
  margin-top: 12px;
}

#main .ziliao .btn_box > div {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  color: #000000;
  margin: 0;
}

#main .ziliao .btn_box > div:nth-child(2) {
  margin-left: 30px;
}

#main .ziliao .succeed_box {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
  display: none;
}

#main .ziliao .succeed_box .succeed {
  width: 113px;
  height: 113px;
  background: url(../img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

#main .ziliao .succeed_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

#main .ziliao .succeed_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
}

#main .ziliao .succeed_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

#main .ziliao .succeed_box .detail .link a {
  color: #1a1a1a;
}

#main .ziliao .succeed_box .detail .link a:hover {
  color: #f10000;
}

#main  .disabled {
  /* opacity: 0.6; */
  cursor: not-allowed;
  pointer-events: none;
}