* {
  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;
}

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;
}

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: 'AlibabaPuHuiTiHeavy';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Heavy.ttf);
}
@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(https://www.igo.cn/public/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(https://www.igo.cn/public/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: 'BellMTBold';
  src: url(https://www.igo.cn/public/font/Bell-MT-Bold.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;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.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: 580px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}

.banner .content {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.banner .free_btn {
  position: absolute;
  bottom: 50px;
  left: 28px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  color: #060922;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.banner .free_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffdf6e;
  left: -180px;
  top: 0;
  z-index: -1;
  transition: all .2s ease-out;
  /* animation: move linear infinite 2s; */
}

.banner .free_btn:hover {
  transition: all .2s ease-out;
}

.banner .free_btn:hover::after {
  left: 0;
  transition: all .2s ease-out;
}

@keyframes move {
  0% {
    left: -180px;
  }

  100% {
    left: 180px;
  }
}

article {
  min-width: 1200px;
}

article .content {
  width: 1200px;
  margin: 0 auto;
}

#main .section {
  padding-top: 60px;
}

#main .section h2 {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 42px;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: -2px;
  color: #4a0211;
  margin-bottom: 60px;
}

#main .section h2 img {
  margin: 0 20px;
}

#main .section h2 img:last-child {
  transform: rotateY(180deg);
}

#main .section1 .QA {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: solid 1px #ffe3c2;
  flex-wrap: wrap;
  padding: 40px 40px 30px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

#main .section1 .QA>div {
  width: 360px;
}

#main .section1 .QA>div:nth-child(1),
#main .section1 .QA>div:nth-child(1),
#main .section1 .QA>div:nth-child(1) {
  margin-bottom: 35px;
}

#main .section1 .QA .top {
  height: 114px;
  background: url(../img/q_bg.png) no-repeat;
  background-size: 100%;
  padding: 27px 0 0 27px;
  margin-bottom: 5px;
}

#main .section1 .QA .top p {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
  line-height: 24px;
  color: #4a0211;
  margin-bottom: 13px;
}

#main .section1 .QA .top span {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 16px;
}

#main .section1 .QA .txt {
  font-family: 'AlibabaPuHuiTiRegular';
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

#main .section1 .QA .txt p b {
  font-family: 'AlibabaPuHuiTiBold';
  font-weight: normal;
}

#main .section2 .tabbox {
  margin-bottom: 34px;
}

#main .section2 .tabbox>div {
  width: 220px;
  height: 70px;
  background-color: #ffe3c2;
  border-radius: 6px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 26px;
  color: #4a0211;
  position: relative;
  cursor: pointer;
}

#main .section2 .tabbox>div.active {
  background-color: #ff491b;
  color: #ffffff;
}

#main .section2 .tabbox>div.active::after {
  content: "";
  border: 15px solid #ff491b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

#main .section2 .detailbox {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: solid 1px #ffe3c2;
  z-index: 3;
  padding: 50px 40px;
}

#main .section2 .tabcontent>div {
  display: none;
}

#main .section2 .tabcontent>div.active {
  display: block;
}

#main .section2 .top {
  align-items: stretch;
  position: relative;
  z-index: 1;
}

#main .section2 .top .left_name {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 60px;
  line-height: 50px;
  color: #ff491b;
  width: 339px;
  flex-shrink: 0;
  position: relative;
  padding-left: 18px;
}



#main .section2 .top .left_name em {
  font-family: 'BellMTBold';
  font-size: 44px;
  color: #ffe3c2;
  position: absolute;
  left: 0;
  top: 33px;
  font-weight: normal;
  z-index: -1;
}

#main .section2 .top .right_q {
  padding-left: 23px;
  position: relative;
}

#main .section2 .top .right_q::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #ff491b;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
#main .section2 .top .right_q>div {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  align-items: first baseline;
}

#main .section2 .top .right_q>div:last-child {
  margin-bottom: 0;
}

#main .section2 .top .right_q>div p {
  width: 185px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  line-height: 26px;
  margin-right: 20px;
  flex-shrink: 0;
}
#main .section2 .majors {
  margin-top: 50px;
  align-items: stretch;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 30px;
}

#main .section2 .majors::-webkit-scrollbar {
  height: 10px;
}

#main .section2 .majors::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #eeeeee;
}

#main .section2 .majors::-webkit-scrollbar-thumb {
	background: #ff491b;
	border-radius: 4px;
  cursor: pointer;
}
#main .section2 .majors>div {
  width: 360px;
  height: auto;
  background-color: #ffe3c2;
  border-radius: 6px;
  padding: 15px 10px 10px;
  margin-right: 20px;
}

