* {
  margin: 0;
  padding: 0;
}
html,
body {
  min-width: 1100px;
}
#main div,
#main span,
#main a,
#main ul,
#main li,
#main ol,
#main dl,
#main dd,
#main dt,
#main p,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main form,
#main fieldset,
#main legend,
#main img,
#main input,
#main section,
#main table,
#main thead,
#main tbody,
#main tr,
#main th,
#main td,
#main hr,
#main textarea {
  -moz-box-sizing: border-box; /*Firefox3.5+*/
  -webkit-box-sizing: border-box; /*Safari3.2+*/
  -o-box-sizing: border-box; /*Opera9.6*/
  -ms-box-sizing: border-box; /*IE8*/
  box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
#main li {
  list-style: none;
}
#main a {
  color: #e69200;
  cursor: pointer;
  text-decoration: underline;
}
#main a.bottom-teacher-ask {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}
#main .section input,
#main .section textarea,
#main .section select {
  border: 0;
  resize: none;
  outline: none;
  font-size: 14px;
  background-color: #fff;
}
#main .section select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#main .section select::-ms-expand {
  display: none;
}
#main .btn {
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #ffde21;
  border: 3px solid #ffde21;
  color: #000;
  font-size: 14px;
  height: 40px;
  line-height: 34px;
  width: 154px;
}
#main .btn-inline .btn {
  display: inline-block;
}
#main .section .btn-box.btn-inline {
  text-align: center;
}
#main .btn:hover {
  background-color: transparent;
  color: #000;
}
#main .fr {
  float: right;
}
#main .fl {
  float: left;
}
#main .clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
#main .title {
  font-weight: bold;
}
#main .icon {
  background: url(../images/icons.png) no-repeat;
}
#main .container .select {
  position: relative;
  display: inline-block;
}
#main .container .select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #f77639;
}
#main .container .select input {
  cursor: default;
}
#main .container .select ul {
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 100;
  max-height: 200px;
  overflow: auto;
  color: #000;
  padding: 5px 0;
  background-color: #fff;
  line-height: 24px;
  border: 1px solid #b5b5b5;
}
#main .container .select ul.active {
  display: block;
}
#main .container .select ul li {
  padding-left: 20px;
  cursor: pointer;
}
#main .container .select ul li:hover {
  background-color: #e5e5e5;
}

#main {
  background-color: #f9f9f9;
  font-size: 0;
  font-family: "微软雅黑";
}
#main .header {
  background: url(../images/background_01.jpg) no-repeat center;
  height: 500px;
}
#main .header .btn-box {
  padding: 323px 0 82px 41px;
  width: 1000px;
  margin: 0 auto;
}
#main .header .btn-box .btn {
  font-size: 15px;
  width: 127px;
  height: 45px;
  line-height: 39px;
  margin: 0 11px;
  -moz-box-shadow: 0px 0px 49px rgba(222, 29, 87, 0.5);
  -webkit-box-shadow: 0px 0px 49px rgba(222, 29, 87, 0.5);
  box-shadow: 0px 0px 49px rgba(222, 29, 87, 0.5);
}

#main .header .nav.fixed {
  position: fixed;
  top: 0;
  background-color: #db4075;
  width: 100%;
  min-width: 1070px;
  z-index: 999;
}
#main .header .nav ul {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
}
#main .header .nav ul li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-right: 50px;
  width: 64px;
}
#main .header .nav li:hover,
#main .header .nav li.active {
  color: #fff600;
  font-size: 16px;
  font-weight: bold;
}

#main .introduction {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 60px 0;
}
#main .introduction p {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  width: 22px;
  float: left;
  margin-right: 25px;
}
#main .introduction span {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
#main .section {
  padding-top: 120px;
}
#main .section .container {
  width: 1000px;
  margin: 0 auto;
}
#main .section > .title {
  text-align: center;
  padding-bottom: 48px;
}
#main .section .container .last {
  margin-right: 0 !important;
}

