* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    min-width: 1200px;
    overflow: auto;
    font-family: "Microsoft Yahei", Arial, tahoma, arial !important;
    margin: 0;
    padding: 0;
    font-style: normal!important;
    font-variant: normal!important;
    color: #535353;
    background-color: #fff;
    font-size: 12px;
    font-weight: light;
  }
  dt,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  a {
    color: #434343;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
  }
  a:hover {
    color: #88bd79;
    text-decoration: none;
    opacity: 0.8;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  .clear:after {
    content: '';
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
    display: block;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbbec4;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color:    #bbbec4;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color:    #bbbec4;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color:    #bbbec4;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  img {
    border: 0px;
    display: block;
  }
  ul li {
    list-style: none;
  }
  br {
    margin: 0px;
    padding: 0px;
  }
  input,
  button,
  select,
  textarea {
    outline: none;
    font-family: "Microsoft Yahei";
  }
  label.control-label {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 36px;
    display: inline-block;
  }
  label.control-label sup{
    color: red;
    vertical-align: middle;
  }
  .form-group{
    margin-bottom: 15px;
  }
  .form-control {
    padding: 8px;
    line-height: 18px;
    color: #434343;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    height: 36px;
    border-radius: 5px;
  }
  .btn {
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    background-color: #f2f2f2;
    min-width: 120px;
    color: #535353;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
  }
  .btn:hover {
    background-color: #ffffff;
    border-color: #88bd79;
    color: #88bd79;
  }
  .btn-default {
    background-color: #fff;
    border-color: #e9e9e9;
    color: #434343;
  }
  .btn-default:hover {
    background-color: #88bd79;
    border-color: #88bd79;
    color: #fff;
  }
  .btn-bottom {
    background-color: #fff;
    border-color: #e9e9e9;
    color: #434343;
  }
  .btn-bottom:hover {
    background-color: #fff;
    border-color: #88bd79;
    color: #88bd79;
  }
  
  .w-1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .w-1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .w-700{
    width: 700px;
    margin: 0 auto;
    position: relative;
  }
  .tex-left {
    text-align: left;
  }
  .tex-right {
    text-align: right;
  }
  .tex-width {
    width: 90px;
  }
  .radio-ipt span{
    position: relative;
    padding-left: 10px;
  }
  .radio-ipt input{
    vertical-align: middle;
  }
  .radio-ipt span:before{
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    left: -15px;
    top: 1px;
    background: #fff;
  }
  .radio-ipt input:checked + span:before{
    background-color: #88bd79;
  }
  .checkbox-ipt{
    padding-right: 15px;
    display: inline-block;
  }
  .checkbox-ipt span{
    position: relative;
    padding-left: 10px;
  }
  .checkbox-ipt input{
    vertical-align: middle;
  }
  .checkbox-ipt span:before{
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #e5e5e5;
    left: -15px;
    top: 1px;
    background: #fff;
  }
  .checkbox-ipt input:checked + span:before{
    background-color: #88bd79;
  }
  .check-tip {
    color: #a1a1a1;
    line-height: 16px;
    padding: 4px 0;
  }
  .long{
    width: 100%;
  }
  .half{
    width: 50%;
  }
  .theme_color{
    color: #88bd79;
  }
  .sub_color {
    color: #bbbec4;
  }
  .bg-color {
    background-color: #88bd79;
  }
  .bor_color {
    border-color: #dddee1;
  }
  .bor_color2 {
    border-color: #88bd79;
  }
  .logout
  {
     vertical-align: middle;
      }
  .tooLong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
	
  }
  .tooLong2 {
    display: -webkit-box ;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
  }
  .bor_bottom{
    border-bottom: 1px solid #dddee1;
  }
  @font-face {font-family: "iconfont";
    src: url('./fonts/iconfont.eot'); /* IE9*/
    src: url('./fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('./fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('./fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
  }

  .iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    vertical-align: middle;
    text-transform: none;
    /* line-height: 1; */
    display: inline-block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }



.w-1300{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.footer{
    background-color: #323232;
    color: #797979;
}
.footer .footer-left{
    width: 990px;
    margin-top: 30px;
}
.footer .footer-left .p1,.footer .footer-left .p2,.footer .footer-left .p3,.footer .footer-left .p4{
    line-height: 25px;
}
.footer .footer-left .p1 span{
    font-size: 20px;
}
.footer .footer-left .p1 a{
    font-size: 14px;
    margin-left: 5px;
    color: #797979;
}
.footer .footer-left .p2{
    line-height: 25px;
}
.footer .footer-left .p4{
    margin-bottom: 10px;
}
.footer .footer-left .p2 a{
    color: #797979;
    font-size: 15px;
}
.footer .footer-left .p4 a{
    color: #797979;
    font-size: 15px;
}
.footer .footer-right{
    text-align: right;
    margin-top: 85px;
}
.footer .footer-right .toCndns{
    display: inline-block;
    width: 97px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
    background: url(/weixin/images/jzxcx-50.png) no-repeat 0 bottom;
}
.footer .footer-right .toCndns:hover{
    background-position: 0px top;
}
.footer .footer-right span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    vertical-align: middle;
}
.footer .footer-right .forWB{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    background: url(/weixin/images/jzxcx-51.png) no-repeat center center;
    background-color: #797979;
}
.footer .footer-right .forWB:hover{
    background-color: #df5745;
}
.footer .footer-right div{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: url(/weixin/images/jzxcx-52.png) no-repeat center center;
    background-color: #797979;
}
.footer .footer-right div p{
    position: absolute;
    display: none;
    right: -30px;
    bottom: 40px;
    width: 109px;
    height: 109px;
    padding: 15px 15px 22px 15px;
    box-sizing: content-box;
    background: url(/weixin/images/jzxcx-54.png) no-repeat center center;
}
.footer .footer-right div p img{
    width: 100%;
    height: 100%;
}
.footer .footer-right div:hover{
    background-color: #56c856;
}
.footer .footer-right div:hover p{
    display: block;
}


.sidehelp{
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 12px;
  z-index: 1000;
}
.sidehelp>ul>li{
  margin-bottom:10px;
  position: relative;
}
.sidehelp>ul>li>a{
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #56b257;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.sidehelp>ul>li>a p{
  padding-top: 34px;
  background: url(/weixin/images/jzxcx-56.png) no-repeat center 3px;
  background-size: 30px 30px;
}
.sidehelp>ul>li:nth-child(2)>a p{
  background-image: url(/weixin/images/jzxcx-58.png)
}
.sidehelp>ul>li:nth-child(3)>a p{
  background-image: url(/weixin/images/jzxcx-60.png)
}
.sidehelp>ul>li:hover{
  color: #fff;
}
.sidehelp>ul>li:hover>a{
  color: #fff;
  opacity: 1;
  background-color: #56b257;
}
.sidehelp>ul>li:hover>a p{
  background-image: url(/weixin/images/jzxcx-57.png)
}
/* .sidehelp>ul>li:nth-child(2):hover>a{
  width: 200px;
  margin-left: -140px;
}
.sidehelp>ul>li:nth-child(2):hover .tele-box{
  display: block;
}
.sidehelp>ul>li:nth-child(2):hover p{
  display: none;
} */
.sidehelp>ul>li:nth-child(2) .tele-box{
  padding-right: 60px;
  background: url(/weixin/images/jzxcx-59.png) no-repeat 90% center;
  background-size: 50px 50px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: none;
}
.sidehelp>ul>li:nth-child(2) .tele-box span{
  display: block;
  color: #fff;
}
.sidehelp>ul>li:nth-child(2) .tele-box i{
  display: block;
  font-size: 18px;
  color: #fff;
  font-style: normal;
}
.sidehelp>ul>li:nth-child(3):hover>a p{
  background-image: url(/weixin/images/jzxcx-61.png)
}
.sidehelp>ul>li:nth-child(3) .ewm_box{
  position: absolute;
  right: 60px;
  bottom: -30px;
  padding-right: 20px;
  display: none;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content{
  width: 155px;
  background-color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 55px;
  right: 5px;
  border: 7px solid transparent;
  border-left: 8px solid #fff;
  width: 0;
  height: 0px;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content img{
  width: 120px;
  height: 120px;
  border: 2px solid #eaeaea;
  display: inline-block;
  margin: 15px 0;
}
.sidehelp>ul>li:nth-child(3) .ewm_box .ewm_box_content p{
  line-height: 34px;
  width: 100%;
  background-color: #46dba4;
  font-size: 14px;
  color: #fff;
}
.sidehelp>ul>li:nth-child(3):hover .ewm_box{
  display: block;
}



.inner_content_left{
  background-color: #fff;
}
  


.inner_content_right-main-ul{
  font-size: 0px;
}
.inner_content_right-main-ul li{
  font-size: 12px;
  display: inline-block;
}
.inner_content_right-main{
  margin-bottom: 0 !important;
}
.inner_content + .footer{
  position: relative;
  z-index: 2;
  top: 76px;
}
.sidehelp>ul>li:nth-child(4)>a p{
  background-image: url(/weixin/images/jzxcx-103.png)
}
.sidehelp>ul>li:nth-child(4):hover>a p{
  background-image: url(/weixin/images/jzxcx-104.png)
}
.purchase b{font-weight: normal;font-size: 16px;text-decoration: line-through;}
.purchase .w-1000>ul>li>div>h2{
  margin-bottom: 15px !important;
}
.purchase .w-1000>ul>li>div>h3{
  margin-bottom: 15px !important;
}