* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    background: #fff !important;
}

::selection {
    background: #ff7010;
    color: #fff;
}

::-moz-selection {
    background: #ff7010;
    color: #fff;
}

::-webkit-selection {
    background: #ff7010;
    color: #fff;
}

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

a:hover {
    color: #3399cc;
    text-decoration: none !important;
}

/*public*/
input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    font-size: 16px;
    line-height: 24px;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #e6e6e6;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e6e6e6;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e6e6e6;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #e6e6e6;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

.text-line-one {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.it12 {
    font-size: 12px !important;
}

.it14 {
    font-size: 14px !important;
}

.it16 {
    font-size: 16px !important;
}

.it-red {
    color: red;
}

.it-blue {
    color: #0c9cf3;
}

.it-blue a {
    color: #0c9cf3 !important;
}

.it-blue a:hover {
    color: #ffa946 !important;
}

.it-orange {
    color: #ffa946;
}

.it-orange a {
    color: #ffa946;
}

.it-grey {
    color: #e3e3e3;
}

.it-bold {
    font-weight: bold;
}

.space-left-p10 {
    padding-left: 10px;
}

.space-top-p10 {
    padding-top: 10px;
}

.space-right-p10 {
    padding-right: 10px;
}

.space-bottom-p10 {
    padding-bottom: 10px;
}

.space-left-m10 {
    margin-left: 10px;
}

.space-top-m10 {
    margin-top: 10px;
}

.space-right-m10 {
    margin-right: 10px;
}

.space-bottom-m10 {
    margin-bottom: 10px;
}

/* ----------------------------------- layout ----------------------------------- */
.index-header {
    width: 100%;
    height: 780px;
    background: #1a67bd;
}

.index-header-ad {
    width: 100%;
}

.index-header-nav {
    width: 100%;
    height: 70px;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    padding: 5px 30px;
}

.index-header-nav-logo {
    float: left;
    width: 160px;
    height: 60px;
}

.index-header-nav-list {
    float: left;
    width: 600px;
    height: 60px;
}

.index-header-nav-list ul {
    list-style: none;
}

.index-header-nav-list ul li {
    list-style: none;
    float: left;
    padding: 0 25px;
    line-height: 60px;
    font-size: 16px;
}

.index-header-nav-list ul li a {
    color: #fff;
}

.index-header-nav-list ul li a:hover {
    color: #f0ad4e;
    text-decoration: none;
}

.index-header-nav-btn {
    float: right;
    height: 60px;
    padding: 15px;
}

.index-header-nav-btn-session {
    width: 65px;
    height: 32px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    float: right;
    border-radius: 3px;
    background: none;
}

.index-header-nav-btn-session:hover {
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}

.index-header-search {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 999;
    text-align: center;
}

.index-header-search-title {
    width: 100%;
    text-align: center;
    font-size: 56px;
    line-height: 60px;
    color: #fff;
    font-weight: 100;
}

.index-header-search-content {
    width: 660px;
    height: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 10px;
}

.index-header-search-content-left {
    width: 500px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    float: left;
}

.search-content-left-son01 {
    float: left;
    width: 100px;
    height: 40px;
    margin: 5px 0;
    border-right: 1px solid #e3e3e3;
    padding-right: 5px;
}

.search-content-left-son01 select {
    border: none;
    height: 40px !important;
    background: none;
    color: #000;
}

.search-content-left-son02 {
    float: left;
    width: 380px;
    height: 40px;
    margin: 5px 0;
    margin-left: 10px;
}

.search-content-left-son02 input {
    float: left;
    width: 100%;
    height: 40px !important;
    border: none !important;
    line-height: 40px;
}

.index-header-search-content-right {
    width: 140px;
    height: 50px;
    margin-left: 15px;
    background: #3399cc;
    border-radius: 4px;
    float: left;
}

.search-content-right-btn {
    width: 140px;
    height: 50px;
    background: #3399cc;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: none;
    border: none;
}

.search-content-right-btn:hover {
    background: #f0ad4e;
}

.search-content-left-son03 {
    width: 100%;
    float: left;
    line-height: 32px;
    color: #e3e3e3;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
}

.search-content-left-son03 a {
    color: #e3e3e3;
}

.search-content-left-son03 a:hover {
    color: #f0ad4e;
}

/* ----------------------------------- mainbody-begain ----------------------------------- */
.index-main-content-bg {
    width: 100%;
    min-height: 500px;
}

.index-main-content {
    width: 1200px;
    margin: 0 auto;
}

.index-main-content-model {
    width: 100%;
    margin: 10px 0;
}

.index-main-content-model-content {
    width: 100%;
    height: 429px;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}

.model-content-son01 {
    float: left;
    width: 160px;
    height: 427px;
}

.model-content-son01-title {
    width: 100%;
    height: 76px;
    background: #92c4ff;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 76px;
    text-align: center;
}

.model-content-son01 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.model-content-son01 ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #e3e3e3;
    margin-left: -1px;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    font-size: 14px;
    text-align: center;
}

.model-content-son01 ul li a {
    color: #666;
}

.model-content-son01 ul li a:hover {
    color: #3399cc;
}

.model-content-son01 ul li img {
    max-width: 72px;
    max-height: 40px;
}

.model-content-son02 {
    float: left;
    width: 415px;
    height: 427px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}

.model-content-son03 {
    float: left;
    width: 1039px;
    height: 427px;
    margin-left: -1px;
    border-left: 1px solid #e3e3e3;
}

.model-content-son03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.model-content-son03 ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 213px;
    line-height: 45px;
    border-left: 1px solid #e3e3e3;
    margin-left: -1px;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    text-align: center;
}

.model-content-son03 ul li img {
    max-width: 220px;
    max-height: 130px;
}

.model-content-son03-pic {
    width: 100%;
    text-align: center;
    line-height: 187px;
}

.model-content-son03-content {
    width: 100%;
    margin-top: 10px;
    line-height: 1.7;
}

.model-content-son03-content-title {
    width: 100%;
    color: #333;
    display: block;
    font-weight: bold;
}

.model-content-son03-content-text {
    width: 100%;
    color: #666;
    display: block;
}

.model-content-son03-content-price {
    width: 100%;
    color: red;
    display: block;
    font-weight: bold;
}

.model-content-son03-new {
    float: left;
    width: 624px;
    height: 427px;
    margin-left: -1px;
    border-left: 1px solid #e3e3e3;
}

.model-content-son03-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.model-content-son03-new ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.333333%;
    height: 213px;
    line-height: 45px;
    border-left: 1px solid #e3e3e3;
    margin-left: -1px;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    text-align: center;
}

.model-content-son03-new ul li img {
    max-width: 220px;
    max-height: 130px;
}

.index-main-content-map {
    width: 100%;
    margin: 10px 0;
}

.index-main-content-map-atten {
    width: 100%;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    line-height: 30px;
}