#main .section2 .majors p.t {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 23px;
  line-height: 30px;
  color: #4a0211;
  padding-left: 17px;
  margin-bottom: 15px;
height: 60px;
}
#main .section2 .majors p.t span{
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 18px;
}
#main .section2 .majors .txt {
  width: 340px;
  height: calc(100% - 120px);
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px;
}

#main .section2 .majors .txt>div {
  margin-bottom: 18px;
}

#main .section2 .majors .txt>div:last-child {
  margin-bottom: 0;
}

#main .section2 .majors .txt p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  flex-wrap: wrap;
}

#main .section2 .majors .txt p em{
  font-size: 10px;
  color: #ffffff;
  background: #f9724f;
  line-height: 18px;
  border-radius: 18px;
  display: inline-block;
  padding: 0 3px;
  margin-right: 3px;
}
#main .section2 .majors .txt p em:nth-child(2){
  margin-left: 3px;
}
#main .section2 .majors .txt p:nth-child(1) {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 8px;
}

#main .section2 .majors .txt p:nth-child(1)::before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #ff491b;
  border-radius: 2px;
  margin-right: 11px;
}

#main .section2 .majors .ranking {
  margin-top: 5px;
  align-items: flex-start;
}

#main .section2 .majors .ranking .img {
  width: 90px;
  height: 35px;
  border: 2px solid #fa5125;
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  margin-right: 10px;
  flex-shrink: 0;
}

#main .section2 .majors .ranking .img img {
  height: 100%;
}

#main .section2 .majors .ranking span {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: stretch;
}

#main .section2 .majors .ranking span em:nth-child(1) {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 12px;
  background: #fa5125;
  min-width: 47px;
  height: 20px;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 5px;
  border-radius: 4px;
  padding: 0 2px;
}
#main .section2 .majors .ranking span em:nth-child(2){
  width: 169px;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}
#main .section2 .majors .btn{
margin-top: 8px;
}
#main .section2 .majors .btn>div{
  font-family: 'AlibabaPuHuiTiRegular';
  text-decoration: underline;
	font-size: 18px;
	line-height: 30px;
	color: #ff491b;
  cursor: pointer;
}
#main .section2 .majors .btn>div:hover{
  font-family: 'AlibabaPuHuiTiBold';
}
#main .section2 .diffPart{
  height: auto;
	background-color: #ffe4c4;
	border-radius: 6px;
  margin-top: 40px;
  padding: 29px 27px 40px;
  display: none;
}
#main .section2 .diffPart>p{
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 24px;
	line-height: 24px;
	color: #4a0211;
  margin-bottom: 25px;
}
#main .section2 .diffPart li{
  background: url(../img/li_bg.png) no-repeat;
  background-size: 100%;
  width: 364px;
	height: 295px;
  padding: 32px 22px 0;
  margin-right: 14px;
  flex-shrink: 0;
}
#main .section2 .diffPart li p:nth-child(1){
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 18px;
	line-height: 20px;
	color: #000000;
}
#main .section2 .diffPart li p:nth-child(1)::before{
  content: "";
  width: 6px;
	height: 20px;
	background-color: #ff491b;
	border-radius: 3px;
  margin-right: 10px;
}
#main .section2 .diffPart li p:nth-child(2){
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
	line-height: 24px;
	color: #000000;
  margin-top: 15px;
}
#main .section2 .btnbox{
  margin-top: 30px;
}
#main .section2 .btnbox>div{
  width: 171px;
	height: 46px;
	background-color: #ff491b;
	border-radius: 23px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 16px;
	color: #ffffff;
  cursor: pointer;
}
#main .section2 .btnbox>div:nth-child(2){
  margin-left: 29px;
}
#main .section1 .freeform {
  width: 100%;
  height: 320px;
  background: url(../img/free_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -43px;
  padding-top: 110px;
  
}

#main .section1 .freeform p {
  color: #ffffff;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 30px;
  line-height: 33px;
  color: #ffffff;
  padding-left: 15px;
  text-align: right;
}

#main .section1 .freeform p em {
  font-size: 25px;
}

#main .section1 .freeform .mint {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 45px;
  line-height: 47px;
  color: #ffe3c2;
  text-shadow: 0px 0px 30px rgba(192, 39, 0, 0.5);
  margin-left: 19px;
}

#main .section1 .freeform .right {
  width: 908px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(104, 114, 146, 0.11);
  border-radius: 5px;
  position: relative;
  padding-left: 26px;
  padding-top: 35px;
  z-index: 1;
}

#main .section1 .freeform .right::before {
  content: "";
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}

#main .section1 .freeform .item {
  width: 162px;
  height: 41px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 24px;
}

