#home {
  position: relative;
  z-index: 99;
}
#home .login_msg_box {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
}
#home .login_msg_box .input_box {
  margin-bottom: 10px;
}
#home .login_msg_box .input_box > label {
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #202020;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}
#home .login_msg_box .input_box input {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
}
#home .login_msg_box .input_box select {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
}
#home .login_msg_box .input_box textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  padding: 0 16px;
  padding-top: 10px;
  box-sizing: border-box;
  outline: none;
}
#home .login_msg_box .input_box input.verCode {
  width: -moz-calc(-58%);
  width: -webkit-calc(-58%);
  width: calc(100% - 158px);
  margin-right: 8px;
}
#home .login_msg_box .input_box button.verCode_btn {
  display: inline-block;
  width: 150px;
  height: 32px;
  text-align: center;
  vertical-align: top;
  background: #086fff;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d0dcec;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
}
#home .login_msg_box .input_box.radio .radio {
  display: inline-block;
  margin: 0.5rem;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"] {
  width: auto;
  position: absolute;
  opacity: 0;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #1ed989;
  border-color: #1ed989;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #1ed989;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#home .login_msg_box .input_box.radio .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
#home .login_msg_box .submit_box {
  width: 100%;
}
#home .login_msg_box .submit_box .btn_submit {
  width: 100%;
  height: 35px;
  background: #d0dced;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #202020;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
}
#home .login_msg_box .submit_box .btn_submit:active {
  background: #b9c5d6;
}
#home .login_msg_box .login_msg_footr {
  margin-top: 2.1%;
}
#home .login_msg_box .login_msg_footr > div {
  padding: 0;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12px;
}
#home .login_msg_box .login_msg_footr > div a {
  color: #086fff;
}
#home .header_content {
  position: relative;
  z-index: 100;
  height: 100%;
}
#home .header_content .nav_loginPlat {
  position: relative;
  width: 100%;
  font-size: 0;
  padding-top: 15px;
  z-index: 105;
}
#home .header_content .nav_loginPlat .logo_div {
  position: absolute;
  top: 15px;
  left: 2%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