.index-main-content-map-content {
    width: 100%;
    height: 200px;
    border: 1px solid #e3e3e3;
}

.index-main-content-map-content-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #f4f4f4;
    border-bottom: 1px solid #e3e3e3;
    color: #666;
}

.index-main-content-map-content-title a {
    color: #3399cc;
}

.index-main-content-map-content-title a:hover {
    color: #f0ad4e;
    text-decoration: none;
}

.index-main-content-map-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.index-main-content-map-content-list ul li {
    float: left;
    list-style: none;
    margin: 5px 15px;
    padding: 0;
    width: 200px;
}

.index-main-content-map-content-list-img {
    width: 202px;
    height: 102px;
    border: 1px solid #e3e3e3;
}

.index-main-content-map-content-list-img img {
    max-width: 200px;
    max-height: 100px;
}

.index-main-content-map-content-list ul li span {
    text-align: center;
    line-height: 36px;
    display: block;
}

/* ----------------------------------- boottom css ----------------------------------- */
.index-footer {
    width: 100%;
    margin-top: 20px;
    background: #3399cc;
    z-index: 999;
}

.footer-content-new {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}

.footer-content-new ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-content-new-left {
    width: 600px;
    height: 165px;
    float: left;
    border-right: 1px solid #2490dd;
    padding-left: 30px;
}

.footer-content-new-left ul {
    float: left;
    width: 140px;
}

.footer-content-new-left ul li {
    float: left;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0px 15px;
    line-height: 32px;
    font-size: 14px;
    color: #f2f2f2;
    width: 134px;
    text-align: left;
}

.footer-content-new-left ul li a {
    color: #f2f2f2;
}

.footer-content-new-left ul li a:hover {
    color: #ff7010;
}

.footer-text-new {
    float: left;
    text-align: left;
    padding: 0px 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #f2f2f2;
    padding-top: 10px;
}

.footer-text-new span a {
    color: #4d4d4d;
}

.footer-text-new span a:hover {
    color: #ff7010;
}

.footer-content-new-right {
    float: left;
    width: 305px;
    border-right: 1px solid #2490dd;
}

.footer-bottom-second {
    width: 100%;
    background: #fff;
}

.footer-bottom-second01 {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.footer-bottom-second01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-second01 ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 14px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.footer-bottom-second01 ul li a {
    color: #666;
}

.footer-bottom-second01 ul li a:hover {
    color: #3399cc;
}

.footer-bottom-second02-bg {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 15px;
}

.footer-bottom-second02 {
    width: auto;
    display: table;
    margin: 0 auto;
}

.footer-bottom-second02 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-second02 ul li {
    float: left;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    border-right: 1px solid #666;
}

.footer-bottom-second02 ul li a {
    color: #666;
}

.footer-bottom-second02 ul li a:hover {
    color: #3399cc;
}

.footer-bottom-second02 ul li:last-child {
    border-right: none;
}

.footer-bottom-second03-bg {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
}

.footer-bottom-second03 {
    width: auto;
    margin: 0 auto;
    display: table;
}

.footer-bottom-second03 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-second03 ul li {
    float: left;
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

.footer-bottom-new {
    width: 1200px;
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.footer-bottom-new span a {
    color: #333;
}

.footer-bottom-new span a:hover {
    color: #3399cc;
}

/* ----------------------------------- boottom css ----------------------------------- */

/* ----------------------------------- 焦点图片切换样式开始 ----------------------------------- */
.banner {
    height: 800px;
    overflow: hidden;
}

.banner .d1 {
    width: 100%;
    height: 800px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner .d2 {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 770px;
}

.banner .d2 ul {
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -51px;
    display: inline;
}

.banner .d2 li {
    width: 17px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/img1.png) no-repeat center;
    float: left;
    margin: 0 3px;
    display: inline;
}

.banner .d2 li.nuw {
    background: url(../images/img1_1.png) no-repeat center;
}

/* ----------------------------------- 焦点图片切换样式开始 ----------------------------------- */

/* ----------------------------------- inpage css ----------------------------------- */
.inpage-header {
    width: 100%;
}

.inpage-header-top-bar-bg {
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    position: fixed;
    z-index: 4;
}

.inpage-header-top-bar {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: fixed;
}

.inpage-header-top-bar span {
}

.inpage-header-top-bar span a {
    color: #666;
}

.inpage-header-top-bar span a:hover {
    color: #3399cc;
}

.inpage-header-logo-model-bg {
    width: 100%;
}
.inpage-header-logo-model-bg1 {
    width: 100%;
}
.inpage-header-logo-model-bg2 {
    width: 100%;
    position: fixed;
    background: white;
    z-index:3;
}

.inpage-header-logo-model {
    width: 1200px;
    margin: 0 auto;
    height: 140px;
}

.inpage-header-logo-model01 {
    float: left;
    width: 240px;
    padding: 18px 0;
    margin-top: 20px;
}

.inpage-header-logo-model02 {
    float: left;
    width: 700px;
    height: 102px;
    margin: 19px 50px;

}

.inpage-header-logo-model03 {
    float: left;
    width: 150px;
    height: 40px;
    margin-top: 60px;
}

.inpage-header-cart-btn {
    /*width: 140px;*/
    /*height: 36px;*/
    /*display: block;*/
    /*background: #fff;*/
    /*border: 1px solid #e3e3e3;*/
    text-align: center;
    color: #666;
    line-height: 36px;
}

.inpage-header-cart-btn:hover {
    color: #3399cc;
}

.cart-red-round {
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: -6px;
    left: -4px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.cart-red-r {
    color: red;
}

.inpage-header-search-content {
    float: left;
    width: 450px;
    height: 40px;
    border: 1px solid #3399cc;
    margin-top: 40px;
}

.inpage-header-search-content-left {
    float: left;
    width: 550px;
    height: 40px;
    border: 1px solid #3399cc;
    border-right: none;
    margin-top: 40px;

}

.inpage-header-search-content-left input {
    width: 100%;
    height: 38px;
    padding: 5px;
    border: none !important;
    background: none;
}

.inpage-header-search-content-right {
    float: left;
    width: 100px;
    height: 40px;
    background: #3399cc;
    margin-top: 40px;

}

.inpage-header-search-content-right-btn {
    width: 100px;
    height: 40px;
    background: #3399cc;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: none;
    border: none;
}

.inpage-header-search-content-right-btn:hover {
    background: #f0ad4e;
}

.inpage-header-nav-list-bg {
    width: 100%;
    height: 50px;
    background: #3399cc;
}

.inpage-header-nav-list {
    width: 1238px;
    margin: 0 auto;
}

.inpage-header-nav-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inpage-header-nav-list ul li {
    margin: 0;
    list-style: none;
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #3399cc;
    display: inline-block;
}

.inpage-header-nav-list ul li a {
    color: #fff;
    background: #3399cc;
    display: inline-block;
    /*padding: 0 34px;*/
    padding: 0 55px;
}

.inpage-header-nav-list ul li a:hover {
    /*padding: 0 34px;*/
    padding: 0 55px;
    color: #fff;
    background: #0086f3;
    display: inline-block;
}

.inpage-header-nav-list ul li .active {
    /*padding: 0 34px;*/
    padding: 0 55px;
    color: #fff;
    background: #0086f3;
    display: inline-block;
}

.inpage-main-content-bg {
    width: 100%;
    margin-top: 20px;
}

.inpage-main-content {
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
}

.inpage-main-content-left {
    float: left;
    width: 220px;
    margin-right: 5px;
}

.inpage-nav-title {
    width: 100%;
    height: 40px;
    background: #dddddd;
    line-height: 40px;
    color: #666;
    padding-left: 25px;
    font-weight: bold;
}

/* ----------------------------------- inpage css ----------------------------------- */
#inpage-nav {
    width: 220px;
    line-height: 40px;
    list-style-type: none;
    text-align: left;
}

/*2017-12-8配合搜索修改做的样式修改-lixiang*/
#inpage-nav {
    margin-bottom: 20px;
}

#inpage-nav a {
    width: 220px;
    display: block;
    padding-left: 45px;
}

#inpage-nav li {
    background: #f4f4f4; /*一级目录的背景色*/
    border: 1px solid #e3e3e3; /*下面的一条白边*/
    float: left;
}

