/* 放大效果  @times 放大倍数*/
.login_main .xg_login_section {
  position: relative;
}
.login_main .xg_login_section .banner_img {
  width: 100%;
}
.login_main .xg_login_section .banner_img .img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.login_main .xg_login_section .banner_img img {
  width: 100%;
}
.login_main .xg_login_section .login_wrap {
  position: absolute;
  top: 140px;
  right: 360px;
  width: 440px;
  padding: 40px 55px ;
  background-color: #fff;
  border-radius: 10px;
}
.login_main .xg_login_section .login_wrap h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.login_main .xg_login_section .login_wrap h3 a{
  display: inline-block;
}
.login_main .xg_login_section .login_wrap h3 a.active{
  color: #c11720;
}
.login_main .xg_login_section .login_wrap h3 span{
  margin: 0px 10px;
  font-size: 24px;
  position: relative;
}
.login_main .xg_login_section .login_wrap h3 span:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 25px;
  border-right: 1px solid #ccc;
}
.login_main .xg_login_section .login_wrap .lab {
  padding-left: 10px;
  /*padding-right: 10px;*/
  margin-bottom: 21px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .lab.q_lab{
  overflow: hidden;
  padding-right: 0;
}
.login_main .xg_login_section .login_wrap .lab input {
  /*padding-right: 20px;*/
  margin-left: 15px;
  font-size: 14px;
}
.login_main .xg_login_section .login_wrap .lab input::-webkit-input-placeholder {
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .lab input:-moz-placeholder {
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .lab input:-ms-input-placeholder {
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .lab input::placeholder {
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .lab .icon {
  position: relative;
  margin-bottom: -3px;
  display: inline-block;
  padding-right: 13px;
  opacity: 0.7;
}
.login_main .xg_login_section .login_wrap .lab .icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 20px;
  border-right: 1px solid #ccc;
}
.login_main .xg_login_section .login_wrap .lab .iconfont {
  font-size: 16px;
}
.login_main .xg_login_section .login_wrap .lab a {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 120px;
  background-color: #c11720;
}
.login_main .xg_login_section .login_wrap .help {
  line-height: 1;
  font-size: 12px;
}
.login_main .xg_login_section .login_wrap .help span {
  color: #bbb;
}
.login_main .xg_login_section .login_wrap .help a {
  color: #c11720;
}
.login_main .xg_login_section .login_wrap .btn {
  margin-top: 30px;
  margin-bottom: 15px;
}
.login_main .xg_login_section .login_wrap .btn button {
  margin: auto;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #c11720;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}
.login_main .xg_login_section .login_wrap .info {
  line-height: 1;
  font-size: 14px;
  color: #bbbbbb;
  text-align: center;
}
.inner_box_right {
  padding: 0 50px 50px;
  background-color: #fff;
  min-height: 906px;
  border-radius: 6px;
}
.inner_box_right.inner_vip_right {
  min-height: 834px;
}
.inner_box_right .step {
  margin-top: 75px;
  background-color: #eee;
  border-radius: 50% ;
  text-align: center;
}
.inner_box_right .step1,
.inner_box_right .step2 {
  position: relative;
  width: 50%;
  height: 6px;
  border-radius: 6px;
}
.inner_box_right .step1 .order,
.inner_box_right .step2 .order {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -19px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-radius: 50% ;
}
.inner_box_right .step1 p,
.inner_box_right .step2 p {
  margin-top: 35px;
}
.inner_box_right .step1 {
  background-color: #acd252;
}
.inner_box_right .step1 .order {
  color: #fff;
  background-color: #acd252;
}
.inner_box_right .step1 p {
  color: #acd252;
}
.inner_box_right .step2 {
  background-color: #eeeeee;
}
.inner_box_right .step2 .order {
  color: #bbb;
  background-color: #eee;
}
.inner_box_right .step2 p {
  color: #bbbbbb;
}
.inner_box_right .form {
  margin: 122px auto 0;
  width: 490px;
}
.inner_box_right .form h3 {
  margin-bottom: 33px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.inner_box_right .form .lab {
  padding-left: 20px;
  padding-right: 12px;
  margin-bottom: 21px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #bbb;
}
.inner_box_right .form .lab input {
  padding-right: 20px;
  margin-left: 15px;
}
.inner_box_right .form .lab input::-webkit-input-placeholder {
  color: #bbb;
}
.inner_box_right .form .lab input:-moz-placeholder {
  color: #bbb;
}
.inner_box_right .form .lab input:-ms-input-placeholder {
  color: #bbb;
}
.inner_box_right .form .lab input::placeholder {
  color: #bbb;
}
.inner_box_right .form .lab .icon {
  position: relative;
  margin-bottom: -6px;
  display: inline-block;
  padding-right: 13px;
  opacity: 0.7;
}
.inner_box_right .form .lab .icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 20px;
  border-right: 1px solid #ccc;
}
.inner_box_right .form .lab .iconfont {
  font-size: 20px;
}
.inner_box_right .form .lab a {
  padding-right: 8px;
  font-size: 14px;
  color: #c11720;
}
.inner_box_right .form .btn {
  margin-top: 50px;
  margin-bottom: 15px;
}
.inner_box_right .form .btn button {
  margin: 0 auto;
  width: 230px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  background-color: #c11720;
  border-radius: 6px;
  display: block;
  cursor: pointer;
}
.reset_phone_section {
  padding: 45px 0 80px;
  background-color: #f9f9f9;
}
.reset_phone_section .verify_phone .step1 {
  background-color: #eeeeee;
}
.reset_phone_section .verify_phone .step1 .order {
  color: #bbb;
  background-color: #eeeeee;
}
.reset_phone_section .verify_phone .step1 p {
  color: #bbbbbb;
}
.reset_phone_section .verify_phone .step2 {
  background-color: #acd252;
}
.reset_phone_section .verify_phone .step2 .order {
  color: #fff;
  background-color: #acd252;
}
.reset_phone_section .verify_phone .step2 p {
  color: #acd252;
}
.reset_phone_section .verify_phone .tip span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 32px;
}
.reset_phone_section .success_section .success {
  margin-top: 133px;
  text-align: center;
}
.reset_phone_section .success_section .success img {
  margin: 0 auto;
}
.reset_phone_section .success_section .success .desc_info {
  margin-top: 55px;
  font-size: 20px;
}
.reset_phone_section .success_section .success .tip_info {
  margin-top: 15px;
  color: #888;
}
.edit_article_main button,
.edit_article_main input,
.edit_article_main textarea {
  font-size: 14px;
}
.edit_article_main .edit_wrap {
  margin-top: 45px;
}
.edit_article_main .edit_wrap .edit {
  margin-left: 35px;
  font-size: 14px;
  color: #c53833;
}
.edit_article_main .edit_wrap .edit_btn {
  cursor: pointer;
}
.edit_article_main .edit_wrap .item_label {
  margin-bottom: 25px;
}
.edit_article_main .edit_wrap .item_label:last-child {
  margin-bottom: 0;
}
.edit_article_main .edit_wrap .item_label .label_name {
  margin-right: 5px;
  width: 90px;
  line-height: 40px;
}
.edit_article_main .edit_wrap .item_label .input_edit {
  padding-left: 18px;
  width: 640px;
  height: 40px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #eee;
  border-radius: 5px;
}
.edit_article_main .edit_wrap .item_label .input_edit input {
  height: 100%;
  width: 100%;
}
.edit_article_main .edit_wrap .file_wrap {
  width: 370px;
  height: 135px;
  border: dashed 1px #eee;
  border-radius: 5px;
  text-align: center;
}
.edit_article_main .edit_wrap .file_wrap.qr_code {
  width: 310px;
  height: 150px;
}
.edit_article_main .edit_wrap .file_wrap.qr_code .txt {
  margin-top: 15px;
}
.edit_article_main .edit_wrap .file_wrap label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.edit_article_main .edit_wrap .file_wrap .iconfont {
  font-size: 24px;
  color: #c11720;
}
.edit_article_main .edit_wrap .file_wrap p {
  margin-top: 15px;
  font-size: 14px;
  color: #bbbbbb;
}
.edit_article_main .edit_wrap .file_wrap .upload_img {
  position: relative;
  margin: 7px auto;
  width: 203px;
  height: 120px ;
  display: none;
}
.edit_article_main .edit_wrap .file_wrap .upload_img img {
  width: 100%;
}
.edit_article_main .edit_wrap .file_wrap .upload_img .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.edit_article_main .edit_wrap .enterprise_name input {
  padding-left: 18px;
  width: 640px;
  height: 40px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.edit_article_main .edit_wrap .brief,
.edit_article_main .edit_wrap .business {
  width: 640px;
  height: 125px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.edit_article_main .edit_wrap .brief textarea,
.edit_article_main .edit_wrap .business textarea {
  padding: 4px 45px 4px 16px ;
  height: 100%;
  width: 100%;
  line-height: 30px;
  color: #999999;
}
.edit_article_main .edit_wrap .business {
  height: 95px;
}
.edit_article_main .edit_wrap .add_contact {
  width: 200px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: 20px;
}
.edit_article_main .edit_wrap .add_contact input {
  width: 100%;
  height: 100%;
  color: #999999;
}
.edit_article_main .edit_wrap .add_contact input::-webkit-input-placeholder {
  color: #999;
}
.edit_article_main .edit_wrap .add_contact input:-moz-placeholder {
  color: #999;
}
.edit_article_main .edit_wrap .add_contact input:-ms-input-placeholder {
  color: #999;
}
.edit_article_main .edit_wrap .add_contact input::placeholder {
  color: #999;
}
.edit_article_main .edit_wrap .add_btn {
  margin-left: 15px;
  color: #858585;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.edit_article_main .edit_wrap .info {
  margin-top: 10px;
  height: 30px;
  padding: 5px 40px;
  width: 350px;
  line-height: 20px;
  color: #fff;
  background-color: #c11720;
  border-radius: 5px;
}
.edit_article_main .edit_wrap #text {
  width: 640px;
}
.edit_article_main .edit_wrap .code_file {
  width: 640px;
}
.edit_article_main .edit_wrap .submit_save {
  padding-top: 25px;
  width: 640px;
}
.edit_article_main .edit_wrap .submit_save input {
  width: 350px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #c11720;
  border-radius: 5px;
  cursor: pointer;
}
.edit_article_main .edit_wrap .submit_save input:hover {
  opacity: 0.7;
}
.xg_inside_title {
  position: relative;
  padding-bottom: 18px;
  font-size: 36px;
  letter-spacing: 2px;
  text-align: center;
}
.xg_inside_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 3px;
  background-color: #c11720;
}
.xg_title {
  height: 97px;
  font-size: 30px;
  color: #333;
  letter-spacing: 2px;
  // line-height: 1.8;
  line-height: 96px;
  border-bottom: 1px solid #eee;
}
.xg_title a {
  margin-bottom: -3px;
  width: 140px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #aeaeae;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  display: inline-block;
}
.reg_main .form_info {
  margin: 0 auto ;
  right: 360px;
  width: 480px;
  background-color: #fff;
  border-radius: 10px;
}
.reg_main .form_info h3 {
  margin-bottom: 33px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.reg_main .form_info .lab {
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 21px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #bbb;
}
.reg_main .form_info .lab input {
  padding-right: 20px;
  margin-left: 15px;
}
.reg_main .form_info .lab input::-webkit-input-placeholder {
  color: #bbb;
}
.reg_main .form_info .lab input:-moz-placeholder {
  color: #bbb;
}
.reg_main .form_info .lab input:-ms-input-placeholder {
  color: #bbb;
}
.reg_main .form_info .lab input::placeholder {
  color: #bbb;
}
.reg_main .form_info .lab .icon {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  margin-bottom: -3px;
  opacity: 0.7;
}
.reg_main .form_info .lab .icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 20px;
  border-right: 1px solid #ccc;
}
.reg_main .form_info .lab .iconfont {
  font-size: 20px;
  opacity: 0.7;
}
.reg_main .form_info .lab a {
  margin-right: 7px;
  font-size: 14px;
  color: #c11720;
}
.reg_main .form_info .help {
  line-height: 1;
  font-size: 14px;
}
.reg_main .form_info .help a {
  color: #bbb;
}
.reg_main .form_info .btn {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.reg_main .form_info .btn a {
  width: 230px;
  height: 54px;
  color: #bbbbbb;
  line-height: 54px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.reg_main .form_info .btn a:hover {
  opacity: 0.7;
}
.reg_main .form_info .btn button {
  width: 230px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background-color: #c11720;
  border-radius: 6px;
  cursor: pointer;
}
.reg_main .form_info .btn button:hover {
  opacity: 0.7;
}
.reg_main .agreement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.reg_main .agreement .article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 80%;
  min-height: 400px;
  max-height: 700px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 10px 10px 10px #666;
}
.reg_main .agreement .article .submit a {
  margin: 25px auto 0;
  width: 470px;
  height: 54px;
  background-color: #da1d27;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 54px;
}
.reg_main .agreement .title {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  user-select: none;
  font-weight: bold;
  background: url("../images/public/alter_bg.jpg") no-repeat center;
}
.reg_main .agreement .content {
  position: relative;
  padding: 20px;
  width: 100%;
  height: calc(100% - 200px);
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
}
.reg_main .agreement .content .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  user-select: none;
}
.reg_main .agreement .content .scroll {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}
.reg_main .agreement .content .scroll .scroll_bar {
  position: absolute;
  top: 0;
  width: 8px;
  height: 40px;
  border-radius: 5px;
  background-color: #666;
}
.reg_main .agreement .submit {
  opacity: 0.8;
}
.pos_reg_section {
  padding: 70px 0 ;
  background-color: #f9f9f9;
}
.pos_reg_section h3 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.form_info_wrap {
  padding: 50px 0;
  margin-top: 40px;
  background-color: #fff;
}
.reg_step {
  position: relative;
}
.reg_step::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f4f4;
}
.reg_step .strip {
  position: relative;
  width: 25%;
  text-align: center;
}
.reg_step .strip::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f4f4;
}
.reg_step .strip .reg_order {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  height: 40px;
  width: 40px;
  margin-top: -24px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background-color: #eeeeee;
  text-align: center;
}
.reg_step .strip p {
  margin-top: 15px;
  color: #bbbbbb;
}
.reg_step .strip.active::before {
  background-color: #acd252;
}
.reg_step .strip.active .reg_order {
  background-color: #acd252;
}
.reg_step .strip.active p {
  color: #acd252;
}
.notice_main .form_info_wrap {
  padding: 40px 38px 30px;
}
.notice_main .form_info_wrap h3 {
  padding-bottom: 5px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  font-size: 16px;
  text-align: left;
}
.notice_main .form_info_wrap li {
  margin-top: 35px;
  line-height: 32px;
  color: #666;
}
.notice_main form .checked {
  margin-top: 20px;
}
.notice_main form .checked label {
  cursor: pointer;
}
.notice_main form .checked .box {
  margin-right: 13px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center  ;
  line-height: 20px;
  border: 1px solid #dcdcdc;
}
.notice_main form .checked .box .iconfont {
  display: none;
}
.notice_main form .checked input:checked + label .iconfont {
  display: inline-block;
  color: #c11720;
}
.notice_main form .notice_submit {
  width: 100%;
  margin-top: 20px;
}
.notice_main form .notice_submit input {
  margin: 0 auto;
  width: 230px;
  height: 54px;
  border-radius: 5px;
  color: #fff;
  background-color: #ccc;
  display: block;
  cursor: pointer;
}
.reg_fill_info_main form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
.reg_fill_info_main .form_rows {
  margin-top: 23px;
}
.reg_fill_info_main .form_rows .cate_name {
  padding: 20px 0;
  margin-right: 25px;
  width: 220px;
  text-align: right;
  line-height: 1;
}
.reg_fill_info_main .form_rows .cate_name i {
  color: #ff0000;
}
.reg_fill_info_main .form_rows .input_edit {
  padding-left: 18px;
  width: 537px;
  height: 54px;
  font-size: 16px;
  color: #bbbbbb;
  border: 1px solid #eee;
  border-radius: 5px;
}
.reg_fill_info_main .form_rows .input_edit.enterprise_name {
  background-color: #f9f9f9;
}
.reg_fill_info_main .form_rows .input_edit.sub_btn {
  height: auto;
  padding-top: 25px;
  border: none;
}
.reg_fill_info_main .form_rows .input_edit.sub_btn a,
.reg_fill_info_main .form_rows .input_edit.sub_btn button {
  width: 230px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.reg_fill_info_main .form_rows .input_edit.sub_btn a:hover,
.reg_fill_info_main .form_rows .input_edit.sub_btn button:hover {
  opacity: 0.8;
}
.reg_fill_info_main .form_rows .input_edit.sub_btn a {
  margin-left: 0;
  margin-right: 30px;
  background-color: #eee;
}
.reg_fill_info_main .form_rows .input_edit.sub_btn button {
  background-color: #c11720;
  color: #fff;
}
.reg_fill_info_main .form_rows .input_edit input {
  height: 100%;
  width: 100%;
}
.reg_fill_info_main .form_rows .input_edit input::-webkit-input-placeholder {
  color: #bbb;
}
.reg_fill_info_main .form_rows .input_edit input:-moz-placeholder {
  color: #bbb;
}
.reg_fill_info_main .form_rows .input_edit input:-ms-input-placeholder {
  color: #bbb;
}
.reg_fill_info_main .form_rows .input_edit input::placeholder {
  color: #bbb;
}
.reg_fill_info_main .form_rows .tip p {
  margin-top: 15px;
  line-height: 1;
  font-size: 14px;
  color: #bbb;
}
.reg_fill_info_main .file_wrap {
  padding: 20px;
  width: 537px;
  height: 130px;
  border: dashed 1px #eee;
  border-radius: 5px;
  text-align: center;
}
.reg_fill_info_main .file_wrap.qr_code {
  width: 310px;
  height: 150px;
}
.reg_fill_info_main .file_wrap.qr_code .txt {
  margin-top: 15px;
}
.reg_fill_info_main .file_wrap .img_file p {
  margin: 0;
  font-size: 16px;
  color: #bbbbbb;
  text-align: left;
}
.reg_fill_info_main .file_wrap label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.reg_fill_info_main .file_wrap .iconfont {
  font-size: 50px;
  color: #eee;
}
.reg_fill_info_main .file_wrap p {
  margin-top: 15px;
  font-size: 14px;
  color: #bbbbbb;
}
.reg_fill_info_main .file_wrap .upload_img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: none;
}
.reg_fill_info_main .file_wrap .upload_img img {
  max-width: 100%;
  max-height: 100%;
}
.reg_fill_info_main .file_wrap .upload_img .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.reg_fill_info_main .file_wrap .upload_img .close .iconfont {
  color: #c11720;
}
.examine_main .img {
  text-align: center;
}
.examine_main .img img {
  margin-top: 45px;
  width: 253px;
}
.examine_main .result {
  margin-top: 35px;
  color: #333;
  text-align: center;
}
.examine_main .tip {
  margin-top: 10px;
  font-size: 14px;
  color: #bbbbbb;
  text-align: center;
}
.examine_main a {
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  height: 54px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  background-color: #c11720;
  border-radius: 6px;
}
.history_main .share_section .article {
  padding-top: 0;
}
.history_main .article {
  padding-top: 35px;
}
.history_main .article ul li {
  padding: 30px 0 20px;
}
.history_main .article ul li .art_bottom a:hover .iconfont,
.history_main .article ul li .art_bottom a:hover span {
  color: #c11720;
}
.history_main .article .date {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.history_main .article .img {
  width: 150px;
}
.history_main .article .picture_container {
  padding-top: 136%;
}
.history_main .article .text {
  width: 73.6%;
}
.history_main .article .text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 64px;
  min-height: 64px;
  line-height: 32px;
}
.history_main .article .tag {
  margin-top: 15px;
  margin-bottom: 30px;
}
.history_main .article .tag span {
  display: inline-block;
}
.history_main .article .tag .txt {
  display: block;
  color: #bbbbbb;
}
.history_main .article .tag .logo_img {
  height: 24px;
}
.history_main .article .tag .iconfont {
  margin-left: 5px;
  color: #F4D14F;
}
.history_main .article .tag .price {
  letter-spacing: 1px;
  color: #c11720;
  font-weight: bold;
}
.history_main .article .art_bottom {
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  line-height: 1;
}
.history_main .article .art_bottom .forward_date {
  font-size: 14px;
}
.history_main .article .art_bottom .forward_date span {
  color: #bbbbbb;
}
.history_main .article .art_bottom .detail_tag {
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.history_main .article .art_bottom .del_tag {
  padding-left: 20px;
}
.history_main .article .art_bottom .share_tag {
  margin-left: 18px;
  padding-left: 24px;
  border-left: 1px solid #eee;
}
.history_main .article .art_bottom .share_tag .iconfont,
.history_main .article .art_bottom .share_tag span {
  color: #2e94f2;
}
.history_main .article .art_bottom .iconfont {
  color: #737373;
}
.history_main .article .art_bottom span {
  color: #666;
}
.history_main .date_item {
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 40px;
}
.history_main .date_item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../images/public/item_bg.png") center;
}
.history_main .date_item:last-child {
  padding-bottom: 0;
  margin-bottom: 35px;
}
.history_main .date_item:last-child::after {
  display: none;
}
.system_notification_main .system_notification_section {
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.system_notification_main .system_notification_section .inner_box_right {
  padding-bottom: 50px;
}
.system_notification_main .system_notification_section ul {
  margin-bottom: 50px;
}
.system_notification_main .system_notification_section .item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.system_notification_main .system_notification_section .item .horn_icon {
  line-height: 24px;
}
.system_notification_main .system_notification_section .item .icon-tongzhi1 {
  font-size: 24px;
  color: #f7cf4e;
}
.system_notification_main .system_notification_section .item:hover h4 {
  color: #c11720;
}
.system_notification_main .system_notification_section .article {
  width: 100%;
  max-width: 707px;
  margin-left: 24px;
}
.system_notification_main .system_notification_section .article h4 {
  position: relative;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.system_notification_main .system_notification_section .article h4 .new {
  position: relative;
}
.system_notification_main .system_notification_section .article h4 .new::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c11720;
}
.system_notification_main .system_notification_section .article p {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.system_notification_main .system_notification_section .article .date {
  color: #bbbbbb;
}
.system_notification_main .system_notification_section .article .date .iconfont {
  font-size: 16px;
}
.system_notification_main .system_notification_section .article .date .date_show {
  margin-left: 14px;
  font-size: 14px;
}
.system_details_main .system_details_section {
  padding: 45px 0 75px;
  background-color: #f9f9f9;
}
.system_details_main .system_details_section .inner_box_right {
  padding-bottom: 60px;
}
.system_details_main .system_details_section .date {
  padding: 20px 0;
  color: #bbbbbb;
}
.system_details_main .system_details_section .date .iconfont {
  font-size: 16px;
}
.system_details_main .system_details_section .date .date_show {
  margin-left: 14px;
  font-size: 14px;
}
.manage_main .manage_section {
  padding: 45px 0 80px;
  background-color: #f9f9f9;
}
.manage_main .manage_section form {
  margin-bottom: 20px;
}
.manage_main .manage_section form label {
  cursor: pointer;
}
.manage_main .manage_section form input[type=radio]:checked + label {
  background-color: #c11720;
  color: #fff;
}
.manage_main .manage_section form .form_item {
  position: relative;
  margin-left: 25px;
  height: 40px;
  width: 160px;
  line-height: 40px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #aeaeae;
  cursor: pointer;
}
.manage_main .manage_section form .form_item:first-child {
  margin-left: 0;
}
.manage_main .manage_section form .form_item.form_state {
  width: 120px;
}
.manage_main .manage_section form .form_item .val {
  padding: 0 10px;
}
.manage_main .manage_section form .form_item .select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  display: none;
}
.manage_main .manage_section form .form_item .select li {
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.manage_main .manage_section form .form_item .select li:last-child {
  border: none;
}
.manage_main .manage_section form .form_item .select li:hover label {
  background-color: #c11720;
  color: #fff;
}
.manage_main .manage_section form .form_item .select label {
  width: 100%;
  height: 100%;
  display: block;
}
.manage_main .manage_section form .form_item.form_search {
  padding: 0 12px;
  width: 277px;
}
.manage_main .manage_section form .form_item.form_search input {
  font-size: 14px;
  padding-right: 20px;
}
.manage_main .manage_section form .form_item.form_search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.manage_main .manage_section form .form_item.form_search input:-moz-placeholder {
  color: #aeaeae;
}
.manage_main .manage_section form .form_item.form_search input:-ms-input-placeholder {
  color: #aeaeae;
}
.manage_main .manage_section form .form_item.form_search input::placeholder {
  color: #aeaeae;
}
.manage_main .manage_section form .form_item.form_search .iconfont {
  color: #c11720;
  cursor: pointer;
}
.manage_main .manage_section form .form_item.form_search .iconfont:hover {
  opacity: 0.9;
}
.manage_main .manage_section .date_item li {
  padding-bottom: 35px ;
}
.manage_main .manage_section .date_item li:last-child {
  padding-bottom: 10px;
}
.manage_main .manage_section .date_item .art_bottom {
  padding-top: 30px;
}
.manage_main .manage_section .date_item .art_bottom .res_state {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.manage_main .manage_section .date_item .art_bottom .PASS {
  background: url("../images/public/yitongguo.png") center / contain no-repeat;
}
.manage_main .manage_section .date_item .art_bottom .UN_APPLY {
  background: url("../images/public/weishenhe.png") center / contain no-repeat;
}
.manage_main .manage_section .date_item .art_bottom .NO_PASS {
  background: url("../images/public/weitongguo.png") center / contain no-repeat;
}
.post_main .inner_box_right {
  padding-bottom: 0;
}
.post_main #post_edit_wrap .label_name {
  margin-right: 35px;
  width: 95px;
  text-align: right;
}
.post_main #post_edit_wrap .label_name i {
  color: #c11720;
}
.post_main #post_edit_wrap .file_wrap,
.post_main #post_edit_wrap .input_edit {
  border: solid 1px #e5e5e5;
}
.post_main #post_edit_wrap .brief {
  width: 100%;
  border: solid 1px #e5e5e5;
}
.post_main #post_edit_wrap input,
.post_main #post_edit_wrap textarea {
  font-size: 14px;
  color: #999999;
}
.post_main #post_edit_wrap input::-webkit-input-placeholder,
.post_main #post_edit_wrap textarea::-webkit-input-placeholder {
  color: #999999;
}
.post_main #post_edit_wrap input:-moz-placeholder,
.post_main #post_edit_wrap textarea:-moz-placeholder {
  color: #999999;
}
.post_main #post_edit_wrap input:-ms-input-placeholder,
.post_main #post_edit_wrap textarea:-ms-input-placeholder {
  color: #999999;
}
.post_main #post_edit_wrap input::placeholder,
.post_main #post_edit_wrap textarea::placeholder {
  color: #999999;
}
.post_main #post_edit_wrap .form_item {
  position: relative;
  height: 40px;
  min-width: 190px;
  line-height: 40px;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  color: #cccccc;
  cursor: pointer;
}
.post_main #post_edit_wrap .form_item:first-child {
  margin-left: 0;
}
.post_main #post_edit_wrap .form_item.form_state {
  width: 120px;
}
.post_main #post_edit_wrap .form_item label {
  cursor: pointer;
}
.post_main #post_edit_wrap .form_item input[type=radio]:checked + label,.post_main #post_edit_wrap .form_item .select option.active {
  background-color: #c11720;
  color: #fff;
}
.post_main #post_edit_wrap .form_item .val {
  padding: 0 10px;
}
.post_main #post_edit_wrap .form_item .select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  display: none;
  max-height: 300px;
  overflow-y:auto ;
}
.post_main #post_edit_wrap .form_item .select::-webkit-scrollbar{
  width: 3px;
}
.post_main #post_edit_wrap .form_item .select::-webkit-scrollbar-thumb{
  background: #c11720;
}
.post_main #post_edit_wrap .form_item .select option{
  text-align: center;
}