#home .header_content .nav_loginPlat .nav_ul {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: right;
}
#home .header_content .nav_loginPlat .nav_ul > li {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  margin: 0 16px;
  text-align: center;
  color: #fff;
}
#home .header_content .nav_loginPlat .nav_ul > li > div {
  /*padding-bottom: 5px;*/
  box-sizing: border-box;
  cursor: default;
  letter-spacing: 3px;
  opacity: 0.7;
  line-height: 30px;
}
#home .header_content .nav_loginPlat .nav_ul > li > span {
  display: inline-block;
  width: 12px;
  border-bottom: 3px solid transparent;
  vertical-align: top;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li {
  min-width: 78px;
  margin-right: 58px;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box {
  position: relative;
  width: 100%;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_btn {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #1275FF;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_arrow_icon_bottom {
  position: absolute;
  right: 5px;
  top: 12px;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_arrow_icon_top {
  position: absolute;
  right: 5px;
  bottom: 12px;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_chose_box {
  position: absolute;
  width: 150px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-size: 15px;
  right: 0px;
  top: 40px;
  display: none;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_chose_box > li {
  line-height: 38px;
  margin: 6.25px 0;
  cursor: pointer;
  padding: 0 10px;
  text-align: left;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_chose_box > li > img {
  width: 27px;
  vertical-align: middle;
}
#home .header_content .nav_loginPlat .nav_ul > li.login_li .login_box .login_chose_box > li:hover {
  color: #1275FF;
  background: #E9F1FC;
}
#home .header_content .nav_loginPlat .nav_ul > li.no_click > div {
  opacity: 1;
}
#home .header_content .nav_loginPlat .nav_ul > li.active > div {
  opacity: 1;
}
#home .header_content .nav_loginPlat .nav_ul > li.active > span {
  border-bottom: 3px solid #fff;
  border-radius: 3px;
}
#home .header_content .nav_loginPlat-active {
  position: fixed;
  background: rgba(43, 58, 99, 0.3);
  top: 0;
  width: 100%;
  font-size: 0;
  padding-top: 15px;
  z-index: 105;
}
#home .header_content .nav_loginPlat-active .logo_div {
  position: absolute;
  top: 15px;
  left: 2%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
#home .header_content .nav_loginPlat-active .nav_ul {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: right;
}
#home .header_content .nav_loginPlat-active .nav_ul > li {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  margin: 0 16px;
  text-align: center;
  color: #fff;
}
#home .header_content .nav_loginPlat-active .nav_ul > li > div {
  /*padding-bottom: 5px;*/
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 3px;
  opacity: 0.7;
  line-height: 30px;
}
#home .header_content .nav_loginPlat-active .nav_ul > li > span {
  display: inline-block;
  width: 12px;
  border-bottom: 3px solid transparent;
  vertical-align: top;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li {
  min-width: 78px;
  margin-right: 58px;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box {
  position: relative;
  width: 100%;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_btn {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #1275FF;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_arrow_icon_bottom {
  position: absolute;
  right: 5px;
  top: 12px;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_arrow_icon_top {
  position: absolute;
  right: 5px;
  bottom: 12px;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_chose_box {
  position: absolute;
  width: 150px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-size: 15px;
  right: 0px;
  top: 40px;
  display: none;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_chose_box > li {
  line-height: 38px;
  margin: 6.25px 0;
  cursor: pointer;
  padding: 0 10px;
  text-align: left;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_chose_box > li > img {
  width: 27px;
  vertical-align: middle;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.login_li .login_box .login_chose_box > li:hover {
  color: #1275FF;
  background: #E9F1FC;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.no_click > div {
  opacity: 1;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.active > div {
  opacity: 1;
}
#home .header_content .nav_loginPlat-active .nav_ul > li.active > span {
  border-bottom: 3px solid #fff;
  border-radius: 3px;
}
#home .header_content .header_text_box {
  position: relative;
  width: 100%;
  z-index: 100;
  text-align: center;
  margin-top: 100px;
  font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
}
#home .header_content .header_text_box > h1 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 40px;
  margin-bottom: 50px;
  width: 45%;
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid orange;
}
#home .header_content .header_text_box > h1 > .text_pre {
  color: orange;
  font-size: 60px;
  font-family: STKaiti,KaiTi;
}
#home .header_content .header_text_box > h1 > .text_follow {
  font-size: 40px;
}
#home .header_content .header_text_box > p {
  color: #fff;
  opacity: 0.7;
  margin: 2px 0;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 3px;
}
#home .header_content .header_text_box > div.apply_experience_box {
  margin-top: 30px;
  text-align: center;
}
#home .header_content .header_text_box > div.apply_experience_box > span.apply_experience {
  display: inline-block;
  color: #fff;
  padding: 5px;
  background: #086FFF;
  border-radius: 25px;
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
  font-weight: 500;
  letter-spacing: 3px;
  text-shadow: 0px 18px 28px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}