#main .section1 .freeform .item input {
  width: 100%;
  background-color: #eeeeee;
  height: 100%;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
}

#main .section1 .freeform .item.yzm span {
  width: 70px;
  height: 41px;
  background-color: #000000;
  border-radius: 4px;
  flex-shrink: 0;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 12px;
  color: #fffefe;
  letter-spacing: -1px;
  cursor: pointer;
}

#main .section1 .freeform .submit {
  width: 82px;
  height: 41px;
  background-color: #ff491b;
  border-radius: 4px;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  color: #fffefe;
  letter-spacing: -1px;
  cursor: pointer;
}

#main .section1 .freeform .right p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #b3b3b3;
  text-align: left;
  padding-left: 0;
  margin-top: 19px;
}

#main .section1 .freeform .right img {
  position: absolute;
  right: -43px;
  top: -88px;
  z-index: -1;
}



#main .section3 .content {
  align-items: stretch;
}

#main .section3 .content .right {
  position: relative;
}

#main .section3 .content:last-child {
  margin-top: 0;
}

#main .section3 .view {
  width: 800px;
  height: 450px;
  overflow: hidden;
  margin-right: 18px;
  flex-shrink: 0;
  position: relative;
}

#main .section3 .view img {
  z-index: 10;
  cursor: pointer;
  display: block;
}

#main .section3 .view video {
  width: 100%;
}

#main .section3 .view:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 9;
}

#main .section3 .view.play img {
  display: none;
}

#main .section3 .view.play::after {
  display: none;
}

#main .section3 p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 15px;
}

#main .section3 p b {
  display: block;
  color: #14317d;
  margin-bottom: 4px;
}

#main .section3 .free_leyu {
  width: 178px;
  height: 32px;
  background-color: #14317d;
  border: 2px solid #14317d;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  cursor: pointer;
  transition: all .3s;
}

#main .section3 .free_leyu img {
  margin-left: 10px;
}

#main .section3 .free_leyu:hover {
  background: #ffffff;
  color: #14317d;
  transition: all .3s;
}
#main .section4 .content>ul{
  margin-bottom: 20px;
}
#main .section4 .content>ul li {
  width: 180px;
	height: 70px;
	background-color: #ffe3c2;
	border-radius: 6px;
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 26px;
	color: #4a0211;
  cursor: pointer;
}
#main .section4 .content>ul li:last-child{
  font-size: 22px;
  line-height: 26px;
}
#main .section4 .content>ul li.active {
  background-color: #ff491b;
  color: #ffffff;
  position: relative;
}
#main .section4 .content>ul li.active::after {
  content: "";
  border: 15px solid #ff491b;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}


#main .section4 .ranking_detail>div {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 80px;
  color: #333333;
}

#main .section4 .ranking_detail>div .left {
  width: auto;
  flex-shrink: 0;
  margin-right: 10px;
  letter-spacing: 0;
}

#main .section4 .ranking_detail>div .point {
  width: auto;
  overflow: hidden;
}

#main .section4 .ranking_detail>div em {
  font-size: 16px;
  letter-spacing: 2.6px;
  color: #000000;
  flex-shrink: 0;
}

#main .section4 .ranking_detail>div .search {
  width: 90px;
  flex-shrink: 0;
  margin-left: 10px;
  cursor: pointer;
}

#main .section4 .ranking_detail>div .search img {
  vertical-align: middle;
}

#main .section4 .ranking_detail>div .right {
  font-size: 14px;
  color: #000000;
}

#main .section4 .ranking_detail table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: none;
}

#main .section4 .ranking_detail thead {
  height: 50px;
  background-color: #ffe3c2;
}

#main .section4 .ranking_detail th {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #000000;
  width: 208px;
}

#main .section4 .ranking_detail th:nth-child(2),
#main .section4 .ranking_detail .list li:nth-child(2) {
  width: 509px;
}

#main .section4 .ranking_detail th:nth-child(3),
#main .section4 .ranking_detail .list li:nth-child(3) {
  width: 143px;
}

#main .section4 .ranking_detail th:nth-child(4),
#main .section4 .ranking_detail .list li:nth-child(4) {
  width: 180px;
}

#main .section4 .ranking_detail th:nth-child(5),
#main .section4 .ranking_detail .list li:nth-child(5) {
  width: 160px;
}

#main .section4 .ranking_detail .list {
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 40px;
  border-bottom: 1px solid #ffe3c2;
}

#main .section4 .ranking_detail .list ul {
  background-color: #ffffff;
}

#main .section4 .ranking_detail .list ul:nth-child(2n) {
  background-color: #f7f0e3;
}

#main .section4 .ranking_detail .list li {
  text-align: center;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  border-left: 1px solid #ffe3c2;
  width: 208px;
}