#main .section1 {
  padding-top: 60px;
}
#main .section1 .container {
  position: relative;
  height: 432px;
}
#main .section1 .container:after {
  content: "";
  background: url(../images/icons.png) no-repeat -275px -5px;
  width: 117px;
  height: 160px;
  position: absolute;
  left: 418px;
  bottom: 93px;
}
#main .section1 .inland,
#main .section1 .aborad {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
#main .section1 .icon {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  margin: 0 auto -72px;
  text-align: center;
  background-position: 50px 15px;
}
#main .section1 .inland .icon {
  background-color: #ffefe8;
}
#main .section1 .aborad .icon {
  background-color: #ffe8f2;
  background-position-x: -80px;
}
#main .section1 .icon span {
  font-size: 22px;
  padding-top: 90px;
  display: block;
  color: #ff3f3d;
  font-weight: bold;
}
#main .section1 .content {
  height: 348px;
  padding: 65px 70px 0 40px;
}
#main .section1 .inland .content {
  width: 470px;
  background-color: #ffefe8;
  border-radius: 8px 0 0 8px;
}
#main .section1 .aborad .content {
  width: 530px;
  background-color: #ffe8f2;
  border-radius: 0 8px 8px 0;
  padding: 65px 40px 0 70px;
}
#main .section1 .content .item {
  line-height: 22px;
  margin-bottom: 16px;
}
#main .section1 .content .item p {
  font-size: 14px;
  display: inline-block;
  color: #fd6361;
  font-weight: bold;
  position: absolute;
}
#main .section1 .content .item p:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fd6361;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#main .section1 .content .item span {
  font-size: 14px;
  color: #333333;
  padding-left: 90px;
  display: inline-block;
}
#main .section1 .btn {
  width: 250px;
  margin: 0 auto;
  clear: both;
}

#main .section2 .tab-box .tab {
  width: 246px;
  height: 88px;
  margin: 0 5px 9px 0;
  font-size: 18px;
  line-height: 88px;
  text-align: center;
  float: left;
  border-radius: 5px;
  background-color: #fadcdb;
  color: #ff4241;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  background-position: -405px 5px;
}

#main .section2 .tab-box .tab span {
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
}
#main .section2 .tab-box .tab.active,
#main .section2 .tab-box .tab:hover {
  background-color: #ff4241;
  color: #fff;
  background-position-x: -555px;
}
#main .section2 .panel-box table {
  background-color: #fff;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 29px rgba(223, 226, 229, 0.61);
  -webkit-box-shadow: 0px 0px 29px rgba(223, 226, 229, 0.61);
  box-shadow: 0px 0px 29px rgba(223, 226, 229, 0.61);
}
#main .section2 .panel-box th,
#main .section2 .panel-box td {
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  line-height: 22px;
}
#main .section2 .panel-box th {
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}
#main .section2 .panel-box td {
  padding: 20px 45px 20px 30px;
  vertical-align: top;
}
#main .section2 .btn {
  width: 160px;
  margin: 30px 20px 0;
}
/*#main .section2 .btn:hover{color: #ffde21;}*/

#main .section3 .container {
  padding-left: 42px;
  color: #fff;
}
#main .section3 .tip {
  font-size: 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-bottom: 24px;
}
#main .section3 form .form-item {
  margin: 0 55px 29px 0;
  float: left;
  height: 40px;
  line-height: 40px;
}
#main .section3 form label.input_label {
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  width: 92px;
  float: left;
}
#main .section3 form input[type="text"] {
  height: 40px;
  width: 156px;
  border-radius: 3px;
  padding-left: 15px;
}
#main .section3 form input#section3-code {
  width: 123px;
  border-radius: 3px 0 0 3px;
}
#main .section3 form .getCode {
  width: 120px;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  vertical-align: top;
}
#main .section3 form input#section3-toefl,
#main .section3 form input#section3-ielts {
  width: 80px;
  margin-right: 10px;
}
#main .section3 form .radio > div {
  display: inline-block;
  position: relative;
  margin-left: 18px;
}
#main .section3 form .radio > div .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: -49px -540px;
  cursor: pointer;
  margin-top: 13px;
}
#main .section3 form .radio > div .icon.active {
  background-position-x: -10px;
}
#main .section3 form .radio input {
  visibility: hidden;
}
#main .section3 form .radio span {
  font-size: 14px;
  margin: 0 0 0 8px;
}
#main .section3 form .btn.submit {
  width: 161px;
  margin: 0 auto;
  clear: both;
}
#main .section3 .container .select:after {
  right: 14px;
  top: 14px;
}
#main .section3 .container .select ul {
  left: 97px;
  top: 40px;
  width: 156px;
}