#home .header_content .header_text_box > div.apply_experience_box > span.apply_experience:hover {
  text-decoration: underline;
}
#home .header_content .back_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#home .header_content .back_change_icon {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  bottom: 0;
}
#home .header_content .back_change_icon > ul {
  text-align: center;
}
#home .header_content .back_change_icon > ul > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}
#home .header_content .back_change_icon > ul > li.active {
  background: #e4bf1b;
}
#home .content_customer {
  width: 100%;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  position: relative;
  background: #F0F0F6;
}
#home .content_customer .text_one {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 3px;
  text-align: center;
}
#home .content_customer .text_two {
  width: 100%;
  height: 105px;
  position: relative;
  z-index: 100;
}
#home .content_customer .text_two .cus_logo_div {
  padding: 5px;
  height: 100%;
}
#home .content_customer .text_two .cus_logo_div .cus_logo_div_inner {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
#home .content_customer .text_two .cus_logo_div .cus_logo_div_inner img {
  width: 100%;
  transition: all 1s ease-out;
}
#home .content_customer .text_two .cus_logo_div .cus_logo_div_inner img:hover {
  transform: scale(1.1);
}
#home .content_customer .img_one {
  position: absolute;
  width: 17.5%;
  max-width: 252px;
  left: 20.7%;
  top: 0;
  z-index: 99;
}
#home .content_customer .img_two {
  position: absolute;
  right: 14.3%;
  bottom: 0;
}
#home .content_sqty {
  background: url(/images/8f515990.bottomshengqing.png) no-repeat;
  background-size: 100% 100%;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  margin-bottom: 0;
}
#home .content_sqty > div {
  height: 100%;
}
#home .content_sqty > div .text_one {
  width: 355px;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 2px;
}
#home .content_sqty > div .text_two {
  width: 335px;
  font-size: 22px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2.5px;
}
#home .content_sqty > div .logon_btn {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 26px;
  font-size: 14px;
  background: #fbfbfb;
  border: 1px solid rgba(8, 110, 255, 0.11);
  color: #086fff;
  line-height: 26px;
  letter-spacing: 2px;
  border-radius: 16px;
  cursor: pointer;
}
#home .content_sqty > div:first-child {
  padding-left: 8.3%;
}
#home .content_sqty > div:last-child {
  text-align: right;
  padding-right: 8.4%;
}
#home .footer_content {
  background: #232323;
  font-family: PingFangSC-Regular, PingFang SC;
}
#home .footer_content .footer_top > div {
  padding: 0;
}
#home .footer_content .footer_top .footer_left {
  width: 29.1%;
  padding-left: 8.3%;
}
#home .footer_content .footer_top .footer_left .text_two {
  width: 299px;
  height: 96px;
  font-size: 16px;
  font-weight: 400;
  color: #9b9ea0;
  line-height: 24px;
}
#home .footer_content .footer_top .footer_right {
  width: 70.9%;
}
#home .footer_content .footer_top .footer_right > .row_self > div {
  padding: 0;
  padding-left: 5%;
}
#home .footer_content .footer_top .footer_right > .row_self > div .text_one {
  font-size: 16px;
  font-weight: 500;
  color: #d7d8d9;
  letter-spacing: 1px;
}
#home .footer_content .footer_top .footer_right > .row_self > div .text_two {
  font-size: 15px;
  font-weight: 400;
  color: #9b9ea0;
  cursor: pointer;
}
#home .footer_content .footer_top .footer_right > .row_self > div .text_img {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#home .footer_content .footer_top .footer_right > .row_self > div .text_img img {
  max-width: 120px;
  background: no-repeat;
}
#home .footer_content .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
#home .footer_content .footer_bottom > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #9b9ea0;
  letter-spacing: 1px;
}
#home .footer_content .footer_bottom span.text_one {
  padding-left: 8.3%;
  padding-right: 34.5%;
}
#home .footer_content .footer_bottom a {
  color: #9b9ea0;
}
#home .footer_content .footer_bottom a:hover {
  color: #FFFFFF;
}
#home #model_box {
  width: 100%;
  height: 100%;
  background: #0d2151;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#home .model_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 32%;
  height: auto;
  z-index: 1001;
  display: none;
}
#home .model_dialog > div.content_dialog {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 22px 18px 0px #1f2e53;
  border-radius: 4px;
  overflow: auto;
}
#home .model_dialog > div.content_dialog i.close_btn {
  position: absolute;
  top: -34px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 24px;
  z-index: 1011;
}
#home div.apply_experience {
  padding: 0 6%;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  padding-bottom: 20px;
}
#home div.apply_experience .text_apply_experience {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#home div.apply_experience .logon_sure_box {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  padding-right: 6.3%;
  padding-left: 6.3%;
  padding-top: 4.7%;
  background: #ffffff;
  box-shadow: 0px 22px 18px 0px #f3f7fd;
  border-radius: 4px;
  margin-top: 3.4%;
  position: relative;
}
#home div.apply_experience .logon_sure_box .head_img_box {
  margin-bottom: 9px;
}
#home div.apply_experience .logon_sure_box .head_img_box > img {
  width: 16.2%;
  max-width: 53px;
  border-radius: 100%;
}
#home div.apply_experience .logon_sure_box .name_box {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 4px;
}
#home div.apply_experience .logon_sure_box .phone_box {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 38px;
}
#home div.apply_experience .logon_sure_box .hello_box {
  font-size: 26px;
  font-weight: normal;
  color: #232323;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#home div.apply_experience .logon_sure_box .success_box {
  font-size: 14px;
  font-weight: normal;
  color: #232323;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#home div.apply_experience .logon_sure_box .success_box span.blue {
  color: #4e89c0;
}
#home div.apply_experience .logon_sure_box .integrity_means_text {
  font-size: 14px;
  font-weight: normal;
  color: #232323;
  letter-spacing: 1px;
}
#home div.apply_experience .logon_sure_box .to_integrity_means {
  position: absolute;
  width: 100%;
  padding-right: 6.3%;
  padding-left: 6.3%;
  bottom: 20px;
  left: 0;
}
#home div.apply_experience .logon_sure_box .to_integrity_means .btn_submit {
  width: 100%;
  height: 35px;
  background: #086fff;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
}
#home div.apply_experience .logon_sure_box .to_integrity_means .btn_submit:active {
  background: #086cc9;
}
div.file_upload {
  display: inline-block;
  max-width: 414px;
  min-height: 229px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0dcec;
  position: relative;
  z-index: 100;
  text-align: center;
}
div.file_upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  z-index: 110;
}
div.file_upload .upload_img_show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
}
div.file_upload .upload_icon_box {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: calc(25% - 30px);
  background: #f7f7f7;
  border-radius: 4px;
}
div.file_upload .upload_icon_box img {
  width: 100%;
  height: 100%;
}
div.file_upload .upload_title {
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #232323;
  letter-spacing: 1px;
}
.input_box.error_text > label {
  color: red !important;
}
.input_box.error_text input {
  border-color: red !important;
}
.input_box.error_text input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: red !important;
}
.input_box.error_text input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red !important;
}
.input_box.error_text input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red !important;
}
.input_box.error_text input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: red !important;
}
.input_box.error_text select {
  border-color: red !important;
}
#right_box * {
  box-sizing: border-box;
}
#right_box {
  position: fixed;
  right: 40px;
  top: 60%;
  z-index: 500;
  width: 40px;
  height: 150px;
}
#right_box .logo_buton {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(84, 74, 248, 0.3);
  border-radius: 40px;
  margin: 10px 0;
}
#right_box .logo_buton img {
  width: 70%;
  height: 70%;
  margin: 15%;
}
#right_box .logo_buton:hover {
  background: #544af8;
}
#wx_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  z-index: 500;
  top: 50%;
  left: 50%;
}
.wx_box {
  width: 100px;
  height: 100px;
  background: #544af8;
}
.wx_box img {
  width: 88%;
  height: 88%;
  margin: 7%;
}
.wx_box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 15px;
}
.wx_box-right:after {
  border-left-color: #544af8;
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  left: 100%;
  top: 50%;
  margin-top: -15px;
}
#phone_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  z-index: 500;
  top: 30%;
  left: 50%;
}
.phone_box {
  width: 150px;
  height: 30px;
  text-align: center;
  background: #544af8;
}
.phone_box span {
  color: #ffffff;
  font-size: 20px;
}
.phone_box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 10px;
}
.phone_box-right:after {
  border-left-color: #544af8;
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
#search_box {
  display: none;
  position: absolute;
  border-radius: 6px;
  z-index: 500;
}
#search_box div {
  box-sizing: border-box;
}
#search_box textarea {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 20px;
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
}
#search_box textarea:focus {
  outline: 1px solid #66ccff;
}
.search_box {
  width: 300px;
  background: #f2f2f2;
}
.search_box .search_head {
  padding: 10px 15px 5px;
  width: 100%;
}
.search_box .search_middle {
  padding: 5px 15px 10px;
  width: 100%;
}
.search_box .search_footer {
  padding: 0px 15px 10px;
}
.search_box .search_footer div.left {
  display: inline-block;
  text-align: left;
  width: 48%;
}
.search_box .search_footer div.left span {
  font-size: 10px;
  vertical-align: top;
  color: #999999;
}
.search_box .search_footer div.right {
  display: inline-block;
  text-align: right;
  width: 50%;
}
.search_box .search_footer div.right button {
  color: white;
  background-color: #66ccff;
  border: none;
  border-radius: 5px;
  width: 80px;
  height: 32px;
  cursor: pointer;
}
.search_box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
}
.search_box-right:after {
  border-left-color: #f2f2f2;
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  left: 100%;
  top: 10%;
  margin-top: -5px;
}
/* 显示信息框 */
#message {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  display: none;
  box-sizing: border-box;
}
#message .message-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.message-inner .info-box {
  background-color: #409EFF;
  padding: 10px 20px;
  color: white;
  max-width: 200px;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

