﻿* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1500px;
}

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 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;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

.dis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .banner img {
  width: 100%;
}

article {
  min-width: 1500px;
  margin: 0 auto;
}

section {
  padding: 44px 0 20px;
  background-color: #fffce8;
}

section .title_box {
  height: 162px;
  margin-bottom: 14px;
}

section .title {
  width: 500px;
  margin: 0 auto 0;
  /* background-color: #46ad56; */
  height: 75px;
  border-radius: 37px;
  /* padding: 0 21px; */
  position: relative;
}

section .title>span {
  width: 180px;
  height: 75px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #46ad56;
  line-height: 75px;
  cursor: pointer;
  padding: 0 21px;
  position: relative;
  z-index: 3;
  transition: all .2s;
}
section .title>span:hover{
  transform: scale(1.1);
  transition: all .2s;
}
section.second .title>span{
  background: #e7a71b;
}
section.third .title>span{
  background: #5551ff;
}
section.fourth .title>span{
  background: #ff5b1a;
}
section.second .title>span::after{
  background: #facf71;
}
section.third .title>span::after{
  background: #e8e8ff;
}
section.fourth .title>span::after{
  background: #fea582;
}
/* section .title>span::after{
  content: '';
  width: 162px;
  height: 162px;
  border-radius: 162px;
  background-color: #fffce8;
  position: absolute;
  right: -153px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
} */
section .title>span:nth-child(3)::after{
  right: auto;
  left: -153px;
}
section .title>span:nth-child(1){
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
  /* animation: linear toLeft 3s infinite; */
}
section .title>span:nth-child(3){
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  /* animation: linear toRight 3s infinite; */
}
@keyframes toLeft
{
  0%, 90% { transform: rotate(0) }
  100% { transform: rotateX(180deg)}
}

@keyframes toRight
{
  0%, 90% { transform: rotate(0) }
  100% { transform: rotateX(-180deg)}
}
section .title div {
  width: 162px;
  height: 162px;
  border-radius: 162px;
  background-color: #fffce8;
  justify-content: center;
  position: absolute;
  left: 50%;
top:50%;
  transform: translate3d(-50%,-50%,0);


  z-index: 5;
}
section .title div>p{
  font-size: 30px;
  letter-spacing: 3px;
  width: 130px;
  height: 130px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
top:50%;
transform: translateY(-50%);
}

section .title div>span {
  width: 130px;
  height: 130px;
  justify-content: center;
  background: url(../img/section1_title.png) no-repeat center;
  animation: linear spin 4s infinite;
}