#inpage-nav li a:hover {
    background: #CC0000; /*一级目录onMouseOver显示的背景色*/
}

#inpage-nav a:link {
    color: #666;
    text-decoration: none;
}

#inpage-nav a:visited {
    color: #666;
    text-decoration: none;
}

#inpage-nav a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#inpage-nav {
    width: 220px;
}

#inpage-nav h3 {
    margin: 0;
    margin-top: -1px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding-left: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inpage-h3 {
    background: url("../images/icon_arrow-right.png") no-repeat 22px;
}

.inpage-h3-down {
    background: url("../images/icon_arrow-down.png") no-repeat 22px;
}

#inpage-nav a {
    display: block;
    line-height: 28px;
    color: #666666;
}

#inpage-nav a:hover {
    color: #3399cc;
}

#inpage-nav div {
    display: none;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 5px 0;
}

.inpage-hot-list {
    width: 100%;
    /*margin-top: 20px;*/
}

.inpage-hot-list-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
    padding-left: 35px;
    color: #666;
    font-weight: bold;
}

.inpage-hot-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inpage-hot-list ul li {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
}

.inpage-hot-list ul li img {
    max-width: 180px;
}

.inpage-hot-ad img {
    margin-top: 20px;
}

.inpage-main-content-right {
    float: right;
    width: 970px;
}

.inpage-main-content-right-nav {
    float: right;
    width: 100%;
    height: 40px;
}

.inpage-main-content-right-choose {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 0 10px;
}

.right-choose-list {
    width: 100%;
    margin-bottom: 10px;
}

.right-choose-title {
    float: left;
    width: 100px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.right-choose-text {
    float: left;
    width: 650px;
}

.right-choose-text li {
    float: left;
    list-style: none;
    width: 190px;
    text-align: left;
}

.right-choose-text li a {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    display: block;
}

.right-choose-text li a:hover {
    color: #3399cc;
}

.right-choose-text li .active {
    color: #3399cc;
    display: block;
}

.right-choose-show-more { /*clear:both;*/
    width: 44px;
    height: 18px;
    float: right;
    line-height: 18px;
    background: url("../images/btn-choose.jpg") no-repeat;
    text-align: center;
    padding-left: 10px;
    font-size: 12px;
    margin: 8px;
}

.right-choose-show-more a {
    color: #666;
}

.right-choose-show-more a:hover {
    color: #3399cc;
}

.inpage-main-content-product {
    width: 100%;
    margin-top: 10px;
}

.inpage-product-list-title {
    width: 100%;
    height: 30px;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
}

.inpage-product-list-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inpage-product-list-title ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    padding: 5px 15px;
    line-height: 18px;
    border-right: 1px solid #e3e3e3;
    font-size: 12px;
}

.inpage-product-list-title-right {
    float: right;
    padding-right: 10px;
    line-height: 28px;
}

.little-square {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    color: #999;
    display: inline-block;
    line-height: 12px;
    text-align: center;
}

.inpage-product-list {
    width: 100%;
    margin-top: 10px;
}

.inpage-product-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inpage-product-list ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 15px;
    width: 25%;
    border: 2px solid #ffffff;
}

.inpage-product-list ul li:hover {
    border: 2px solid #eaeaea;
}

.inpage-product-list-price {
    font-size: 20px;
    line-height: 36px;
    color: #e50000;
}

.inpage-product-list-text {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}

