﻿@charset "utf-8";
html {
  min-width: 1200px;
}
.mobile {
  display: none;
}
.off {
  display: none;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.mar-lef-0 {
  margin-left: 0;
}
.mar-rig-0 {
  margin-right: 0;
}
.p_0 {
  padding: 0;
}
.pad-lef-0 {
  padding-left: 0;
}
.pad-rig-0 {
  padding-right: 0px;
}
.pad-rig-0i {
  padding-right: 0!important;
}
.m_0 {
  margin: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.m12px {
  min-width: 1200px;
}
.font {
  font-family: "Microsoft YaHei";
}
.f12 {
  font-family: "Microsoft YaHei";
  font-size: 12px;
}
.f14 {
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.f16 {
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
.f18 {
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
.f20 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
}
.f24 {
  font-family: "Microsoft YaHei";
  font-size: 24px;
}
.hover {
  background: #cccccc;
}
.donghua-06s {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.donghua-03s {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.img-box img {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.donghua-img-big:hover {
  transform: scale(1.5);
}
.f18_m {
  font-family: "Microsoft YaHei";
  font-size: 0.24rem;
}
.f20_m {
  font-family: "Microsoft YaHei";
  font-size: 0.26666667rem;
}
.f22_m {
  font-family: "Microsoft YaHei";
  font-size: 0.29333333rem;
}
.f24_m {
  font-family: "Microsoft YaHei";
  font-size: 0.32rem;
}
.f28_m {
  font-family: "Microsoft YaHei";
  font-size: 0.37333333rem;
}
.f30_m {
  font-family: "Microsoft YaHei";
  font-size: 0.4rem;
}
.f32_m {
  font-family: "Microsoft YaHei";
  font-size: 0.42666667rem;
}
.word_slh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg_red {
  background-color: red;
}
.no_backImgi {
  background-image: none!important;
}
.word_line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.btn-more {
  display: inline-block;
  padding: 10px 40px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #fff;
  background-color: red;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-more:hover {
  background-color: darkred;
}
.img-box {
  overflow: hidden;
}
.icon-sanjiao {
  display: block;
  width: 0;
  height: 0;
  border-width: 11px 11px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  /*黑 透明 透明 */
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.nav-page-list {
  padding: 70px 0;
  text-align: right;
}
.nav-page-list a:hover {
  font-weight: normal;
}
.nav-page-list .label {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.nav-page-list .page-jump {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  width: 80px;
  margin: 0;
  padding: 9px 15px;
  border: 1px solid #90181c;
  background-color: #f3f3f5;
  vertical-align: baseline;
}
.nav-page-list .btn-link {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #000;
  margin: 0 4px;
  padding: 9px 10px;
  border: 1px solid #90181c;
}
.nav-page-list .prev,
.nav-page-list .next {
  padding: 9px 15px;
}
.nav-page-list .str,
.nav-page-list .end {
  padding: 9px 25px;
}
.pay-process {
  margin-top: 90px;
  border-bottom: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
.pay-process .box {
  display: block;
  width: 10%;
  padding: 18px 0;
  margin: 0 75px;
  float: left;
}
.pay-process .box .img-box {
  width: 100%;
  height: 65px;
}
.pay-process .box .img-box img {
  margin: auto;
}
.pay-process .box p.p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 2;
}
.pay-process .box.mar-lef-0 {
  margin-left: 0;
}
.pay-process .box.mar-rig-0 {
  margin-right: 0;
}
.pay-process a:hover {
  font-weight: normal;
}
#header {
  position: relative;
  background-color: #8f171a;
}
#header .welcome_words,
#header .btn_list {
  padding-top: 30px;
  padding-bottom: 5px;
}
#header a {
  color: #fff;
}
#header .welcome_words {
  display: inline-block;
  width: 255px;
}
#header .btn_list {
  display: inline-block;
  float: right;
}
#header .btn_list .btn_login,
#header .btn_list .btn_register {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  padding: 0 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#header .btn_list .time {
  margin-right: 40px;
}
#header .btn_list .btn_login:hover,
#header .btn_list .btn_register:hover {
  background-color: #fff;
  color: #90181c;
}
#header .btn_list .line {
  position: relative;
  display: inline-block;
  height: 15px;
  top: 3px;
  width: 1px;
  background-color: #fff;
}
#header .con_2 {
  color: #fff;
}
#header .con_2 .link-list {
  position: relative;
  z-index: 3;
}
#header .con_2 .m-r-9 {
  margin-right: 90px;
}
#header .con_2 .m-l-9 {
  margin-left: 110px;
}
#header .con_2 .btn_link {
  display: inline-block;
  line-height: 3;
  padding-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