.post_main #post_edit_wrap .form_item .select li {
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post_main #post_edit_wrap .form_item .select li:last-child {
  border: none;
}
.post_main #post_edit_wrap .form_item .select li:hover label,.post_main #post_edit_wrap .form_item .select option:hover {
  background-color: #c11720;
  color: #fff;
}
.post_main #post_edit_wrap .form_item .select label {
  width: 100%;
  height: 100%;
  display: block;
}
.post_main #post_edit_wrap .form_item.form_search {
  padding: 0 12px;
  width: 277px;
}
.post_main #post_edit_wrap .form_item.form_search input {
  font-size: 14px;
  padding-right: 20px;
}
.post_main #post_edit_wrap .form_item.form_search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.post_main #post_edit_wrap .form_item.form_search input:-moz-placeholder {
  color: #aeaeae;
}
.post_main #post_edit_wrap .form_item.form_search input:-ms-input-placeholder {
  color: #aeaeae;
}
.post_main #post_edit_wrap .form_item.form_search input::placeholder {
  color: #aeaeae;
}
.post_main #post_edit_wrap .form_item2 {
  margin-left: 30px;
}
.post_main #post_edit_wrap .trip_day {
  margin-top: -16px;
  margin-left: -30px;
}
.post_main #post_edit_wrap .trip_day input:checked + label {

  color: #fff;
  background: #c11720;
  border-radius: 5px;
}
.post_main #post_edit_wrap .trip_day label {
  margin-left: 30px;
  line-height: 1;
  margin-top: 25px ;
  padding: 2px 9px;
  cursor: pointer;
  display: block;
}
.post_main #post_edit_wrap .trip_day label.fir {
  margin-left: 0;
}
.post_main #post_edit_wrap .file_wrap {
  height: 260px;
}
.post_main #post_edit_wrap .file_wrap .iconfont {
  font-size: 46px;
  color: #eee;
}
.post_main #post_edit_wrap .file_wrap p {
  line-height: 1;
  text-align: left;
}
.post_main #post_edit_wrap .submit_save {
  margin-top: 30px;
  margin-bottom: 50px;
}
.post_main #post_edit_wrap .submit_save input {
  color: #fff;
}
.poster_details_main .inner_box_right {
  padding-bottom: 50px;
}
.poster_details_main .poster_details_wrap .txt {
  margin-top: 25px;
  line-height: 32px;
  color: #888888;
}
.poster_details_main .poster_details_wrap .article_tag {
  margin-top: 20px;
}
.poster_details_main .poster_details_wrap .date {
  font-size: 14px;
  color: #bbbbbb;
}
.poster_details_main .poster_details_wrap .share {
  margin-left: 35px;
  font-size: 14px;
  color: #2e94f2;
}
.poster_details_main .poster_details_wrap .share span {
  margin-left: 8px;
}
.poster_details_main .poster_details_wrap .poster_info {
  margin-top: 35px;
  padding: 35px 40px 0;
  width: 100%;
  line-height: 1;
  background-color: rgba(240, 245, 253, 0.5);
}
.poster_details_main .poster_details_wrap .poster_info .price {
  padding-bottom: 30px;
  color: #48576a;
  font-weight: bold;
  border-bottom: 1px solid rgba(105, 116, 131, 0.1);
}
.poster_details_main .poster_details_wrap .poster_info .price div {
  width: 275px;
}
.poster_details_main .poster_details_wrap .poster_info ul {
  padding-top: 30px;
}
.poster_details_main .poster_details_wrap .poster_info li {
  margin-bottom: 35px;
  width: 275px;
  color: #8190a5;
}
.poster_details_main .poster_details_wrap .poster_info li:nth-child(3n) {
  width: 170px;
}
.poster_details_main .poster_details_wrap .reason {
  margin-top: 40px;
  padding-bottom: 15px;
}
.poster_details_main .poster_details_wrap .reason .reason_txt {
  color: #c11720;
  font-size: 14px;
  line-height: 1;
}
.poster_details_main .poster_details_wrap .reason p {
  margin-bottom: 15px;
}
.poster_details_main .poster_details_wrap .reason a {
  width: 140px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #c11720;
  border-radius: 6px;
}
.poster_details_main .poster_details_wrap .reason a:hover {
  opacity: 0.8;
}
.poster_details_main .poster_details_wrap .to_back {
  margin-top: 45px;
}
.poster_details_main .poster_details_wrap .to_back a {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #bbbbbb;
  background-color: #f4f4f4;
  border-radius: 6px;
}
.poster_details_main .poster_details_wrap .to_back a:hover {
  opacity: 0.8;
}
.poster_details_main .poster_details_wrap .to_back a span {
  font-weight: bold;
}
.poster_details_main .poster_details_wrap .to_back a .iconfont {
  margin-left: 10px;
  font-size: 24px;
}
.cate_manage_main .cate_manage_section .manage {
  margin: 35px 0;
}
.cate_manage_main .cate_manage_section .manage .iconfont {
  margin-right: 10px;
}
.cate_manage_main .cate_manage_section .manage a,.nodata a.add_cate {
  width: 110px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
}
.cate_manage_main .cate_manage_section .manage a:nth-child(2),.nodata a.add_cate {
  width: 90px;
  margin-left: 35px;
  color: #c11720;
  border: 1px solid #c11720;
}
.cate_manage_main .cate_manage_section .manage a:nth-child(2):hover,.nodata a.add_cate:hover {
  background-color: #c11720;
  color: #fff;
}
.cate_manage_main .cate_manage_section .manage a:first-child,.nodata a.add_cate {
  background-color: #c11720;
  color: #fff;
}
.cate_manage_main .cate_manage_section .manage a:first-child:hover,.nodata a.add_cate:hover {
  opacity: 0.7;
}
.cate_manage_main .cate_manage_section .manage a.add_cate .iconfont,.nodata a.add_cate  {
  margin-right: 10px;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head {
  height: 50px;
  color: #8394ab;
  background-color: rgba(240, 245, 253, 0.5);
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit {
  height: 100%;
  border-left: 1px solid #e8f1ff;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit:first-child {
  border: none;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit:nth-child(1),
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(1) {
  padding-left: 45px;
  width: 272px;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit:nth-child(1) label,
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(1) label {
  margin-right: 50px;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit:nth-child(2),
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(2) {
  width: 312px;
  text-align: center;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit:nth-child(3),
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(3) {
  width: 216px;
  text-align: center;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit input:checked + label .iconfont,
.cate_manage_main .cate_manage_section .inner_box_right li .unit input:checked + label .iconfont {
  display: inline;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit label,
.cate_manage_main .cate_manage_section .inner_box_right li .unit label {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
.cate_manage_main .cate_manage_section .inner_box_right .t_head .unit label .iconfont,
.cate_manage_main .cate_manage_section .inner_box_right li .unit label .iconfont {
  font-size: 16px;
  color: #c53833;
  display: none;
}
.cate_manage_main .cate_manage_section .inner_box_right li {
  border-bottom: 1px solid #eee;
  height: 76px;
  font-size: 14px;
  background-color: #fff;
}
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(1) span {
  color: #666666;
}
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(2) input {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center  ;
  color: #aaaaaa;
  background-color: #f9f9f9;
  display: block;
}
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(3) i {
  margin: 0 15px;
  font-size: 12px;
}
.cate_manage_main .cate_manage_section .inner_box_right li .unit:nth-child(3) a {
  color: #c11720;
}
.cate_manage_main .cate_manage_section .sort {
  display: inline-block;
  width: 12px;
  text-align: center;
}
.cate_manage_main .cate_manage_section .sort .iconfont {
  margin-left: 8px;
  line-height: 1;
  font-size: 14px;
  display: block;
  cursor: pointer;
  color: #aeaeae;
}
.cate_manage_main .cate_manage_section .sort .iconfont:hover,
.cate_manage_main .cate_manage_section .sort .iconfont.active {
  color: #8394ab;
}
.cate_manage_main .cate_manage_section .sort .iconfont:last-child {
  margin-top: -2px;
}
.cate_manage_main .cate_manage_section .edit {
  cursor: pointer;
}
.cate_manage_main .cate_manage_section .add_img {
  margin-top: 125px;
  text-align: center;
}
.cate_manage_main .cate_manage_section .add_tip {
  margin-top: 65px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}
.nodata .add_manage {
  margin-top: 50px;
}
.add_edit {
  font-size: 14px;
  color: #666666;
  padding: 20px 30px;
}
.add_edit div {
  height: 40px;
}
.add_edit input {
  display: block;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #ccc;
}
.add_edit button {
  margin-top: 10px;
  margin-right: 20px;
  padding: 5px 20px;
  font-size: 12px;
  color: #c53833;
  border: 1px solid #c53833;
  border-radius: 10px;
  cursor: pointer;
}
.add_edit button:hover {
  background-color: #c53833;
  color: #fff;
}
.about_main .brief_section {
  padding: 100px 0 80px;
}
.about_main .brief_section .brief_main {
  margin-top: 50px;
}
.about_main .brief_section .brief_main .brief_txt {
  position: relative;
  padding-right: 70px;
}
.about_main .brief_section .brief_main .brief_txt p {
  width: 100%;
  line-height: 32px;
  color: #666;
}
.about_main .brief_section .brief_main .brief_txt::before,
.about_main .brief_section .brief_main .brief_txt::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 37px;
}
.about_main .brief_section .brief_main .brief_txt::before {
  left: 0;
  top: 35px;
  background: url("../images/public/zuo_yin.png") center no-repeat;
}
.about_main .brief_section .brief_main .brief_txt::after {
  right: 70px;
  bottom: 35px;
  background: url("../images/public/you_yin.png") center no-repeat;
}
.about_main .brief_section .brief_main .brief_txt,
.about_main .brief_section .brief_main .brief_img {
  width: 50%;
}
.about_main .culture_section {
  padding: 65px 0 70px;
  background-color: #f9f9f9;
}
.about_main .culture_section .culture_main {
  margin-top: 50px;
}
.about_main .culture_section .culture_main .txt {
  width: 315px;
  letter-spacing: 1px;
  line-height: 32px;
}
.about_main .culture_section .culture_main .txt:first-child p:nth-child(2) {
  margin-top: 180px;
}
.about_main .culture_section .culture_main .txt:last-child {
  width: 380px;
}
.about_main .culture_section .culture_main .txt:last-child p:first-child {
  margin-top: -8px;
}
.about_main .culture_section .culture_main .txt:last-child p:last-child {
  margin-top: 220px;
}
.about_main .culture_section .culture_main .cir_wrap {
  position: relative;
  margin-left: 20px;
  width: 422px;
  height: 422px;
  border: dashed 1px rgba(193, 23, 32, 0.4);
  border-radius: 50%;
}
.about_main .culture_section .culture_main .cir_wrap .item {
  position: absolute;
  font-size: 24px;
  z-index: 9;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about_main .culture_section .culture_main .cir_wrap .item .item_cate {
  position: relative;
  width: 106px;
  height: 106px;
  border: 1px solid #c11720;
  text-align: center;
  line-height: 106px;
  color: #c11720;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: block;
  z-index: 9;
}
.about_main .culture_section .culture_main .cir_wrap .item p {
  position: absolute;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(1) {
  left: -15px;
  top: 18px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(1) .line {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 50px;
  border: 1px solid #c11720;
  -o-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(1) .ball {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c11720;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(1) p {
  left: -50px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(2) {
  right: 30px;
  top: 38px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(2) .line {
  position: absolute;
  top: -8px;
  right: -20px;
  width: 50px;
  border: 1px solid #c11720;
  -o-transform: rotateZ(127deg);
  -moz-transform: rotateZ(127deg);
  -webkit-transform: rotateZ(127deg);
  transform: rotateZ(127deg);
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(2) .ball {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c11720;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(3) {
  left: -15px;
  bottom: 58px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(3) .line {
  position: absolute;
  top: 56px;
  left: -36px;
  width: 50px;
  border: 1px solid #c11720;
  -o-transform: rotateZ(-15deg);
  -moz-transform: rotateZ(-15deg);
  -webkit-transform: rotateZ(-15deg);
  transform: rotateZ(-15deg);
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(3) .ball {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c11720;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(4) {
  right: 30px;
  bottom: 8px;
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(4) .line {
  position: absolute;
  top: 50px;
  right: -25px;
  width: 50px;
  border: 1px solid #c11720;
  -o-transform: rotateZ(200deg);
  -moz-transform: rotateZ(200deg);
  -webkit-transform: rotateZ(200deg);
  transform: rotateZ(200deg);
}
.about_main .culture_section .culture_main .cir_wrap .item:nth-child(4) .ball {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c11720;
}
.about_main .culture_section .culture_main .cir_midden,
.about_main .culture_section .culture_main .cir_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.about_main .culture_section .culture_main .cir_midden {
  margin-top: -144px;
  margin-left: -150px;
  width: 334px;
  height: 334px;
  border: dashed 1px rgba(193, 23, 32, 0.4);
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about_main .culture_section .culture_main .cir_inner {
  margin-top: -108px;
  margin-left: -108px;
  width: 216px;
  height: 216px;
  border: solid 18px #c11720;
  box-shadow: inset 0px 7px 18px 0px rgba(44, 44, 44, 0.23);
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.about_main .culture_section .culture_main .cir_inner .iconfont {
  font-size: 65px;
  color: #f4d017;
}
.poster_main .filter_section {
  padding-top: 30px;
  background-color: #f9f9f9;
}
.poster_main .filter_section .filter {
  background-color: #fff;
}
.poster_main .filter_section .row {
  line-height: 45px;
}
.poster_main .filter_section .row .list.target{
  padding-left:40px;
  line-height: 2;
}
.poster_main .filter_section .row .td {
  width: 134px;
  color: #48576a;
  font-size:14px;
  text-align: center;
  font-weight: bold;
  background-color: #f7fafe;
}
.poster_main .filter_section .row.hold {
  line-height: 86px;
}
.poster_main .filter_section .row.hold .select li{
  margin-right: 15px;
}
.poster_main .filter_section .row.hold .td {
  background-color: #fff;
}
.poster_main .filter_section .row.hold .list {
  border: none;
}

.poster_main .filter_section .row.hold .list .tag {
  padding-left: 18px;
  padding-right: 14px;
  height: 36px;
  font-size: 12px;
  background-color: #da1d27;
  border-radius: 18px;
  color: #fff;
}
.poster_main .filter_section .row.hold .list .tag .iconfont {
  margin-left: 10px;
}
.poster_main .filter_section .row.hold .list .reset {
  margin-top: -2px;
  margin-right: 45px;
  width: 80px;
  height: 36px;
  font-size: 12px;
  color: #bbb;
  line-height: 36px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 18px;
  border: solid 1px #e5e5e5;
}
.poster_main .filter_section .row .list {
  width: 100%;
  padding-left: 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #eee;
}
.poster_main .filter_section .row .list .select{
  padding: 20px 0;
}
.poster_main .filter_section .row .list li {
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .poster_main .filter_section .row .list li:nth-child(1){
  margin-top: 0;
}
.poster_main .filter_section .row .list li:nth-child(2){
  margin-top: 0;
}
.poster_main .filter_section .row .list li:nth-child(3){
  margin-top: 0;
}
.poster_main .filter_section .row .list li:nth-child(4){
  margin-top: 0;
}
.poster_main .filter_section .row .list li:nth-child(5){
  margin-top: 0;
} */
.poster_main .filter_section .row .list li.active,
.poster_main .filter_section .row .list li:hover {
  color: #c11720;
}
.poster_main .filter_section .row .list li.range a {
  width: 86px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #bfc8d5;
  background-color: rgba(234, 239, 246, 0.5);
  border-radius: 3px;
}
.poster_main .filter_section .row .list li.range i {
  margin: 0 15px;
  width: 12px;
  height: 1px;
  background-color: #dadee8;
  display: block;
}
.poster_main .filter_section .row .list li.range input {
  padding: 0 5px;
  font-size: 12px;
}
.poster_main .filter_section .row .list li.range input::-webkit-input-placeholder {
  color: #bfc8d5;
}
.poster_main .filter_section .row .list li.range input:-moz-placeholder {
  color: #bfc8d5;
}
.poster_main .filter_section .row .list li.range input:-ms-input-placeholder {
  color: #bfc8d5;
}
.poster_main .filter_section .row .list li.range input::placeholder {
  color: #bfc8d5;
}
.poster_main .goods_section {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}
.poster_main .goods_section .goods_list {
  width: 956px;
}
.poster_main .goods_section .goods_list .goods_item {
  margin-right: 20px;
  margin-bottom: 37px;
}
.poster_main .goods_section .goods_list .goods_item:nth-child(4n) {
  margin-right: 0;
}
.poster_main .goods_section .side .store_wrap {
  margin-bottom: 20px;
}
.poster_details_main .poster_details_section {
  padding: 80px 0;
}
.poster_details_main .poster_details_section .left {
  width: 536px;
}
.poster_details_main .poster_details_section .left .info p {
  font-size: 14px;
  color: #7991aa;
  font-weight: lighter;
  margin-top: 14px;
}
.poster_details_main .poster_details_section .left .info p.name {
  font-size: 16px;
  margin-top: 0;
  color: #415b74;
  font-weight: bold;
}
.poster_details_main .poster_details_section .left .poster.picture_container {
  padding-top: 135.8%;
}
.poster_details_main .poster_details_section .left .portrait {
  width: 90px;
}
.poster_details_main .poster_details_section .left .portrait .picture_container {
  padding-top: 100%;
}
.poster_details_main .poster_details_section .left .qr_code {
  width: 78px;
  text-align: center;
  font-size: 14px;
}
.poster_details_main .poster_details_section .left .qr_code .picture_container {
  padding-top: 100%;
}
.poster_details_main .poster_details_section .left .qr_code p {
  margin-top: 5px;
}
.poster_details_main .poster_details_section .left .bottom_msg {
  padding-left: 20px;
  padding-right: 15px;
  height: 146px;
  border: 1px solid #eee;
  border-top: none;
}
.poster_details_main .poster_details_section .left .portrait {
  margin-right: 25px;
}
.poster_details_main .poster_details_section .right {
  width: 542px;
}
.poster_details_main .poster_details_section .right .article h2 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 30px;
}
.poster_details_main .poster_details_section .right .article p {
  min-height: 120px;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}
.poster_details_main .poster_details_section .right .article .tag {
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
}
.poster_details_main .poster_details_section .right .article .tag .tag_item {
  margin-right: 40px;
}
.poster_details_main .poster_details_section .right .article .tag .iconfont {
  font-size: 16px;
  margin-right: 10px;
}
.poster_details_main .poster_details_section .right dl {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-bottom: 120px;
  background: rgba(240, 245, 253, 0.5) url("../images/public/details_bg.png") 25% 100% no-repeat;
}
.poster_details_main .poster_details_section .right dl dt {
  width: 100%;
  height: 76px;
  line-height: 76px;
  color: #48576a;
  font-weight: bold;
  border-bottom: 1px solid rgba(72, 87, 106, 0.1);
}
.poster_details_main .poster_details_section .right dl dt div {
  padding-left: 35px;
  width: 50%;
}
.poster_details_main .poster_details_section .right dl dd {
  margin-top: 30px;
  padding-left: 35px;
  width: 50%;
  line-height: 1;
  font-weight: light;
  color: #8190a5;
}
.poster_details_main .poster_details_section .right dl dd .cate {
  min-width: 82px;
}
.poster_details_main .poster_details_section .right .btn {
  margin-bottom: 30px;
  width: 100%;
  height: 54px;
  color: #da1d27;
  line-height: 54px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #da1d27;
}
.poster_details_main .poster_details_section .right .btn:hover {
  color: #fff;
  background-color: #da1d27;
}
.poster_details_main .poster_details_section .alter_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.poster_details_main .poster_details_section .modify_form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -225px;
  width: 400px;
  height: 450px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 99;
}
.poster_details_main .poster_details_section .modify_form h3 {
  height: 100px;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  background: #eef1f8 url("../images/public/alter_bg.jpg") center no-repeat;
}
.poster_details_main .poster_details_section .modify_form .code {
  height: 350px;
  text-align: center;
}
.poster_details_main .poster_details_section .modify_form .code p {
  line-height: 2.4;
}
.poster_details_main .poster_details_section .modify_form .help {
  line-height: 1;
  font-size: 14px;
}
.poster_details_main .poster_details_section .modify_form .help a {
  color: #bbb;
}
.poster_details_main .poster_details_section .modify_form .sub {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.poster_details_main .poster_details_section .modify_form .sub button {
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background-color: #c11720;
  border-radius: 6px;
  cursor: pointer;
}
.poster_details_main .poster_details_section .modify_form .sub button:hover {
  opacity: 0.7;
}
.poster_details_main .poster_details_section .modify_form #close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.poster_details_main .poster_details_section .modify_form #close .iconfont {
  font-size: 14px;
  color: #dbdbdb;
}
.poster_details_main .poster_details_section .modify_form #close:hover .iconfont {
  color: #ff0000;
}
.poster_details_main .other_pro_section {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}

.poster_details_main .other_pro_section {
  padding: 70px 0 60px;
  background-color: #f9f9f9;
}
.poster_details_main .other_pro_section .goods_item_reset {
  margin-top: 40px;
  width: 280px;
  margin-left: 27px;
}
.magazine_cate_main .xg_inside_title {
  margin-bottom: 50px;
}
.magazine_cate_main .magazine_cate_section {
  padding: 80px 0;
}
.magazine_cate_main .magazine_cate_section .cate_title {
  line-height: 1;
  margin-bottom: 30px;
}
.magazine_cate_main .magazine_cate_section .cate_title .year {
  margin-right: 25px;
  font-weight: bold;
  font-size: 20px;
}
.magazine_cate_main .magazine_cate_section .cate_title .cate {
  font-size: 20px;
  color: #888;
}
.magazine_cate_main .magazine_cate_section .cate_title a .txt {
  color: #bbb;
  font-size: 16px;
}
.magazine_cate_main .magazine_cate_section .cate_title a .icon {
  display: block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  background-color: #ffda18;
  border-radius: 50%;
}
.magazine_cate_main .magazine_cate_section .cate_title a .iconfont {
  margin-top: -2px;
  color: #fff;
  font-size: 12px;
}
.magazine_cate_main .magazine_cate_section .goods_list {
  margin-bottom: 50px;
}
.magazine_cate_main .magazine_cate_section .goods_cate {
  margin-right: 27px;
  width: 280px;
  text-align: center;
}
.magazine_cate_main .magazine_cate_section .goods_cate:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.magazine_cate_main .magazine_cate_section .goods_cate:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.magazine_cate_main .magazine_cate_section .goods_cate:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.magazine_cate_main .magazine_cate_section .goods_cate:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.magazine_cate_main .magazine_cate_section .goods_cate:nth-child(4n) {
  margin-right: 0;
}
.magazine_cate_main .magazine_cate_section .goods_cate .picture_container {
  padding-top: 135.7%;
}
.magazine_cate_main .magazine_cate_section .goods_cate p {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: none;
}
.magazine_cate_main .magazine_cate_section .goods_cate:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.magazine_cate_main .magazine_cate_section .goods_cate:hover p {
  color: #c11720;
}
.magazine_details_main .magazine_details_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.magazine_details_main .magazine_details_section .left_img {
  width: 336px;
}
.magazine_details_main .magazine_details_section .left_img .picture_container {
  padding-top: 135.7%;
}
.magazine_details_main .magazine_details_section .text_right {
  width: 792px;
}
.magazine_details_main .magazine_details_section .text_right h2 {
  /*margin-top: 13px;*/
  font-size: 36px;
}
.magazine_details_main .magazine_details_section .text_right .sub_title {
  margin-top: 10px;
  font-size: 20px;
}
.magazine_details_main .magazine_details_section .text_right .des {
  min-height: 210px;
  margin-top: 32px;
  color: #666;
  line-height: 32px;
}
.magazine_details_main .magazine_details_section .text_right .des span {
  font-weight: bold;
  color: #c11720;
}
.magazine_details_main .magazine_details_section .text_right a {
  margin-top: 25px;
  width: 170px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #c11720;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #c11720;
}
.magazine_details_main .magazine_details_section .text_right a:hover {
  color: #fff;
  background-color: #c11720;
}
.magazine_details_main .list_section {
  padding-bottom: 80px;
}
.magazine_details_main .list_section .cate_title {
  line-height: 1;
  margin-bottom: 30px;
}
.magazine_details_main .list_section .cate_title .year {
  margin-right: 25px;
  font-weight: bold;
  font-size: 20px;
}
.magazine_details_main .list_section .cate_title .cate {
  font-size: 20px;
  color: #888;
}
.magazine_details_main .list_section .cate_title a .txt {
  color: #bbb;
  font-size: 16px;
}
.magazine_details_main .list_section .cate_title a .icon {
  display: block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  background-color: #ffda18;
  border-radius: 50%;
}
.magazine_details_main .list_section .cate_title a .iconfont {
  margin-top: -2px;
  color: #fff;
  font-size: 12px;
}
.magazine_details_main .list_section .goods_list {
  margin-bottom: 50px;
}
.magazine_details_main .list_section .goods_cate {
  margin-right: 25px;
  width: 280px;
  text-align: center;
}
.magazine_details_main .list_section .goods_cate:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.magazine_details_main .list_section .goods_cate:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.magazine_details_main .list_section .goods_cate:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.magazine_details_main .list_section .goods_cate:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.magazine_details_main .list_section .goods_cate.new {
  position: relative;
}
.magazine_details_main .list_section .goods_cate.new::before {
  content: "NEW";
  position: absolute;
  right: 15px;
  top: 0;
  width: 44px;
  height: 28px;
  opacity: 0.9;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  background-color: #c11720;
  z-index: 9;
}
.magazine_details_main .list_section .goods_cate:nth-child(4n) {
  margin-right: 0;
}
.magazine_details_main .list_section .goods_cate .picture_container {
  padding-top: 135.7%;
}
.magazine_details_main .list_section .goods_cate p {
  height: 56px;
  line-height: 56px;
  border: 1px solid #eee;
  border-top: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.magazine_details_main .list_section .goods_cate:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.magazine_details_main .list_section .goods_cate:hover p {
  color: #c11720;
}
.tour_addr_book_main .addr_book_section {
  padding: 73px 0  80px;
}
.tour_addr_book_main .addr_book_section .content {
  margin-top: 50px;
}
.tour_addr_book_main .addr_book_section .item {
  margin-top: 40px;
  margin-bottom: 50px;
}
.tour_addr_book_main .addr_book_section .item:first-child {
  margin-top: 0;
}
.tour_addr_book_main .addr_book_section .store_main_info {
  margin-right: 20px;
  width: 545px;
  height: 171px;
  padding-right: 25px;
  border: solid 1px #eeeeee;
}
.tour_addr_book_main .addr_book_section .store_main_info.not_txt {
  width: 100%;
  margin-right: 0;
}
.tour_addr_book_main .addr_book_section .store_main_info.not_txt + ul {
  display: none;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_left {
  width: 135px;
  margin-right: 8px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_left .store_logo {
  margin: auto;
  width: 88px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_left a {
  margin: 28px auto 0;
  width: 88px;
  height: 32px;
  font-size: 14px;
  color: #a4a4a4;
  text-align: center;
  line-height: 32px;
  background-color: #eeeeee;
  border-radius: 5px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_left a:hover {
  color: #fff;
  background-color: #c11720;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right .store_name .iconfont {
  margin-left: 8px;
  color: #f7cf4e;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right .store_addr {
  font-size: 1px;
  color: #c11720;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right .store_addr span.addr{
  font-size: 16px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right .store_addr .iconfont {
  margin-right: 8px;
  font-size: 16px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right p {
  margin-top: 15px;
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.tour_addr_book_main .addr_book_section .store_main_info .store_right .call {
  margin-top: 15px;
  color: #888888;
  font-size: 14px;
}
.tour_addr_book_main .addr_book_section .store_main_info .picture_container {
  padding-top: 57.8%;
}

.tour_addr_book_main .addr_book_section ul li {
  width: 120px;
  position: relative;
  margin-left: 20px;
  overflow: hidden;
}
.tour_addr_book_main .addr_book_section ul li.travel .picture_containers{
  height: 170px;
}
.tour_addr_book_main .addr_book_section ul li:first-child {
  margin-left: 0;
}
.tour_addr_book_main .addr_book_section ul li .cloth {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(102, 102, 102, 0.1) 40%, rgba(128, 128, 128, 0.05) 50%, rgba(128, 128, 128, 0) 100%);
}
.tour_addr_book_main .addr_book_section ul li .cloth div {
  position: absolute;
  left: 7px;
  bottom: 10px;
}
.tour_addr_book_main .addr_book_section ul li:hover {
  box-shadow: 3px 4px 20px 2px rgba(39, 87, 182, 0.1);
}
.tour_addr_book_main .addr_book_section ul li:hover .cloth {
  top: 0;
}
.tour_addr_book_main .addr_book_section .other_section {
  margin-left: 20px ;
}
.tour_addr_book_main .addr_book_section .other_section .recommend {
  margin-top: 20px;
}
.business_main .business_section {
  padding: 80px 0;
  background-color: #ffffff;
}
.business_main .business_section .card {
  width: auto;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 2px rgba(84, 84, 84, 0.06);
  border: solid 1px #fdfdfd;
}
.business_main .business_section .card .picture_container {
  /*padding-top: 59%;*/
  width: 230px;
  height: 135px;
  margin: 15px;
}
.business_main .business_section .card .text {
  padding: 50px 25px 0;
  border-top: 1px solid #eee;
}
.business_main .business_section .card .text p {
  line-height: 24px;
}
.business_main .business_section .card .text p .major {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.business_main .business_section .card .text p .txt {
  font-size: 14px;
  color: #c11720;
}
.business_main .business_section .business_info {
  width: 830px;
  padding-top: 10px;
}
.business_main .business_section .business_info .name {
  color: #333333;
  font-size: 26px;
  font-weight: 800;
}
.business_main .business_section .business_info .iconfont {
  margin-left: 10px;
  margin-right: 18px;
  font-size: 18px;
  color: #f7cf4e;
}
.business_main .business_section .business_info .addr {
  padding-left: 15px;
  font-size: 14px;
  color: #a4a4a4;
  border-left: 1px solid #eee;
}
.business_main .business_section .business_info .des {
  margin-top: 15px;

  min-height: 150px;
  font-size: 14px;
  color: #777777;
  line-height: 28px;
}

.business_main .business_section .business_info dl {
  width: 510px;
}
.business_main .business_section .business_info dl dt {
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
}
.business_main .business_section .business_info dl dd {
  width: 50%;
  line-height: 36px;
  color: #888888;
}
.business_main .business_section .business_info dl dd .post {
  margin-right: 30px;
}
.business_main .business_section .business_info .qr_code .code_item {
  width: 114px;
  text-align: center;
}
.business_main .business_section .business_info .qr_code .code_item:first-child {
  margin-right: 38px;
}
.business_main .business_section .business_info .qr_code .code_item p {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
}
.business_main .business_section .business_info .qr_code .picture_container {
  padding-top: 100%;
  background-color: #fff;
}
.business_main .products_section {
  padding: 65px 0;
}
.business_main .products_section h3 {
  font-size: 36px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
}
.business_main .products_section ul {
  margin-top: 45px;
  margin-bottom: 20px;
}
.business_main .products_section ul li {
  margin-left: 20px;
}
.business_main .products_section ul li:first-child {
  margin-left: 0;
}
.business_main .products_section ul a {
  width: 135px;
  height: 40px;
  font-size: 18px;
  color: #a4a4a4;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #eeeeee;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .products_section ul a.active,
.business_main .products_section ul a:hover {
  color: #fff;
  background-color: #da1d27;
  border: solid 1px #da1d27;
}
.business_main .products_section .goods_item {
  margin-top: 30px;
  width: 280px;
  margin-right: 26px;
}
.business_main .products_section .goods_item:nth-child(4n) {
  margin-right: 0;
}
.meeting_main .meeting_section {
  padding: 75px 0 80px;
}
.meeting_main .meeting_section .xg_inside_title {
  margin-bottom: 50px;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search {
  position: absolute;
  right: 0;
  top: 7px;
  width: 250px;
  height: 100%;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search input {
  height: 40px;
  font-size: 14px;
  color: #bbb;
  padding: 0 20px;
  border: 1px solid #c11720;
}

.tour_addr_book_main .addr_book_section .xg_inside_title .search input::-webkit-input-placeholder {
  color: #bbb;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search input:-moz-placeholder {
  color: #bbb;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search input:-ms-input-placeholder {
  color: #bbb;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search input::placeholder {
  color: #bbb;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search button {
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 40px;
  font-size: 14px;
  background-color: #c11720;
  color: #fff;
  cursor: pointer;
}
.tour_addr_book_main .addr_book_section .xg_inside_title .search button:hover {
  opacity: 0.9;
}
.meeting_main .meeting_section .article_wrap {
  width: 900px;
}
.meeting_main .meeting_section .article_list {
  margin-bottom: 50px;
  width: 900px;
}
.meeting_main .meeting_section .article_list li {
  margin-top: 20px;
  padding: 25px;
  background-color: #fafafa;
}
.meeting_main .meeting_section .article_list li:first-child {
  margin-top: 0;
}
.meeting_main .meeting_section .article_list li:hover {
  background-color: #fff;
  box-shadow: 0px 5px 20px 2px rgba(84, 84, 84, 0.06);
}
.meeting_main .meeting_section .article_list li:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.meeting_main .meeting_section .article_list li a:hover {
  color: #c11720;
}
.meeting_main .meeting_section .article_list .img {
  width: 270px;
}
.meeting_main .meeting_section .article_list .picture_container {
  padding-top: 63%;
}
.meeting_main .meeting_section .article_list .text {
  width: 530px;
}
.meeting_main .meeting_section .article_list h4 {
  font-size: 20px;
}
.meeting_main .meeting_section .article_list p {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.meeting_main .meeting_section .article_list .tag {
  line-height: 16px;
  color: #999;
  font-size: 14px;
}
.meeting_main .meeting_section .article_list .date {
  margin-right: 20px;
}
.meeting_main .meeting_section .article_list .more {
  padding-left: 20px;
  border-left: 1px solid #dadada;
}
.meeting_main .meeting_section .article_list .more .iconfont {
  margin-left: 10px;
  font-size: 20px;
}
.meeting_main .meeting_section .article_list .tag_right a {
  margin-left: 50px;
}
.meeting_main .meeting_section .article_list .tag_right .iconfont {
  margin-right: 12px;
}
.meeting_details_main .meeting_details_section {
  padding: 50px 0 80px;
  background-color: #fafafa;
}
.meeting_details_main .meeting_details_section .article {
  padding: 50px 40px 40px;
  width: 900px;
  background-color: #fff;
}
.meeting_details_main .meeting_details_section .article .sub_tag {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1;
}
.meeting_details_main .meeting_details_section .article .sub_tag div {
  margin-left: 50px;
  color: #434343;
  opacity: 0.4;
}
.meeting_details_main .meeting_details_section .article .sub_tag div:first-child {
  margin-left: 0;
}
.meeting_details_main .meeting_details_section .article h3 {
  position: relative;
  padding-left: 13px;
  font-size: 18px;
}
.meeting_details_main .meeting_details_section .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 3px;
  height: 18px;
  background-color: #c11720;
}
.meeting_details_main .meeting_details_section .article p {
  margin-top: 18px;
  margin-bottom: 30px;
  color: #666666;
  line-height: 32px;
}
.meeting_details_main .meeting_details_section .article #jethou {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-container {
  margin-top: 27px;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-slide {
  margin: auto;
  width: 680px;
  cursor: pointer;
}
.meeting_details_main .meeting_details_section .article #jethou .icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.meeting_details_main .meeting_details_section .article #jethou .icon .iconfont {
  color: #fff;
  font-size: 20px;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-prev,
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 10px 30px 0px rgba(55, 55, 55, 0.1);
  border: solid 1px #ffffff;
  cursor: pointer;
  z-index: 9;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-prev:hover,
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-next:hover {
  color: #666666;
  background-color: #fff;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-prev {
  left: 85px;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-btn-next {
  right: 85px;
}
.meeting_details_main .meeting_details_section .article #jethou .block {
  position: relative;
  width: 680px;
}
.meeting_details_main .meeting_details_section .article #jethou .block .mask {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.meeting_details_main .meeting_details_section .article #jethou .swiper-slide-active .block .mask {
  opacity: 0;
}
.meeting_details_main .meeting_details_section .article #jethou .picture_container {
  padding-top: 62.9%;
}
.meeting_details_main .meeting_details_section .article .later_swiper_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.meeting_details_main .meeting_details_section .article .later_swiper {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -410px;
  margin-left: -600px;
  padding: 35px;
  padding-bottom: 0;
  width: 1200px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 9999;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-container p {
  margin: 18px 0 20px;
  text-align: center;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-next,
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #aaaaaa;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 99999;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-next:hover,
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-prev:hover {
  color: #c11720;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-prev {
  left: -35px;
}
.meeting_details_main .meeting_details_section .article .later_swiper .swiper-btn-next {
  right: -35px;
}
.meeting_details_main .meeting_details_section .article .later_swiper .close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #aaaaaa;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 99999;
}
.meeting_details_main .meeting_details_section .article .later_swiper .close:hover {
  color: #c11720;
}
.meeting_details_main .meeting_details_section h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.interview_main .interview_section {
  padding: 75px 0 80px;
}
.interview_main .interview_section .list {
  margin-top: 50px;
  margin-bottom: 20px;
}
.interview_main .interview_section .item {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 380px;
}
.interview_main .interview_section .item:nth-child(3n) {
  margin-right: 0;
}
.interview_main .interview_section .item .picture_container {
  padding-top: 71%;
}
.interview_main .interview_section .item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.interview_main .interview_section .item .interview_article {
  padding: 30px 18px 30px 30px;
  border: 1px solid #eee;
  border-top: none;
}
.interview_main .interview_section .item .interview_article p {
  margin-bottom: 40px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.interview_main .interview_section .item .interview_article .bottom_msg {
  color: #999999;
  line-height: 1;
}
.interview_main .interview_section .item .interview_article .bottom_msg .iconfont {
  margin-left: 10px;
  font-size: 12px;
}
.interview_main .interview_section .item:hover {
  box-shadow: 0px 8px 29px 2px rgba(55, 55, 55, 0.06);
}
.interview_main .interview_section .item:hover .interview_article .bottom_msg {
  color: #c11720;
}
.interview_main .interview_section .item:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.interview_details_main .interview_details_section {
  padding: 50px 0 80px;
  background-color: #fafafa;
}
.interview_details_main .interview_details_section .person_info {
  padding: 40px 0 90px;
  width: 260px;
  line-height: 1;
  text-align: center;
  border-top: 3px solid #c11720;
  background: #fff url("../images/public/interview_details_bg.png") bottom left no-repeat;
}
.interview_details_main .interview_details_section .person_info .img {
  margin: 0 auto;
  width: 170px;
  height: 170px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.interview_details_main .interview_details_section .person_info .name {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
}
.interview_details_main .interview_details_section .person_info .identity {
  font-size: 14px;
  color: #777;
}
.interview_details_main .interview_details_section .person_info .img_company {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  border: 1px solid #eee;
  background-color: #fff;
}
.interview_details_main .interview_details_section .person_info .picture_container {
  padding-top: 59%;
}
.interview_details_main .interview_details_section .person_info .company {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.interview_details_main .interview_details_section .article {
  padding: 45px 40px;
  width: 900px;
  background-color: #fff;
}
.interview_details_main .interview_details_section .article h1 {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.interview_details_main .interview_details_section .article .article_info {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #434343;
  opacity: 0.4;
}
.interview_details_main .interview_details_section .article .article_info div {
  margin-left: 45px;
}
.interview_details_main .interview_details_section .article .article_info div:first-child {
  margin-left: 0;
}
.interview_details_main .interview_details_section .article .content {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.store_wrap {
  width: 205px;
  height: 90px;
  background: #fff url("../images/public/store_bg.jpg") center no-repeat;
}
.store_wrap .store {
  margin-top: -2px;
}
.store_wrap .store h4 {
  font-size: 18px;
  color: #ff8b91;
}
.store_wrap .store p {
  font-size: 12px;
  color: #bbb;
}
.store_wrap .store .img {
  margin-left: 20px;
  margin-right: 15px;
}
.recommend {
  position: relative;
  padding: 2px 14px 0;
  width: 205px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-top: none;
}
.recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffda18;
}
.recommend a:hover {
  color: #c11720;
}
.recommend a:hover .picture_containers img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.recommend h4 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.recommend .text_img {
  margin-bottom: 30px;
  text-align: center;
}
.recommend .text_img p {
  margin-top: 15px;
  line-height: 1;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recommend .picture_containers {
  height: 238px;
}
.goods_item {
  width: 224px;
}
.goods_item .picture_containers {
  height: 304px;
}
.goods_item .price {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #c11720;
  line-height: 1;
  font-weight: bold;
}
.goods_item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.goods_item .bottom {
  padding: 13px 0;
  border-top: 1px solid #eee;
}
.goods_item .bottom .supplier {
  color: #bbb;
  font-size: 14px;
}
.goods_item .bottom .img {
  height: 24px;
}
.goods_item .bottom .iconfont {
  margin-left: 5px;
  color: #F4D14F;
  font-size: 18px;
}
.goods_item:hover .picture_containers img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.review_wrap {
  width: 260px;
  padding: 0 20px;
  border: solid 1px #eeeeee;
  border-top: 3px solid #c11720;
  background-color: #ffffff;
}
.review_wrap h4 {
  font-size: 22px;
  height: 74px;
  line-height: 74px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review_wrap .review_item:hover {
  color: #c11720;
}
.review_wrap .review_item:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.review_wrap .picture_container {
  padding-top: 63.2%;
}
.review_wrap .theme {
  margin-top: 12px;
  font-size: 16px;
  color: #666666;
}
.review_wrap .addr {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #a4a4a4;
}
.map_main .inner_title {
  text-align: center;
}
.map_main .inner_title .name {
  font-size: 36px;
}
.map_main .inner_title .abstract {
  margin-top: 15px;
  color: #bbbbbb;
}
.map_main .map_section {
  padding: 70px;
}
.map_main .map_section dl {
  padding: 30px;
  margin-top: 50px ;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.map_main .map_section dt {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dt a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dd {
  margin-top: 30px;
  width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dd a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.edit_wrap .cir_wrap{
    margin:50px auto 30px;
    margin-top: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.edit_wrap .cir{
    position: relative;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.edit_wrap .cir:hover .icon{
    opacity: 1;
}
.edit_wrap .cir .icon{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,.4);
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition:  all 0.5s;
    transition: all 0.5s;
}
.edit_wrap .cir .icon p{
    width: 40px;
    letter-spacing: 4px;
}



#alter_wrap .background {
  margin: auto;
  position: relative;
  width: 200px;
  height: 200px;
}

#alter_wrap .background span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
  animation-iteration-count: infinite;
  animation-duration: 3s;
  top: calc(50% - 15px);
  left: 50%;
  transform-origin: -15px center;
}
#alter_wrap .background span:nth-child(1) {
  background: #35B0AB;
  animation-delay: -0.5s;
  opacity: 0;
}
#alter_wrap .background span:nth-child(2) {
  background: #35B0AB;
  animation-delay: -1s;
  opacity: 0;
}
#alter_wrap .background span:nth-child(3) {
  background: #C5F0A4;
  animation-delay: -1.5s;
  opacity: 0;
}
#alter_wrap .background span:nth-child(4) {
  background: #226B80;
  animation-delay: -2s;
  opacity: 0;
}
#alter_wrap .background span:nth-child(5) {
  background: #35B0AB;
  animation-delay: -2.5s;
  opacity: 0;
}
#alter_wrap .background span:nth-child(6) {
  background: #226B80;
  animation-delay: -3s;
  opacity: 0;
}

@keyframes move {
  0% {
    transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
  30% {
    opacity: 1;
  }
  100% {
    z-index: 10;
    transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}

.merlogin{
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #dcdcdc;

}

.f-img{width:40px; height: 24px;overflow: hidden;}
.f-img img{
  width: 100%;
}
.q_bgcolor {
  background-color: #f5f5f5;
}
.q_bgcolor:after{content: ' ';padding:1px;}

.q_about {
  margin: 20px 0;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.q_title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.q_content {
  padding: 30px 0;
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.q_tel .block {
  width: 24.09%;
  padding: 25px 20px 25px 40px;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
}

.q_tel .block:not(:nth-child(4n)) {
  margin-right: 1.1%;
}

.q_tel .block:nth-child(n + 5) {
  margin-top: 15px;
}

.q_tel .block .name {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
}

.q_tel .block .position {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #aaa;
}

.q_tel .block .tel {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
}

.q_tel .block .icon {

  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  line-height: 46px;
  color: #c11720;
  border: 1px solid #c11720;
  font-size: 26px;
}

.business_main .business_section .business_info {
  width: 880px;
}

.business_main .business_section .card {
  height: auto;
}

.q_about_txt {
  margin-right: 25px;
}

.business_main .business_section .business_info .qr_code .code_item:first-child {
  margin-right: 20px;
}

.major {
  display: inline-block;
  padding: 0 7px;
  background-color: #c11720;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
}
/*
*    补充页面
*/
.online_main .online_section {
  padding: 70px 0 80px;
}
.online_main .online_section .user_list {
  padding-right: 40px;
  margin-top: 50px;
  padding-bottom: 20px;
}
.online_main .online_section .user_item {
  margin-bottom: 30px;
  padding: 30px;
  padding-right: 0;
  background-color: #fafafa;
}
.online_main .online_section .user_item:hover {
  background-color: #fff;
  box-shadow: 0px 1px 21px 0px rgba(155, 155, 155, 0.09);
}
.online_main .online_section .user_item .user_icon {
  margin-right: 30px;
}
.online_main .online_section .user_item .user_icon div {
  width: 73px;
  height: 73;
  border-radius: 50%;
  overflow: hidden;
}
.online_main .online_section .user_item h3 {
  margin-top: 10px;
  font-size: 20px;
}
.online_main .online_section .user_item h3 span {
  font-weight: bold;
}
.online_main .online_section .user_item .ps {
  margin-top: 15px;
  color: #666;
}
.online_main .online_section .user_item .info {
  margin-top: 14px;
  color: #888;
}
.online_main .online_section .user_item .info .num {
  margin-right: 30px;
}
.online_main .online_section .user_item .user {
  margin-top: 18px;
  font-size: 14px;
  color: #bbb;
}
.online_main .online_section .right .number {
  margin-bottom: 18px;
  color: #888;
  text-align: center;
}
.online_main .online_section .right .number span {
  color: #333;
}
.online_main .online_section .right .call {
  width: 124px;
  height: 38px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  background-color: #ffc43f;
  border-radius: 19px 0px 0px 19px;
}
.online_main .online_section .right .call a:hover{
  color:#fff;
}
.online_main .online_section .recommend {
  margin-top: 20px;
}
.online_main .xg_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 60px 40px 30px;
  line-height: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 29px 0px rgba(62, 62, 62, 0.04);
  display: none;
  /*
    三维空间中的位移效果
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.online_main .xg_layer .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #c11720;
}
.online_main .xg_layer .close {
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.record_main .xg_title a {

  height: 40px;
  color: #fff;
  background-color: #c11720;
  border-radius: 4px;
}
.record_main .xg_title a .iconfont {
  margin-right: 10px;
}
.record_main .article {
  padding-top: 34px;
  padding-bottom: 30px;
}
.record_main .article li {
  margin-bottom: 20px;
  padding: 27px 0 30px 18px;
  background-color: #fafafa;
}
.record_main .article li:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 21px 0px rgba(155, 155, 155, 0.09);
}
.record_main .article li:hover h3 {
  color: #c11720;
}
.record_main .article li h3 {
  margin-bottom: 18px;
}
.record_main .article li h3 {
  margin-bottom: 18px;
}
.record_main .article li .ps {
  margin-bottom: 15px;
  color: #666;
  margin-left: 10px;
}
.record_main .article li .info {
  font-size: 14px;
  color: #bbb;
  line-height: 1;
}
.record_main .article li .info .num {
  margin-left: 12px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.record_main .article li .call {
  width: 124px;
  height: 38px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  background-color: #ffc43f;
  border-radius: 19px 0px 0px 19px;
}
.demand_main button,
.demand_main input,
.demand_main textarea {
  font-size: 14px;
}
.demand_main .demand_wrap {
  margin-top: 45px;
}
.demand_main .demand_wrap .item_label {
  margin-bottom: 25px;
}
.demand_main .demand_wrap .item_label:last-child {
  margin-bottom: 0;
}
.demand_main .demand_wrap .item_label .label_name {
  margin-right: 5px;
  width: 85px;
  line-height: 40px;
}
.demand_main .demand_wrap .item_label .input_edit {
  padding-left: 18px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #eee;
  border-radius: 5px;
}
.demand_main .demand_wrap .item_label .input_edit input {
  height: 100%;
  width: 100%;
}
.demand_main .demand_wrap .item_label .input_edit.textarea_edit {
  height: auto;
}
.demand_main .demand_wrap .form_item {
  position: relative;
  margin-left: 25px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #aeaeae;
  cursor: pointer;
}
.demand_main .demand_wrap .form_item:first-child {
  margin-left: 0;
}
.demand_main .demand_wrap .form_item.form_state {
  width: 120px;
}
.demand_main .demand_wrap .form_item .val {
  padding: 0 10px;
}
.demand_main .demand_wrap .form_item .select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  display: none;
}
.demand_main .demand_wrap .form_item .select li {
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.demand_main .demand_wrap .form_item .select li:last-child {
  border: none;
}
.demand_main .demand_wrap .form_item .select li:hover label {
  background-color: #c11720;
  color: #fff;
}
.demand_main .demand_wrap .form_item .select label {
  width: 100%;
  height: 100%;
  display: block;
}
.demand_main .demand_wrap .form_item.form_search {
  padding: 0 12px;
  width: 277px;
}
.demand_main .demand_wrap .form_item.form_search input {
  font-size: 14px;
  padding-right: 20px;
}
.demand_main .demand_wrap .form_item.form_search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.demand_main .demand_wrap .form_item.form_search input:-moz-placeholder {
  color: #aeaeae;
}
.demand_main .demand_wrap .form_item.form_search input:-ms-input-placeholder {
  color: #aeaeae;
}
.demand_main .demand_wrap .form_item.form_search input::placeholder {
  color: #aeaeae;
}
.demand_main .demand_wrap .form_item.form_search .iconfont {
  color: #c11720;
  cursor: pointer;
}
.demand_main .demand_wrap .form_item.form_search .iconfont:hover {
  opacity: 0.9;
}
.demand_main .demand_wrap textarea {
  padding: 5px 0 ;
  width: 100%;
  height: 110px;
}
.demand_main .demand_wrap textarea::-webkit-input-placeholder {
  color: #999;
}
.demand_main .demand_wrap textarea:-moz-placeholder {
  color: #999;
}
.demand_main .demand_wrap textarea:-ms-input-placeholder {
  color: #999;
}
.demand_main .demand_wrap textarea::placeholder {
  color: #999;
}
.demand_main .demand_wrap input::-webkit-input-placeholder {
  color: #999;
}
.demand_main .demand_wrap input:-moz-placeholder {
  color: #999;
}
.demand_main .demand_wrap input:-ms-input-placeholder {
  color: #999;
}
.demand_main .demand_wrap input::placeholder {
  color: #999;
}
.demand_main .demand_wrap .submit_save {
  padding-top: 25px;
  width: 640px;
}
.demand_main .demand_wrap .submit_save input {
  width: 350px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #c11720;
  border-radius: 5px;
  cursor: pointer;
}
.demand_main .demand_wrap .submit_save input:hover {
  opacity: 0.7;
}
.store_wrap {
  width: 205px;
  height: 90px;
  background: #fff url("../images/public/store_bg.jpg") center no-repeat;
}
.store_wrap .store {
  margin-top: -2px;
}
.store_wrap .store h4 {
  font-size: 18px;
  color: #ff8b91;
}
.store_wrap .store p {
  font-size: 12px;
  color: #bbb;
}
.store_wrap .store .img {
  margin-left: 20px;
  margin-right: 15px;
}
.recommend {
  position: relative;
  padding: 2px 14px 0;
  width: 205px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-top: none;
}
.recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffda18;
}
.recommend a:hover {
  color: #c11720;
}
.recommend a:hover .picture_container img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.recommend h4 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.recommend .text_img {
  margin-bottom: 30px;
  text-align: center;
}
.recommend .text_img p {
  margin-top: 15px;
  line-height: 1;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recommend .picture_container {
  padding-top: 136%;
}
.goods_item {
  width: 224px;
}
.goods_item .picture_container {
  padding-top: 135.7%;
}
.goods_item .price {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #c11720;
  line-height: 1;
  font-weight: bold;
}
.goods_item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.goods_item .bottom {
  padding: 13px 0;
  border-top: 1px solid #eee;
}
.goods_item .bottom .supplier {
  color: #bbb;
  font-size: 14px;
}
.goods_item .bottom .img {
  height: 24px;
}
.goods_item .bottom .iconfont {
  margin-left: 5px;
  color: #F4D14F;
  font-size: 18px;
}
.goods_item:hover .picture_container img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.review_wrap {
  width: 260px;
  padding: 0 20px;
  border: solid 1px #eeeeee;
  border-top: 3px solid #c11720;
  background-color: #ffffff;
}
.review_wrap h4 {
  font-size: 22px;
  height: 74px;
  line-height: 74px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review_wrap .review_item:hover {
  color: #c11720;
}
.review_wrap .review_item:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.review_wrap .picture_container {
  padding-top: 63.2%;
}
.review_wrap .theme {
  margin-top: 12px;
  font-size: 16px;
  color: #666666;
}
.review_wrap .addr {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #a4a4a4;
}
.map_main .inner_title {
  text-align: center;
}
.map_main .inner_title .name {
  font-size: 36px;
}
.map_main .inner_title .abstract {
  margin-top: 15px;
  color: #bbbbbb;
}
.map_main .map_section {
  padding: 70px;
}
.map_main .map_section dl {
  padding: 30px;
  margin-top: 50px ;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.map_main .map_section dt {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dt a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dd {
  margin-top: 30px;
  width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.map_main .map_section dd a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