@keyframes spin
{
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
section .schedule {
  width: 1175px;
  /* height: 280px; */
  margin: 0 auto 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(214, 201, 117, 0.3);
  border-radius: 20px;
  position: relative;
  padding: 37px 26px 26px 49px;
}

section .schedule .edu {
  width: 50px;
  height: 188px;
  background-color: #46ad56;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  color: #ffffff;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

section .schedule .edu span {
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}

section .schedule>ul {
  width: 100%;
  position: relative;
}

section .schedule .line {
  width: 1100px;
  height: 5px;
  background-color: #dbeedd;
  border-radius: 2px;
  position: absolute;
  left: 49px;
  top: 103px;
  padding: 0 66px;
}

section .schedule .point {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 3px #46ad56;
  border-radius: 16px;
  display: block;
}

section .schedule>ul li {
  width: 145px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

section .schedule>ul li .time {
  margin-bottom: 20px;
  height: 40px;
}

section .schedule>ul .detail {
  width: 145px;
  height: 120px;
  padding: 0 8px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #000000;
  border: 1px solid #9ed1a3;
  border-radius: 7px;
  position: relative;
  background: #ffffff;
  margin-top: 17px;
  text-align: left;
}

section .schedule>ul.re_box .detail {
  height: 160px;
}

section .schedule>ul .detail>div {
  height: 100%;

  justify-content: center;

}
section .schedule>ul .detail>div p{
word-wrap:break-word;overflow:hidden;
}
section .schedule>ul .detail::after {
  content: '';
  width: 20px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

section .schedule>ul .detail em {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #9ed1a3;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) rotateZ(-45deg);
}

section .schedule>ul .detail i {
  font-size: 12px;
  font-weight: 700;
}

section .btn_box {
  width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

section .btn_box div {
  width: 220px;
  height: 55px;
  background-color: #46ad56;
  border-radius: 27px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

section .btn_box div.re_btn {
  margin-right: 60px;
}

section .remark {
  width: 1200px;
  margin: 28px auto 0;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
}

/* uk */
section.second {
  background-color: #facf71;
}

section.second .title {
  /* background-color: #e7a71b; */
}

section.second .title div {
  background-color: #facf71;
}

section.second .title div>span {
  background: url(../img/section2_title.png) no-repeat center;
}

section.uk .schedule>ul li {
  width: 135px;
}

section.uk .schedule>ul li .detail {
  width: 135px;
}

section.uk .schedule>ul.master_box li {
  width: 160px;
}

section.uk .schedule>ul.master_box li .detail {
  width: 160px;
  height: 162px;
}

section.uk .schedule>ul li:last-child {
  width: 100px;
}

section.uk .schedule>ul li:last-child .detail {
  width: 100px;
}

section.second .schedule>ul .detail em {
  border-color: #f0cb7f;
}

section.uk .schedule>ul .detail {
  height: 198px;
  border-color: #f0cb7f;
}

section.second .schedule>ul .detail {
  border-color: #f0cb7f;
}

section.second .schedule .line {
  background-color: #f9eacc;
}

section.second .schedule .point {
  border: solid 3px #e7a71b;
}

section.second .schedule .edu,
section.second .btn_box div {
  background-color: #e7a71b;
}

section.second .remark {
  color: #bc8f2d;
}

/* ca */
section.third {
  background-color: #e8e8ff;
}

section.third .title {
  /* background-color: #5551ff; */
}

section.third .title div {
  background-color: #e8e8ff;
}

section.third .title div>span {
  background: url(../img/section3_title.png) no-repeat center;
}

section.ca .schedule>ul li {
  width: 150px;
}

section.ca .schedule>ul li .detail {
  width: 145px;
}

section.ca .schedule>ul.re_box li:nth-child(2),
section.ca .schedule>ul.re_box li:nth-child(4),
section.ca .schedule>ul.re_box li:nth-child(2) .detail,
section.ca .schedule>ul.re_box li:nth-child(4) .detail {
  width: 195px;
}

section.ca .schedule>ul.re_box li:nth-child(5),
section.ca .schedule>ul.re_box li:nth-child(6),
section.ca .schedule>ul.re_box li:nth-child(7),
section.ca .schedule>ul.re_box li:nth-child(5) .detail,
section.ca .schedule>ul.re_box li:nth-child(6) .detail,
section.ca .schedule>ul.re_box li:nth-child(7) .detail {
  width: 130px;
}

section.ca .schedule>ul.master_box li {
  width: 150px;
}

section.ca .schedule>ul.master_box li .detail {
  width: 150px;
  height: 162px;
}

section.ca .schedule>ul .detail em {
  border-color: #b2b0f6;
}

section.ca .schedule>ul .detail {
  height: 196px;
  border-color: #b2b0f6;
}

section.third .schedule>ul .detail,section.third .schedule>ul .detail em {
  border-color: #b2b0f6;
}

section.third .schedule .line {
  background-color: #d7d6fb;
}

section.third .schedule .point {
  border: solid 3px #5551ff;
}

section.third .schedule .edu,
section.third .btn_box div {
  background-color: #5551ff;
}

section.third .remark {
  color: #b5b5df;
}

/* au */
section.fourth {
  background-color: #fea582;
}

section.fourth .title {
  /* background-color: #ff5b1a; */
}

section.fourth .title div {
  background-color: #fea582;
}

section.fourth .title div>span {
  background: url(../img/section4_title.png) no-repeat center;
}

section.au .schedule>ul li {
  width: 150px;
}

section.au .schedule>ul li .detail {
  width: 150px;
}

section.au .schedule>ul.re_box li:nth-child(3),
section.au .schedule>ul.re_box li:nth-child(3) .detail {
  width: 200px;
}

section.au .schedule>ul.re_box li:last-child,
section.au .schedule>ul.re_box li:last-child .detail {
  width: 110px;
}

section.au .schedule>ul.master_box li {
  width: 190px;
}

section.au .schedule>ul.master_box li .detail {
  width: 190px;
  height: 115px;
}

section.au .schedule>ul.master_box li:last-child,
section.au .schedule>ul.master_box li:last-child .detail {
  width: 110px;
}

section.fourth .schedule>ul .detail em {
  border-color: #fdb79b;
}

section.au .schedule>ul .detail {
  height: 115px;
  border-color: #fdb79b;
}

section.fourth .schedule>ul .detail {
  border-color: #fdb79b;
}

section.fourth .schedule .line {
  background-color: #fed8c9;
}

section.fourth .schedule .point {
  border: solid 3px #ff5b1a;
}

section.fourth .schedule .edu,
section.fourth .btn_box div {
  background-color: #ff5b1a;
}

section.fourth .remark {
  color: #c76c48;
}

/* new_Z */
section.new_Z .schedule>ul li {
  width: 180px;
}

section.new_Z .schedule>ul li .detail {
  width: 180px;
}

section.new_Z .schedule>ul.re_box li:nth-child(3),
section.new_Z .schedule>ul.re_box li:nth-child(3) .detail {
  width: 230px;
}

section.new_Z .schedule>ul.re_box li:last-child,
section.new_Z .schedule>ul.re_box li:last-child .detail {
  width: 110px;
}

section.new_Z .schedule>ul.master_box li {
  width: 190px;
}

section.new_Z .schedule>ul.master_box li .detail {
  width: 190px;
  height: 115px;
}

section.new_Z .schedule>ul.master_box li:last-child,
section.new_Z .schedule>ul.master_box li:last-child .detail {
  width: 110px;
}

section.new_Z .schedule>ul .detail {
  height: 115px;
}

/* Macao */
section.Macao .schedule>ul li {
  width: 213px;
}

section.Macao .schedule>ul li .detail {
  width: 213px;
}

section.Macao .schedule>ul.master_box li {
  width: 120px;
}

section.Macao .schedule>ul.master_box li .detail {
  width: 120px;
  height: 110px;
}

section.Macao .schedule>ul.master_box li:nth-child(4),
section.Macao .schedule>ul.master_box li:nth-child(4) .detail {
  width: 100px;
}

section.Macao .schedule>ul .detail {
  height: 115px;
}


/* Hong_k */
section.Hong_k .schedule>ul li {
  width: 160px;
}

section.Hong_k .schedule>ul li .detail {
  width: 160px;
}

section.Hong_k .schedule>ul.master_box li:nth-child(1),
section.Hong_k .schedule>ul.master_box li:nth-child(2),
section.Hong_k .schedule>ul.master_box li:nth-child(5),
section.Hong_k .schedule>ul.master_box li:nth-child(1) .detail,
section.Hong_k .schedule>ul.master_box li:nth-child(2) .detail,
section.Hong_k .schedule>ul.master_box li:nth-child(5) .detail {
  width: 220px;
}

section.Hong_k .schedule>ul.master_box li:nth-child(6),
section.Hong_k .schedule>ul.master_box li:nth-child(6) .detail {
  width: 100px;
}

/* singp */
section.singp .schedule>ul li {
  width: 150px;
}

section.singp .schedule>ul li .detail {
  width: 150px;
}

section.singp .schedule>ul.re_box li {
  width: 130px;
}

section.singp .schedule>ul.re_box li .detail {
  width: 130px;
  height: 120px;
}

section.singp .schedule>ul.re_box li:nth-child(2),
section.singp .schedule>ul.re_box li:nth-child(2) .detail {
  width: 185px;
}

section.singp .schedule>ul.re_box li:nth-child(4),
section.singp .schedule>ul.re_box li:nth-child(5),
section.singp .schedule>ul.re_box li:nth-child(4) .detail,
section.singp .schedule>ul.re_box li:nth-child(5) .detail {
  width: 115px;
}

/* Mala */
section.Mala .schedule>ul li {
  width: 133px;
}

section.Mala .schedule>ul li .detail {
  width: 133px;
  height: 120px;
}

/* Thailand */
section.Thailand .schedule>ul li {
  width: 133px;
}

section.Thailand .schedule>ul li .detail {
  width: 133px;
  height: 120px;
}

/* Japan */
section.Japan .schedule>ul li {
  width: 150px;
}

section.Japan .schedule>ul li .detail {
  width: 150px;
  height: 120px;
}

section.Japan .schedule>ul li:last-child,
section.Japan .schedule>ul li:last-child .detail {
  width: 100px !important;
}

section.Japan .schedule>ul.SGU_re_box li:nth-child(2),
section.Japan .schedule>ul.SGU_re_box li:nth-child(2) .detail {
  width: 220px;
}

section.Japan .schedule>ul.SGU_master_box li:last-child,
section.Japan .schedule>ul.SGU_master_box li:last-child .detail {
  width: 90px;
}

section.Japan .schedule>ul.SGU_master_box li:nth-child(1),
section.Japan .schedule>ul.SGU_master_box li:nth-child(1) .detail {
  width: 190px;
}

section.Japan .schedule>ul.SGU_master_box li:nth-child(2),
section.Japan .schedule>ul.SGU_master_box li:nth-child(3),
section.Japan .schedule>ul.SGU_master_box li:nth-child(2) .detail,
section.Japan .schedule>ul.SGU_master_box li:nth-child(3) .detail {
  width: 245px;
}

section.Japan .schedule>ul.luan_box li,
section.Japan .schedule>ul.luan_box li .detail {
  width: 195px;
}

section.Japan .schedule>ul.univer_box li,
section.Japan .schedule>ul.univer_box li .detail {
  width: 110px;
}

section.Japan .schedule>ul.univer_box li .detail {
  height: 175px;
}

section.Japan .schedule>ul.univer_box li:last-child,
section.Japan .schedule>ul.univer_box li:last-child .detail {
  width: 80px !important;
}

/* Korea */
section.Korea .schedule>ul li {
  width: 133px;
}

section.Korea .schedule>ul li .detail {
  width: 133px;
  height: 115px;
}

/* Italy */
section.Italy .schedule>ul li {
  width: 130px;
}

section.Italy .schedule>ul li .detail {
  width: 130px;
  height: 115px;
}

section.Italy .schedule>ul.univer_box li,
section.Italy .schedule>ul.univer_box li .detail {
  width: 175px;
}

/* Spain */
section.Spain .schedule>ul li {
  width: 152px;
}

section.Spain .schedule>ul li .detail {
  width: 152px;
  height: 115px;
}

section.Spain .schedule>ul.master_box li,
section.Spain .schedule>ul.master_box li .detail {
  width: 215px;
}

/* Germany */
section.Germany .schedule>ul li,
section.Germany .schedule>ul li .detail {
  width: 215px;
}

section.Germany .schedule>ul.univer_box li,
section.Germany .schedule>ul.univer_box li .detail {
  width: 132px;
}

section.Germany .schedule>ul.master_box li,
section.Germany .schedule>ul.master_box li .detail {
  width: 132px;
}

/* France */
section.France .schedule>ul li,
section.France .schedule>ul li .detail {
  width: 170px;
}

section.France .schedule>ul li:nth-child(2),
section.France .schedule>ul li:nth-child(2) .detail {
  width: 220px;
}

section.France .schedule>ul li .detail {
  height: 105px;
}

/* Ireland */
section.Ireland .schedule>ul li,
section.Ireland .schedule>ul li .detail {
  width: 140px;
}

section.Ireland .schedule>ul li:nth-child(2),
section.Ireland .schedule>ul li:nth-child(2) .detail {
  width: 220px;
}

section.Ireland .schedule>ul li .detail {
  height: 105px;
}


/* Netherlands */
section.Netherlands .schedule>ul li,
section.Netherlands .schedule>ul li .detail {
  width: 165px;
}

section.Netherlands .schedule>ul li:nth-child(2),
section.Netherlands .schedule>ul li:nth-child(2) .detail {
  width: 235px;
}

section.Netherlands .schedule>ul li .detail {
  height: 105px;
}

/* Suisse */
section.Suisse .schedule>ul li,
section.Suisse .schedule>ul li .detail {
  width: 200px;
}

section.Suisse .schedule>ul li:nth-child(2),
section.Suisse .schedule>ul li:nth-child(2) .detail {
  width: 255px;
}

section.Suisse .schedule>ul li .detail {
  height: 105px;
}

/* Nor_Europe */
section.Nor_Europe .schedule>ul li,
section.Nor_Europe .schedule>ul li .detail {
  width: 185px;
}

section.Nor_Europe .schedule>ul li:nth-child(1),
section.Nor_Europe .schedule>ul li:nth-child(3),
section.Nor_Europe .schedule>ul li:nth-child(1) .detail,
section.Nor_Europe .schedule>ul li:nth-child(3) .detail {
  width: 290px;
}
section.Nor_Europe .schedule>ul li:nth-child(4),
section.Nor_Europe .schedule>ul li:nth-child(5),
section.Nor_Europe .schedule>ul li:nth-child(4) .detail,
section.Nor_Europe .schedule>ul li:nth-child(5) .detail {
  width: 155px;
}
section.Nor_Europe .schedule>ul li .detail {
  height: 105px;
}


/* hot */
section.hot{
  padding-bottom: 70px;
}
section.hot h1{
  font-size: 30px;
  justify-content: center;
}
section.hot h1 span{
  background: #46ad56;
  border-radius: 75px;
  height: 75px;
  line-height: 75px;
  padding: 0 60px;
  color: #ffffff;
}
section.hot .hot_box {
  height: 220px;
  background-color: #46ad56;
  margin-top: 30px;
}

section.hot .hot_box ul {
  position: relative;
  top: 30px;
  width: 1200px;
  margin: 0 auto;
}

section.hot .hot_box li {
  width: 220px;
  height: 240px;
  background-color: #ffffff;
  position: relative;
  top: 0;
  transition: all .5s;
}

section.hot .hot_box li:hover{
  position: relative;
  top: -10px;
  transition: all .5s;
}

/* 底部悬浮 */
.btm_fixed{
  width: 100%;
  min-width: 1200px;
  height: 122px;
  background-color: #3b9448;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  justify-content: center;
  margin-top: 25px;
}
.btm_fixed>div{
  width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
}
.btm_fixed>div>img{
  position: relative;
  top: -12px;
}
.btm_fixed h2{
  font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
  margin-bottom: 18px;
}
.btm_fixed form{
  width: 856px;
  height: 38px;
  position: relative;
  justify-content: flex-start;
}
.btm_fixed .item{
  width: 180px;
  height: 38px;
  position: relative;
  margin-right: 6px;
}
.btm_fixed .item img{
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.btm_fixed .item input,.btm_fixed .item select{
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  padding-left: 5%;
  color: #b3b3b3;
}
.btm_fixed .item input::placeholder{
  color: #b3b3b3;

}
.btm_fixed .item.yzm input{
  width: 100px;
}
.btm_fixed .item.yzm .getYzm{
  width: 80px;
	height: 38px;
	background-color: #27612f;
  font-size: 14px;
	line-height: 38px;
	color: #ffe000;
  text-align: center;
  cursor: pointer;
}
.btm_fixed .submit{
  position: absolute;
  right: 0;
  top: -140%;
  cursor: pointer;
  animation: linear grow 1s infinite;
}
@keyframes grow
{
  0% { transform: scale(1.1) }
  50% { transform: scale(1) }
  100% { transform: scale(1.1)}
}
/* 右侧导航 */
.r_fixed{
  width: 66px;
	height: 550px;
  position: fixed;
  right: 10%;
  top: 80px;
	background-color: #278133;
	border-radius: 33px;
  display: none;
z-index:100;
}
.r_fixed .nav{
	border-radius: 33px;
	background-color: #278133;
  width: 66px;
	height: 550px;
  padding-top: 35px;
  position: relative;
  z-index: 3;
}
.r_fixed li{
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
	color: #ffffff;
  border-bottom: 1px solid #f6cd4d;
	background-color: #278133;
  cursor: pointer;
}
.r_fixed li:last-child{
  border: none;
}
.r_fixed li.active{
  background-color: #f6cd4d;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}
.r_fixed li:hover{
  background-color: #f6cd4d;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}
.r_fixed .back{
  height: 40px;
  justify-content: center;
  background-color: #184f1f;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  cursor: pointer;
  transition: all .2s;
}
.r_fixed .back:hover{
  transform: scale(1.2);
  transition: all .2s;
}
.r_fixed .cover{
  content: '';
  width: 66px;
	height: 540px;
	background-color: #f6cd4d;
	border-radius: 33px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}


/* 弹窗 */
.layout{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left:0 ;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.layout>div{
  width: 460px;
	height: 310px;
	background: url(../img/layout.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  padding: 22px 25px 15px;
}
.layout h1{
  font-size: 26px;
	line-height: 35px;
	color: #7a260c;
  text-align: center;
  margin-bottom: 5px;
}
.layout h3{
  font-size: 14px;
	line-height: 20px;
	color: #89381c;
  text-align: center;
}
.layout form{
  width: 100%;
  flex-wrap: wrap;
  margin-top: 7px;
}
.layout form .item{
  width: 200px;
	height: 40px;
  position: relative;
  margin-bottom: 5px;
}
.layout form .item img{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.layout form .item input,.layout form .item select{
  width: 100%;
	background-color: #ffffff;
  font-size: 14px;
	line-height: 40px;
	color: #b3b3b3;
  padding-left: 10px;
}
.layout form .item.yzm input{
  width: 100px;
}
.layout form .item.yzm span{
  width: 100px;
  background-color: #7a260c;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
	color: #ffffff;
  cursor: pointer;
}
.layout form .item input::placeholder{
	color: #b3b3b3;
}
.layout form .submit{
  width: 120px;
	height: 40px;
	background-color: #e64c4a;
	border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 0;
  font-size: 20px;
	font-weight: 700;
	color: #ffffff;
  cursor: pointer;
}
.layout .close{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media  (max-width: 1800px) {
  .r_fixed{
    right: 5%;
  }
 }