#header .con_2 .list_lef,
#header .con_2 .list_rig {
  width: 50%;
  float: left;
}
#header .con_2 .list_lef .nav,
#header .con_2 .list_rig .nav {
  display: inline-block;
  width: max-content;
}
#header .con_2 .list_lef .nav .btn-list,
#header .con_2 .list_rig .nav .btn-list {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#header .con_2 .list_lef .nav .btn-list .line-top,
#header .con_2 .list_rig .nav .btn-list .line-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: none;
}
#header .con_2 .list_lef .nav .btn-list .btn_link,
#header .con_2 .list_rig .nav .btn-list .btn_link {
  padding: 0px;
}
#header .con_2 .list_lef .nav .btn-list .list-child,
#header .con_2 .list_rig .nav .btn-list .list-child {
  position: absolute;
  width: 120px;
  left: 0;
  top: 60px;
  padding-top: 10px;
  background-color: #8f171a;
  display: none;
}
@media screen\0  {
  #header .con_2 .list_lef .nav .btn-list .list-child,
  #header .con_2 .list_rig .nav .btn-list .list-child {
    transition: all 0s;
  }
}
#header .con_2 .list_lef .nav .btn-list .list-child li,
#header .con_2 .list_rig .nav .btn-list .list-child li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #a64b4e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 0;
  margin: 0;
}
#header .con_2 .list_lef .nav .btn-list .list-child li a,
#header .con_2 .list_rig .nav .btn-list .list-child li a {
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
}
#header .con_2 .list_lef .nav .btn-list .list-child li a:hover,
#header .con_2 .list_rig .nav .btn-list .list-child li a:hover {
  font-weight: bold;
}
#header .con_2 .list_lef .nav .btn-list .list-child li:hover,
#header .con_2 .list_rig .nav .btn-list .list-child li:hover {
  background-color: #7a090c;
}
#header .con_2 .list_lef .nav .btn-list .list-child li:first-child,
#header .con_2 .list_rig .nav .btn-list .list-child li:first-child {
  margin-left: 0px;
}
#header .con_2 .list_lef .nav .btn-list .list-child li:first-child:after,
#header .con_2 .list_rig .nav .btn-list .list-child li:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #7a090c transparent transparent;
  /*黄 透明 透明 */
  position: absolute;
  top: 0px;
  left: 45%;
}
#header .con_2 .list_lef .nav .btn-list:hover,
#header .con_2 .list_rig .nav .btn-list:hover {
  background-color: #7a090c;
}
#header .con_2 .list_lef .nav .btn-list:hover .line-top,
#header .con_2 .list_rig .nav .btn-list:hover .line-top {
  display: block;
}
#header .con_2 .list_lef .nav .on .line-top,
#header .con_2 .list_rig .nav .on .line-top {
  opacity: 1;
}
#header .con_2 .list_lef .nav .on .list-child,
#header .con_2 .list_rig .nav .on .list-child {
  display: block;
}
#header .con_2 .list_lef {
  text-align: left;
}
#header .con_2 .list_lef .nav .btn-list {
  margin-right: 60px;
}
#header .con_2 .list_lef .nav .btn-list:first-child {
  margin-left: -20px;
}
#header .con_2 .list_lef .nav .btn-list:first-child .list-child {
  left: -20px;
}
#header .con_2 .list_rig {
  text-align: right;
}
#header .con_2 .list_rig .nav .btn-list {
  margin-left: 60px;
}
#header .con_2 .list_rig .nav .btn-list:last-child .list-child {
  right: -20px;
}
#header .con_2 .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #a64b4e;
  z-index: 2;
}
#header .logo-box {
  background-color: #8f171a;
  position: absolute;
  padding: 10px 25px 15px 25px;
  width: 315px;
  border-radius: 15px;
  top: 0;
  left: 38%;
  z-index: 2;
}
#header .logo-box .logo {
  position: relative;
  height: 124px;
  width: 124px;
  z-index: 2;
}
#header .logo-box .line-lef,
#header .logo-box .line-rig {
  position: absolute;
  width: 30%;
  height: 1px;
  top: 30.5%;
  background-color: #a64b4e;
}
#header .logo-box .line-lef {
  left: 0px;
}
#header .logo-box .line-rig {
  right: 0px;
}
#header .logo-box .p1,
#header .logo-box .p2 {
  color: #fff;
  font-weight: bold;
  width: 282px;
}
#header .logo-box .p1 {
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
#header .logo-box .p2 {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  background-image: url("../img/logo-words.png");
  height: 35px;
}
#section .banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
#section .banner .swiper-slide .abs {
  position: absolute;
}
@keyframes container {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }
  20% {
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  80% {
    transform: translate3d(0, 0px, 0);
  }
}
#section .banner .swiper-slide .bak {
  height: 690px;
  width: 100%;
}
#section .banner .swiper-slide .img-fo {
  top: 35%;
  left: 35%;
  animation: container 10s linear infinite;
  /*动画的名称*/
  transform-origin: center bottom;
  /*设置动画旋转元素的基点为：居中靠下*/
  cursor: pointer;
  z-index: 2;
}
#section .banner .swiper-slide .img-foguang {
  left: 5%;
  top: -17%;
  transition: 0.5s;
  transform-origin: 611px 550px;
  animation: rotate 80s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#section .banner .swiper-slide .img-fozi {
  top: 20%;
  left: 69%;
}
#section .banner .swiper-slide .img-yuan1 {
  position: absolute;
  top: 0;
  left: 0;
}
#section .banner .swiper-slide .img-fo2 {
  position: absolute;
  left: 24%;
  width: 50%;
  bottom: 0;
  animation: container 10s linear infinite;
  /*动画的名称*/
  transform-origin: center bottom;
  /*设置动画旋转元素的基点为：居中靠下*/
  cursor: pointer;
}
#section .banner .swiper-slide .img-yun2 {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: right_1x 50s linear infinite;
}
#section .banner .swiper-slide .img-yun1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: right_2x 50s linear infinite;
}
#section .banner .swiper-slide .img-wenzi {
  position: absolute;
  top: 17%;
  width: 15%;
  left: 72%;
}
#section .banner .swiper-slide .img-foguang2 {
  left: 19%;
  top: -38%;
  width: 60%;
  transition: 0.5s;
  transform-origin: 50% 50%;
}
#section .con_1 {
  background-color: #291517;
}
#section .form-box {
  display: inline-block;
  width: max-content;
  background-color: #4a2d2b;
  padding: 20px;
  border-radius: 10px;
}
#section .form-box .lab {
  display: block;
}
#section .form-box .money,
#section .form-box .people,
#section .form-box .lab {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
#section .form-box .money .input,
#section .form-box .people .input {
  padding: 0 10px;
  color: #000;
}
#section .form-box .money:after {
  content: '\5143';
}
#section .form-box .people:after {
  content: '\4eba\6b21';
}
#section .btn-list {
  display: inline-block;
  width: max-content;
  vertical-align: top;
  padding-top: 25px;
  padding-left: 40px;
}
#section .btn-list .title {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
}
#section .btn-list .nav .btn_link {
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #fff;
  padding: 5px 50px 5px 40px;
  background-color: #8f161a;
  border-radius: 30px;
  margin-right: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .btn-list .nav .btn_link .fa {
  position: absolute;
  right: 20px;
  top: 0;
}
#section .btn-list .nav .btn_link:hover {
  color: #e40209;
  background-color: #fff;
}
#section .btn-list .nav .btn_link:hover .fa {
  color: #ff6206;
}
#section .con_2 {
  background-image: url("../img/con2_background.jpg");
  padding-bottom: 30px;
}
#section .con_2 .btn_list {
  text-align-last: justify;
  margin: 60px 0;
}
#section .con_2 .btn_list .btn_link {
  display: inline-block;
  width: max-content;
  cursor: pointer;
  padding: 0 9%;
}
#section .con_2 .btn_list .btn_link .p {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #000;
  padding-top: 17px;
}
#section .con_2 .btn_list .btn_link .img1,
#section .con_2 .btn_list .btn_link .img2,
#section .con_2 .btn_list .btn_link .img3,
#section .con_2 .btn_list .btn_link .img4 {
  width: 131px;
  height: 131px;
  background-image: url("../img/imgs-1.png");
  background-repeat: no-repeat;
}
#section .con_2 .btn_list .btn_link .img1 {
  background-position-x: -113px;
}
#section .con_2 .btn_list .btn_link .img2 {
  background-position-x: -432px;
}
#section .con_2 .btn_list .btn_link .img3 {
  background-position-x: -751px;
}
#section .con_2 .btn_list .btn_link .img4 {
  background-position-x: -1070px;
}
#section .con_2 .btn_list .btn_link:first-child {
  padding-left: 0;
}
#section .con_2 .btn_list .btn_link.pad-rig-0 {
  padding-right: 0;
}
#section .con_2 .btn_list .btn_link:last-child {
  padding-right: 0;
}
#section .con_2 .swiper-img {
  width: 565px;
  padding: 5px;
  border: 1px solid #d6d8d9;
  background: white;
  float: left;
}
#section .con_2 .swiper-img .big-img {
  position: relative;
}
#section .con_2 .swiper-img .big-img .img-box {
  width: 553px;
  height: 366px;
}
#section .con_2 .swiper-img .big-img .img-box img {
  width: 100%;
  height: 100%;
}
#section .con_2 .swiper-img .btn-img-list {
  text-align-last: justify;
  padding-top: 5px;
}
#section .con_2 .swiper-img .btn-img-list .img-box {
  position: relative;
  display: inline-block;
}
#section .con_2 .swiper-img .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 3;
  background-color: rgba(66, 66, 66, 0.5);
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-align-last: center;
}
#section .con_2 .list-box {
  width: 600px;
  float: right;
}
#section .con_2 .list-box .title {
  line-height: 2.5;
  text-align: center;
  background-color: red;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: normal;
}
#section .con_2 .list-box .word-list {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #333333;
  background-color: #fff;
  padding-bottom: 30px;
}
#section .con_2 .list-box .word-list .ul {
  height: 430px;
  padding: 20px;
  overflow: auto;
}
#section .con_2 .list-box .word-list .ul .list-row {
  text-align-last: justify;
  padding: 10px 0 25px 0;
  border-bottom: 1px dashed #8d8686;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_2 .list-box .word-list .ul .list-row:hover {
  background-color: #d5d5d5;
}
#section .con_2 .list-box .word-list .ul span {
  display: inline-block;
}
#section .con_2 .list-box .word-list .ul .left,
#section .con_2 .list-box .word-list .ul .middle,
#section .con_2 .list-box .word-list .ul .right {
  text-align-last: left;
}
#section .con_2 .list-box .word-list .ul .left {
  width: 200px;
}
#section .con_2 .list-box .word-list .ul .middle {
  width: 100px;
}
#section .con_2 .list-box .word-list .ul .right {
  width: 105px;
}
#section .con_2 .list-box .word-list .btn-box {
  text-align: right;
  padding-right: 20px;
}
#section .con_3 {
  padding: 105px 0;
  background-image: url("../img/lbn_02.jpg");
}
#section .con_3 .content {
  padding: 90px 40px 60px 40px;
  background-color: #fff;
}
#section .con_3 .content .left {
  padding-top: 50px;
  width: 660px;
  float: left;
}
#section .con_3 .content .left .title {
  padding-bottom: 20px;
}
#section .con_3 .content .left .title .sp_1,
#section .con_3 .content .left .title .sp_2 {
  overflow: hidden;
  white-space: nowrap;
}
#section .con_3 .content .left .title .sp_1 {
  display: inline-block;
  width: 545px;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #e40209;
}
#section .con_3 .content .left .title .sp_2 {
  display: inline-block;
  width: 80px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #e40209;
  float: right;
  line-height: 36px;
}
#section .con_3 .content .left .img-box {
  position: relative;
  padding: 10px;
  background-color: #e0e0e0;
}
#section .con_3 .content .left .img-box .img-bg {
  position: relative;
  width: 637px;
  height: 448px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
