html {
    height: 100%;
}

body {
    margin: 0;
    position: relative;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    padding: 0;
    min-height: 100%;
    background: #f8f8f8;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

input,
select,
textarea,
button {
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    outline: none !important;
}

input::-ms-clear,
select::-ms-expand {
    display: none;
}

* {
    box-sizing: border-box;
}

/* header */
.header-top {
    width: 100%;
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-top .links {
    text-align: right;
    padding-top: 5px;
}

.header-top .links .links-item {
    line-height: 30px;
}

.header {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
}

.header .logo {
    float: left;
}

.header .logo img {
    width: 80px;
    height: 80px;
}

.logo-tit {
    float: left;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 21px;
    margin-left: 10px
}

.header .nav {
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 14px;
}

.header .nav .nav-item {
    font-size: 16px;
    line-height: 70px;
}

.header .nav .nav-item + .nav-item {
    margin-left: 30px;
}

.header .nav .nav-item.current {
    color: #7e8eee;
}

/* slider */
.slider {
    position: relative;
    height: 360px;
    background: url(../images/slider.jpg) no-repeat;
    background-size: cover;
}

.slider .form-block {
    position: absolute;
    top: 46%;
    left: 50%;
    margin: -141px 0 0 225px;
}

.form-block {
    width: 428px;
    height: 310px;
    margin: 0 auto;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.85);

}

.form-block .form-group {
    position: relative;
}

.form-block .form-group i {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 17px;
    z-index: 99;
    color: #abb5f4;
}

.form-block .form-group .form-control {
    padding-left: 35px;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
}

.form-block .form-group .input-group .form-control {
    display: table-cell;
}

.form-block .form-group .input-group .btn {
    display: table-cell;
    width: 80px;
    background: #eee;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
}

.form-block .form-group .input-group .btn.btn-link {
    background-color: transparent;
    border-color: transparent;
}

.form-block .btn-block {
    width: 200px;
    margin: 15px auto 0;
}

.form-block.checkout {
  width: 600px;
  height: 322px;
  padding: 30px 176px 60px 60px;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #8eabff;
  position: relative;
  box-shadow: 8px 8px 0 rgba(173, 188, 230, 0.36);
}
.form-block.checkout .panel-title {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 25px;
}
.form-block.checkout .nav-tabs {
  position: absolute;
  width: 118px;
  height: 318px;
  top: 0;
  right: 0;
}
.form-block.checkout .nav-tabs li {
  width: 118px;
  height: 106px;
  float: left;
}
.form-block.checkout .nav-tabs li a {
  display: block;
  width: 118px;
  height: 105px;
  background: #8eabff;
  color: #fff;
  border: 0;
  border-left: 5px solid #83a0f5;
}
.form-block.checkout .nav-tabs li a:hover {
  background: #86a5ff;
  border-color: #7594f0;
}
.form-block.checkout .nav-tabs li a i {
  display: block;
  margin: 16px auto 6px;
  font-size: 32px;
}
.form-block.checkout .nav-tabs li + li {
  border-top: 1px solid #bfcfff;
}
.form-block.checkout .nav-tabs li.active a {
  border-bottom: 0;
  background: #fff;
  border-left: 5px solid #fff;
  color: #ff9000;
}
.activation {
    padding: 60px 0 100px;
}

.activation .form-block {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
}

.activation .form-block .btn-block {
    width: 200px;
}

.page-title {
    padding: 30px 0;
    text-align: center;
}

.page-title h2 {
    position: relative;
    color: #7e8eee;
}

.page-title h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 50%;
    left: 50%;
    background: #7e8eee;
    margin: -2px 0 0 -180px;
}

.page-title h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    top: 50%;
    left: 50%;
    background: #7e8eee;
    margin: -2px 0 0 80px;
}

.page-title h5 {
    color: #999;
    font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.grid {
    min-height: 500px;
}

.grid .grid-media {
    margin: 30px 0;
    height: 235px;

}

.grid .grid-media img {
    display: block;
    width: 100%;
    height: 200px;
    cursor: pointer;
}

.grid .grid-media-text-title {
    text-align: center;
    cursor: pointer;
}

.grid .grid-media-text-title h4 {
    margin-top: 25px;
    color: #7e8eee;
    text-align: center;
}

.grid .grid-media-text-title h5 {
    color: #666;
    text-align: center;
}

.footer {
    height: 80px;
    border-top: 1px solid #ddd;
    text-align: center;
    line-height: 80px;
    color: #7e8eee;
    margin-top: 100px;
}

.btn.btn-primary {
    background: #7e8eee;
    border: 1px solid #7e8eee;
    color: #fff;
}

.btn.btn-warning {
    background: #ff9000;
    border: 1px solid #ff9000;
    color: #fff;
}

.step {
    display: block;
    padding-top: 15px;
    width: 720px;
    color: #777777;
    margin: 0 auto 100px;
}

.step .step-item {
    padding: 0;
}

.step .step-mark {
    position: relative;
    display: block;
    text-align: center;
}

.step .step-mark:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    font-family: "FontAwesome";
    background: #7e8eee;
    z-index: 9;
    top: 12px;
    left: 0;
    width: 41%;
}

.step .step-mark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    font-family: "FontAwesome";
    background: #7e8eee;
    z-index: 9;
    top: 12px;
    left: 59%;
    width: 41%;
}

.step .step-mark i.fa:before {
    font-size: 24px;
    content: "\f10c";
    color: #7e8eee;
}

.step .step-mark i.fa:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    margin: -14px;
    z-index: -998;
}

.step .checked {
    color: #777777;
}

.step .checked .step-mark:before,
.step .checked .step-mark:after {
    background: #7e8eee;
}

.step .checked .step-mark i.fa:before {
    content: "\f058";
    color: #7e8eee;
}

.step .current {
    color: #7e8eee;
}

.step .current .step-mark:before,
.step .current .step-mark:after {
    background: #7e8eee;
}

.step .current .step-mark i.fa:before {
    content: "\f111";
    color: #7e8eee;
}

.step .step-text {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.bg-light {
    background: #edf0ff;
}

.details {
    background: #fff;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 30px;
}

.details .details-card-media {
    float: left;
}

.details .details-card-media img {
    width: 426px;
    height: 300px;
}

.details .details-card-info {
    float: right;
    width: 600px;
}

.details .details-card-info h2.title {
    color: #7e8eee;
    margin-bottom: 15px;
}

.details .details-card-info ul li {
    padding: 5px 15px 5px 30px;
    background: url("../images/dot.png") left center no-repeat;
}

.details .details-card-info h4.subtitle {
    background: #7e8eee;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    width: 200px;
    margin: 30px 0 15px;
}

.details p {
    font-size: 12px;
}

.nav-tabs {
    border: 0;
    margin-bottom: 15px;
}

.nav-tabs li {
    width: 50%;
}

.nav-tabs li a {
    border: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    /*border-bottom: 2px solid #ddd;*/
    font-size: 16px;
    background: none;
    color: #000;
}

.nav-tabs li a:hover {
    background: none;
    color: #000;
    /*border-bottom: 2px solid #b7b7b7;*/
}

.nav-tabs li a:visited,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    border: 0;
}

.nav-tabs li.active a {
    border: 0;
    border-bottom: 2px solid #abb5f4;
    color: #7e8eee;
    background: none;
}

.nav-tabs li.active a:hover {
    background: none;
    color: #7e8eee;
    border: 0;
    border-bottom: 2px solid #3a53e5;
}

.nav-tabs li.active a:visited,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
    background: none;
    color: #5167e8;
    border: 0;
    border-bottom: 2px solid #abb5f4;
}

h3.page-title {
    position: relative;
    text-align: center;
    margin: 45px;
    color: #222222;
    font-weight: bold;
}

h3.page-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #92adff;
    z-index: 9;
    width: 120px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -200px;
}

h3.page-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #92adff;
    z-index: 9;
    width: 120px;
    top: 50%;
    right: 50%;
    margin: -1px -200px 0 0;
}

.tips-text {
    display: table;
    width: 100%;
}

.tips-text dt,
.tips-text dd {
    display: table-cell;
    vertical-align: middle;
}

.tips-text dt {
    width: 36px;
}

.tips-text dt span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #92adff;
    color: #fff;
    margin: 0 10px 0 0;
}

.tabs-body {
    padding: 30px;
    background: #fff;
    margin: 15px 0;
}

.tabs-body .step {
    width: 100%;
    float: none;
}

.tabs-body .step:before,
.tabs-body .step:after {
    content: " ";
    display: table;
}

.tabs-body .step:after {
    clear: both;
}

.tabs-body .step .step-item {
    position: relative;
}

.tabs-body .step .step-item .fa-3x {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: -24px 0 0 -26px;
    color: #92adff;
}

.tabs-body .step .step-text {
    padding-top: 10px;
}

.tabs-body .step .step-text .step-mark i {
    padding: 0;
}

.tabs-body .title {
    font-size: 18px;
    padding: 30px 15px;
    font-weight: bold;
    position: relative;
}

.tabs-body .title:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #ffae00;
    z-index: 9;
    top: 50%;
    left: 0;
    height: 18px;
    margin-top: -9px;
}

.tabs-body table > thead > tr > th {
    min-width: 200px;
    text-align: center;
    line-height: 42px;
}

.tabs-body table > tbody > tr > td {
    vertical-align: middle;
}

.rules {
    height: 150px;

}

.pages {
    text-align: center;
    margin-bottom: 30px;
}

.pages a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
}

.pages a.current {
    background: #ffae00;
    color: #fff;
}

.pages a:hover {
    background: #eeeeee;
}

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

.pages:after {
    clear: both;
}

.type-tips {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: -20px;
    margin-bottom: 0;
    text-align: right;
    color: #ff5500;
}

.logo {
    width: 80px;
    height: 80px;
}

.logo img {
    width: 100%;
}

.product_prices {
    color: #ff5500 !important;
    margin-top: 0;
}

.bdyz-tit {
    text-align: center;
    font-size: 20px;
    margin-bottom: 22px;
}

.login-panel {
    display: table;
    width: 100%;
    height: 465px;
    margin: 30px 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.login-banner {
    width: 740px;
    position: fixed;
    z-index: 2001;
}

.login-block {
    display: table-cell;
    vertical-align: top;
    margin: 30px auto;
    padding: 30px;
}

.login-block .radio-control {
    height: 42px;
    margin-bottom: 15px;
}

.login-block .radio-control .radion-item {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 18px;
}

.login-block .input-element input {
    font-size: 16px;
}

.login-block h3 {
    position: relative;
    margin-left: -30px;
    margin-bottom: 45px;
    display: inline-block;
    width: 320px;
    padding: 10px 0 10px 20px;
    background: #4384fd;
    color: #fff;
}

.login-block h3:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #4384fd;
    border-right: 32px solid #4384fd;
    border-bottom: 32px solid #4384fd;
    border-left: 32px solid #4384fd;
    border-right-color: transparent;
    border-bottom: none;
    border-left: none;
    top: 0;
    right: -22px;
}

.login-block h3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #4384fd;
    border-right: 32px solid #4384fd;
    border-bottom: 32px solid #4384fd;
    border-left: 32px solid #4384fd;
    border-top: none;
    border-right-color: transparent;
    border-left: none;
    bottom: 0;
    right: -22px;
}

.login-block .login-btn-card {
    margin: 15px 0;
}

.login-block .input-group .input-group-addon {
    min-width: 111px;
    border: 0;
}

.login-block .input-group .input-group-addon.img {
    padding: 0;
}

.login-block .input-group .input-group-addon img {
    display: block;
    height: 36px;
}

.login-block .btn-card {
    margin-top: 30px;
}

.m_yzm {
    width: 245px !important;
}

.login-show-box {
    position: inherit;
    margin: 0 0 0 740px;
    height: 100%;
    background: #fff;
}

.text-msg {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
    color: red;
}

.block-box {
    width: 380px;
    margin: 0 auto;
}

.showKm-box {
    padding: 15px;
}

.showKm-box a {
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #ccc;
    width: 35px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 5px;
    cursor: pointer;
}

.showKm-box a:hover {
    background: #eee;
    color: #000;
}

#buyCounts[readonly] {
    background-color: #fff;
    cursor: text;
}

.product-info .btn {
    bottom: 50px;
    right: 44px;
}

#km-Counts {
    display: none;
}

#buyCounts {
    width: 275px;
    height: 34px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    cursor: pointer;
}

.disabled {
    background: #eee;
}

.add-tag {
    float: left;
    color: #FF5500;
    line-height: 34px;
    font-size: 12px;
    text-indent: 5px;
}

.fenshu .form-group label.control-label {
    width: 105px !important;
}

.select-boxs {
    width: 160px;
    float: left;
    margin-right: 10px;
}

#job1SelectBoxItText, #job2SelectBoxItText, #job3SelectBoxItText {
    max-width: 140px !important;
}

.form-block .form-group .btn.yzm {
    width: 143px;
    background: #eee;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    padding: 9px 12px;
}
/* CSS Document */
#pageGro{ width:300px; height:25px;padding:20px 0;float:right;margin-right:10px;}
#pageGro div,#pageGro div ul li{ font-size:12px; color:#999; line-height:23px; float:left; margin-left:5px;}
#pageGro div ul li{ width:22px; text-align:center; border:1px solid #999; cursor:pointer;}
#pageGro div ul li.on{ color:#fff; background:#3c90d9; border:1px solid #3c90d9;}
/*#pageGro .pageUp,#pageGro .pageDown{ width:63px; border:1px solid #999; cursor:pointer;}
#pageGro .pageUp{ text-indent:23px; background:url(../images/pageUp.png) 5px 7px no-repeat;}
#pageGro .pageDown{ text-indent:5px; background:url(../images/pageDown.png) 46px 6px no-repeat;}*/
.oreder-null{text-align: center;margin-top: 80px;}
.orderList td{text-align: center !important;vertical-align: middle !important;}
.table-footer-before.textLeft{text-align: left;}
.modal-body{overflow-y: scroll;}
.buy-nums{font-size: 14px; margin-left: 20px; font-weight: normal;}
.importH3{font-size: 24px !important;}
.end-foot{display: none;}
.old-foot{position: absolute; bottom: 0;}


#floatDivBoxs{width:180px;background:#fff;position:fixed;top:200px;left:1px;z-index:999; transition: ease-in-out all .5s}
.service-close{
    left: -180px !important;
}
.service-control{
    position: absolute;
    top: -1px;
    right: -16px;
    width: 16px;
    height: 392px;
    color: #fff;
    text-align: center;
    border-radius:5px 0 0 5px;
    background: #ef4e22;
}
.service-control:hover{
    background: #ef4e22;
}
.service-control:after,
.service-control.left:after{
    position: absolute;
    top: 180px;
    left: 7px;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
}
.service-control:hover:after{
    border-left-color: #fff;
}
.service-control.left:after{
    transform: rotate(180deg);
}

#floatDivBoxs{ border: 1px solid #FF9139;}
#floatDivBoxs .floatDtt{width:100%; background:#fff;color:#ef4e22;font-size:18px;text-indent:22px;position:relative; border-bottom: 1px solid #ddd;}
#floatDivBoxs .floatDqq{line-height: 14px; padding: 10px 0;}
#floatDivBoxs .floatDqq img{ display: inline-block;  }
#floatDivBoxs .floatDqq li{width: 150px;margin-left: 14px;}
#floatDivBoxs .floatDqq li img{
    width: 150px;
    height: 150px;
}
#floatDivBoxs .floatDqq li p{
    text-align: center;
    padding-left: 2px;
    color: #0A5ABB;
    margin: 0;
}
#floatDivBoxs .floatDqq li:hover{background: #f0f0f0; }
#floatDivBoxs .floatDqq li a{ color: #666; display: block; padding: 0 10px;}
#floatDivBoxs .floatDqq li a:hover{ color: #ef4e22;}
#floatDivBoxs .floatDtxt{color:#333;padding:12px 14px; border: 2px solid #ef4e22; margin-top: -2px;display:none;}
#floatDivBoxs .floatDtxt b{
    font-weight: bold;
}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px; font-weight: bold;}
#floatDivBoxs .floatDtel img{display:block;}


