@charset "UTF-8";
/**
 * Created by kroyo on 2017/10/19.
 * common  html公共样式
 */
/**
 * Created by kroyo on 2017/10/19.
 * minxin 公共块
 */

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
dl,
ol {
    list-style: none;
}

img,
fieldset,
input[type="submit"] {
    border: 0 none;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input[type="button"] {
    cursor: pointer;
    border: 0 none;
}

a,
button,
input,
img {
    -webkit-touch-callout: none;
}

img {
    /*pointer-events:none;*/
    /*禁止图片的点击事件，例如长按保存图片*/
}

fieldset,
img,
input,
button,
select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

textarea {
    outline: none;
}

a {
    text-decoration: none;
}

/***浮动**/
.fl {
    float: left;
}

.fr {
    float: right;
}

html {
    height: 100%;
    width: 100%;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', 'Heiti SC', 'SimSun', 'sans-serif';
    outline: 0;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    margin: 0;
    position: relative;
}

i,
em {
    font-style: normal;
    text-decoration: none;
}

/***清除浮动***/
.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix {
    *zoom: 1;
}

.reset {
    display: none;
}

.red {
    color: #ee0003;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

body {
    padding-top: 60px;
}

input,
textarea,
button {
    font-family: 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Arial', 'Heiti SC', 'SimSun', 'sans-serif';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input.active::-webkit-input-placeholder,
textarea.active::-webkit-input-placeholder {
    color: #666666;
}

input.active:-ms-input-placeholder,
textarea.active:-ms-input-placeholder {
    color: #666666;
}

input.active:-moz-placeholder,
textarea.active:-moz-placeholder {
    color: #666666;
}

input.active::-moz-placeholder,
textarea.active::-moz-placeholder {
    color: #666666;
}

.btnafter {
    position: relative;
}

.btnafter:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btnafter:hover:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.disabled {
    cursor: not-allowed !important;
}

.disabled:after {
    background-color: rgba(255, 255, 255, 0.6);
}

.disabled:hover:after {
    background-color: rgba(255, 255, 255, 0.6);
}

.nodataview {
    width: 100%;
    height: 200px;
    line-height: 200px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.tink {
    display: none;
    position: absolute;
    left: 89px;
    top: 40px;
    font-size: 14px;
    color: #ee0003;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}

.site-header.active {
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.site-header .container {
    position: relative;
    height: 60px;
}

.site-header .header-logo {
    float: left;
    width: 122px;
    height: 60px;
    background: url(../../img/logo.png) no-repeat center;
}

.site-header .header-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.site-header .header-nav {
    float: left;
    width: 590px;
    height: 100%;
    margin-left: 5px;
    font-size: 14px;
}

.site-header .header-nav .nav-list {
    height: 100%;
    padding-left: 20px;
}

.site-header .header-nav .nav-item {
    position: relative;
    float: left;
    height: 100%;
    line-height: 60px;
}

.site-header .header-nav .nav-item .hot {
    width: 16px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 0;
    background: url(../../img/oneDayManufacturing/hot.png) no-repeat top right;
    background-size: 16px 18px;
}

.site-header .header-nav a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #333333;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .header-nav a:after {
    /* position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0, 1);
  /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    /* transform: scale(0, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; */
}

.site-header .header-nav a:hover {
    color: #00a0e9;
    /* background-color: #eeeeee; */
}

.site-header .header-nav a:hover:after {
    -webkit-transform: scale(1, 1);
    /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: scale(1, 1);
}

.site-header .header-nav a.active {
    color: #00a0e9;
}

.site-header .header-nav .nav-more {
    width: 70px;
}

.site-header .header-nav .more-list {
    position: relative;
    top: 0;
    left: -10px;
    width: 90px;
    height: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(1, 57, 83, 0.14);
    box-shadow: 0px 2px 4px 0px rgba(1, 57, 83, 0.14);
    font-size: 14px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .header-nav .more-list .item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.site-header .header-nav .more-list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.site-header .header-nav .more-list .item a:after {
    display: none;
}

.site-header .header-nav .more-list .item:hover a,
.site-header .header-nav .more-list .item.active a {
    color: #00a0e9;
    background-color: #eff4f9;
}

.site-header .header-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.site-header .header-login {
    float: right;
    position: relative;
    width: 89px;
    height: 60px;
    font-size: 0;
    background-color: #fff;
    z-index: 1;
    text-align: right;
}

.site-header .header-login .login {
    margin-left: 11px;
    display: inline-block;
    position: relative;
    width: 39px;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.site-header .header-login .login:nth-of-type(1) {
    margin-left: 0;
}

.site-header .header-login .login:nth-of-type(1) a::after {
    display: none;
}

.site-header .header-login .login a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-align: right;
}

.site-header .header-login .login a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    width: 1px;
    height: 12px;
    background-color: #dee3e6;
}

.site-header .header-login .login a.active {
    color: #00a0e9;
}

.site-header .header-login .login:after {
    /* position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; */
}

.site-header .header-login .y-login {
    display: none;
    position: relative;
}

.site-header .header-login .y-login a::after {
    display: none;
}

.site-header .header-login .y-login:before {
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ee0003;
    border-radius: 50%;
}

.site-header .header-login .y-login .icon-user {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.site-header .header-login .y-login .icon-user img {
    width: 100%;
    height: 100%;
}

.site-header .header-login .login-user {
    position: relative;
    top: 0px;
    right: 50px;
    width: 120px;
    height: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .header-login .user-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .header-login .user-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .header-login .user-item .message-num {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ee0003;
    border-radius: 8px;
    margin-left: 5px;
    vertical-align: 1px;
    text-align: center;
}

.site-header .header-login .user-item:hover {
    color: #00a0e9;
    /* background-color: #F2F2F2; */
}

.site-header .header-login .user-item:hover a {
    color: #00a0e9;
}

.site-header .header-login .login:hover {
    color: #00a0e9;
    /* background-color: #eeeeee; */
}

.site-header .header-login .login:hover a {
    color: #00a0e9;
}

.site-header .header-login .login:hover:after {
    -webkit-transform: scale(1, 1);
    /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: scale(1, 1);
}

.site-header .header-login .y-login:hover:before {
    display: none;
}

.site-header .header-login .no-message .y-login:before {
    display: none;
}

.site-header .header-login .no-message .user-item .message-num {
    display: none;
}

.site-header .search {
    position: relative;
    float: right;
    overflow: hidden;
}

.site-header .search .header-searchbtn {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background: url(../../img/icon-search.png) no-repeat center #fff;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .search .header-searchbtn:after {
    /* position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; */
}

.site-header .search .header-searchbtn:hover {
    /* color: #00a0e9;
  background-color: #eeeeee; */
    background: url(../../img/icon-search-hover.png) no-repeat center #fff;
}

.site-header .search .header-searchbtn:hover:after {
    -webkit-transform: scale(1, 1);
    /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: scale(1, 1);
}

.site-header .search .search-type {
    float: left;
    width: 90px;
    height: 60px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}

.site-header .search .search-type .type {
    display: block;
    width: 100%;
    padding-right: 15px;
    border-left: 1px solid #dddddd;
}

.site-header .search .search-type .selectOff {
    position: absolute;
    top: 28px;
    right: 8px;
    display: block;
    width: 12px;
    height: 6px;
    background: url(../../img/icon-down.png) no-repeat center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .search .search-type .type-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 90px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    text-align: center;
}

.site-header .search .search-type .type-list>div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .search .search-type .type-list>div:hover,
.site-header .search .search-type .type-list>div.active {
    color: #00a0e9;
    /* background-color: #F2F2F2; */
}

.site-header .search .search-type.active .selectOff {
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: rotate(180deg);
}

.site-header .search .search-text {
    float: left;
    height: 20px;
    margin: 20px 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 0;
}

.site-header .search .search-text input {
    height: 100%;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.site-header .search .search-text input.active::-webkit-input-placeholder {
    color: #666666;
}

.site-header .search .search-text input.active:-ms-input-placeholder {
    color: #666666;
}

.site-header .search .search-text input.active:-moz-placeholder {
    color: #666666;
}

.site-header .search .search-text input.active::-moz-placeholder {
    color: #666666;
}

.site-header .search .search-type,
.site-header .search .search-text {
    position: relative;
    right: -300px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.site-header .search.active .search-type,
.site-header .search.active .search-text {
    right: 0;
    opacity: 1;
}

.site-header .header-pbtn {
    position: relative;
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #00a0e9;
    border-radius: 4px;
    margin: 15px 10px;
    cursor: pointer;
    z-index: 1;
}

.site-header .header-pdemand:after,
.site-header .header-pcasebtn a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .header-pdemand:hover:after,
.site-header .header-pcasebtn a:hover:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.site-header .header-pcasebtn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.site-header.ylogin .header-nav {
    width: 590px;
    margin-left: 20px;
}

.site-header.ylogin .header-login {
    width: 70px;
}

.site-header.ylogin .no-login {
    display: none;
}

.site-header.ylogin .y-login {
    display: block;
    width: 70px;
}

.site-footer {
    width: 100%;
    min-width: 1200px;
    height: 380px;
    background-color: #292d32;
}

.site-footer>.container {
    height: 360px;
    padding-top: 60px;
}

.site-footer .site-footer-left {
    width: 500px;
}

.site-footer .footer-links {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    margin-bottom: 30px;
}

.site-footer .footer-links:nth-last-child(1) {
    margin-bottom: 0;
}

.site-footer .footer-links dt {
    color: #ffffff;
    font-size: 18px;
    line-height: 35px;
}

.site-footer .link-list dd {
    margin-bottom: 8px;
}

.site-footer .footer-links dd,
.site-footer .footer-links a {
    display: inline-block;
    color: #999999;
    font-size: 14px;
}

.site-footer .footer-links a {
    padding-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-footer .footer-links a:hover {
    color: #ffffff;
}

.site-footer .footer-links .link-downbtn {
    margin-left: 10px;
    cursor: pointer;
}

.site-footer .footer-links .link-downbtn:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 6px;
    margin-left: 6px;
    background: url(../../img/icon-down.png) no-repeat center;
    vertical-align: 1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.site-footer .footer-links .link-downbtn.active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.site-footer .link-list {
    display: none;
    width: 900px;
}

.site-footer .footer-contact {
    width: 500px;
}

.site-footer .footer-contact .contact-phone .tel {
    color: #ffffff;
    line-height: 35px;
}

.site-footer .footer-contact .contact-phone .time {
    color: #ffffff;
}

.site-footer .footer-contact .contact-phone a {
    color: #00a0e9;
    font-size: 24px;
    cursor: default;
    vertical-align: middle;
    margin-left: -11px;
}

.site-footer .footer-contact .contact-phone span {
    vertical-align: middle;
}

.site-footer .footer-contact .contact-address {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-top: 35px;
}

.site-footer .footer-code {
    width: 138px;
    overflow: hidden;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    margin-top: 10px;
}

.site-footer .footer-code img {
    width: 138px;
    height: 138px;
    margin-bottom: 5px;
}

.site-footer .site-info {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    line-height: 30px;
    background-color: #26282b;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

/* scroll bar */
.site-toolbar {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 9;
}

.site-toolbar .toolbar-tool {
    position: relative;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
}

.site-toolbar .toolbar-tool.c {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(41, 41, 41, 0.08);
}

.site-toolbar .toolbar-tool a {
    display: block;
    width: 100%;
    height: 100%;
    /* padding-top: 10px; */
}

.site-toolbar .toolbar-tool div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-toolbar .toolbar-lineinfo {
    background-color: #00a0e9;
}

.site-toolbar .toolbar-lineinfo div {
    /* width: 100%; */
    /* height: 100%; */
    background: url(../../img/icon-lineinfo.png) no-repeat center;
    background-size: 50px;
    /* margin: 0 auto; */
    /* -webkit-transition: all 0.3s; */
    /* transition: all 0.3s; */
}

.site-toolbar .toolbar-lineinfo p {
    font-size: 0;
    /* font-size: 16px; */
    color: #666666;
    margin-top: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-toolbar .toolbar-lineinfo:hover div {
    background-image: url(../../img/icon-lineinfo-hover.png);
    background-size: 32px;
}

.site-toolbar .toolbar-lineinfo:hover .service-select {
    display: block;
}

.site-toolbar .toolbar-lineinfo:hover p {
    color: #00a0e9;
}

.site-toolbar .toolbar-tool.c {
    display: none;
}

.site-toolbar .toolbar-bamboo div {
    background: url(../../img/icon-bamboo.png) no-repeat center 11px;
    background-size: 21px;
}

.site-toolbar .toolbar-bamboo:hover div {
    background: url(../../img/icon-bamboo-hover.png) no-repeat center 10px;
    background-size: 24px;
}

.site-toolbar .toolbar-tool .shopping-cart-icon {
    width: 50px !important;
    height: 50px !important;
    background: url(../../img/toolbar/toolbar-tool-shopping-cart.png) no-repeat left 13px top 20px !important;
    background-size: 22px !important;
}

.site-toolbar .toolbar-tool.shopping-cart {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(41, 41, 41, 0.08);
}

.site-toolbar .toolbar-tool.shopping-cart .cart-num {
    top: 12px !important;
    left: 26px !important;
}

.site-toolbar .toolbar-topbtn {
    margin: 0 auto;
    height: 42px;
    width: 42px;
    background: url(../../img/icon-topbtn.png) no-repeat top 2px left 3px;
    background-size: 36px;
    margin-top: 10px;
    border-radius: 4px;
}

.site-toolbar .toolbar-topbtn:hover {
    background: url(../../img/icon-topbtn-hover.png) no-repeat center;
    background-size: 42px;
}

.site-banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 350px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    background-color: #8F8F8F;
}

.site-banner .swiper-slide {
    overflow: hidden;
}

.site-banner .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.site-banner img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    height: 100%;
    min-width: 1200px;
}

.site-banner .banner-btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.site-banner .banner-left {
    left: 0px;
    background: url(../../img/left.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.1);
}

.site-banner .banner-left:hover {
    background-image: url(../../img/left-hover.png);
    background-color: rgba(238, 238, 238, 0.3);
}

.site-banner .banner-right {
    right: 0;
    background: url(../../img/right.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.1);
}

.site-banner .banner-right:hover {
    background-image: url(../../img/right-hover.png);
    background-color: rgba(238, 238, 238, 0.3);
}

.site-banner .pagination {
    width: 0;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px !important;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    z-index: 3;
    font-size: 0;
}

.site-banner .swiper-pagination-switch,
.site-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 10px !important;
    opacity: 1;
    margin: 0 5px;
    cursor: pointer;
}

.site-banner .swiper-active-switch,
.site-banner .swiper-pagination-bullet-active {
    width: 30px;
}

.pop-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.video-wrapper .container {
    position: relative;
    height: 100%;
}

.video-wrapper .video-player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 850px;
    height: 600px;
}

.video-wrapper .video-close {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 25px;
    height: 25px;
    background: url(../../img/icon-close.png) no-repeat center;
    background-size: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.video-wrapper .video-close:hover {
    background-image: url(../../img/icon-close-hover.png);
}

.site-alertview {
    position: fixed;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: translateX(-50%);
    margin: 0 auto;
    width: auto;
    min-width: 240px;
    height: 50px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
    z-index: 9999;
}

.site-alertview .view-icon {
    float: left;
    width: 50px;
    height: 100%;
    background: url(../../img/icon-success.png) no-repeat center;
    background-color: #00a0e9;
}

.site-alertview .view-text {
    float: left;
    width: auto;
    min-width: 190px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #ddd;
    color: #333333;
    overflow: hidden;
}

.site-error .view-icon {
    background: url(../../img/icon-error.png) no-repeat center;
    background-color: #ee0003;
}

.pagenation-wrapper {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.list-page {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}

.list-page .pull-right {
    float: right;
}

.list-page .pagination {
    font-size: 14px;
    vertical-align: middle;
    padding: 0 !important;
}

.list-page .pagination input {
    width: 100%;
    height: 36px;
    border: 1px solid #dddddd;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 2px;
}

.list-page ul {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.list-page ul li {
    float: left;
    width: 36px;
    height: 36px;
    margin-left: 2px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    overflow: hidden;
}

.list-page ul li:hover {
    background-color: #eeeeee;
}

.list-page ul a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.list-page ul li.active {
    color: #ffffff;
    background-color: #00a0e9;
    border-color: #00a0e9;
}

.list-page ul li.active a {
    color: #ffffff;
}

.list-page ul li.disabled {
    cursor: not-allowed;
}

.list-page ul li.disabled:hover {
    background-color: transparent;
}

.list-page ul li.disabled a {
    cursor: not-allowed;
}

.list-page .pagebtn {
    display: inline-block;
    width: 72px;
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.list-page .pagebtn:hover {
    background-color: #eeeeee;
}

.list-page .topage {
    display: inline-block;
    height: 36px;
    font-size: 0;
    vertical-align: middle;
}

.list-page .topage .topage-btn {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    vertical-align: middle;
    cursor: pointer;
}

.list-page .topage .topage-btn:hover {
    color: #00a0e9;
}

.list-page .topage input {
    width: 36px;
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.list-page .topage span {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.site-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.site-window .container {
    position: relative;
    height: 100%;
}

.site-window .container>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.site-window .content-title {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}

.site-window .content-title .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(../../img/common/icon-close.png) no-repeat center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-window .content-title .btn-close:hover {
    background-image: url(../../img/common/icon-close-hover.png);
}

.site-window .content-btnlist {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}

.site-window .content-btnlist .btn {
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.site-window .content-btnlist .offline-btn {
    background-color: #00a0e9;
}

.site-window .content-btnlist .online-btn {
    background-color: #fea733;
}

.payment-view {
    width: 580px;
    height: 220px;
    background-color: #ffffff;
}

.payment-view .view-text {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}

.payment-view .view-text:before {
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../img/common/icon-alerterror.png) no-repeat center;
    vertical-align: middle;
    margin-right: 20px;
}

.payment-view .btn-wrap {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.payment-view .pay-skip {
    font-size: 16px;
    color: #00a0e9;
}

.hot-label {
    display: inline-block;
    width: auto;
    max-width: 220px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 14px;
    text-align: center;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.hot-label:hover {
    color: #00a0e9;
    border-color: #00a0e9;
}

.hot-label.active {
    color: #ffffff;
    background-color: #00a0e9;
    border-color: #00a0e9;
}

/* 验证框 */
.verification-screen {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.verification-popup {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -290px;
    width: 580px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
}

.verification-code_title {
    background: #eee;
    height: 50px;
    position: relative;
}

.verification-code_title .close {
    position: absolute;
    right: 20px;
    top: 3px;
    font-size: 30px;
    color: #999;
}

.verification-code_box {
    padding: 0 0 0 75px;
}

.verification-code_box--phone {
    margin: 35px 0 28px 0;
    font-size: 14px;
    color: #999;
}

.verification-code_main {
    font-size: 18px;
}

.verification-code_main .tit {
    margin-right: 25px;
    color: #666;
    line-height: 36px;
    float: left;
}

.verification-code_main--id {
    border-radius: 5px;
    width: 218px;
    height: 38px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 16px;
    text-indent: 10px;
    float: left;
}

.verification-on,
.verification-send {
    display: block;
    margin: 0 0 0 10px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    float: left;
}

.verification-on.actived,
.verification-send.actived {
    display: none;
}

.verification-on {
    background: #ddd;
}

.verification-send {
    background: #00a0e9;
}

.verification-code_submit {
    margin: 60px 0 0 80px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    background: #00a0e9;
    display: block;
}

.bamboo-intro {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
}

.bamboo-intro_info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -260px 0 0 -350px;
    width: 700px;
    height: 520px;
    background: url(../../img/bamboo/bamboo-intro.png) no-repeat center;
}

.bamboo-intro_close {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 40px;
    height: 40px;
    background: url(../../img/bamboo/bamboo-intro-close.png) no-repeat center;
    background-size: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.bamboo-intro_close:hover {
    background: url(../../img/bamboo/bamboo-intro-close_hover.png) no-repeat center;
    background-size: 100%;
}

.site-toolbar .toolbar-lineinfo .service-select {
    display: none;
    position: absolute;
    top: 10px;
    right: 50px;
    background: url(../../img/service-select-bg-one.png) no-repeat left center !important;
    /* background-size: 189px 70px;
    width: 192px;
    height: 70px; */
    background-size: 75px 35px;
    width: 75px;
    height: 35px;
}

.site-toolbar .toolbar-lineinfo .service-select ul {
    margin-top: 10px;
}

.site-toolbar .toolbar-lineinfo .service-select li {
    height: 22px;
    line-height: 1;
    vertical-align: top;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-indent: 8px;
}

.site-toolbar .toolbar-lineinfo .service-select a {
    color: #333;
}

.site-toolbar .toolbar-lineinfo .service-select a:hover {
    color: #00a0e9;
}

.site-window.win-quoteprice .content-title .btn-close {
    background: url(../../img/common/icon-close.png) no-repeat center;
}

.site-window.win-quoteprice .content-title .btn-close:hover {
    background-image: url(../../img/common/icon-close-hover.png);
}

/* 新增自定义的tooltip样式 start */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptexttop {
    font-size: 12px!important;
    visibility: hidden;
    width: auto;
    max-width: 200px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptexttop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
/* 新增自定义的tooltip样式 end */


/* 2022-08-11 服务方入驻按钮修改 */
.notlogin .container{
    width: 1200px!important;
}
.notlogin .header-login {
    width: 185px!important;
    text-align: left!important;
}
.notlogin .header-searchbtn{
    width:50px!important;
}
.notlogin input#ga_search_obj_input{
    width:130px!important;
}