#section .con_3 .content .left .img-box .img-bg .img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  line-height: 2.5;
  background-color: rgba(66, 66, 66, 0.66);
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #fff;
}
#section .con_3 .content .right {
  width: 430px;
  float: right;
}
#section .con_3 .content .right .title {
  padding-bottom: 41px;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  color: #e40209;
}
#section .con_3 .content .right .title span {
  display: block;
  line-height: 35px;
}
#section .con_3 .content .right .word-list {
  padding-bottom: 20px;
}
#section .con_3 .content .right .word-list .list-row {
  position: relative;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 10px 5px 10px;
  background: #ffffff;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#section .con_3 .content .right .word-list .list-row .words {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #2b2b2b;
  line-height: 26px;
}
#section .con_3 .content .right .word-list .list-row:first-child {
  padding-top: 0;
}
#section .con_3 .content .right .word-list .list-row:hover {
  background-color: #424242;
}
#section .con_3 .content .right .word-list .list-row:hover .words {
  color: #fff;
}
#section .con_3 .content .right .btn-box {
  text-align: right;
}
#section .con_4 {
  background-color: #8f161a;
}
#section .con_4 .content {
  text-align: center;
}
#section .con_4 .content a {
  display: inline-block;
  line-height: 3;
}
#section .con_4 .content .words {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #fff;
}
#section .con_4 .content .btn-link {
  line-height: normal;
  padding: 6px 30px;
  border-radius: 30px;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #2b2b2b;
  margin-right: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_4 .content .btn-link .icon {
  width: 23px;
  height: 23px;
  margin-left: 15px;
}
#section .con_4 .content .btn-link:hover {
  -moz-box-shadow: 0px 0px 3px 2px yellow;
  box-shadow: 0px 0px 3px 2px yellow;
}
#section .con_5,
#section .con_6 {
  background-color: #f6f6f6;
}
#section .con_5 .icon-box,
#section .con_6 .icon-box {
  padding-top: 50px;
}
#section .con_5 .icon-box img,
#section .con_6 .icon-box img {
  width: 260px;
}
#section .con_5 .content,
#section .con_6 .content {
  height: 610px;
  overflow: hidden;
}
#section .con_5 .content .left,
#section .con_6 .content .left,
#section .con_5 .content .middle,
#section .con_6 .content .middle,
#section .con_5 .content .right,
#section .con_6 .content .right {
  display: inline-block;
  height: 100%;
  margin: unset;
  vertical-align: top;
  max-height: 610px;
  overflow: hidden;
  background-color: #fff;
}
#section .con_5 .content .left,
#section .con_6 .content .left {
  width: 235px;
  padding-top: 5px;
}
#section .con_5 .content .left .option,
#section .con_6 .content .left .option {
  width: max-content;
  padding: 15px 30px;
  background-color: #90181c;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #fff;
}
#section .con_5 .content .left .list-word,
#section .con_6 .content .left .list-word {
  padding: 20px 35px 20px 0;
}
#section .con_5 .content .left .list-word li,
#section .con_6 .content .left .list-word li {
  display: inline-block;
  width: 70px;
  overflow: hidden;
  margin: 0 5px;
}
#section .con_5 .content .left .list-word li .link,
#section .con_6 .content .left .list-word li .link {
  position: relative;
  top: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000;
  line-height: 26px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_5 .content .left .list-word li .link:hover,
#section .con_6 .content .left .list-word li .link:hover {
  color: #3d3793;
  top: -5px;
}
#section .con_5 .content .left .img-box,
#section .con_6 .content .left .img-box {
  padding: 50px 0;
}
#section .con_5 .content .left .img-box img,
#section .con_6 .content .left .img-box img {
  width: 100%;
  height: 100%;
}
#section .con_5 .content .middle,
#section .con_6 .content .middle {
  position: relative;
  width: 350px;
}
#section .con_5 .content .middle .link-list .nav,
#section .con_6 .content .middle .link-list .nav {
  padding-left: 20px;
  border-bottom: 2px solid #f6f6f6;
}
#section .con_5 .content .middle .link-list .nav .btn_link,
#section .con_6 .content .middle .link-list .nav .btn_link {
  line-height: 65px;
  margin-right: 15px;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000;
}
#section .con_5 .content .middle .link-list .nav .btn_link:before,
#section .con_6 .content .middle .link-list .nav .btn_link:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #555555;
  border-radius: 50%;
  margin: 0 10px;
}
#section .con_5 .content .middle .link-list .nav li:hover .btn_link,
#section .con_6 .content .middle .link-list .nav li:hover .btn_link {
  color: #90181c;
}
#section .con_5 .content .middle .link-list .nav li:hover .btn_link:before,
#section .con_6 .content .middle .link-list .nav li:hover .btn_link:before {
  background-color: #90181c;
}
#section .con_5 .content .middle .title,
#section .con_6 .content .middle .title {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #90181c;
  text-align: center;
  margin: 60px 0 25px 0;
}
#section .con_5 .content .middle .word-list,
#section .con_6 .content .middle .word-list {
  text-align: center;
}
#section .con_5 .content .middle .word-list .btn-link,
#section .con_6 .content .middle .word-list .btn-link {
  padding: 3px 10px;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #90181c;
  border-radius: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_5 .content .middle .word-list .btn-link:hover,
#section .con_6 .content .middle .word-list .btn-link:hover {
  background: #90181c;
  color: #fff;
}
#section .con_5 .content .right,
#section .con_6 .content .right {
  position: relative;
  width: 600px;
  padding-top: 65px;
}
#section .con_5 .content .right .link-list .ul_0 .li_0,
#section .con_6 .content .right .link-list .ul_0 .li_0 {
  position: relative;
  width: 165px;
  height: 225px;
  margin: 10px 15px;
  margin-bottom: 52px;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .title,
#section .con_6 .content .right .link-list .ul_0 .li_0 .title {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .word-list,
#section .con_6 .content .right .link-list .ul_0 .li_0 .word-list {
  text-align: center;
  margin: 10px 0;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .word-list .btn-link,
#section .con_6 .content .right .link-list .ul_0 .li_0 .word-list .btn-link {
  line-height: 15px;
  padding: 3px 10px;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #90181c;
  border-radius: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .word-list .btn-link:hover,
#section .con_6 .content .right .link-list .ul_0 .li_0 .word-list .btn-link:hover {
  background: #90181c;
  color: #fff;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .word-list .btn-link:last-child,
#section .con_6 .content .right .link-list .ul_0 .li_0 .word-list .btn-link:last-child {
  padding-top: 3px;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .word-list .hover,
#section .con_6 .content .right .link-list .ul_0 .li_0 .word-list .hover {
  padding: 3px 10px;
  background: #90181c;
  color: #fff;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .img-box,
#section .con_6 .content .right .link-list .ul_0 .li_0 .img-box {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#section .con_5 .content .right .link-list .ul_0 .li_0 .img-box img,
#section .con_6 .content .right .link-list .ul_0 .li_0 .img-box img {
  cursor: pointer;
}
#section .con_6 .img-box:after {
  content: '\67e5\770b\8be6\60c5';
  position: absolute;
  padding: 5px 20px;
  background: #90181c;
  border-radius: 15px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