#main .section4 .ranking_detail .list li:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
}

#main .section4 .ranking_detail .list .tb_btn {
  font-size: 16px;
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
}
#main .section4 .ranking_detail .list .tb_btn:hover{
  font-family: 'AlibabaPuHuiTiBold';
}
#main .section4 .ranking_detail .list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#main .section4 .ranking_detail .list::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0,0,0,0.06);
}

#main .section4 .ranking_detail .list::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.12);
}

#main .section4 .ranking_detail .btn {
  width: 240px;
  height: 50px;
  background-color: #ff491b;
  border-radius:50px;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

#main .section4 .ranking_detail .btn a {
  display: block;
  color: #ffffff;

}

#main .section4 .ranking_detail .btn:nth-child(2) {
  margin-left: 29px;
}

#main .section5>p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #14317d;
  text-align: center;
  margin-bottom: 30px;
}

#main .section5 .content {
  margin-bottom: 48px;
}

#main .section5 .content:last-child {
  margin-bottom: 0;
}

#main .section5 .poster_img{
	border-radius: 8px 8px 4px 8px;
  overflow: hidden;
  background-color: #ffe3c2;
  padding-top: 6px;
  margin-bottom: 30px;
}
#main .section5 .poster_img>div{
  background: url(../img/poster1.png) no-repeat;
  background-size: 100%;
  height: 349px;
  padding-top: 46px;
  text-align: center;
  position: relative;
}
#main .section5 .content2 .poster_img>div{
  background-image: url(../img/poster2.png);
}
#main .section5 .content3 .poster_img>div{
  background-image: url(../img/poster3.png);
}
#main .section5 .poster_img p:nth-child(1){
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 36px;
	line-height: 36px;
	color: #ffffff;
}

#main .section5 .poster_img p:nth-child(2){
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 24px;
	line-height: 24px;
	color: #ffffff;
  position: absolute;
  bottom: 44px;
  width: 100%;
  left: 0;
}

#main .section5  .content li{
  width: 380px;
	height: 200px;
  background: url(../img/people1.png) no-repeat;
	background-color: #ffffff;
  background-position: bottom right;
	box-shadow: 0px 0px 40px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	border: solid 1px #ffe3c2;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 17px;
	line-height: 26px;
	color: #000000;
  padding: 30px 125px 0 30px;
  transition: all .3s;
  cursor: pointer;
}

#main .section5  .content1 li:nth-child(2){
  background-image: url(../img/people2.png);
}
#main .section5  .content1 li:nth-child(3){
  background-image: url(../img/people3.png);
}
#main .section5  .content2 li:nth-child(1){
  background-image: url(../img/people4.png);
}
#main .section5  .content2 li:nth-child(2){
  background-image: url(../img/people5.png);
}
#main .section5  .content2 li:nth-child(3){
  background-image: url(../img/people6.png);
}
#main .section5  .content3 li:nth-child(1){
  background-image: url(../img/people7.png);
}
#main .section5  .content3 li:nth-child(2){
  background-image: url(../img/people8.png);
}
#main .section5  .content3 li:nth-child(3){
  background-image: url(../img/people9.png);
}
#main .section5  .content li:hover{
	background-color: #ff6b46;
	color: #ffffff;
  transition: all .3s;
}
/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}


#main .layout>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

#main .layout .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#main .layout .close img {
  width: 100%;
}

#main .layout .link_box {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

#main .layout .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 .layout .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

#main .layout .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

#main .layout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

#main .layout .link_box .detail .link a {
  color: #1a1a1a;
}

#main .layout .link_box .detail .link a:hover {
  color: #f10000;
}

#main .report2024_btm {
  width: 100%;
  height: 140px;
  background: url(../img/btm_form.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1200px;
  z-index: 14;
  display: none;
}
#main .report2024_btm>div>img{
  position: relative;
  top: -14px;
}
#main .report2024_btm>div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: flex-end;
  position: relative;
}

#main .report2024_btm .right {
  height: 140px;
  padding-top: 20px;
  margin-left: 60px;
}

#main .report2024_btm h3 {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 18px;
}

#main .report2024_btm .item {
  width: 180px;
  height: 42px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
}

#main .report2024_btm .item input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 10px;
}

#main .report2024_btm .item.yzm span {
  background: #000000;
  flex-shrink: 0;
  padding: 0 8px;
  font-size: 14px;
  height: 100%;
  cursor: pointer;
  color: #ffffff;
}

#main .report2024_btm .samebtn {
  width: 120px;
  height: 42px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(to right, #bd2ca2,  #e22e0b);
  border-radius: 3px;
  cursor: pointer;
}

#main .report2024_btm .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}