#main .section4 .container {
  
}

#main .section4 .container .content {
	background-color: #fff;
  height: auto;
  border-radius: 10px;
  -moz-box-shadow: 0px 2px 29px rgba(223, 226, 229, 0.61);
  -webkit-box-shadow: 0px 2px 29px rgba(223, 226, 229, 0.61);
  box-shadow: 0px 2px 29px rgba(223, 226, 229, 0.61);
	box-sizing: border-box;
	overflow: hidden;
}
#main .section4 .container .content .top {
  height: 175px;
  margin: -20px 0 20px;
  padding: 55px 35px 0;
  display: block;
  text-decoration: none;
	background: #ffefe8;
}
#main .section4 .container .content .top .icon {
  background-position-y: -425px;
  width: 90px;
  height: 76px;
  float: left;
}
#main .section4 .container .content .top .name {
  font-size: 22px;
  color: #ff4241;
  font-weight: bold;
  line-height: 28px;
}
#main .section4 .container .content .top .englishName {
  font-size: 12px;
  color: #ff4241;
  line-height: 28px;
}
#main .section4 .container .content .top .ranking {
	width: auto !important;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
#main .section4 .container .content .bottom{
	padding: 0 20px;

}
#main .section4 .container .content .bottom .item {
  line-height: 26px;
  font-size: 14px;
  color: #444;
  padding-left: 29px;
  margin-bottom: 24px;
  position: relative;
}
#main .section4 .container .content .bottom .item:before {
  content: "";
  position: absolute;
  background: url(../images/icons.png) no-repeat -199px -540px;
  width: 19px;
  height: 19px;
  left: -2px;
  top: 5px;
}
#main .section4 .container .content .bottom .item2:before {
  background-position-x: -237px;
}
#main .section4 .container .content .bottom .item3:before {
  background-position-x: -272px;
}
#main .section4 .container .content .bottom .item .label {
  font-weight: bold;
  color: #000;
}
#main .section4 .container .content .bottom .item:last-child{
	margin-bottom: 0;
}
#main .section4 .container .btn {
  margin: 53px 27px 0;
}

#main .section5 .container .tip p {
  font-size: 16px;
  color: #fff;
  background-color: #d74c8a;
  display: inline-block;
  width: 56px;
  height: 22px;
  text-align: center;
  margin-right: 5px;
}
#main .section5 .container .tip span {
  font-size: 14px;
  color: #444;
}
#main .section5 .container .major-box {
  margin-top: 35px;
}
#main .section5 .container .major-box .item {
  width: 240px;
}
#main .section5 .container .major-box .item a {
  margin-bottom: 30px;
  display: block;
}
#main .section5 .container .major-box .content {
  height: 300px;
  width: 468px;
  background-color: #ffe8f2;
  margin: 0 25px;
  border-radius: 15px;
  padding: 15px 20px 0;
  position: relative;
}
#main .section5 .container .major-box .content:before {
  content: "";
  position: absolute;
  left: -16px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 16px solid #ffe8f2;
  top: 45px;
}
#main .section5 .container .major-box .content.left:before {
  left: -16px;
}
#main .section5 .container .major-box .content.right:before {
  border-right: none;
  border-left: 16px solid #ffe8f2;
  left: 468px;
}
#main .section5 .container .major-box .content.top:before {
  top: 45px;
}
#main .section5 .container .major-box .content.bottom:before {
  top: 210px;
}