html,body{    height: 100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    margin:0;    padding:0;}ul,ol{    list-style: none;}@media screen and (max-width: 900px) {    html {        font-size: 14px;    }    #home .enterUl li div .top {        font-size: 0.5rem;        font-weight: 500;        color: rgba(37, 38, 49, 1);        position: absolute;        left: 0.8rem;        top: 0.8rem;    }    #home .enterUl li div .bottom {        font-size: 0.3rem;        font-weight: 400;        color: rgba(124, 127, 147, 1);        position: absolute;        left: 0.8rem;        top: 1.7rem;    }}@media screen and (min-width: 901px) and (max-width: 1200px) {    html {        font-size: 16px;    }    #home .enterUl li div .top {        font-size: 0.8rem;        font-weight: 500;        color: rgba(37, 38, 49, 1);        position: absolute;        left: 1rem;        top: 1rem;    }    #home .enterUl li div .bottom {        font-size: 0.6rem;        font-weight: 400;        color: rgba(124, 127, 147, 1);        position: absolute;        left: 1rem;        top: 2.2rem;    }}@media screen and (min-width: 1201px) and (max-width: 1350px) {    html {        font-size: 18px;    }    #home .enterUl li div .top {        font-size: 1rem;        font-weight: 500;        color: rgba(37, 38, 49, 1);        position: absolute;        left: 1rem;        top: 1rem;    }    #home .enterUl li div .bottom {        font-size: 0.8rem;        font-weight: 400;        color: rgba(124, 127, 147, 1);        position: absolute;        left: 1rem;        top: 2.3rem;    }}@media screen and (min-width: 1351px) {    html {        font-size: 18px;    }    #home .enterUl li div .top {        font-size: 1rem;        font-weight: 500;        color: rgba(37, 38, 49, 1);        position: absolute;        left: 1.5rem;        top: 1rem;    }    #home .enterUl li div .bottom {        font-size: 0.8rem;        font-weight: 400;        color: rgba(124, 127, 147, 1);        position: absolute;        left: 1.5rem;        top: 2.3rem;    }}body {    background: RGBA(205, 223, 251, 1);    font-size: 14px;}#home .textBox {    text-align: center;    color: #fff;    font-size: 1rem;    font-weight: 400;    padding-top: 200px;    padding-bottom: 50px;}#home .textBox .msg {    color: RGBA(255, 146, 55, 1);    text-decoration: underline;}#home .enterBox {    width: 70%;    margin: 0 auto;    text-align: center;    font-size: 0;}#home .enterUl li {    display: inline-block;    text-align: center;    width: 24%;    margin-right: 1.33333333%;    height: 200px;    font-size: 1rem;}#home .enterUl li:last-child {    margin-right: 0;}#home .enterUl li div {    position: relative;}#home .enterUl li div img {    width: 100%;}
#search_div {
  background: #ffffff;
  height: 100%;
  padding: 0px 60px;
}
#search_div input:focus,
#search_div textarea:focus {
  outline: 1px solid #086fff;
}
#search_div .header {
  padding: 10px 0 12px;
  background: -webkit-linear-gradient(left, #1183fb, #0d65e5, #0a48d1);
  color: white;
}
#search_div .header div {
  font-size: 16px;
}
#search_div .header div span {
  cursor: pointer;
}
#search_div .torder_search {
  background-color: #f6f6f6;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px 10px 10px;
}
#search_div .torder_search #torderId_box {
  border-radius: 5px;
  resize: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
#search_div .torder_search button {
  cursor: pointer;
  color: white;
  background: #086fff;
  border: none;
  width: 15em;
  height: 2em;
  border-radius: 5px;
  font-size: 16px;
}
#search_div .torder_search div.line12 {
  margin-bottom: 10px;
}
#search_div .result_title {
  display: none;
}
#search_div .result_title div.line12 {
  color: #086fff;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bolder;
}
#search_div .result_body {
  display: none;
  border-radius: 10px;
  border: 1.5px solid #dddddd;
  padding: 20px 0;
}
#search_div .result_body .result_body_title {
  font-weight: bolder;
  font-size: 15px;
  margin-bottom: 15px;
}
#search_div .result_body .info_line {
  margin-bottom: 20px;
}
#search_div .result_body .info_line div.line3,
#search_div .result_body .info_line div.line6 {
  padding: 0 20px;
}
#search_div .result_body .info_line div.line3 input,
#search_div .result_body .info_line div.line6 input {
  background: none;
  border: none;
  border-bottom: 1.2px solid #dddddd;
  width: 100%;
  height: 1.8em;
  padding: 5px;
}
#search_div .result_body .event_info {
  border-radius: 10px;
  border: 2px solid black;
  padding: 20px 0;
  margin: 10px 0;
  min-height: 50px;
}
#search_div .result_body .event_info .torder_div {
  margin-top: -30px;
}
#search_div .result_body .event_info .torder_div .torderId {
  background: #fff;
  color: #086fff;
}
#search_div .result_body .event_info .torder_div .torder_state {
  background: #fff;
  color: #086fff;
}
#search_div .result_body .event_info .can_click {
  cursor: pointer;
}
#search_div .result_body .event_info .event_box {
  max-height: 600px;
  overflow: auto;
  float: left;
}
#search_div .result_body .event_info .event_box .event_box_item {
  min-height: 80px;
  width: 100%;
  margin: 15px 20px 15px 2px;
}
#search_div .result_body .event_info .event_box .event_box_item .left {
  height: 100%;
  padding: 10px;
}
#search_div .result_body .event_info .event_box .event_box_item .left .icon_div {
  background: #4f7ce9;
  padding: 12px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
#search_div .result_body .event_info .event_box .event_box_item .left .icon_div img {
  width: 100%;
  height: 100%;
}
#search_div .result_body .event_info .event_box .event_box_item .right {
  position: relative;
  height: 100%;
  background: #f5f7fc;
  border-radius: 10px;
}
#search_div .result_body .event_info .event_box .event_box_item .right div.row_self {
  margin: 15px 10px 10px;
}
#search_div .result_body .event_info .event_box .event_box_item .right .event_time {
  color: #9093a2;
}
#search_div .result_body .event_info .event_box .event_box_item .right .event_title {
  font-size: 15px;
  font-weight: bold;
}
#search_div .result_body .event_info .event_box .event_box_item .right::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #f5f7fc;
  margin-left: -40px;
  margin-top: 20px;
}
#search_div .result_body .event_info .baiduMap {
  float: left;
}
#search_div .result_body .event_info .baiduMap div.inner {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
}