.inpage-product-list-text2 {
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.highlight{
    color: red;
}
.highlight:hover{
    color: red;
}

.inpage-product-list-btn-left {
    float: left;
    width: 50%;
    height: 30px;
    border: 1px solid #e3e3e3;
    color: #999;
    text-align: center;
    line-height: 28px;
    font-weight: 100;
}

.inpage-product-list-btn-right {
    float: left;
    margin-left: -1px;
    width: 50%;
    height: 30px;
    border: 1px solid #e3e3e3;
    color: #e50000;
    text-align: center;
    line-height: 28px;
    font-weight: 100;
}

.inpage-product-list-page {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

/* ----------------------------------- inpage product detail css ----------------------------------- */

.inpage-hot-suggestion {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

.inpage-hot-suggestion-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    background: #f4f4f4;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.inpage-hot-suggestion ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inpage-hot-suggestion ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inpage-product-detail-son01 {
    width: 100%;
    /*height: 430px;*/
}

.inpage-product-detail-son01-left {
    float: left;
    width: 430px;
    height: 340px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.inpage-product-detail-son01-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
    width: 100%;
    float: left;
}

.inpage-product-detail-son01-left ul li {
    margin: 10px;
    padding: 0;
    list-style: none;
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
}

.inpage-product-detail-son01-left ul li a {
    padding: 0;
    list-style: none;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.inpage-product-detail-son01-left ul li a:hover {
    padding: 0;
    list-style: none;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #ff7010;
    text-align: center;
}

.inpage-product-detail-son01-left ul li img {
    max-width: 65px;
    max-height: 65px;
}

.inpage-product-detail-son01-right {
    float: right;
    width: 530px;
    /*height: 430px;*/
    padding-left: 20px;
}

.product-detail-title {
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-title h3 {
    margin: 0;
    line-height: 1.7;
}

.product-detail-title span {
    display: block;
    line-height: 1.7;
}

.product-icon-arrow {
    float: left;
    color: #999;
    line-height: 80px;
}

.product-detail-list {
    width: 100%;
    border-top: 1px dashed #e3e3e3;
    height: 50px;
    padding: 15px 0;
    line-height: 20px;
}

.product-detail-list dt {
    float: left;
    width: 80px;
    color: #999;
    font-weight: normal;
}

.product-detail-list dd {
    float: left;
}

.product-detail-list-down {
    float: left;
    width: 100%;
    min-height: 36px;
    line-height: 36px;
}

.product-detail-list-down dt {
    float: left;
    width: 80px;
    color: #999;
    font-weight: normal;
}

.product-detail-list-down dd {
    float: left;
    width: 430px;
}

.product-detail-list-btn {
    width: 100%;
    margin-top: 8px;
}

.btn-guige {
    border: 1px solid #e3e3e3;
    padding: 2px 15px;
    color: #999;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.btn-guige:hover {
    border: 1px solid #3399cc;
    color: #3399cc;
    background: #fff;
}

.btn-guige-active {
    border: 1px solid #3399cc;
    padding: 2px 15px;
    color: #3399cc;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

#scord-star {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#scord-star li {
    width: 24px;
    height: 19px;
    background: url(../images/icon-scord-star.png) no-repeat 0 0px;
    float: left;
    list-style: none;
}

.it-scord-star-title {
    float: left;
    color: #999;
}

.btn-shop-import {
    width: 90px;
    height: 34px;
    line-height: 30px;
    border: 1px solid #3399cc;
    background: #fff;
    color: #3399cc;
}

.btn-shop-import:hover {
    width: 90px;
    height: 34px;
    line-height: 30px;
    border: 1px solid #3399cc;
    background: #3399cc;
    color: #fff;
}

.btn-shop {
    width: 118px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e50000;
    background: #fff;
    color: #e50000;
}

.btn-shop:hover {
    width: 118px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e50000;
    background: #e50000;
    color: #fff;
}

.btn-shop-active {
    width: 118px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e50000;
    background: #e50000;
    color: #fff;
}

.btn-fav {
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #999;
    background: #fff;
    color: #999;
}

.btn-fav:hover {
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e50000;
    background: #fff;
    color: #e50000;
}

.inpage-product-detail-son02 {
    width: 100%;
    margin-top: 20px;
}

.product-detail-son02-nav {
    width: 100%;
    height: 38px;
    border: 1px solid #e3e3e3;
    border-top: 1px solid #3399cc;
}

.product-detail-son02-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail-son02-nav ul li {
    float: left;
    width: 120px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}

.product-detail-son02-nav ul li a:hover {
    float: left;
    width: 118px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: url("../images/product-detail-btn-bg.png") no-repeat;
}

.product-detail-son02-nav-active {
    float: left;
    width: 118px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: url("../images/product-detail-btn-bg.png") no-repeat;
}

.product-detail-son02-desc {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
}

.product-detail-son02-desc ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail-son02-desc ul li {


    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
    line-height: 2.2;
    word-wrap: break-word;
}

.product-detail-son02-content {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.product-ann {
    width: 98%;
    margin: 20px 5px;
    color: #999;
}

.product-ann ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-ann ul li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
}

.product-ann-left {
    width: 150px;
    float: left;
}

.product-ann-right {
    width: 750px;
    float: left;
}

.product-ann-text {
    width: 100%;
    min-height: 60px;
    display: block;
    color: #333 !important;
}

.product-ann-star {
    margin: 5px 0;
    width: 100%;
}

#product-ann-star-ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#product-ann-star-ul li {
    width: 24px;
    height: 19px;
    background: url(../images/icon-scord-star.png) no-repeat 0 -28px;
    float: left;
    list-style: none;
    border: none !important;
}

/* ----------------------------------- login detail css ----------------------------------- */
.login-main-bg {
    width: 100%;
    height: 550px;
    background: #4ec3ff;
}

.login-main-content {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
}

.login-main-content-left {
    float: left;
}

.login-main-content-right {
    float: right;
    width: 420px;
    height: 380px;
    margin: 85px 0;
    background: #ffffff;
    padding: 30px 40px;
}

.login-main-content-right-title {
    width: 100%;
    height: 30px;
}

.login-main-content-right-title .it-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.login-main-content-right-title .it-text {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
}

.login-main-content-right-content {
    width: 100%;
    margin-top: 10px;
}

.login-right-input {
    height: 40px;
    margin: 5px 0;
}

.btn-login {
    width: 100%;
    height: 40px;
    background: #3399cc;
    color: #fff;
    font-size: 16px;
}

.btn-login:hover {
    background: #ff7010;
}

.login-session-main-bg {
    width: 100%;
    border-top: 2px solid #3399cc;
    margin: 0;
}

.login-session-main-content {
    width: 1200px;
    margin: 40px auto;
}

.login-session-main-content-left {
    width: 800px;
    margin-left: 260px;
    float: left;
}

.login-left-span {
    float: left;
    width: 65%;
    display: inline-block;
}

.login-right-span {
    float: left;
    width: 30%;
    display: inline-block;
    margin-left: 10px;
    line-height: 46px;
}

.login-session-main-content-left-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.login-session-input-text {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: -36px;
    text-indent: 10px;
}

.login-right-input02 {
    height: 40px;
    margin: 5px 0;
}

.login-right-lable {
    margin: 20px 0;
}

.btn-password-pic {
    width: 100%;
    background: #b5b5b5;
    border: 1px solid #e3e3e3;
    color: white;
    height: 40px;
    margin: 5px 0;
}

.btn-password-pic:hover {
    width: 100%;
    background: #3399cc;
    border: 1px solid #e3e3e3;
    color: white;
    height: 40px;
    margin: 5px 0;
}

.btn-session {
    width: 65%;
    height: 40px;
    background: #b5b5b5;
    border: 1px solid #e3e3e3;
    color: #fff;
    font-size: 16px;
}

.btn-session:hover {
    background: #3399cc;
    border: #3399cc;
}

.login-session-main-content-right {
    width: 420px;
    height: 300px;
    float: right;
    text-align: right;
    padding-top: 20px;
}

.login-session-main-content-right .it-text {
    color: red;
    line-height: 55px;
    width: 100%;
    display: block;
}

.shop-help-bread {
    width: 100%;
}

.shop-help-content {
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
    border: 1px solid #e3e3e3;
    min-height: 400px;
}

.shop-help-content-title {
    width: 100%;
    height: 40px;
    text-align: center;
    border-top: 2px solid #3399cc;
    margin-top: 40px;
}

.it-shop-help {
    display: block;
    width: 120px;
    height: 30px;
    background: #fff;
    margin: 0 auto;
    margin-top: -16px;
    font-size: 18px;
    font-weight: bold;
    color: #3399cc;
}

.shop-help-content-text {
    width: 100%;
    text-align: center;
}

.shop-help-nav {
    width: 100%;
}

.shop-help-nav-title {
    width: 100%;
    height: 40px;
    background: #e5e5e5;
    line-height: 40px;
    text-align: center;
    margin: 0;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #222;
}

.shop-help-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-help-nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    text-align: center;
    color: #999;
}

.shop-help-nav ul li a {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
    text-align: center;
    color: #999;
    display: block;
}

.shop-help-nav ul li a:hover {
    width: 100%;
    height: 40px;
    color: #999;
    display: block;
    background: #3399cc;
    color: #fff;
    border-top: 1px solid #fff;
}

.shop-help-nav ul li .active {
    width: 100%;
    height: 40px;
    color: #999;
    display: block;
    background: #3399cc;
    color: #fff;
    border-top: 1px solid #fff;
}

/* ----------------------------------- cart list css ----------------------------------- */
.cart-header-logo-model-bg {
    width: 100%;
}

.cart-header-logo-model {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
}

.cart-header-logo-model01 {
    float: left;
    width: 240px;
    padding-top: 10px;
}

.cart-header-logo-model02 {
    float: right;
    height: 30px;
    line-height: 28px;
    background: #f3f3f3;
    margin: 40px 0;
}

.cart-step-01a {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step01a.png") no-repeat;
    color: #fff;
}

.cart-step-01 {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step01.png") no-repeat;
    color: #999;
}

.cart-step-02 {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step02.png") no-repeat;
    color: #999;
    margin-left: -16px;
}

.cart-step-02a {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step02a.png") no-repeat;
    color: #fff;
    margin-left: -16px;
}

.cart-step-03 {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step03.png") no-repeat;
    color: #999;
    margin-left: -16px;
}

.cart-step-03a {
    width: 186px;
    height: 30px;
    text-align: center;
    float: left;
    background: url("../images/cart-step03a.png") no-repeat;
    color: #fff;
    margin-left: -16px;
}

.cart-main-content-bg {
    width: 100%;
    margin-top: 120px !important;
}

.cart-main-content {
    width: 1200px;
    margin: 0 auto;
}

cart-main-content-title-area{
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.cart-main-content-title {
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #3399cc;
    font-size: 18px;
    color: #3399cc;
    font-weight: bold;
    display: block;
    text-align: center;
}

.title-right{
    display: inline;
    float: right;
    margin: 10px 5px 0 0;
}

.cart-main-content-th {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.cart-main-content-th-float {
    width: 1200px;
    margin-bottom: 0 !important;
    bottom: -1px;
    position: fixed;
    z-index: 1040;
}

.table-cart-header {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
}

.table-cart-header thead tr {
    background: none;
}

.table-cart-header thead tr th {
    background: none;
    border: none;
    line-height: 50px;
    font-weight: normal;
}

.cart-main-content-table {
    width: 100%;
    margin-bottom: 10px;
}

.table-cart {
    width: 100%;
    background: none;
    border: none;
}

.table-cart thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 38px;
    font-weight: normal;
}

.table-cart thead tr th {

    line-height: 38px;
    font-weight: normal;
}

.table-cart tbody tr {
    border: 1px solid #e3e3e3;
    height: 106px;
}

.table-cart tbody tr td img {
    width: 90px;
    height: 90px;
    border: 1px solid #f4f4f4;
}

.cart-pro-left {
    float: left;
    height: 90px;
}

.cart-pro-right {
    float: left;
    height: 90px;
    margin-left: 10px;
}

.table-cart .it-title {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.table-cart .it-title a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.table-cart .it-title a:hover {
    font-size: 14px;
    color: #3399cc;
    font-weight: normal;
}

.table-cart .it-text {
    font-size: 14px;
    color: #999;
}

.table-cart .it-text a {
    font-size: 14px;
    color: #999;
}

.table-cart .it-text a:hover {
    font-size: 14px;
    color: #3399cc;
}

.table-cart .it-des {
    font-size: 12px;
    color: #999;
}

.table-cart .it-des a {
    font-size: 12px;
    color: #999;
}

.table-cart .it-des a:hover {
    font-size: 12px;
    color: #3399cc;
}

.table-cart .it-price {
    font-size: 14px;
    color: red;
    font-weight: normal;
}

.table-cart-bottom {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
}

.table-cart-bottom thead tr {
    background: none;
}

.table-cart-bottom thead tr th {
    background: none;
    border: none;
    line-height: 50px;
    font-weight: normal;
}

.cart-w50 {
    width: 50px;
}

.cart-w500 {
    width: 500px;
}

.cart-w600 {
    width: 600px;
}

.cart-w100 {
    width: 100px;
}

.cart-w400 {
    width: 400px;
}

.cart-w160 {
    width: 160px;
}

.cart-w130 {
    width: 130px;
}

.cart-w200 {
    width: 200px;
}

.plussub {
    width: 100px;
    height: 24px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0;
}

.plussub span {
    width: 22px;
    height: 22px;
    float: left;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.plussub .disable {
    background: #f4f4f4;
}

.plussub .sub {
    border-right: 1px solid #ccc;
}

.yzquantity1 {
     float: left;
     width: 54px;
     height: 22px;
     line-height: 22px !important;
     text-align: center;
     border: none !important;
     border-right: 1px solid #ccc !important;
 }

.yzquantity2 {
    float: left;
    width: 54px;
    height: 22px;
    line-height: 22px !important;
    text-align: center;
    border: none !important;
    border-right: 1px solid #ccc !important;
}

/* ----------------------------------- order list css ----------------------------------- */
.order-content {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
}

.order-content-addr-list {
    width: 100%;
    margin-top: 15px;
}

.order-addr {
    width: 100%;
    min-height: 50px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.order-addr-active {
    width: 100%;
    min-height: 50px;
    border: 1px solid #3399cc;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.address-edit-area{
    font-size: 12px;
}
.address-edit-area-none{
    display: none;
}
.order-addr-default {
    background: url("../images/icon-check.png") no-repeat right bottom;
}

.order-addr-top {
    width: 100%;
    height: 20px;
}

.order-addr-mid {
    width: 100%;
    margin-top: 10px;
    color: #666;
}

.order-addr-mid .title {
    font-size: 16px;
    font-weight: bold;
}

.order-content-fapiao {
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    height: 250px;
}

.fapiao-content {
    width: 100%;
    margin-top: -20px;
    height: 80px;
    line-height: 100px;
}

.input-fapiao {
    width: 600px;
    line-height: 30px !important;
}

.order-content-remark {
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    height: auto;
}

.remark-content{
    width: 50%;
    float: left;
}

.input-note, .input-po{
    width: 90%;
    line-height: 30px !important;
}


.youhui-content {
    width: 100%;
    line-height: 60px;
}

.input-youhui-code {
    width: 100px;
}

.youhui-btn {
    width: 80px;
    background: #3399cc;
    border: none;
    color: #fff;
    height: 28px;
    line-height: 28px !important;
    border-radius: 3px;
}

.pro-content {
    width: 100%;
    margin-top: 20px;
}

.table-order {
    width: 100%;
    background: none;
    border: none;
}

.table-order thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 38px;
    font-weight: normal;
}

.table-order thead tr th {
    text-align: center;
    line-height: 38px;
    font-weight: normal;
}

.table-order tbody tr {
    border: 1px solid #e3e3e3;
    height: 106px;
    border-right: none;
    border-left: none;
}

.table-order tbody tr:last-child {
    border-bottom: none;
}

.table-order tbody tr td {
    text-align: center;
}

.table-order tbody tr td img {
    width: 90px;
    height: 90px;
    border: 1px solid #f4f4f4;
}

.table-order .it-text {
    font-size: 14px;
    color: #999;
}

.table-order .it-price {
    font-size: 14px;
    color: red;
    font-weight: normal;
}

.order-bottom {
    width: 100%;
    margin-top: 10px;
    line-height: 1.7;
}

.order-bottom-left {
    float: left;
    width: 960px;
    text-align: right;
}

.order-bottom-right {
    float: right;
    width: 200px;
    text-align: left;
}

.order-bottom-right .it-price {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.order-submit-btn {
    width: 160px;
    height: 36px;
    background: red;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.order-submit-btn:hover {
    background: #9b0404;
}

/* ----------------------------------- pay list css ----------------------------------- */

.pay-content {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    padding: 20px 50px;
}

.pay-content-top {
    width: 100%;
    height: 50px;
}

.pay-check {
    float: left;
    width: 50px;
    height: 50px;
}

.pay-check-right {
    float: left;
    width: 1000px;
    margin-left: 10px;
}

.it-red-price {
    font-size: 18px;
    font-weight: bold;
    color: #e50000;
}

.table-pay {
    width: 100%;
    background: none;
    border: none;
    margin-top: 10px;
    float: left;
}

.table-pay tbody tr {
    background: none;
    border-top: 1px dashed #e3e3e3;
    font-weight: normal;
    height: 36px;
}

.table-pay tbody tr td {
    text-align: left;
}

.table-pay tbody tr td dt {
    float: left;
    font-weight: normal;
    color: #000;
}

.table-pay tbody tr td dd {
    float: left;
    font-weight: normal;
    color: #999;
}

.pay-content-02 {
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 20px 50px;
}

.pay-content-02 .it-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.pay-content-02 ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #e3e3e3;*/
}

.pay-content-02 ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 144px;
    height: 48px;
    margin-right: 50px;
    overflow: hidden;
}

.pay-content-02 ul li a {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 144px;
    height: 48px;
    border: 1px solid #e3e3e3;
    margin-right: 80px;
}
.pay-content-02 ul li a img{
    width: 100%;
    height: 100%;
}
.pay-content-02 ul li a:hover {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 144px;
    height: 48px;
    border: 1px solid #3399cc;
    margin-right: 80px;
    background: url("../images/icon-pay-check-small.png") no-repeat top left;
}

.pay-content-02-active {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 144px;
    height: 48px;
    border: 1px solid #3399cc;
    margin-right: 80px;
    background: url("../images/icon-pay-check-small.png") no-repeat top left;
}

.pay-content-03 {
    width: 100%;
    height: 160px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    color: #999;
    line-height: 24px;
    padding: 10px 50px;
}

.pay-content-03 .it-title {
    color: #666;
    line-height: 32px;
}

/* ----------------------------------- manager list css ----------------------------------- */
.manager-content {
    width: 1200px;
    margin: 0 auto;
}

.manager-content-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #3399cc;
    font-size: 22px;
    color: #3399cc;
    margin-bottom: 20px;
}

.manager-left-nav {
    width: 100%;
}

.manager-left-nav-title {
    width: 100%;
    height: 40px;
    background: #3399cc;
    line-height: 40px;
    text-align: center;
    margin: 0;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #fff;
}

.manager-left-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.manager-left-nav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    text-align: center;
    color: #999;
}

.manager-left-nav ul li a {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
    text-align: center;
    color: #999;
    display: block;
}

.manager-left-nav ul li a:hover {
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    color: #3399cc;
}

.manager-left-nav ul li .active {
    width: 100%;
    height: 40px;
    color: #999;
    display: block;
    background: #3399cc;
    color: #fff;
    border-top: 1px solid #fff;
}

.manager-right-content {
    width: 100%;
}

.manager-right-content-son01 {
    width: 100%;
    color: #999;
    margin-bottom: 15px;
}

.add-new-addr {
    width: 120px;
    height: 30px;
    border: 1px solid #0c9cf3;
    color: #0c9cf3;
    background: #fff;
    font-weight: normal;
    margin-right: 30px;
}

.manager-right-content-son02 {
    width: 100%;
}

.manager-right-content-son02 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.manager-right-content-son02 ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 106px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 20px 10px;
    display: table;
}

.it-bg-blue {
    background: #0c9cf3;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
}

.add-new-info {
    padding: 2px 18px;
    border: 1px solid #e3e3e3;
    color: #999;
    background: #fff;
    font-weight: normal;
}

.add-new-info:hover {
    padding: 2px 18px;
    border: 1px solid #0c9cf3;
    color: #0c9cf3;
    background: #fff;
    font-weight: normal;
}

.add-new-info-active {
    padding: 2px 18px;
    border: 1px solid #0c9cf3;
    color: #0c9cf3;
    background: #fff;
    font-weight: normal;
}

.table-info {
    width: 100%;
    background: none;
    border: none;
}

.table-info thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 28px;
    font-weight: normal;
}

.table-info thead tr th {
    font-weight: normal;
    text-align: center;
}

.table-info tbody tr {
    border: 1px solid #e3e3e3;
    line-height: 36px;
    text-align: center;
}

.table-info tbody tr td {
}

.btn-info-read {
    padding: 5px 12px;
    border: 1px solid #e3e3e3;
    color: #999;
    line-height: 14px;
    background: #fff;
}

.btn-info-read:hover {
    padding: 5px 12px;
    border: 1px solid #e3e3e3;
    color: #999;
    line-height: 14px;
    background: #f4f4f4;
}

.btn-info-comment {
    padding: 5px 12px;
    border: 1px solid #e3e3e3;
    color: #999;
    line-height: 14px;
    background: #fff;
}

.btn-info-comment:hover {
    padding: 5px 12px;
    border: 1px solid #ff4401;
    color: #ff4401;
    line-height: 14px;
    background: #f4f4f4;
}

.manager-edit {
    width: 100%;
    min-height: 300px;
    border: 1px solid #e3e3e3;
}

.manager-edit-title {
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    color: #666;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.manager-edit-content {
    width: 60%;
    margin: 10px auto;
}

.manager-edit-input {
}

.edit-dialogs {
    width: 600px;
    height: 400px;
}

#mb_box {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    opacity: 0.5;
    background: #666;
    top: 0;
    left: 0;
    opacity: 0.6;
}