#main .section5 .container .major-box .content-item {
  padding: 10px 0 10px 20px;
  line-height: 24px;
  border-bottom: 1px dashed #ffd6e8;
  position: relative;
}
#main .section5 .container .major-box .content-item:before {
  content: "";
  position: absolute;
  background: url(../images/icons.png) no-repeat -328px -540px;
  width: 16px;
  height: 16px;
  left: -2px;
  top: 12px;
}
#main .section5 .container .major-box .content-item2:before {
  background-position-x: -366px;
}
#main .section5 .container .major-box .content-item3:before {
  background-position-x: -404px;
}
#main .section5 .container .major-box .content-item.last {
  border-bottom: 0;
}
#main .section5 .container .major-box .content-item p {
  font-size: 14px;
  font-weight: bold;
}
#main .section5 .container .major-box .content-item .text {
  font-size: 14px;
  color: #444444;
}
#main .section5 .btn {
  margin: 0 auto;
  width: 160px;
}

#main .section6 .container {
  border-radius: 10px;
}
#main .section6 .container table {
  text-align: center;
}
#main .section6 .container table thead {
  background-color: #ffe8f2;
}
#main .section6 .container table th {
  font-size: 18px;
  color: #ff4241;
  height: 62px;
  font-weight: bold;
}
#main .section6 .container table td {
  font-size: 14px;
  color: #444444;
  height: 51px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
#main .section6 .container table td.tit a {
  color: #444;
}
#main .section6 .container table td a {
  text-decoration: none;
}

#main .section7 .container {
  padding-left: 60px;
}
#main .section7 .container input {
  width: 170px;
  height: 36px;
  border-radius: 4px;
  padding-left: 37px;
  color: #b3b3b3;
  position: relative;
}
#main .section7 .container form .item {
  position: relative;
  display: inline-block;
  margin-right: 65px;
}
#main .section7 .container form .item .icon {
  position: absolute;
  background-position: -470px -536px;
  width: 37px;
  height: 36px;
  left: 0;
  top: 0;
}
#main .section7 .container .select:after {
  right: 14px;
  bottom: 12px;
}
#main .section7 .container .select ul {
  left: 0;
  top: 35px;
  width: 170px;
}
#main .section7 .container .btn.submit {
  width: 170px;
  display: inline-block;
}

#main .section8 .container .item {
  display: inline-block;
  width: 249px;
  height: 194px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  padding: 40px 32px 0;
}
#main .section8 .container .item .top {
  font-size: 18px;
  color: #ff4241;
  font-weight: bold;
  line-height: 18px;
}
#main .section8 .container .item .bottom {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

/*pop*/
#schoolPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: none;
}
#schoolPop .pop-shadow {
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#schoolPop .pop-box {
  width: 800px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -400px;
  display: none;
  -moz-box-shadow: 0px 0px 13px rgba(126, 35, 78, 0.36);
  -webkit-box-shadow: 0px 0px 13px rgba(126, 35, 78, 0.36);
  box-shadow: 0px 0px 13px rgba(126, 35, 78, 0.36);
}
#schoolPop .pop-box1 {
  display: block;
}
#schoolPop .pop-box .pop-close {
  background: url(../images/icon_close.png) no-repeat;
  width: 45px;
  height: 61px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -61px;
}
#schoolPop .pop-box .pop-head {
  height: 92px;
  background-color: #ffefe8;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 33px 0;
  clear: both;
}
#schoolPop .pop-box .pop-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding-bottom: 25px;
}
#schoolPop .pop-box .pop-content .table .row {
  border-bottom: 1px #f4cbba dashed;
  height: 47px;
  line-height: 46px;
  text-align: center;
}
#schoolPop .pop-box .pop-content .table .row.head {
  height: 57px;
  line-height: 56px;
  font-weight: bold;
}
#schoolPop .pop-box .pop-content .table .row.head .col {
  font-size: 15px;
}
#schoolPop .pop-box .pop-content .table .col {
  font-size: 14px;
  display: inline-block;
  border-right: 1px #f4cbba dashed;
  width: 140px;
}
#schoolPop .pop-box .pop-content .table .col2 {
  width: 230px;
}
#schoolPop .pop-box .pop-content .table .col3 {
  width: 190px;
}
#schoolPop .pop-box .pop-content .table .col.last {
  border-right: 0;
}
#schoolPop .pop-box .pop-content .table .col a {
  font-weight: bold;
  text-decoration: none;
}
#schoolPop .pop-box2 {
  height: 300px;
  background: #fff url(../images/pic_05.png) no-repeat center center;
}
#schoolPop .pop-box2 .btn-box {
  margin: 168px 0 0 279px;
}
#schoolPop .pop-box2 .btn-box .btn {
  margin: 0 20px;
}

/*ce lu qu lv*/
@media \0screen\, screen\9 {
  .test-shadow {
    background: #000;
    filter: Alpha(opacity=80);
    position: static;
    *zoom: 1;
  }
}
.test-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1111;
  display: none;
}
.test-pop {
  width: 250px;
  height: 260px;
  padding: 20px 25px 25px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  border: 3px solid #e84d79;
}
.test-pop > h6 {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
}
.test-close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.test-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.test-list {
  margin: 10px auto 0;
  width: 200px;
}
.test-list > li {
  width: 200px;
  height: 35px;
  list-style: none;
  margin-bottom: 20px;
}
.test-list > li > span {
  font-size: 14px;
}
.test-name,
.test-tel,
.test-college {
  border: none;
  outline: none;
  height: 33px;
  background: none;
  border: 1px solid #000;
}
.test-name,
.test-tel {
  width: 151px;
}
.test-college {
  width: 123px;
}
.test-btn {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: #ffde21;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.test-btn:hover {
  opacity: 0.8;
}

/*download*/
#zl_download.pop_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#zl_download.pop_window .popmask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}
#zl_download.pop_window form {
  padding-top: 18px;
}
#zl_download.pop_window .applyform {
  position: absolute;
  width: 652px;
  left: 50%;
  top: 50%;
  margin-left: -326px;
  margin-top: -184px;
  background: #fff url(../images/bg_pop.jpg) no-repeat left center;
}
#zl_download.pop_window .download_area {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -75px;
  background: #fff;
  display: none;
}
#zl_download.pop_window .download_area p a {
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
#zl_download.pop_window .download_area p a:hover {
  text-decoration: underline;
}
#zl_download.pop_window .href_place {
  text-align: center;
}
#zl_download.pop_window .applyTitle {
  position: relative;
  height: 56px;
  background-color: #db4075;
  color: #fff;
}
#zl_download.pop_window .applyTitle span {
  font-size: 22px;
  line-height: 56px;
  margin-left: 12px;
}
#zl_download.pop_window .closeBtn {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
  background: url(../images/close-icon-2.png) no-repeat center center;
  cursor: pointer;
}
#zl_download.pop_window .downform {
  padding-left: 250px;
}
#zl_download.pop_window .p_item {
  margin-bottom: 18px;
}
#zl_download.pop_window .p_item span {
  width: 84px;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}
#zl_download.pop_window .p_item i {
  font-style: normal;
  font-size: 12px;
  color: red;
}
#zl_download.pop_window .p_item p {
  font-size: 14px;
  color: red;
}
#zl_download.pop_window .user_val1 {
  height: 30px;
  border: 1px solid #d1d1d1;
}
#zl_download.pop_window .w1 {
  width: 166px;
}
#zl_download.pop_window .w2 {
  width: 56px;
  vertical-align: middle;
}
#zl_download.pop_window .get_yzm {
  height: 30px;
  width: 105px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background-color: #ababab;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 3px;
}
#zl_download.pop_window .tj_form {
  display: inline-block;
  height: 40px;
  width: 174px;
  margin-right: 50px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  background: #fff10c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 100px;
  border: none;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
}
#zl_download.pop_window .tj_form:hover {
  background: #ffde21;
}
