@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.flex {
  display: flex;
  flex-direction: row;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
}

.common-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.red {
  color: #e0002a;
}

.citys-list {
  position: absolute;
  bottom: 119px;
  left: 50px;
  z-index: 10;
  width: 323px;
  height: 280px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}

.citys-list .option {
  line-height: 40px;
  padding-left: 20px;
  cursor: pointer;
}

.citys-list .option:hover {
  color: #fff;
  background-color: #ffbb29;
}

.banner {
  height: 836px;
  background: url(../images/banner.jpg) center no-repeat;
  position: relative;
}

.banner p {
  position: absolute;
  width: 1020px;
  padding: 32px 48px 0;
  box-sizing: border-box;
  height: 150px;
  bottom: 70px;
  left: 50%;
  line-height: 30px;
  margin-left: -510px;
  color: #000000;
  font-size: 20px;
}
.banner p span {
  color: #be1c1c;
}

.celebration {
  background: url(../images/celebration_bg.jpg) no-repeat center;
  height: 737px;
  overflow: hidden;
}

.celebration-con {
  width: 1080px;
  margin-top: 140px;
  box-shadow: 0 0 10px #ccc;
  padding: 28px 40px 0 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.celebration .common-title {
  color: #000;
  margin-bottom: 20px;
}

.celebration  .content-l {
  width: 456px;
  height: 100%;
}
.celebration0-title {
  font-size: 26px;
  color: #be1c1c;
  text-align: center;
  font-weight: bold;
  background: url(../images/celebration_title_bg.png) no-repeat center top;
  height: 60px;
  line-height: 60px;
  padding-top: 4px;
}

.celebration .content-r {
  width: 430px;
}
.celebration-img {
  padding: 0 39px 0 30px;
}

.celebration .description {
  text-indent: 2em;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.celebration .description.first-description {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-top: 10px;
}

.celebration .simple-red {
  color: #d1343f;
}

.celebration .look-btn {
  width: 102px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background-color: #be1c1c;
  border-radius: 10px;
  font-size: 16px;
  float: right;
}

.celebration .look-btn:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f4d9d9;
}

.xhd-story {
  padding-top: 60px;
  height: 1650px;
  background: url(../images/story_bg.jpg) no-repeat center top;
  overflow: hidden;
}

.xhd-story .common-title {
  color: #fff;
}

.xhd-story .hr {
  width: 387px;
  height: 4px;
  margin: 5px auto 18px;
}
.head-h2 {
  width: 1080px;
  text-align: center;
}

.xhd-story .video-box {
  overflow: hidden;
  width: 723px;
  height: 406px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 24%);
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 24%);
}

.xhd-story .video-box .player{
  width: 723px;
  height: 406px;
  background-color: #33353c;
}

.xhd-story .shipin {
  width: 100%;
  height: 100%;
  display: block;
}

.xhd-story .first-img {
  height: 460px;
  background: url(../images/store_img1.png) center no-repeat;
}

.xhd-story .second-img {
  height: 588px;
  background: url(../images/store_img2.png) center no-repeat;
}


.xhd-story .enter-btn {
  display: block;
  width: 172px;
  height: 34px;
  font-size: 18px;
  margin: 8px auto 0;
  color: #fff;
}

.country {
  height: 988px;
  background: url(../images/country_bg.jpg) center top no-repeat;
  overflow: hidden;
  padding-top: 60px;
}
.country-con {
  background-color: #690b0b;
  height: 849px;
}

.country .country-header {
  height: 237px;
  position: relative;
  padding-top: 6px;
}
.country-header:before {
  content: '';
  display: block;
  position: absolute;
  top: -21px;
  left: 0;
  width: 42px;
  height: 256px;
  background: url(../images/icon_sz.png) no-repeat center;
}

.country-header:after {
  content: '';
  display: block;
  position: absolute;
  top: -21px;
  right: 0;
  width: 42px;
  height: 256px;
  background: url(../images/icon_sz.png) no-repeat center;
}
.country-header-txt {
  width: 990px;
  height: 206px;
  background-color: #fff;
}
.country .short-title {
  padding-top: 20px;
  font-size: 24px;
  color: #be1c1c;
  text-align: center;
  font-weight: bold;
}

.country .txt {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  width: 950px;
  padding-top: 10px;
}

.country .map {
  position: relative;
  width: 1022px;
  margin-top: 20px;
  overflow: hidden;
  height: 556px;
}
.map .map-item {
  position: absolute;
  width: 111px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #000000;
  font-size: 18px;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.map .map-item.active {
  background-color: #ffd202;
  color: #be1c1c;
}

.map .map-item:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(../images/icon_map.png) no-repeat center;
  padding-right: 8px;
}

.map-con {
  width: 669px;
  height: 308px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 102px;
  padding-top: 50px;
  padding-left: 38px;
}

.map-txt {
  flex: 1;
  margin-right: 4px;
  background: url(../images/map_bg.jpg) no-repeat center 37px;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.map-txt .map-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.map-txt .map-time {
  color: #525252;
  font-size: 24px;
}

.country .bj {
  left: 0;
  top: 0;
}

.country .wh {
  left: 131px;
  top: 0;
}

.country .sh {
  left: 261px;
  top: 0;
}

.country .cd {
  left: 391px;
  top: 0;
}

.country .cs {
  left: 521px;
  top: 0;
}

.country .qd {
  left: 651px;
  top: 0;
}

.country .hz {
  left: 781px;
  top: 0;
}

.country .gz {
  left: 911px;
  top: 0;
}

.country .nj {
  left: 911px;
  top: 72px;
}

.country .zz {
  left: 911px;
  top: 144px;
}

.country .xa {
  left: 911px;
  top: 216px;
}

.country .xm {
  left: 911px;
  top: 288px;
}

.country .sz {
  left: 911px;
  top: 360px;
}

.country .dl {
  left: 911px;
  top: 432px;
}

.country .s {
  left: 911px;
  top: 504px;
}

.country .sy {
  left: 781px;
  top: 504px;
}

.country .jn {
  left: 651px;
  top: 504px;
}

.country .ty {
  left: 521px;
  top: 504px;
}

.country .sjz {
  left: 391px;
  top: 504px;
}

.country .wx {
  left: 261px;
  top: 504px;
}

.country .nb {
  left: 131px;
  top: 504px;
}

.country .km {
  left: 0;
  top: 504px;
}

.country .cq {
  left: 0;
  top: 432px;
}

.country .hd {
  left: 0;
  top: 360px;
}
.country .ts {
  left: 0;
  top: 288px;
}
.country .tj {
  left: 0;
  top: 216px;
}
.country .zb {
  left: 0;
  top: 144px;
}
.country .fz {
  left: 0;
  top: 72px;
}
.country .yuyue-btn {
  width: 177px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #be1c1c;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 100px;
  cursor: pointer;
}

.show-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(135, 135, 135, 0.7);
  display: none;
  z-index: 100;
}

.show-shadow .content {
  margin: 220px auto 0;
  width: 786px;
  padding: 170px 0 70px;
  background: url(../images/hidden_bgc.jpg) center no-repeat;
  position: relative;
}

.show-shadow .content-form {
  width: 387px;
  border-radius: 15px;
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
}

.show-shadow .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.show-shadow .name,
.show-shadow .tel,
.show-shadow .phone {
  display: block;
  width: 310px;
  height: 40px;
  border-radius: 10px;
  outline: none;
  margin-bottom: 15px;
  padding-left: 16px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 18px;
  border: 1px solid #ccc;
}

.show-shadow .show-btn {
  display: block;
  font-size: 22px;
  border: none;
  width: 315px;
  height: 50px;
  line-height: 45px;
  background: url(../images/red_bgc.png) center no-repeat;
  text-align: center;
  color: #fff;
}

.show-shadow .home .citys-list {
  top: 382px;
  font-size: 14px;
  left: 236px;
  width: 307px;
}

.show-shadow .home:hover .citys-list {
  display: block;
}

.show-shadow .hidden-icon {
  width: 44px;
  height: 44px;
  background: url(../images/hidden_icon.png) center no-repeat;
  position: absolute;
  right: 5px;
  top: 24px;
}

.show-shadow .show-btn {
  border: none;
  text-align: center;
}

.lookBack {
  padding-top: 59px;
  padding-bottom: 59px;
  background: url(../images/lookBack_bg.jpg) center top no-repeat;
}

.lookBack .wrapper {
  overflow: hidden;
}

.lookBack .first-swiper {
  width: 1412px;
  margin-left: -160px;
  height: 407px;
  margin-bottom: 28px;
}

.lookBack .pic {
  width: 707px;
  height: 407px;
}

.lookBack .pic img {
  width: 100%;
  height: 100%;
}



.youhui {
  padding: 40px 0 40px;
  background: url(../images/country_bg.jpg) no-repeat center top;
}

.youhui .common-title {
  color: #000;
  margin-bottom: 16px;
}

.youhui .red-title {
  margin-left: 20px;
  color: #da0f32;
}

.youhui .youhui-thead {
  font-size: 21px;
  color: #fff;
}

.youhui .youhui-thead .th {
  width: 248px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #484848;
  float: left;
}
.youhui .youhui-thead .th:last-child {
  width: 280px;
}

.youhui .youhui-thead .middle {
  width: 552px;
  background-color: #be1c1c;
}

.youhui .table-box {
  width: 1078px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #dcdcdc;
  height: 461px;
  border-top: none;
}

.youhui .youhui-table {
  text-align: center;
  font-size: 20px;
  color: #494949;
  height: 264px;
}


.youhui td {
  height: 66px;
  color: #000;
  font-size: 17px;
}

.youhui tr {
  border-bottom: 1px solid #dcdcdc;
}

.youhui tr td:first-child {
  width: 246px
}

.youhui tr td:nth-child(2) {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 0 10px;
}

.youhui tr td:last-child {
  width: 262px;
}

.youhui .consult-btn {
  display: block;
  margin: 0 auto;
  width: 111px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  border-radius: 13px;
  font-weight: 500;
  background-color: #be1c1c;
  color: #fff;
}

.youhui .consult-btn:hover {
  background-color: #a80f0f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.books {
  height: 952px;
  padding-top: 60px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/book_bg.jpg)  center no-repeat;
}

.books .wrapper {
  text-align: center;
  position: relative;
}
.books .books-btn {
  position: absolute;
  bottom: 85px;
  width: 291px;
  height: 82px;
  left: 50%;
  margin-left: -145px;
  cursor: pointer;
}

.books .common-title {
  color: #fff;
  margin-bottom: 8px;
}

.books .books-box {
  overflow: hidden;
}

.books .books-list {
  float: left;
  width: 538px;
  margin: 6px 12px;
}

.books .pic {
  height: 185px;
}

.books .pic img {
  width: 100%;
}

.books .txt {
  background-color: #4b495a;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

/* course */
.course {
  height: 439px;
  background: url(../images/country_bg.jpg) no-repeat center top;
  padding-top: 60px;
  box-sizing: border-box;
}
.course-list {
  justify-content: space-between;
}
.course-item {
  width: 249px;
}
.course-item a {
  display: block;
  height: 58px;
  line-height: 58px;
  background-color: #be1c1c;
  border-bottom: 4px solid #900d0d;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-left: 124px;
  font-size: 20px;
}

.course-item a:before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/course_play.png) no-repeat center;
  position: absolute;
  left: 48px;
  top: -11px;
}

.weibo {
  height: 622px;
  background: url(../images/weibo_bg.jpg) center no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
}

.weibo .wrapper {
  overflow: hidden;
}

.weibo .weibo-list {
  padding: 0 67px;
  justify-content: space-between;
  box-sizing: border-box;
}
.weibo-item {
  width: 256px;
  height: 423px;
  background: url(../images/weibo_item_bg.png) no-repeat center;
  flex-direction: column;
  align-items: center;
}


.weibo-title {
  font-size: 20px;
  color: #c11a1a;
  padding-top: 70px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 35px;
  font-weight: bold;
}
.weibo-desc::before {
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 24px;
}
.weibo-item:nth-child(1) .weibo-desc::before {
  content: '01';
}
.weibo-item:nth-child(2) .weibo-desc::before {
  content: '02';
}
.weibo-item:nth-child(3) .weibo-desc::before {
  content: '03';
}
.weibo-desc {
  padding-top: 52px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  width: 100%;
  text-align: center;
}

.tequan {
  background: url(../images/country_bg.jpg) center top no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
  height: 849px;
}

.tequan .wrapper {
  overflow: hidden;
}

.tequan-con {
  width: 1084px;
  height: 552px;
  background: url(../images/tequan_bg.png) no-repeat center;
}

.tequan-desc {
  color: #000000;
  font-size: 20px;
  width: 716px;
  padding-top: 40px;
  text-align: center;
}
.tequan-pic {
  padding-left: 107px;
  padding-top: 10px;
}
.tequan .form-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tequan .name {
  background: url(../images/name_icon.png) 0 no-repeat;
}

.tequan .tel {
  background: url(../images/tel_icon.png) 0 no-repeat;
}

.tequan .city {
  background: url(../images/city_icon.png) 0 no-repeat;
}

.tequan .city-box:hover .citys-list {
  display: block;
}

.tequan .name,
.tequan .tel,
.tequan .city {
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  height: 34px;
  margin-bottom: 24px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  background-size: 38px 34px;
}

.tequan .receive-btn {
  display: block;
  width: 189px;
  height: 45px;
  background-color: #e0002a;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #eee;
}

.bottom {
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

/*预约成功弹窗*/
.succeed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.succeed .opa {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  -webkit-filter: opacity(60);
  filter: opacity(60);
}

.succeed .alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -300px;
  padding: 60px 0;
  width: 510px;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
}

.succeed .alert-box .alert-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #ffaf15;
  font-size: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.succeed .alert-box h4 {
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}

.succeed .alert-box p {
  margin: 20px 0;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-align: center;
}

.succeed .alert-box .link {
  color: #355cab;
}

.succeed .alert-box .link a {
  color: #355cab;
  text-decoration: underline;
}


.form-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0;
}
.form-box .kuang_name {
  background-image: url(../images/icon08.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.form-box .kuang_phone {
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
.form-box .kuang {
  width: 242px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 48px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #000;
}
.form-box .kuang.sub-btn {
  cursor: pointer;
  padding: 0;
  text-align: center;
  width: 162px;
  height: 48px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(#f39800,#f39800),linear-gradient(150deg,#f0ff00 0,#ffdc00 100%),linear-gradient(#fff,#fff);
  background-blend-mode: normal,normal,normal;
  -webkit-box-shadow: inset 0 3px 5px 0 rgb(255 200 118 / 46%);
  box-shadow: inset 0 3px 5px 0 rgb(255 200 118 / 46%);
  border-radius: 8px;
  border: solid 2px #ffea00;
}
.form-box .kuang_city {
  position: relative;
  background-image: url(../images/icon10.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
.form-box .kuang.select {
  padding: 0;
}

.form-box .select .list {
  position: absolute;
  top: -228px;
  left: 33px;
  z-index: 10;
  width: 203px;
  max-height: 228px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}
.form-box .kuang .current {
  display: block;
  padding-left: 50px;
  color: #000;
}
.select .option {
  padding-left: 15px;
}


/* 底部咨询框 */
.form3 {
  width: 100%;
  height: 91px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0,0,0,.67);
}
.form3 .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 1082px;
  margin: auto;
}
.form3 .wrapper:before {
  content: '';
  width: 176px;
  height: 189px;
  background: url('../images/bottom_logo.png') no-repeat center top;
}
.form3 .wrapper .kuang {
  width: 221px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 48px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #000;
}
.form3 .wrapper .kuang_name {
  background-image: url(../images/icon08.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.form3 .wrapper .kuang_phone {
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
.form3 .wrapper .kuang.select {
  padding: 0;
}
.form3 .wrapper .kuang_city {
  position: relative;
  background-image: url(../images/icon10.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
.form3 .kuang.sub-btn {
  cursor: pointer;
  padding: 0;
  text-align: center;
  width: 162px;
  height: 48px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(#c11a1a,#c11a1a),linear-gradient(150deg,#ffea00 0,#ffea00 100%),linear-gradient(#fff,#fff);
  background-blend-mode: normal,normal,normal;
  -webkit-box-shadow: inset 0 3px 5px 0 rgb(255 200 118 / 46%);
  box-shadow: inset 0 3px 5px 0 rgb(255 200 118 / 46%);
  border-radius: 8px;
  border: solid 2px #ffea00;
}
.form3 .wrapper .kuang .current {
  display: block;
  padding-left: 50px;
  color: #000;
}
.select .list {
  position: absolute;
  top: -228px;
  left: -32px;
  z-index: 10;
  width: 203px;
  max-height: 228px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}
.form3 .select .list {
  left: 33px!important;
}
.select .option {
  padding-left: 15px;
  height: 48px;
  line-height: 48px;
}
.form3 .wrapper .guanbi {
  position: absolute;
  top: -30px;
  right: -24px;
  cursor: pointer;
}