#section .con_6 .left .img-box:after {
  content: none;
}
#section .con_6 .middle .img-box:after {
  bottom: 5%;
}
#section .con_7 {
  padding: 40px 0 170px 0;
  background-color: #f6f6f6;
}
#section .con_7 .content {
  border-bottom: 1px solid #878787;
  text-align-last: justify;
  padding-right: 20px;
}
#section .con_7 .content .bold {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  color: #90181c;
}
#section .con_7 .content .icon {
  position: relative;
  display: inline-block;
  padding: 0 2%;
}
#section .con_7 .content .icon img:first-child {
  margin: 0 15px;
}
#section .con_7 .content .icon .angle-right {
  position: relative;
  bottom: -30px;
}
#section .con_7 .content .i1 {
  padding-left: 0;
}
#section .con_7 .content .i4 {
  padding-left: 1%;
  padding-right: 0;
}
#section .con_7 .content .i1:after,
#section .con_7 .content .i2:after,
#section .con_7 .content .i3:after,
#section .con_7 .content .i4:after {
  position: absolute;
  text-align-last: left;
  left: 0;
  padding-left: 20px;
  bottom: -50px;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #000;
}
#section .con_7 .content .i1:after {
  content: '\0031\002e\6ce8\518c\514d\8d39\8d26\53f7';
}
#section .con_7 .content .i2:after {
  content: '\0032\002e\5f00\4ef7\7ade\62cd';
  padding-left: 50px;
}
#section .con_7 .content .i3:after {
  content: '\0033\002e\4ea4\6613\4ed8\6b3e';
  padding-left: 50px;
}
#section .con_7 .content .i4:after {
  content: '\0034\002e\4e2d\6807\5feb\901f\914d\9001';
  width: 145px;
  bottom: -35px;
}
#section .con_8 {
  padding-bottom: 70px;
  background-color: #f6f6f6;
}
#section .con_8 .content {
  background-color: #fff;
  padding: 25px 30px;
}
#section .con_8 .icon-box .btn-link {
  width: 250px;
  background-color: #f0eded;
  border-radius: 15px;
  text-align: center;
  line-height: 32px;
  color: black;
  margin-top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section .con_8 .icon-box .btn-link:hover {
  background-color: #e7e2e2;
}
#section .con_9 {
  margin-top: 55px;
  background-color: #f6f6f6;
}
#section .con_9 .content {
  text-align-last: justify;
  padding: 0;
}
#section .con_9 .btn-link {
  position: relative;
  display: inline-block;
  top: 0;
  width: 315px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin: 0 4%;
}
#section .con_9 .btn-link .img-box {
  width: 315px;
  height: 195px;
}
#section .con_9 .btn-link .line {
  display: block;
  width: 78px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #cccccc;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#section .con_9 .btn-link .word {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  padding: 0 36px;
  text-align-last: center;
}
#section .con_9 .btn-link:first-child {
  margin-left: 0;
}
#section .con_9 .mar-rig-0 {
  margin-right: 0;
}
#section .con_9 .btn-link:last-child {
  margin-right: 0;
}
#section .con_9 .btn-link:hover {
  top: -5px;
}
#section .con_9 .btn-link:hover .line {
  width: 100%;
}
.page_auction {
  background-color: #f3f3f5;
}
.page_auction a {
  color: #010101;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page_auction .page_con_1 {
  background-color: #f3f3f5;
}
.page_auction .page_con_1 .title {
  display: block;
  width: 120px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #90181c;
  float: left;
}
.page_auction .page_con_1 .title .icon-gonggaoxiaolaba {
  font-size: 32px;
}
.page_auction .page_con_1 .title .sp_1 {
  vertical-align: super;
  line-height: 44px;
}
.page_auction .page_con_1 .nav-title,
.page_auction .page_con_1 .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000000;
  padding-top: 80px;
}
.page_auction .page_con_1 .nav li a {
  padding: 0;
  line-height: 50px;
}
.page_auction .page_con_1 .nav li a:after {
  content: "\f105";
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
}
.page_auction .page_con_1 .nav li:last-child a {
  color: #030a99;
}
.page_auction .page_con_1 .nav li:last-child a:after {
  content: '';
}
.page_auction .page_con_1 .word-list .link {
  padding: 0 20px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #010101;
  line-height: 48px;
}
.page_auction .page_con_1 .word-list .link:hover {
  color: #90181c;
}
.page_auction .page_con_2 a:link,
.page_auction .page_con_2 a:visited,
.page_auction .page_con_2 a:active {
  color: inherit;
}
.page_auction .page_con_2 a:hover {
  font-weight: bold;
}
.page_auction .page_con_2 .content {
  padding-top: 35px;
}
.page_auction .page_con_2 .content .goods-list {
  margin-right: -20px;
}
.page_auction .page_con_2 .content .commodity-box,
.page_auction .page_con_2 .content .goods-box {
  position: relative;
  width: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  float: left;
}
.page_auction .page_con_2 .content .commodity-box .img-box,
.page_auction .page_con_2 .content .goods-box .img-box {
  width: 100%;
  height: 300px;
}
.page_auction .page_con_2 .content .commodity-box .img-box img,
.page_auction .page_con_2 .content .goods-box .img-box img {
  width: 100%;
  height: 100%;
}
.page_auction .page_con_2 .content .commodity-box .title,
.page_auction .page_con_2 .content .goods-box .title,
.page_auction .page_con_2 .content .commodity-box .words,
.page_auction .page_con_2 .content .goods-box .words {
  padding-left: 30px;
}
.page_auction .page_con_2 .content .commodity-box .title,
.page_auction .page_con_2 .content .goods-box .title {
  font-size: 24px;
  color: #000;
  line-height: 3;
  border-top: 1px solid #f3f3f5;
}
.page_auction .page_con_2 .content .commodity-box .words,
.page_auction .page_con_2 .content .goods-box .words {
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.page_auction .page_con_2 .content .commodity-box .words p.p,
.page_auction .page_con_2 .content .goods-box .words p.p {
  line-height: 32px;
}
.page_auction .page_con_2 .content .commodity-box .words .sp_1,
.page_auction .page_con_2 .content .goods-box .words .sp_1 {
  width: 135px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.page_auction .page_con_2 .content .commodity-box .words .times,
.page_auction .page_con_2 .content .goods-box .words .times {
  color: #666;
  padding-left: 15px;
}
.page_auction .page_con_2 .content .commodity-box .words .times span,
.page_auction .page_con_2 .content .goods-box .words .times span {
  color: #90181c;
}
.page_auction .page_con_2 .content .commodity-box .words .sp_2,
.page_auction .page_con_2 .content .goods-box .words .sp_2 {
  color: #90181c;
  padding-left: 15px;
}
.page_auction .page_con_2 .content .commodity-box .price,
.page_auction .page_con_2 .content .goods-box .price {
  color: #90181c;
  padding-bottom: 15px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  padding-left: 30px;
}
.page_auction .page_con_2 .content .commodity-box .price .fa-30px,
.page_auction .page_con_2 .content .goods-box .price .fa-30px {
  font-size: 30px;
}
.page_auction .page_con_2 .content .commodity-box .price .btn-link,
.page_auction .page_con_2 .content .goods-box .price .btn-link {
  position: absolute;
  right: 18px;
  bottom: 15px;
  padding: 5px 15px;
  background: #90181c;
  color: white;
}
.page_auction .page_con_2 .content .goods-box {
  margin-right: 20px;
}
.page_auction .page_con_2 .content .goods-box .title {
  line-height: 50px;
  font-size: 24px;
  padding-left: 15px;
}
.page_auction .page_con_2 .content .goods-box .price {
  line-height: 45px;
  padding-left: 15px;
  padding-bottom: 0px;
  letter-spacing: -3px;
}
.page_auction .page_con_2 .content .goods-box .price .fa-30px.data:after {
  content: '\5143';
}
.page_auction .page_con_2 .content .goods-box .price2 span,
.page_auction .page_con_2 .content .goods-box .stock span {
  font-size: 14px;
  color: #666666;
}
.page_auction .page_con_2 .content .goods-box .price2 {
  padding-left: 15px;
  padding-bottom: 20px;
}
.page_auction .page_con_2 .content .goods-box .stock {
  padding-right: 15px;
}
.page_auction .page_con_2 .content .m-0-2 {
  margin: 0 20px;
}
.page_auction .page_con_2 .search-panel,
.page_auction .page_con_2 .market-panel {
  float: left;
}
.page_auction .page_con_2 .search-panel {
  width: 260px;
  padding-right: 20px;
}
.page_auction .page_con_2 .search-panel .title {
  position: relative;
}
.page_auction .page_con_2 .search-panel .title h1 {
  font-family: "Microsoft YaHei";
  font-size: 28px;
  color: #010101;
}
.page_auction .page_con_2 .search-panel .title .icon-sanjiao {
  display: block;
  width: 0;
  height: 0;
  border-width: 11px 11px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  /*黑 透明 透明 */
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.page_auction .page_con_2 .search-panel .checkbox-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link {
  display: block;
  max-width: 130px;
  line-height: 48px;
  font-size: 18px;
}
.page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link .checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #90181c;
  margin: 0;
}
.page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link i.on {
  background-color: #90181c;
}
.page_auction .page_con_2 .search-panel .checkbox-list .list-row .btn-link .span {
  margin-left: 10px;
}
.page_auction .page_con_2 .search-panel .checkbox-list .list-row .long {
  width: 160px;
}
.page_auction .page_con_2 .search-panel .form-dateTime {
  font-size: 0;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}
.page_auction .page_con_2 .search-panel .form-dateTime .to {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  font-size: 22px;
  text-align: center;
  color: white;
  background-color: #90181c;
}
.page_auction .page_con_2 .search-panel .form-dateTime .input {
  display: inline-block;
  width: 43%;
  height: 30px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #90181c;
  padding: 0 5px;
}
.page_auction .page_con_2 .search-panel .form-dateTime .btn_link {
  font-size: 18px;
  color: inherit;
  display: inline-block;
  padding: 3px 45px;
  color: #90181c;
  border: 1px solid #90181c;
  margin-top: 35px;
  float: right;
}
.page_auction .page_con_2 .search-panel .recommend .btn-link {
  display: block;
  margin: 28px 0;
}
.page_auction .page_con_2 .search-panel .recommend .img-box {
  float: left;
  width: 72px;
  height: 72px;
}
.page_auction .page_con_2 .search-panel .recommend .word-list {
  position: relative;
  height: 72px;
  color: #2b2b2b;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  padding-left: 85px;
}
.page_auction .page_con_2 .search-panel .recommend .word-list .p1 {
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_auction .page_con_2 .search-panel .recommend .word-list .p2 {
  position: absolute;
  bottom: 0;
  left: 85px;
}
.page_auction .page_con_2 .search-panel .recommend .b-red {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #90181c;
  font-weight: bold;
}
.page_auction .page_con_2 .market-panel {
  position: relative;
  width: 940px;
  margin-bottom: 50px;
}
.page_auction .page_con_2 .market-panel .top {
  border-left: 5px solid #90181c;
  padding-left: 20px;
  color: #000;
  letter-spacing: 3px;
  padding-bottom: 5px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
.page_auction .page_con_2 .market-panel .top .title {
  padding-bottom: 10px;
  display: none;
}
.page_auction .page_con_2 .market-panel .top .cons {
  color: #90181c;
}
.page_auction .page_con_2 .market-panel .top .cons .word-list {
  display: inline-block;
}
.page_auction .page_con_2 .market-panel .top .cons .word-list .span {
  border: 1px solid #90181c;
  color: #90181c;
  padding: 0px 15px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.page_auction .page_con_2 .market-panel .top .cons .word-list .span .fa-remove {
  cursor: pointer;
}
.page_auction .page_con_2 .market-panel .top .cons .clearCons {
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
.page_auction .page_con_2 .market-panel .top .search-box {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  padding: 12px 55px 12px 0px;
  border: 1px solid #000;
  border-radius: 15px;
}
.page_auction .page_con_2 .market-panel .top .search-box .input {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
}
.page_auction .page_con_2 .market-panel .top .search-box .iconfont {
  position: absolute;
  font-size: 28px;
  top: 5px;
  right: 12px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
.page_auction .page_con_2 .big-title {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  letter-spacing: 5px;
  color: #000;
  margin: 80px 0 35px 0px;
}
.page_auction .page_con_2 .nav-page-list {
  padding: 0;
}
.page_auction .page_con_2 .rec-historys .commodity-box {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.page_auction .page_con_2 .rec-historys .commodity-box .words .times,
.page_auction .page_con_2 .rec-historys .commodity-box .words .sp_2 {
  padding-left: 0;
}
.page_auction .page_con_2 .rec-historys .commodity-box .price .btn-link {
  right: 10px;
}
.page_auction .page_con_2 .rec-historys .commodity-box .price a:hover {
  font-weight: normal;
}
.page_auction .page_con_2 .rec-historys .goods-box {
  width: 285px;
}
.page_project_plan {
  background-color: #f3f3f5;
  font-family: "Microsoft YaHei";
}
.page_project_plan .content {
  padding-top: 45px;
}
.page_project_plan .panel-left {
  width: 260px;
  padding-right: 70px;
  float: left;
}
.page_project_plan .panel-left .title-big {
  border: 1px solid #bfbfbf;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #010101;
  font-size: 30px;
  padding-bottom: 35px;
}
.page_project_plan .panel-left .con_1 {
  padding: 0 12px;
}
.page_project_plan .panel-left .con_1 .link-list .btn-link {
  position: relative;
  display: block;
  padding: 20px 0;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.page_project_plan .panel-left .con_1 .link-list .btn-link i.line {
  position: absolute;
  top: 35%;
  left: 0;
  height: 18px;
  width: 3px;
  display: inline-block;
  float: left;
  background-color: #90181c;
  display: none;
}
.page_project_plan .panel-left .con_1 .link-list .btn-link:hover {
  color: #90181c;
}
.page_project_plan .panel-left .con_1 .link-list .btn-link:hover i.line {
  display: block;
}
.page_project_plan .panel-left .con_2,
.page_project_plan .panel-left .con_3 {
  background-color: #ffffff;
}
.page_project_plan .panel-left .con_2 .title-big,
.page_project_plan .panel-left .con_3 .title-big {
  background-color: #f3f3f5;
  line-height: 120px;
}
.page_project_plan .panel-left .con_2 .img-box img.img,
.page_project_plan .panel-left .con_3 .img-box img.img {
  width: 100%;
}
.page_project_plan .panel-left .con_2 .title,
.page_project_plan .panel-left .con_3 .title {
  padding: 0 12px;
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_project_plan .panel-left .con_2 .word-list,
.page_project_plan .panel-left .con_3 .word-list {
  padding: 0 12px 30px 12px;
  font-size: 16px;
  color: #666666;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .title,
.page_project_plan .panel-left .con_3 .word-list .icon-box .title {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .box,
.page_project_plan .panel-left .con_3 .word-list .icon-box .box {
  height: 10px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .box .line,
.page_project_plan .panel-left .con_3 .word-list .icon-box .box .line {
  width: 50%;
  height: 100%;
  background-color: #be3928;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .words,
.page_project_plan .panel-left .con_3 .word-list .icon-box .words {
  margin-bottom: 5px;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .words .title,
.page_project_plan .panel-left .con_3 .word-list .icon-box .words .title,
.page_project_plan .panel-left .con_2 .word-list .icon-box .words .word,
.page_project_plan .panel-left .con_3 .word-list .icon-box .words .word {
  line-height: 24px;
}
.page_project_plan .panel-left .con_2 .word-list .icon-box .words .title,
.page_project_plan .panel-left .con_3 .word-list .icon-box .words .title {
  font-weight: bold;
  color: #000000;
}
.page_project_plan .panel-right {
  position: relative;
  width: 940px;
  margin-bottom: 50px;
  float: left;
}
.page_project_plan .panel-right .con_1 {
  text-align: right;
}
.page_project_plan .panel-right .con_1 .title,
.page_project_plan .panel-right .con_1 .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000000;
}
.page_project_plan .panel-right .con_1 .nav li a {
  color: #000000;
  line-height: 38px;
  padding: 0;
}
.page_project_plan .panel-right .con_1 .nav li a:after {
  content: "\f105";
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
}
.page_project_plan .panel-right .con_1 .nav li:last-child a {
  color: #030a99;
}
.page_project_plan .panel-right .con_1 .nav li:last-child a:after {
  content: '';
}
.page_project_plan .panel-right .con_1 .search-box {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 265px;
  padding: 12px 55px 12px 0px;
  border: 1px solid #000;
  text-align: left;
  border-radius: 15px;
}
.page_project_plan .panel-right .con_1 .search-box .input {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
}
.page_project_plan .panel-right .con_1 .search-box .iconfont {
  position: absolute;
  font-size: 28px;
  top: 5px;
  right: 12px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
.page_project_plan .panel-right .con_2 .btn-list {
  margin: 35px -20px 0px 0px;
}
.page_project_plan .panel-right .con_2 .btn-link:hover {
  text-decoration: none;
}
.page_project_plan .panel-right .con_2 .btn-link {
  margin: 0 20px 20px 0;
  float: left;
  position: relative;
  display: block;
  width: 300px;
  height: 565px;
  background-color: #ffffff;
  color: #666666;
}
.page_project_plan .panel-right .con_2 .btn-link .pd {
  padding: 0 10px;
}
.page_project_plan .panel-right .con_2 .btn-link .img-box {
  height: 240px;
}
.page_project_plan .panel-right .con_2 .btn-link .img-box img.img {
  width: 100%;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list {
  padding: 0 10px;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list .title {
  font-size: 22px;
  line-height: 50px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list .words {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  padding-bottom: 15px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box {
  padding: 0 10px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .title {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .box {
  height: 10px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .box .line {
  width: 50%;
  height: 100%;
  background-color: #be3928;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .words {
  margin-bottom: 5px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .words .title,
.page_project_plan .panel-right .con_2 .btn-link .icon-box .words .word {
  line-height: 24px;
}
.page_project_plan .panel-right .con_2 .btn-link .icon-box .words .title {
  font-weight: bold;
  color: #000000;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys {
  text-align: center;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys .words_box {
  display: inline-block;
  width: 33.3%;
  text-align: left;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys .c1 {
  float: left;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys .c3 {
  float: right;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys .sp1 {
  display: block;
  color: #000;
  font-weight: bold;
}
.page_project_plan .panel-right .con_2 .btn-link .word-list.moneys .sp2 {
  font-size: 16px;
  color: #666666;
}
.page_project_plan .panel-right .con_2 .btn-link .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  background-color: #90181c;
}
.page_sponsor {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.page_sponsor .nav-title .title,
.page_sponsor .nav-title .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000000;
}
.page_sponsor .nav-title .nav li a {
  color: #000000;
  line-height: 38px;
  padding: 0;
}
.page_sponsor .nav-title .nav li a:after {
  content: "\f105";
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
}
.page_sponsor .nav-title .nav li:last-child a {
  color: #030a99;
}
.page_sponsor .nav-title .nav li:last-child a:after {
  content: '';
}
.page_sponsor .content {
  padding: 30px 35px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #666666;
  background-color: #ffffff;
}
.page_sponsor .content .panel-left {
  width: 875px;
  text-align: left;
  float: left;
}
.page_sponsor .content .panel-left .title-big {
  padding-left: 45px;
}
.page_sponsor .content .panel-left .form-box {
  caret-color: auto;
  background-color: #fff;
}
.page_sponsor .content .panel-left .form-box .list-row {
  position: relative;
  padding: 25px 0;
}
.page_sponsor .content .panel-left .form-box .list-row .title {
  position: absolute;
  left: 0;
  bottom: 35px;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}
.page_sponsor .content .panel-left .form-box .list-row .btn-list {
  display: block;
  width: 545px;
  float: right;
}
.page_sponsor .content .panel-left .form-box .list-row .btn-list .btn-link {
  display: block;
  font-size: 20px;
  color: #de0607;
  line-height: 55px;
  padding: 0 25px;
  border: 1px solid #313131;
  float: left;
}
.page_sponsor .content .panel-left .form-box .list-row .btn-list .btn-link.middle {
  margin: 0 25px;
}
.page_sponsor .content .panel-left .form-box .list-row .btn-list .btn-link.on {
  background-color: #de0607;
  border: 1px solid #de0607;
  color: #fff;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box {
  position: relative;
  display: block;
  width: 545px;
  height: 55px;
  background-color: #f9f9f9;
  float: right;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .input {
  width: 90%;
  height: 100%;
  border: 0;
  caret-color: #de0607;
  background-color: #f9f9f9;
  text-align: right;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .sp1 {
  padding-right: 10px;
  font-size: 24px;
  color: #666;
  line-height: 55px;
  float: right;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .icon-sanjiao {
  border-color: #666 transparent transparent;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .select-box-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #be3928;
  background-color: #fff;
  display: none;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .select-box-list .list-row {
  font-size: 18px;
  color: #000000;
  padding: 0 30px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .select-box-list .on {
  color: white;
  background-color: #be3928;
}
.page_sponsor .content .panel-left .form-box .list-row .input-box .select-box-list .list-row:hover {
  color: white;
  background-color: #be3928;
}
.page_sponsor .content .panel-left .form-box .list-row .select-box {
  display: inline-block;
  height: 27px;
}
.page_sponsor .content .panel-left .form-box .list-row .select-box .select {
  background: #fff;
  height: 28px;
  width: 180px;
  color: #de0607;
  line-height: 28px;
  border: 1px solid #9bc0dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.page_sponsor .content .panel-left .form-box .placeholder-box .placeholder {
  display: block;
  line-height: 65px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  border-bottom: 1px solid #f7f7f7;
  margin: 0;
}
.page_sponsor .content .panel-left .form-box .list-input-box {
  border-bottom: 1px solid #eeeeee;
}
.page_sponsor .content .panel-left .form-box .list-input-box .list-row {
  padding: 20px 0;
}
.page_sponsor .content .panel-left .form-box .list-input-box .list-row .lab {
  font-size: 24px;
  color: #150000;
  position: absolute;
  left: 0;
  bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
  float: left;
}
.page_sponsor .content .panel-left .form-box .list-input-box .list-row .input-box {
  display: block;
  width: 545px;
  float: right;
}
.page_sponsor .content .panel-left .form-box .list-input-box .list-row .input-box .input {
  width: 100%;
  padding-left: 30px;
  text-align: left;
  font-size: 20px;
  color: #666666;
}
.page_sponsor .content .panel-left .form-box .radio-box {
  line-height: 75px;
}
.page_sponsor .content .panel-left .form-box .radio-box .radio-list {
  display: inline-block;
  width: 430px;
  float: right;
}
.page_sponsor .content .panel-left .form-box .radio-box .lab {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
.page_sponsor .content .panel-left .form-box .radio-box .r1,
.page_sponsor .content .panel-left .form-box .radio-box .r2 {
  display: inline-block;
  width: 150px;
}
.page_sponsor .content .panel-left .form-box .radio-box .r1 .icon-radio,
.page_sponsor .content .panel-left .form-box .radio-box .r2 .icon-radio {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f1f1f1;
  cursor: pointer;
}
.page_sponsor .content .panel-left .form-box .radio-box .r1 .sp1,
.page_sponsor .content .panel-left .form-box .radio-box .r2 .sp1 {
  vertical-align: super;
  padding-left: 9px;
}
.page_sponsor .content .panel-left .form-box .radio-box .on .icon-radio {
  background-color: #de0607;
}
.page_sponsor .content .panel-left .form-box .radio-box .small-title {
  font-size: 14px;
  color: #666666;
  line-height: normal;
  padding: 10px 0 30px 0;
}
.page_sponsor .content .panel-left .form-box .apply-box {
  position: relative;
  height: 75px;
}
.page_sponsor .content .panel-left .form-box .apply-box .apply {
  position: relative;
  top: 30px;
}
.page_sponsor .content .panel-left .form-box .apply-box .apply .frame {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  vertical-align: sub;
  background-color: #f1f1f1;
}
.page_sponsor .content .panel-left .form-box .apply-box .apply .frame.on {
  background: #90181c;
}
.page_sponsor .content .panel-left .form-box .apply-box .apply .word {
  font-size: 18px;
  padding-left: 5px;
}
.page_sponsor .content .panel-left .form-box .apply-box .submit {
  position: absolute;
  padding: 10px 45px;
  color: #fff;
  background-color: #90181c;
  border: none;
  right: 10px;
  top: 20px;
}
.page_sponsor .content .panel-left .form-box .apply-box .submit:hover {
  background-color: #ab1116;
}
.page_sponsor .content .panel-right {
  width: 180px;
  height: 1080px;
  overflow: hidden;
  text-align: left;
  float: right;
}
.page_sponsor .content .panel-right .rec_project {
  background-color: #ffffff;
}
.page_sponsor .content .panel-right .rec_project .title-big {
  line-height: 120px;
}
.page_sponsor .content .panel-right .rec_project .img-box img.img {
  width: 100%;
}
.page_sponsor .content .panel-right .rec_project .title {
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_sponsor .content .panel-right .rec_project .word-list {
  padding-bottom: 37px;
  font-size: 16px;
  color: #666666;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .title {
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 24px;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .title .data-percentage {
  font-size: 12px;
  color: #90181c;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .box {
  height: 10px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .box .line {
  width: 50%;
  height: 100%;
  background-color: #be3928;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .words {
  margin-bottom: 5px;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .words .title,
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .words .word {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.page_sponsor .content .panel-right .rec_project .word-list .icon-box .words .title {
  font-size: 18px;
  font-weight: bold;
  color: #90181c;
  text-align: left;
}
.page_sponsor .content .title-big {
  font-size: 30px;
  color: #000000;
}
.page_sponsor .content .tab_box {
  padding-top: 0.46875rem;
  width: 5.390625rem;
  margin: auto;
}
.page_sponsor .content .tab_box .lab {
  display: block;
  color: #000000;
  font-size: 0.375rem;
  padding-bottom: 0.078125rem;
}
.page_sponsor .content .tab_box .lab.on {
  border-bottom: 2px solid #be3928;
}
.page_sponsor .content .panels .panel_A .words_box {
  color: #666666;
  font-size: 0.28125rem;
  line-height: 0.46875rem;
  padding: 0.3125rem 0.15625rem;
  background-color: #fff;
}
.page_sponsor .content .panels .panel_B .words_box {
  height: 3.515625rem;
  background-color: white;
  background-image: url(../img/wap/img15.png);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.page_sponsor .content .panels .panel_B .words_box .p1 {
  font-size: 0.5625rem;
  color: #be3928;
  font-weight: bold;
  text-align: center;
  padding-top: 1.40625rem;
}
.page_sponsor .content .panels .panel_B .words_box .p2 {
  color: #666666;
  font-size: 0.375rem;
  text-align: center;
  padding-top: 0.46875rem;
}
.page_sponsor .content .panels .panel_B .list-box {
  padding: 0.3125rem 0.234375rem;
  margin-top: 0.390625rem;
  background-color: #fff;
}
.page_sponsor .content .panels .panel_B .list-box .title {
  font-size: 0.375rem;
  color: #be3928;
  line-height: 0.625rem;
}
.page_sponsor .content .panels .panel_B .word-list {
  font-size: 0.28125rem;
  color: #be3928;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list {
  border: 1px solid #a0a0a0;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list,
.page_sponsor .content .panels .panel_B .word-list .words {
  padding: 0 0.546875rem;
  text-align: center;
  text-align-last: auto;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list .lab,
.page_sponsor .content .panels .panel_B .word-list .words .lab {
  display: inline-block;
  line-height: 0.578125rem;
  text-align: start;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list .lab_name,
.page_sponsor .content .panels .panel_B .word-list .words .lab_name {
  padding-left: 0.78125rem;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list .lab_time,
.page_sponsor .content .panels .panel_B .word-list .words .lab_time {
  width: 1.5625rem;
  text-align: center;
}
.page_sponsor .content .panels .panel_B .word-list .nav-list .list-row .lab,
.page_sponsor .content .panels .panel_B .word-list .words .list-row .lab {
  line-height: 0.9375rem;
}
.page_sponsor .content #apply {
  display: block;
  color: #fff;
  font-size: 0.375rem;
  font-weight: bold;
  text-align: center;
  background-color: #de0607;
  line-height: 0.9375rem;
  margin: 0.3125rem 0 0.234375rem 0;
}
.page_pledged_details {
  background-color: #f4f4f6;
}
.page_pledged_details .con_1 .nav-title,
.page_pledged_details .con_1 .nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000000;
  padding-top: 80px;
}
.page_pledged_details .con_1 .nav li a {
  padding: 0;
  color: #000;
  line-height: 50px;
}
.page_pledged_details .con_1 .nav li a:after {
  content: "\f105";
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
}
.page_pledged_details .con_1 .nav li:last-child a {
  color: #030a99;
}
.page_pledged_details .con_1 .nav li:last-child a:after {
  content: '';
}
.page_pledged_details .con_2 .con {
  background-color: white;
  height: 670px;
  overflow: hidden;
}
.page_pledged_details .con_2 ol,
.page_pledged_details .con_2 ul,
.page_pledged_details .con_2 li,
.page_pledged_details .con_2 dl,
.page_pledged_details .con_2 dd {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.page_pledged_details .con_2 .panel-left {
  width: 940px;
  padding: 25px 30px;
  float: left;
}
.page_pledged_details .con_2 .panel-left .content1 {
  width: 300px;
  float: left;
}
.page_pledged_details .con_2 .panel-left .content1 .img-box-big {
  height: 410px;
}
.page_pledged_details .con_2 .panel-left .content1 .img-box-big img {
  width: 100%;
  height: 100%;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list {
  margin-top: 45px;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .swiper-slide {
  text-align: center;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .swiper-slide img {
  display: inline-block;
  padding: 1px;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .swiper-slide.on img {
  border: 1px solid #d21015;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .arrow-left {
  background: url('../img/arrows.png') no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .arrow-right {
  background: url('../img/arrows.png') no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .fa-chevron-left,
.page_pledged_details .con_2 .panel-left .content1 .img-list .fa-chevron-right {
  position: absolute;
  top: 25%;
  font-size: 28px;
  color: #cecece;
  cursor: pointer;
  z-index: 2;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .fa-chevron-left {
  left: 0;
}
.page_pledged_details .con_2 .panel-left .content1 .img-list .fa-chevron-right {
  right: 0;
}
.page_pledged_details .con_2 .panel-left .content2 {
  padding-left: 370px;
}
.page_pledged_details .con_2 .panel-left .content2 .m-t-2 {
  margin-top: 20px;
}
.page_pledged_details .con_2 .panel-left .content2 .title-box {
  position: relative;
}
.page_pledged_details .con_2 .panel-left .content2 .title-box .title {
  font-size: 24px;
  color: #010101;
  line-height: 55px;
  font-weight: bold;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_pledged_details .con_2 .panel-left .content2 .title-box .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 25px;
  border-left: 1px solid #e8e8e8;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.page_pledged_details .con_2 .panel-left .content2 .title-box .icon-box img {
  display: inline-block;
}
.page_pledged_details .con_2 .panel-left .content2 .title-box .icon-box .word {
  padding-top: 5px;
}
.page_pledged_details .con_2 .panel-left .content2 .p {
  display: inline-block;
  vertical-align: baseline;
}
.page_pledged_details .con_2 .panel-left .content2 .p1 {
  width: 105px;
  font-size: 18px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price {
  font-size: 16px;
  color: #666666;
  padding: 10px 5px;
  background-color: #f1f1f1;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .p2 {
  color: #90181c;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .p2 .data {
  font-size: 30px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .p3 {
  font-size: 16px;
  text-decoration: line-through;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .comment {
  width: 35px;
  padding-left: 20px;
  padding-right: 15px;
  border-left: 1px solid white;
  box-sizing: content-box;
  float: right;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .comment .sp1,
.page_pledged_details .con_2 .panel-left .content2 .word-price .comment .sp2 {
  display: block;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .comment .sp2 {
  color: #030a99;
}
.page_pledged_details .con_2 .panel-left .content2 .word-price .p-l-3 {
  padding-left: 30px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-odd_num .p2 {
  font-size: 18px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box {
  position: relative;
  display: inline-block;
  width: 145px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .lab {
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  line-height: 24px;
  border: 1px solid #90181c;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .lab .fa {
  position: absolute;
  top: 15%;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .select-box-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #be3928;
  background-color: #fff;
  display: none;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .select-box-list .list-row {
  font-size: 18px;
  color: #000000;
  padding: 0 30px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .select-box-list .on {
  color: white;
  background-color: #be3928;
}
.page_pledged_details .con_2 .panel-left .content2 .word-add .drop-box .select-box-list .list-row:hover {
  color: white;
  background-color: #be3928;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-list {
  display: block;
  padding-left: 105px;
  font-size: 0;
  text-align: left;
  margin-right: -25px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link:hover {
  text-decoration: none;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link {
  display: inline-block;
  border: 1px solid #e8e8e8;
  margin-right: 23px;
  width: 120px;
  margin-bottom: 15px;
  cursor: pointer;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link .img {
  width: 30px;
  height: 42px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link span {
  line-height: 42px;
  font-size: 14px;
  color: #666666;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link .name {
  margin-left: 10px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .on {
  border: 1px solid #90181c;
}
.page_pledged_details .con_2 .panel-left .content2 .word-choice .btn-link:hover {
  border: 1px solid #90181c;
}
.page_pledged_details .con_2 .panel-left .content2 .word-promotion .p {
  vertical-align: middle;
}
.page_pledged_details .con_2 .panel-left .content2 .word-promotion .p2 {
  font-size: 12px;
  color: #90181c;
  border: 1px solid #90181c;
  padding: 0 10px;
  margin-right: 5px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-promotion .p3 {
  font-size: 18px;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num .input-box {
  width: 120px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #90181c;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num .input-box i {
  position: absolute;
  top: 0;
  font-size: 28px;
  cursor: pointer;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num .input-box .icon-subtract {
  left: 0;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num .input-box .icon-add {
  right: 0;
}
.page_pledged_details .con_2 .panel-left .content2 .word-num .input-box .inp {
  display: inline-block;
  width: 50%;
  line-height: 38px;
  text-align: center;
  border: 0;
  font-size: 18px;
}
.page_pledged_details .con_2 .panel-left .content2 .pay .btn-link {
  display: block;
  line-height: 60px;
  font-size: 18px;
  color: #90181c;
  border: 1px solid #90181c;
  padding: 0 55px;
}
.page_pledged_details .con_2 .panel-left .content2 .pay .on {
  background-color: #90181c;
  color: white;
}
.page_pledged_details .con_2 .panel-left .content2 .pay .btn-link:hover {
  background-color: #90181c;
  color: white;
}
.page_pledged_details .con_2 .panel-left .goods-pic {
  position: relative;
  float: left;
  width: 370px;
}
.page_pledged_details .con_2 .panel-left .goods-pic .img-box {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 368px;
  height: 368px;
  border: none;
  cursor: crosshair;
}
.page_pledged_details .con_2 .panel-left .goods-pic .img-box img {
  width: 100%;
}
.page_pledged_details .con_2 .panel-left .goods-pic .pic-box {
  float: left;
}
.page_pledged_details .con_2 .panel-left .goods-pic .pic-preview {
  width: 368px;
  height: 368px;
  border: 1px solid #e8e8e8;
}
.page_pledged_details .con_2 .panel-left .goods-spec {
  position: relative;
  margin: 0 0 0 395px;
  overflow: hidden;
}
.page_pledged_details .con_2 .panel-left .goods-spec h1 {
  display: block;
  color: #555;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page_pledged_details .con_2 .panel-left .goods-spec .counting {
  margin: 15px 0;
}
.page_pledged_details .con_2 .panel-left .goods-spec .counting .wz {
  background: #d70029;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 30px 30px 0;
  margin-right: 30px;
  position: relative;
  top: -3px;
}
.page_pledged_details .con_2 .panel-left .goods-spec .counting .num {
  font-size: 25px;
  color: #8E011D;
  padding: 0 3px;
}
.page_pledged_details .con_2 .panel-left .goods-spec #pricebox {
  background: #EAEAEA;
  padding: 10px 20px;
}
.page_pledged_details .con_2 .panel-left .goods-spec #pricebox .baoming {
  padding: 20px 0;
}
.page_pledged_details .con_2 .panel-left .goods-spec #pricebox .baoming button {
  height: 35px;
  padding: 0 30px;
  color: #fff;
  border: none;
  background: #8E011D;
  outline: none;
  border-radius: 17px;
  line-height: 35px;
  cursor: pointer;
}
.page_pledged_details .con_2 .panel-left .goods-spec .spec-box {
  position: relative;
  margin-top: 10px;
}
.page_pledged_details .con_2 .panel-left .goods-spec .spec-box .deposit {
  font-size: 14px;
  letter-spacing: 1px;
}
.page_pledged_details .con_2 .panel-left .goods-spec .spec-box:after {
  clear: none;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.page_pledged_details .con_2 .panel-left .goods-spec dl {
  clear: both;
  display: block;
}
.page_pledged_details .con_2 .panel-left .goods-spec dl dt {
  float: left;
  width: 80px;
  line-height: 38px;
  min-height: 38px;
  color: #999;
}
.page_pledged_details .con_2 .panel-left .goods-spec dl dd {
  position: relative;
  margin-left: 80px;
  padding: 5px 0;
  line-height: 26px;
  min-height: 26px;
  color: #6c6c6c;
}
.page_pledged_details .con_2 .panel-left .goods-spec dl dd .price {
  display: inline-block;
  margin-right: 5px;
  color: #f40;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}
.page_pledged_details .con_2 .panel-left .goods-spec dl:after {
  clear: none;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.page_pledged_details .con_2 .panel-right {
  width: 225px;
  padding-bottom: 25px;
  float: right;
}
.page_pledged_details .con_2 .panel-right h1.title {
  height: 90px;
  padding: 15px 15px 0 30px;
  line-height: 75px;
  font-size: 18px;
  color: #ffffff;
  background-color: #90181c;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px 0;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link .img-box {
  width: 150px;
  height: 130px;
  margin: auto;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link .img-box img {
  width: 100%;
  height: 100%;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link .title {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #90181c;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link:last-child {
  border-bottom: none;
}
.page_pledged_details .con_2 .panel-right .btn-list .btn-link:hover {
  text-decoration: none;
}
#footer {
  color: #757575;
  /*网页尾部的结束*/
}
#footer a {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  font-weight: normal;
}
#footer a:hover {
  color: #3d3793;
}
#footer a {
  color: #757575;
}
#footer .tail {
  width: 100%;
  height: 310px;
  background: #f6f6f6;
  float: left;
}
#footer .tail-serve {
  width: 100%;
  height: 230px;
  background: #fff;
}
#footer .tail-serve-tal {
  width: 323px;
  height: 132px;
  border-radius: 10px;
  background: #f6f6f6;
  float: left;
  margin: 50px 0 0 0;
}
#footer .tal-text {
  font-size: 18px;
  font-family: "微软雅黑";
  float: left;
  margin: 13px 0 0 17px;
}
#footer .tal-tal {
  font-size: 30px;
  font-family: "微软雅黑";
  color: #90181c;
  float: left;
  margin: 0 0 0 17px;
}
#footer .customer-tal {
  width: 104px;
  height: 32px;
  background: #90181c;
  float: right;
  margin: 3px 58px 0 0;
  border-radius: 4px;
}
#footer .customer {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  float: left;
  margin: 5px 0 0 20px;
}
#footer .guide {
  width: 610px;
  height: 183px;
  float: left;
  margin-left: 131px;
  margin-top: 30px;
}
#footer .guide-bg {
  float: left;
  width: 115px;
}
#footer .guide-text {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  padding-bottom: 4px;
}
#footer .guide-li {
  padding: 3px 0;
  font-family: "微软雅黑";
  font-size: 12px;
}
#footer .sys {
  width: 120px;
  height: 113px;
  float: left;
  margin-top: 30px;
}
#footer .sys-img {
  width: 95px;
  height: 95px;
  float: left;
  margin-left: 10px;
}
#footer .sys-text {
  font-family: "微软雅黑";
  font-size: 14px;
  float: left;
}
#footer .ba {
  text-align: center;
  font-size: 14px;
  font-family: "微软雅黑";
  margin-top: 30px;
}
#footer .food-ba {
  width: 1200px;
  height: auto;
  margin: auto;
}
#footer .scales {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#totop {
  width: 52px;
  height: 57px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 60%;
  background: #cdcba2;
  border: 1px solid #e2e2e2;
  opacity: 0.35;
  z-index: 100;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#totop:hover {
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */