html,
body {
  color: #222222;font-size: 14px;
  background:#f6f6f6;
  min-width:1200px;
}
a{color:#222222;}
.w-1000 {
  width: 1000px;
  box-sizing: border-box;
}
.w-1200 {
  width: 1200px;
  box-sizing: border-box;
}
.margin-auto {
  margin: 0 auto;
}
.overflow-hidden{
  overflow:hidden;
}
.bg-green {
  background-color: rgba(66, 188, 133, 1);
}
.bg-green-light {
  background-color: #EDF7F4;
}
.bg-green-1 {
  background-color: rgba(66, 188, 133, 0.1);
}
.bg-blue {
  background-color: rgba(80, 140, 193, 1);
}
.bg-blue-light {
  background-color: rgba(68, 131, 189, 0.2);
}
.bg-blue-1 {
  background-color: #f7fbff;
}
.bg-f8 {
  background-color: #f8f8f8;
}
.bg-f0 {
  background-color: #f0f0f0;
}
.bg-white {
  background-color: white;
}
.shadow {
  box-shadow: 0 5px 12px #eee;
}
.color-00 {
  color: #000;
}
.color-2f {
  color: #2f2f2f;
}
.color-2 {
  color: #222222;
}
.color-40 {
  color: #404040;
}
.color-40-6 {
  color: #404040;
}
.color-436 {
  color: #4367B4;
}
.color-436 * {
  color: inherit;
}
.color-blue {
  color: #508cc1;
}
.color-blue * {
  color: inherit;
}
.color-green {
  color: #42bc85;
}
.color-white {
  color: white;
}
.color-white *{
  color: white;
}

.m-8{margin: 8px;}
.line-h-40{line-height: 40px;}
.line-h-48,.line-h-48 *{line-height: 48px;}
.line-h-70,.line-h-70 *{line-height: 70px;}
.br-8{border-radius: 8px;}
.br-12{border-radius: 12px;}
.br-20{border-radius: 20px;}
.text-underline {
  text-decoration: underline;
}
.text-16 * {
  font-size: 16px;
}
.input input {
  border: none;
  padding: 10px;
  line-height: 14px;
}
.title1 {
  border-left: 5px solid #42bc85;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
}
.title1.text-20 {
  font-size: 20px;
}
.title-b-green{
  border-bottom:3px solid #eaeaea;
}
.title-b-green h2{font-size:28px;line-height:64px;font-weight:bold;position:relative;margin-right:40px;color:#000000;}
.title-b-green h2:after{content:"";position:absolute;bottom:-3px;background:#00B97D;left:0;right:0;height:3px;}
.title-b-green .more{display:block;line-height:34px;border-radius:18px;padding:0 15px;color:#42bc85;font-size:14px;background:#EDF7F4;}
.w-100 {
  width: 100%;
}
.img-bg {
  display: block;
  position: relative;
}
.img-bg.bg-search {
  width: 17px;
  height: 17px;
  background: url(../images/bg.svg) 0px -105px;
}
.img-bg.bg-yueli-green {
  width: 40px;
  height: 43px;
  background: url(../images/bg.svg) 0px 0px;
}
.img-bg.bg-yueli-grey {
  width: 40px;
  height: 43px;
  background: url(../images/bg.svg) 0px -53px;
}
.img-bg.bg-toutiao {
  width: 48px;
  height: 48px;
  background: url(../images/bg.svg) 0px -136px;
}
.img-bg.bg-logo-bottom {
  width: 80px;
  height: 35px;
  background: url(../images/bg.svg) 0px -198px;
}
.img-bg.bg-ym-logo {
  width: 102px;
  height: 35px;
  background: url(../images/bg.svg) 0px -251px;
}
.img-bg.bg-logo {
  width: 120px;
  height: 49px;
  background: url(../images/bg.svg) 0px -295px;
}
.img-bg.bg-download {
  width: 16px;
  height: 16px;
  background: url(../images/bg.svg) 66px 0px;
}
.img-bg.bg-police {
  width: 14px;
  height: 14px;
  background: url(../images/bg.svg) -62px -21px;
  display: inline-block;
}
.img-bg.bg-arrow-right {
  width: 14px;
  height: 14px;
  background: url(../images/bg.svg) -62px -43px;
  display: inline-block;
}
.img-bg.mobile {
  width: 20px;
  height: 20px;
  background: url(../images/bg.svg) 4px -363px;
  display: inline-block;
}
.img-bg.public-code {
  width: 26px;
  height: 20px;
  background: url(../images/bg.svg) 4px -392px;
  display: inline-block;
}
.bottom {
  bottom: 0;
  position: absolute;
}
.img-144-90 {
  width: 144px;
  height: 90px;
  object-fit: cover;
  display:block;
  border-radius:4px;
}
.hover-grey:hover {
  background-color: #f8f8f8;
}
.b-1-green {
  border: 1px solid #42bc85;
}
.b-1-purple{
  border: 1px solid #4367B4;
}
.b-purple-2{
  border: 2px solid #4367B4;
}
.bg-purple{background:#4367B4;}
.color-purple,.color-purple *{color:#4367B4;}
.b-1 {
  border: 1px solid #efefef;
}
.pager {
  margin: 0 -4px;
  font-size:14px;
}
.pager .page {
  display: block;
  float: left;
  border: 1px solid #ddd;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 4px;
  color: #404040;
}
.pager .page.acitve {
  background: #42bc85;
  border: 1px solid #42bc85;
  color: white;
}
.font-weight-normal {
  font-weight: normal;
}

article,article p,article h1,article h2,article h3,article h4,article h5,article h6, article label,article strong,article span,article b,article font,article code {
   font-size: 18px !important;line-height:30px;
   color:#222;
}
article p,article h3{margin:24px 0px}
article img{max-width:100%;}
article>img {
  max-width: 100%;
  margin: 0px 0px 10px;
  vertical-align: middle;
}
article p>img {
  max-width: 100%;
  padding: 0px 0px 10px;
  vertical-align: middle;
}
article table {
  border-collapse: collapse;
}
article a[href] {
  color: #467fcf;
}
article a[href]:hover {
  text-decoration: underline;
}
article a.color-white{color:white;}
article table td {
  border: 1px solid #ddd;
  padding: 0 10px;
}
article blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
article code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
article.zhangcheng a[href]{color:#222;}
article.zhangcheng a{pointer-events: none;}
article.zhangcheng p,article.zhangcheng div{
  font-size:16px !important;line-height:36px !important;
}
.b-lr-green-3 {
  border: 3px solid #42bc85;
  border-top: none;
  border-bottom: none;
}
.b-lr-blue-3 {
  border: 3px solid rgba(80, 140, 193, 1);
  border-top: none;
  border-bottom: none;
}
.bl-blue-3 {
  border-left: 3px solid #508cc1;
}
.topic img {
  max-width: 560px;
}
.topic p {
  padding: 15px 0px;
  line-height: 24px;
}
.topic * {
  font-size: 16px !important;
}
.dayi-words p {
  padding: 15px 0px;
  line-height: 24px;
}
.dayi-words * {
  font-size: 16px !important;
}

.topic span,
.topic label {
  font-size: 16px;
}

.dayi-words {
  font-size: 16px;
}
.dayi-words h1,
.dayi-words h2,
.dayi-words h3,
.dayi-words h4,
.dayi-words h5 {
  font-size: 18px;
}
.dayi-words span {
  font-size: 16px;
}
.dayi-words label {
  font-size: 16px;
}
.dayi-words p {
  padding: 10px 0px;
  line-height: 26px;
  font-size: 16px;
}
.dayi-words img {
  max-width: 100%;
  padding: 10px 0;
}
.hover-show .absolute {
  height: 0px;
  padding: 0px 15px;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.hover-show:hover .absolute {
  height: 178px;
  padding: 15px 15px 0;
  transition: all 0.3s;
  z-index: 1100;
}

/*banner*/
.adbox {
  width: 100%;
  height: 261px;
  display: block;
  overflow: hidden;
  position: relative;
}
.adbox ul.imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.adbox ul.imgbox li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}
.adbox ul.imgbox li.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}
.adbox ul.imgbox li a {
  display: block;
  width: 100%;
  height: 100%;
}
.adbox ul.imgbox li a img {
  width: 100%;
  height: 100%;
}
.adbox ul.imgbox li a:hover {
  opacity: 1;
}
.adbox ul.listNum {
  z-index: 10;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  _zoom: 1;
  _display: inline;
  *zoom: 1;
  *display: inline;
  padding: 5px;
}
.adbox ul.listNum li {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 3px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  cursor: pointer;
}
.adbox ul.listNum li.active {
  background: #fff;
}
.m-lr-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.m-lr-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-5 {
  margin: 5px;
}
.month-bg {
  position: relative;
}
.month-bg::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 5px;
  background: #42bc85;
}
.dot-green-12 {
  width: 12px;
  height: 12px;
  background: #42bc85;
  display: block;
  border-radius: 50%;
}
.mr-16 {
  margin-right: 16px;
}
.ml-32 {
  margin-left: 32px;
}
.p-16 {
  padding: 16px;
}
.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-2 a {
  display: block;
  float: left;
  margin-right:50px;
  line-height: 60px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-5{margin-bottom:5px;}

.table-col4 {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
}
.table-col4 td {
  width: 25%;
  padding: 10px;
  border: 1px solid #efefef;
}

.ym-article-table {
  width: 100%;
  margin: 20px 0;
}
.ym-article-table thead th {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
  font-size: 14px !important;
}
.ym-article-table tbody {
  /*background-image: url(../images/Watermark.png);*/
  background-repeat: repeat;
}
.ym-article-table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.03);
}
.ym-article-table td,
.ym-article-table th {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ddd;
  font-size: 14px !important;
}
.ym-article-table th {
  border: 1px solid #cdcdcd;
}
.color-red {
  color: #d43c33;
}
.color-ac{color:#acacac;}
.col10 .col {
  float: left;
  display: block;
  width: 10%;
  box-sizing: border-box;
}
.col12 .col {
  float: left;
  display: block;
  width: 8.3%;
  box-sizing: border-box;
}
.pointer {
  cursor: pointer;
}

select{
  outline: none;
}

.borderBox{
  padding: 26px;
  border: 1px solid #eaeaea;
}

.formBox{
    width: 100%;
    /* background: url("../images/formBg.png") no-repeat; */
    /* padding: 26px 16px 22px 16px; */
    /* background-size: cover; */
    box-sizing: border-box;
    /* margin: 0 0 40px 0; */
}

.formBox img{
  width: 100%;
}

.formBox .content{
  padding: 16px 0;
}

.formBox .inputBox{
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #acacac;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}

.formBox .inputBox:nth-child(2){
  margin: 0 auto 20px auto;
}


.formBox .dropdown{
  width: 100%;
  border: none;
  outline: none;
}

.formBox .dropdown .selected, .formBox  .dropdown li{
  font-size: 14px;
}

.formBox .dropdown .carat{
  border-top: 8px solid #868686;
}

.formBox .dropdown.open .carat{
  border-bottom: 8px solid #757575;
}

.formBox .dropdown div{
  width: 100% !important;
  left: 0;

}

.formBox .dropdown:hover{
  box-shadow: none;
}

.formBox .inputBox:nth-child(3){
  padding: 0;
}



.formBox input{
  font-size: 14px;
  border: none;
  outline: none;
  width: 100%;
}

.formBox button{
  width: 326px;
  height: 43px;
  line-height: 43px;
  background: #D8332D;
  border-radius: 22px;
  font-size: 16px;
  color: #fff;
  display: block;
  border: none;
  cursor: pointer;
  margin: 32px auto 0 auto;;
}

.formBox button:focus{
  border: none;
  outline: none;
}

#hkBox button{
  /* background: linear-gradient(to bottom, #FC7373, #D7332D); */
  background: linear-gradient(to bottom, #4284DF, #054295);
}

#smdBox button{
  /* background: linear-gradient(to bottom, #4284DF, #054295); */
  background: linear-gradient(to bottom, #FC7373, #D7332D);
}


.formBox .dropdown .selected{
  color: #757575;
}

.formBox .dropdown .textColor{
  color: #000;
}


 
.formBox h3{
    font-size: 28px;
    color: #fff;
    text-align:center;
}

.formBox p{
  font-size: 14px;
  color: #aaa;
  text-align: center;
  margin: 18px 0 0 0;
}

.formBox .line{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.formBox .line .item{
    width: 180px;
    height: 36px;
    padding: 6px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #fff;
}

.formBox .line .item img{
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.formBox .line .item input{
    width: 80%;
    border: none;
    outline: none;
    font-size: 14px;
}

.formBox .line .item:last-child{
  padding: 0;
  
}

.formBox .line .item:last-child .dropdown{
  width: 100%;
  border: none;
  outline: none;
}

.formBox .line .item:last-child .dropdown .selected, .formBox .line .item:last-child .dropdown li{
  font-size: 14px;
}

.formBox .dropdown .carat{
  border-top: 8px solid #868686;
}

.formBox .dropdown.open .carat{
  border-bottom: 8px solid #757575;
}

.formBox .dropdown div{
  width: 178px;
  left: 0;
  min-height: 30px;
}

.formBox .dropdown:hover{
  box-shadow: none;
}

.formBox .line .item:last-child .dropdown .selected{
  color: #757575;
}

.formBox .receive{
    width: 330px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    border-radius: 50px;
    background: #f7a120;
    margin: 32px auto 0 auto;
}

.formBox .receive h4{
    font-weight: 400;
    font-size: 16px;
}



.formBox .line .item:last-child .dropdown .textColor{
  color: #000;
}

.selectCity{
  display: flex;
  justify-content: space-between;
}


.selectCity .inputBox{
  width: 48%;
  margin: 0 0 20px 0;
  padding: 0;
}

.formBox .selectCity .inputBox:nth-child(2){
  margin: 0 0 20px 0;
}

.tip{
  font-size: 14px;
  color: #aaa;
  text-align: center;
  margin: 20px 0 0 0;
}

.selectCity .macao .inputBox{
  width: 576px;
}

.Singapore,.Australia,.Malaysia{
  display: none;
}


.Singapore,.Australia,.Malaysia,.Japan{
  width: 48%;
}

.selectCity .Singapore .inputBox,
.selectCity .Australia .inputBox,
.selectCity .Malaysia .inputBox,
.selectCity .Japan .inputBox{
  width: 100%;
}

.Australia .inputBox .open .dropdown div{
  min-height: 30px !important;
}

/* .selectCity .macao{
  display: none;
}

.selectCity .hk,.selectCity .macao{
  width: 48%;
}

.selectCity .hk .inputBox,.selectCity .macao .inputBox{
  width: 100%;
} */

.formBox .smdCity{
  padding: 0;
}

.numberVaild .success{
  height: max-content;
}

.agreement{
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* width: 295px; */
}

.agreement div{
  width: 17px;
  height: 17px;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.agreement div img{
  width: 100%;
  height: 100%;
}

.agreement div .cu{
  display: none;
}

.agreement p{
  color: #666666;
  font-size: 12px;
  margin: 0;
}

.agreement p a{
  color: #054295;
  font-size: 12px;
}




.numberVaild{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  display: none;
  z-index: 9;
}

.numberVaild .box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.numberVaild .content{
  background: #fff;
  border-radius: 8px;
  width: 400px;
  height: 218px;
  text-align: center;
  padding: 20px 40px;
  margin: auto;
  position: relative;
}

.numberVaild .content h1{
  font-size: 20px;
  color: #00B97D;
  margin: 20px 0;
}

.numberVaild .content h2{
  width: 230px;
  margin: 0 auto;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}



.numberVaild .content h3{
  font-size: 18px;
  font-weight: bold;
}



.numberVaild .content .text,.numberVaild .content p{

  font-size: 16px;
  color: #000;
  margin: 0 auto;
  width: 45%;

  /* font-size: 14px;
  color: #aaa;
  margin: 20px 0; */
}

.numberVaild .content .text{
  margin: 20px auto  !important;
}

.numberVaild .line{
  border-bottom: 1px solid #aaa;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}

.numberVaild .line input{
  border:none;
  outline:none;
  width: 75%;
}

.numberVaild .line button{
  font-size: 14px;
  background: none;
  border: none;
}

.numberVaild .btn{
  display: inline-block;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  width: 400px;
  background: #d8332d;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  cursor: pointer;
}

.numberVaild .content .close{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.success {
  display: none;
}

.success img{
  width: 60px;
  height: 60px;
}

.success h2{
  font-weight: 400;
  font-size: 18px;
  margin: 20px 0;
  line-height: 26px;
}

.imgBox img{
  width: 100%;
}

.HkBox img{
  width: max-content;
  margin: 0 auto;
}

.macao .open div{
  height: 95px !important;
}

div[mode="old"] .pl-16{
  position: relative;
  margin: 0 10px 0 0;
}

.div[mode="old"] .pl-16 .bg-img{
  position: absolute;
  left: 0;
}
.bg-img {
  display: inline-block;
  background-size: 7rem;
  background-repeat: no-repeat;
  background-image: url(../images/bg.png?v=1.4);
}
.bg-img.checked-orange,
.bg-img.checked{
  position: absolute;
  left: 0;
  top: .2rem;
}

.bg-img.check{
  position: absolute;
  left: 0;
  top: .3rem;
}
.bg-img.none {
  width: 5rem;
  height: 6rem;
  background-position: 0.2rem -65rem;
  vertical-align: middle;
}

.mt-16 {
  margin-top: 1.6rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}




#ymzy-tuiguang-test .input input,
#ymzyTuiguangSubmit,
#ymzyTuiguangSubmit span,
#ymzy-tuiguang-test-second .input input,
#ymzyTuiguangSubmit-second,
#ymzyTuiguangSubmit-second span{
  font-size: 16px;
}



.popup[middle] .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
}

.popup[middle] .container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 0.5rem;
}

.popup[bottom] {
  display: none;
  position: relative;
  z-index: 1000;
}

.popup[bottom] .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
}

.popup[bottom] .container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: white;
  width: 50%;
  margin: 0 auto;
  transform: translate(0,50%);
}


.p-8 {
  padding: 0.8rem;
}

.b-1-green {
  border: 1px solid #42BC85;
}

.box{
  padding: 0 26px 1.6rem 26px;
  border: 1px solid #e2e2e2;
}

.box-p-lr{
  padding: 0 6rem;
}

.box-p-lr-9{
  padding: 0 9rem;
}

#provName,#checkedSubStr,div[mode="old"] .pl-16{
  font-size: 18px;
}



.daxueBtn{
  /* background: rgba(247, 193, 20, 100); */
  background: #FF6E00;
  border-radius: 50px;
  width: 369px;
  height: 45px;
  line-height: 45px;
  margin: 40px auto 0 auto;
  cursor: pointer;
}

.bgBtn{
  width: 300px;
  height: 45px;
  border-radius: 50px;
  margin: 30px auto 0 auto;
  cursor: pointer;
  line-height: 45px;
  background-color: rgba(37, 101, 188, 100);
}

.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.b-1-blue{border: 1px solid rgba(80, 140, 193, 1);}
.float-l{float: left;}
.center{text-align: center;}
.br-6{border-radius: 6px;}
.color-99{color: #999999;}
.color-75{color: #757575;}
.pointer{cursor: pointer;}
.b-blue-2{border: 2px solid rgba(80, 140, 193, 1);}
.bg-f6{background: #f6f6f6;}
.toast.show{padding:10px 20px;line-height:24px;border-radius: 4px;background: rgba(0,0,0,.5);color: #fff;font-size: 14px;position: absolute;top: 50%;left:50%;opacity: 1;transition: all 1.5s;}
.toast{opacity: 0;transition: all 1.5s;}
.bg-orange-light{background-color:#FDF6F0 ;}
.color-link{color: #5B6A91;}
.bg-blue-light {
  background-color: rgba(68, 131, 189, 0.2);
}
.mr-8{margin-right: 8px;}
.p-tb-16{padding-top: 16px;padding-bottom: 16px;}
.pt-16{padding-top: 16px;}
.pt-20{padding-top: 20px;}
.color-orange{color:#FFAA3D;}
.p-4{padding: 4px;}

.bg-icon {
  display: inline-block;
  background-size: 150px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url(../images/home_icons.png?v=1.5);
}
.bg-icon.gkxk {
  background-position: -2px -3px;
}
.bg-icon.bkzc {
  background-position: -41px -3px;
}
.bg-icon.zytb {
  background-position: -77px -3px;
}
.bg-icon.lqsj {
  background-position: -112px -3px;
}

.bg-icon.gxpm {
  background-position: -2px -43px;
}
.bg-icon.yfyd {
  background-position: -41px -43px;
}
.bg-icon.mkst {
  background-position: -77px -43px;
}
.bg-icon.gkdy {
  background-position: -112px -43px;
}
.my-banner{border-radius:8px;overflow:hidden;}
.my-bullet{width:4px; height:4px;border-radius:2px; background:#fff;display:inline-block;margin:2px;}
.my-bullet-active{width:12px;background:#fff;}
.swiper-pagination.my-pagination{
    width:auto;padding:0px 4px;background:rgba(0,0,0,0.5);border-radius:8px;transform:translateX(-50%);left:50%;
}
img{border:none;}
.img-70{width:70px;height:70px;}
.b-1-ea{border:1px solid #eaeaea;}
.br-4{border-radius:4px;}
.min-h-600{min-height:600px;}
.m-lr-15{margin-left:15px;margin-right:15px;}
.m-tb-40{margin-top:40px;margin-bottom:40px;}
.left-container{flex:1;padding:10px 30px 30px;background:white;border-radius:4px;box-shadow:0 5px 12px #eee;margin-right:30px;}
.img-64{width:64px;height:64px;}
.mb-70{margin-bottom:70px;}
input.input{border: none;padding: 0 20px;font-size:16px; background:transparent;transition:background-color 50000s ease-in-out 0s;-webkit-text-fill-color:unset;}
.input-no-bg{background:transparent;transition:background-color 50000s ease-in-out 0s;-webkit-text-fill-color:unset;}
.b-green-2{border:2px solid #42bc85;}
.bg-black-5{background:rgba(0,0,0,0.5)}
.br-16{border-radius:16px;}
.school_dist_b{width:80px;height:80px;border-radius:50%;color:#999999;}
.school_dist_b b{font-size:28px;display:inline-block;margin-top:10px;color:#2f2f2f;}
.p-lr-26 {padding-left: 26px;padding-right: 26px;}
.p-lr-60{padding-left:60px;padding-right:60px;}
.breadcrumb,.breadcrumb a,.breadcrumb span{font-size:14px;color:#444;}
.article-title{font-size:36px;font-weight:bold;color:#000; line-height:50px;font-family: Microsoft Yahei,微软雅黑,宋体;}
.p-lr-25{padding-left:25px;padding-right:25px;}
.categary-item,.categary-item-w-auto{line-height:35px;width:120px; border-radius:4px;margin-right:10px;color:#000000;display:block;background:#EDF7F4;text-align:center;font-size:16px;float:left;cursor:pointer;}
.categary-item:hover,.categary-item-w-auto:hover,.categary-item-w-auto.active{color:white;background:#00B97D;}
.categary-item-w-auto{width:100%;}
.m-lr-30{margin-left:30px;margin-right:30px;}
.case-box{background:linear-gradient(to bottom,#F4F5F8,#FFFFFF);box-shadow:0 2px 6px #D7D5D5;line-height:32px;padding:24px 16px;display:block;font-size:16px;border-radius:8px;min-height:120px;}
.case-box:hover{text-decoration:none;}

/* 国际本科 */
.mt-24{margin-top: 24px;}
.international-item{margin-top:30px;}
.international-title{position:relative;margin-bottom:20px;}
.international-title h3{font-size: 30px; line-height:40px; font-weight:bold; position:relative;z-index:2;}
.international-title::before{content:'';background:linear-gradient(to right,transparent,#FDE79C 20%,#FDE79C 80%,transparent);width:440px;height:20px;position:absolute;top:24px;left:0;z-index:1;}
.international-item .line{margin:26px 0;border-bottom:1px dashed #D4DDEE;}
.international-item .desc .desc-item{margin-bottom:16px;}
.international-item .color-link{color:#1857DA;font-weight:600;}