#mb_con {
    z-index: 999999;
    width: 700px;
    max-height: 800px;
    position: fixed;
    background: white;
    border-radius: 0;
}

#mb_tit {
    display: block;
    font-size: 18px;
    color: #666;
    padding: 15px;
    background: #fff;
    border-radius: 0;
    font-weight: normal;
    border-bottom: 1px solid #e3e3e3;
}

#mb_msg {
    padding: 20px;
    line-height: 20px;
    border-bottom: 1px dashed #ddd;

}

#mb_ico {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    color: #999;
}

#mb_btnbox {
    margin: 15px 0 10px 0;
    text-align: center;
}

#mb_btn_ok, #mb_btn_no {
    width: 85px;
    height: 30px;
    color: #fff;
    border: none;
}

#mb_btn_ok {
    background: #3399cc;
    border-radius: 3px;
}

#mb_btn_no {
    background: grey;
    margin-left: 20px;
    border-radius: 3px;
}

.manager-window-edit-content {
    width: 100%;
    padding: 0 15px;
}

.quan-window-edit-content {
    width: 100%;
    padding: 0 15px;
}

.quan-window-edit-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quan-window-edit-content ul li {
    float: left;
    width: 220px;
    height: 100px;
    margin: 0;
    padding: 15px;
    list-style: none;
    background: #fafafa;
    border: 1px dashed #e3e3e3;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.quan-window-edit-content ul li .it-price {
    font-size: 22px;
    color: #666;
}

.quan-window-edit-content ul li .it-text {
    font-size: 14px;
    color: #999;
}

.quan-yes {
    border-top: 2px solid #3399cc !important;
}

.quan-no {

}

.quan-chose {
    border: 1px dashed #3399cc !important;
    border-top: 2px solid #3399cc !important;
    background: url("../images/icon-check.png") no-repeat right bottom !important;
}

.windown-edit-width-80 {
    width: 80px;
    display: inline-block;
}

.windown-edit-width-120 {
    width: 120px;
    display: inline-block;
}

.input-width150 {
    width: 150px !important;
}

.input-width250 {
    width: 250px !important;
}

.input-width350 {
    width: 350px !important;
}

.input-width400 {
    width: 400px !important;
}

.input-width500 {
    width: 500px !important;
}

.input-width80pen {
    width: 80% !important;
}

/* ----------------------------------- 后台list css ----------------------------------- */
.houtai-header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}

.houtai-header-logo {
    float: left;
    width: 500px;
    padding-left: 20px;
}

.houtai-header-right {
    float: right;
    width: 500px;
    line-height: 60px;
    padding-right: 20px;
}

.kong-10 {
    width: 100%;
    height: 10px;
    display: block;
    background: #fff;
}

.houtai-content-bg {
    width: 100%;
}

.houtai-content-left {
    width: 175px;
}

.houtai-sidebar {
    background: #288ce2;
}

.houtai-sidebar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.houtai-sidebar ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 24px;
    text-indent: 10px;
}

.houtai-sidebar ul li a {
    color: #fff;
}

.houtai-sidebar ul li .menu-text {
    height: 32px;
    line-height: 32px;

    font-weight: bold;
    width: 100%;
    display: block;
    padding-left: 25px;
    background: url("../images/icon-arrow-down.png") no-repeat 15px center;
    background-color: #288ce2;
}

.houtai-sidebar ul li .submenu {
    width: 100%;
    margin: 0;
    background: #207ed0;
    color: #fff;
    line-height: 24px;
    list-style: none;
}

.houtai-sidebar ul li .submenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.houtai-sidebar ul li .submenu li {
    width: 100%;
    margin: 0;
    list-style: none;
    height: 24px;
    line-height: 24px;
    text-indent: 0;
    display: block;
    font-size: 12px;
}

.houtai-sidebar ul li .submenu li a {
    width: 100%;
    margin: 0;
    padding: 0 0 0 35px;
    list-style: none;
    height: 24px;
    line-height: 24px;
    text-indent: 0;
    display: block;
}

.houtai-sidebar ul li .submenu li a:hover {
    width: 100%;
    margin: 0;
    padding: 0 0 0 35px;
    list-style: none;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #2fa5ff;
}

.houtai-sidebar ul li .submenu li a.active {
    background: #2fa5ff;
}

.houtain-title-btn {
    padding: 2px 15px;
    border: 1px solid #3399cc;
    background: #fff;
    color: #3399cc;
}

.houtain-title-btn:hover {
    padding: 2px 15px;
    border: 1px solid #3399cc;
    background: #3399cc;
    color: #fff;
}

.houtain-title-btn-active {
    padding: 2px 15px;
    border: 1px solid #3399cc;
    background: #3399cc;
    color: #fff;
}

.houtai-bread {
    border-top: 1px solid #3399cc;
    width: 100%;
    margin-top: 10px !important;
    line-height: 32px !important;
}

.houtai-content-lable {
    width: 99%;
    height: 32px;
    border: 1px solid #e3e3e3;
}

.houtai-content-lable-btn {
    padding: 2px 15px;
    border: none;
    background: #fff;
    color: #666;
}

.houtai-content-lable-btn:hover {
    padding: 2px 15px;
    border: none;
    background: #fff;
    color: #3399cc;
}

.houtai-content-choose {
    width: 99%;
    height: 30px;
    margin: 10px 0;
}

.table-houtai {
    width: 99%;
    background: none;
    border: none;
}

.table-houtai thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 28px;
    font-weight: normal;
}

.table-houtai thead tr th {
    font-weight: normal;
    text-align: center;
}

.table-houtai tbody tr {
    border: 1px solid #e3e3e3;
    line-height: 36px;
    text-align: center;
}

.table-houtai tbody tr td {
}

.houtai-add-content {
    width: 100%;
    padding: 15px 20px;
    float: left;
}

.table-houtai-add {
    width: 99%;
    background: none;
    border: none;
}

.table-houtai-add thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 28px;
    font-weight: normal;
}

.table-houtai-add thead tr th {
    font-weight: normal;
    text-align: left;
    border-left: 1px solid #e3e3e3;
    padding: 3px;
}

.table-houtai-add thead tr th:first-child {
    border-left: none;
}

.table-houtai-add tbody tr {
    border: 1px solid #e3e3e3;
    line-height: 36px;
    text-align: center;
}

.table-houtai-add tbody tr td {
    border-left: 1px solid #e3e3e3;
    padding: 3px;
    text-align: left;
}

.table-houtai-add tbody tr td:first-child {
    border-left: none;
}

/*ace.min.css*/
.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    border-radius: 0;
}

.breadcrumb > li, .breadcrumb > li.active {
    color: #3399cc;
}

.breadcrumb > li > a {
    display: inline-block;
    padding: 0 4px;
    color: #666;
}

.breadcrumb > li > a:hover {
    color: #3399cc;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #666;
    margin-right: 2px;
    padding: 0 5px 0 2px;
    position: relative;
    top: 1px;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
    background: #3399cc;
    border: 1px solid #3399cc;
}

.pagination > li > a, .pager > li > a {
    color: #3399cc;
}

.ace-spinner .spinner-buttons > .btn {
    /*height: 20px;
    width: 20px;
    line-height: 16px;*/
    border: 1px solid #e3e3e3;
    background-color: #fff !important;
}

.ace-spinner.touch-spinner .spinner-buttons > .btn {
    /*height: 20px;
    width: 20px;
    line-height: 16px;*/
    border: 1px solid #e3e3e3;
    background-color: #fff !important;
}

.input-icon > input {
    padding-left: 40px;
}

.social-or-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px dotted #e3e3e3;
}

.social-or-login {
    margin-top: 4px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.social-or-login .it-text {
    font-size: 12px;
    color: #999;
}

.btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e3e3e3;
    display: inline-block;
    margin: 5px 15px;
    line-height: 32px;
}

.btn-icon:hover {
    background: #3399cc;
}

.sidebar {
    width: 190px;
    float: left;
    position: relative;
    border: none;
    background-color: #207ed0;
}

.sidebar:before {
    content: "";
    display: block;
    width: 190px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #207ed0;
    border: none;
}

/*ace.min.css结束*/
.chemical-detail-menu {
    width: 100%;
}

.chemical-detail-menu-title {
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    line-height: 40px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.chemical-detail-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chemical-detail-menu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e3e3e3;
    border-top: none;
    height: 32px;
    line-height: 30px;
    text-align: center;
}

.chemical-detail-son01 {
    width: 100%;
    height: auto;
}

.chemical-detail-son01-left {
    float: left;
    width: 360px;
    height: 350px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.chemical-detail-son01-left img {
    max-width: 350px;
    max-width: 340px;
}

.chemical-detail-son01-right {
    float: right;
    width: 560px;
}

.chemical-detail-son02 {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: 10px;
    color: #999;
    line-height: 32px;
}

.chemical-detail-son03 {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.chemical-right-choose-list {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.chemical-right-choose-title {
    float: left;
    width: 100px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.chemical-right-choose-text {
    float: left;
    width: 830px;
}

.chemical-right-choose-text li {
    float: left;
    list-style: none;
    width: 130px;
    text-align: left;
}

.chemical-right-choose-text li a {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    display: block;
}

.chemical-right-choose-text li a:hover {
    color: #3399cc;
}

.chemical-right-choose-text li .active {
    color: #3399cc;
    display: block;
}

.chemical-detail-son04 {
    width: 100%;
    margin-top: 10px;
}

.table-chemical {
    width: 100%;
    background: none;
    border: none;
}

.table-chemical thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    line-height: 32px;
    font-weight: normal;
}

.table-chemical thead tr th {
    line-height: 38px;
    font-weight: normal;
    text-align: left;
    text-indent: 5px;
}

.table-chemical tbody tr {
    border: 1px solid #e3e3e3;
    height: 51px;
}

.table-chemical tbody tr td {
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    text-indent: 5px;
    font-size: 14px;
}

.chemical-it-grey {
    text-decoration: line-through;
}

.chemical-it-red {
    color: red;
    font-weight: bold;
}

.btn-chemical-red {
    padding: 3px 10px;
    background: red;
    color: #fff;
    border-radius: 3px;

}
.btn-chemical-red-font {
    padding: 3px 10px;
    background: red;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}

.btn-chemical-red-font:hover {
    padding: 3px 10px;
    background: #2299ee;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}
.btn-chemical-red:hover {
    background: #3399cc;
    color: #fff;
    border-radius: 3px;
}

.btn-chemical-blue {
    padding: 3px 10px;
    background: #3399CC;
    color: #fff;
    border-radius: 3px;

}
.btn-chemical-blue-font {
    padding: 3px 10px;
    background: #3399CC;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}

.btn-chemical-blue-font:hover {
    padding: 3px 10px;
    background: dodgerblue;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}
.btn-chemical-blue:hover {
    background: dodgerblue;
    color: #fff;
    border-radius: 3px;
}

.cart-number {
    width: 85px;
}

.minus {
    width: 20px;
    height: 20px;
    line-height: 1px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    background: #fff;
    float: left;
}

.plus {
    width: 20px;
    height: 20px;
    line-height: 1px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    background: #fff;
    float: left;
}

.am-num-text {
    width: 40px !important;
    height: 20px !important;
    line-height: 1px !important;
    font-size: 14px !important;
    border: 1px solid #e3e3e3 !important;
    background: #fff !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 1px !important;
    text-align: center;
}

.chemical-detail-son05 {
    width: 100%;
    margin-top: 20px;
}

.chemical-detail-son05-title {
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #3399cc;
}

.table-son {
    width: 100%;
    background: none;
    border: none;
    margin-top: 10px;
}

.table-son thead tr {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    font-weight: normal;
}

.table-son thead tr th {
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

.table-son tbody tr {
    border: 1px solid #e3e3e3;
    height: 32px;
}

.table-son tbody tr th {
    text-align: center;
    color: #333;
    font-weight: normal;
}

.table-son tbody tr td {
    text-align: left;
    color: #999;
    font-weight: normal;
    padding-left: 60px;
}

.floatCtro {
    position: fixed;
    top: 320px !important;
    right: 10px;
    z-index: 99999;
}

.floatCtro p {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #e3e3e3;
    margin: 0;
    margin-top: -1px;
    text-align: center;
    line-height: 50px;
    color: #999;
}

.floatCtro p.cur {
    color: #fff;
    background: #0099ee;
}

.floatCtro a {
    color: #999;
    width: 50px;
    hight: 50px;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
}

.sitemap-content-new {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}

.sitemap-content-new-left {
    width: 1200px;
    height: 255px;
    float: left;
    padding-left: 30px;
    border: 1px solid #e3e3e3;
}

.sitemap-content-new ul {
    width: 100%;
    list-style: none;
    margin: 0 50px;
    padding: 0;
}

.sitemap-content-new-left ul {
    width: 120px;
    float: left;
    margin-top: 20px;
}

.sitemap-content-new-left ul li {
    float: left;
    list-style: none;
    margin: 0 50px;
    padding: 0px 15px;
    line-height: 32px;
    font-size: 14px;
    color: #f2f2f2;
    width: 200px;
}

.sitemap-ul-li {
    margin-left: 33px;
}

.tip-title {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.selected {
    border: 1px solid #3399cc !important;
}

.fakeHide {
    height: 0px;
    overflow: hidden;
}

.invoiceShow {
    max-height: 260px;
    overflow-y: auto;
}

.zinvoiceShow {
    /*max-height: 400px;*/
    overflow: hidden;
}

.invoices:hover {
    border: 1px solid #3399cc !important;;
}

.invoices input {
    border: 0px;
    background-color: white !important;
}

.on-border{
    border: 0px;
    background-color: white !important;
}

#vatInvoiceDiv input{
    width: 80%;
    display: inline;
}

