﻿@charset "UTF-8";
/* CSS Document */
html {
    background: #f4f4f4;
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
    font-size:12px;
    font-family:tahoma, Arial, microsoft yahei, Helvetica, "Helvetica Neue", "Hiragino Sans GB", "5b8b4f53", "sans-serif";
}

img {
    border: 0;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

input, button, textarea, select {
    outline: none;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: block;
}

    a:hover {
        text-decoration: none;
    }

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 100%;
}

.header {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
}

.head, .top_content, .menu {
    width: 1210px;
    margin: auto;
    color: #999;
}

.position_wrap {
    position: relative;
    display: inline-block;
}

.head_welcome {
    display: inline-block;
}
.position_all_city {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    background: #FFF;
    width: 260px;
    box-shadow: 0 9px 38px -20px rgba(0,0,0,.2);
    margin-top: -1px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    -webkit-transition: opacity 0.5s ease-out 0s;
    -moz-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
}

.position_wrap:hover .position_all_city {
    opacity: 1;
    overflow: visible;
    height: auto;
}
.position_wrap:hover .key_word {
    color: #666;
}

.position_word i {
    color: #0069c8;
    vertical-align: -1px;
}

.clrfix {
    padding: 5px 15px;
}

.clrfix dt {
    line-height: 20px;
    color: #0069c8;
}

.clrfix dd {
    line-height: 22px;
}

.clrfix dd a {
    display: inline-block;
    padding: 0 5px 0 0;
}

.clrfix dd a:hover {
    color: #0069c8;
}

.head_right {
    float: right;
}

.head_right ul li {
    float: left;
    margin-left:10px;
}

.head_right ul li a:hover {
    color: #666;
}

.head_left {
    float: left;
}

.head_right ul li i {
    vertical-align: -1px;
    color: #0168c9;
}

.top_wrap {
    width: 100%;
    height: 90px;
    background: #FFF;
    -webkit-transition: opacity 0.5s ease-out 0s;
    -moz-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
}

.logo {
    float: left;
    line-height: 85px;
}

.logo img {
    width: 268px;
    height: auto;
    vertical-align: middle;
}

.top_right {
    float: right;
    color: #666;
    position: relative;
    width: 776px;
}

.top_search {
    width: 460px;
    float: left;
    position: absolute;
    left: 0;
    top: 20px;
}

.top_service {
    float: right;
    position: relative;
    text-align: right;
}

.font_number {
    position: absolute;
    top: -8px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    line-height: 17px;
    border-radius: 10px;
    background: #e83632;
    color: #FFF;
    text-align: center;
    padding: 0 1px;
}

input.search_input {
    border-radius: 50px;
    margin: 2px 0 0 2px;
    padding: 0 60px 0 16px;
    border: 0;
    width: 380px;
    height: 32px;
}

.search_input_background {
    width: 100%;
    height: 36px;
    border-radius: 50px;
    background: #3084e5;
    background: -webkit-linear-gradient(left, #3084e5, #18ebe2);
    background: -o-linear-gradient(right, #3084e5, #18ebe2);
    background: -moz-linear-gradient(right, #3084e5, #18ebe2);
    background: linear-gradient(to right, #3084e5, #18ebe2);
}

input.search_button {
    width: 55px;
    height: 36px;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    background: #3084e5;
    background: -webkit-linear-gradient(left, #18ebe2, #3084e5);
    background: -o-linear-gradient(right, #18ebe2, #3084e5);
    background: -moz-linear-gradient(right, #18ebe2, #3084e5);
    background: linear-gradient(to right, #18ebe2, #3084e5);
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    cursor: pointer;
}

.ripple {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .4;
    transition: 0s;
}

.top_search_input {
    position: relative;
}

.search_input_icon {
    position: absolute;
    top: 0;
    right: 0;
}

.search_input_icon i {
    position: absolute;
    top: 7px;
    right: 15px;
    color: #FFF;
    font-size: 20px;
}

.top_search_label {
    padding: 5px 0 0 16px;
}

.top_search_label a {
    display: inline-block;
    padding-right: 10px;
    color: #6f6e6e;
}

.top_search_label a:hover {
    color: #e83733;
}

.top_service dl {
    margin-top: 20px;
    min-width: 55px;
    padding: 0 40px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #0069c8;
    line-height: 34px;
    position: relative;
    float: right;
    margin-bottom: 2px;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.one_mid a, .one_bottom a {
    color: #FFF;
}

.top_service dl dt {
    float: left;
}

.top_service .shopcart_details dl dt {
    height: 80px;
}

.top_service dl dd, .top_service dl dt i {
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}
/*.top_service dl:hover dt {
	transform: rotateY(180deg);
	background: #0069c8;
	cursor: pointer;
}*/
.top_service dl:hover {
    background: #f7f7f7;
}

.top_service dl dt i {
    font-size: 18px;
    color: #0069c8;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}

    .top_service dl dt i.icon-icon1 {
        font-size: 19px;
        transform: rotateY(180deg);
    }

    .top_service dl dt i.icon-weixiubanshou {
        transform: rotateY(180deg);
    }

.nav {
    width: 100%;
    /*position: absolute;
    top: 130px;*/
    background: #FFF;
    /* box-shadow: 0 4px 15px -7px rgba(0,0,0,.2); */
    z-index: 3;
    border-bottom: 1px solid #2e8ae4;
}

.menu {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.menu_first {
    width: 179px;
    background: #2e8ae4;
    color: #FFF;
    padding-left: 15px;
    float: left;
    position: relative;
}

    .menu_first i {
        vertical-align: -1px;
        padding-right: 5px;
    }

.nav_ul {
    float: left;
    margin-left:3px;
}

.nav_ul li {
    float: left;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.nav_ul li a {
    padding: 0 26px;
    display: block;
    height: 37px;
}

.nav_ul li a {
    color: #333;
}

.nav_ul li a:hover, .nav_ul li:hover {
    color: #FFF;
    cursor: pointer;
    background:#2e8ae4;
}
.nav_ul li.a_active:hover a {
    color: #FFF !important;
}
.nine-tip {
    clear: both;
    text-align: left;
    padding: 10px 0 0 31px;
    color: #666;
}
.nine-red {
    color:#e83632;
}
.nav_wrap li a {
    color: #FFF;
    display: block;
}

.menu_first .nav_cont li ul li {
    padding-left: 0;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .menu_first .nav_cont li ul li:hover {
        background: #2e8ae4;
        cursor: pointer;
    }

    .menu_first .nav_cont li ul li a {
        display: block;
        padding: 0 15px;
        text-align: left;
    }

.nav_cont {
    position: absolute;
    z-index: 1;
    background: #3084e5;
    background: -webkit-linear-gradient(#3084e5, #18ebe2);
    background: -o-linear-gradient(#3084e5, #18ebe2);
    background: -moz-linear-gradient(#3084e5, #18ebe2);
    background: -ms-linear-gradient(#3084e5, #18ebe2);
    background: linear-gradient(#3084e5, #18ebe2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3084e5, endColorstr=#18ebe2); /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3084e5, endColorstr=#18ebe2)"; /*IE8+*/
    opacity: .9;
    filter: Alpha(opacity=90);
    width: 194px;
    height: 510px;
}

.menu_first .nav_cont li {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .menu_first .nav_cont li:hover {
        background: #035a9f;
        color: #2e8ae4;
        cursor: pointer;
    }

        .menu_first .nav_cont li:hover .icon_float {
            transform: rotate(90deg);
        }

    .menu_first .nav_cont li ul li a:hover {
        color: #FFF;
    }

    .menu_first .nav_cont li ul li {
        text-align: center;
        float: left;
    }

.menu_first .nav_cont li {
    padding-left: 15px;
}

.menu_first .nav_wrap li ul {
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 3;
}
.list_ad {
    float:left; margin-right: 12px;
}
.no_border {
    /*border: 0;*/
}

.menu_first .nav_wrap li ul li:hover ul {
    visibility: visible;
    display: block;
}

.menu_first .nav_wrap li ul li ul {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 194px;
    min-width: 100px;
    width: 400px;
    height: 490px;
    padding: 10px 0;
    background: #FFF;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 25px -4px rgba(0,0,0,.2);
    overflow: auto;
}

.nav_wrap li ul li ul li a {
    color: #333;
}

.menu_first .nav_cont li:first-child {
    margin-top: 10px;
}
.menu_first .nav_cont li ul li:first-child {
    margin-top:0;
}
.icon_float {
    float: right;
    font-size: 13px !important;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.head:after, .top_content:after, .menu:after, .link_bg:after {
    content: "";
    display: block;
    clear: both;
}

.top_content {
    height: 90px;
}
/*banner start*/
.banner_wrap {
    width: 100%;
    height: 510px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    /*top: 166px;*/
}

.banner_img {
    width: 100%;
    height: 510px;
    position: absolute;
    left: 0;
    top: 0;
}

    .banner_img li {
        width: 100%;
        height: 510px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        list-style: none;
    }

.banner_list {
    height: 50px;
    top: 470px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

    .banner_list span {
        display: block;
        cursor: pointer;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #555;
        float: left;
        margin: 0 5px;
    }

    .banner_list .spcss {
        border: 2px solid #2e8ae4;
        background: #2e8ae4;
        box-shadow: 0 0 0 4px rgba(46,138,228,.3);
        width: 8px;
        height: 8px;
    }

.banner_wrap:hover .banner_left, .banner_wrap:hover .banner_right {
    opacity: .7;
}

.banner_left {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
    opacity: 0;
}

.banner_right {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
    opacity: 0;
}

    .banner_left:hover, .banner_right:hover {
        background: rgba(0,0,0,.8);
    }

.banner_left, .banner_right {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
}

    .banner_left img, .banner_right img {
        margin-top: 20px;
        width: 12px;
    }

    .banner_left img {
        margin-left: -4px;
    }

    .banner_right img {
        margin-left: 4px;
    }
/*banner end*/


.container {
    /*position: absolute;
    top: 676px;*/
    width: 100%;
}

.main_wrap {
    width: 1210px;
    margin: 0 auto;
}

.main_kind {
    margin-top: 9px;
    color: #FFF;
    width: 1218px;
    display: none;
}

.kind_all {
    width: 194px;
    height: 270px;
    text-align: center;
    float: left;
    margin-right: 9px;
}

    .kind_all:hover {
        box-shadow: 4px 4px 25px -2px rgba(0,0,0,.2);
    }

.kind_one {
    background: #028efd;
    background: -webkit-linear-gradient(45deg, #ae29ff, #028efd);
    background: -o-linear-gradient(45deg, #ae29ff, #028efd);
    background: -moz-linear-gradient(45deg, #ae29ff, #028efd);
    background: linear-gradient(45deg, #ae29ff, #028efd);
}

.one_top {
    font-size: 30px;
    color: #FFF;
    padding-top: 45px;
    border: 1px solid #FFF;
    border-top: 0;
    width: 100px;
    height: 52px;
    margin-left: 45px;
}

.one_boder {
    width: 100%;
    height: 10px;
    display: block;
    border: 1px solid #FFF;
    margin: 7px 0 0 -1px;
}

.one_mid {
    margin: 30px 0 25px 0;
}

    .one_mid i {
        font-size: 30px;
        opacity: .6;
        color: #FFF;
    }

.one_bottom {
    font-size: 14px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFF;
    border-radius: 50px;
    margin-left: 40px;
    color: #FFF;
}

.kind_one:hover .one_mid, .kind_one:hover .one_bottom {
    cursor: pointer;
    opacity: .8;
}

.one_mid, .one_bottom, .font_top, .pro_bottom img, .kind_all {
    transition: all, .5s;
}

.kind_two {
    background: #01d6b8;
    background: -webkit-linear-gradient(45deg, #048cfd, #6affda);
    background: -o-linear-gradient(45deg, #048cfd, #6affda);
    background: -moz-linear-gradient(45deg, #048cfd, #6affda);
    background: linear-gradient(45deg, #048cfd, #6affda);
    cursor: pointer;
}

.font_top {
    padding-top: 40px; /* color: #FFF; */
}

    .font_top h4 {
        font-size: 24px;
        padding-bottom: 10px;
        white-space: nowrap;
        color: #FFF;
    }

    .font_top p {
        white-space: nowrap;
        font-size: 14px;
        color: #FFF;
    }

.pro_bottom {
    padding-top: 40px;
}

    .pro_bottom img {
        width: 150px;
        height: 95px;
    }

.kind_three {
    background: #ff8c8c;
    background: -webkit-linear-gradient(45deg, #ff9393, #6affd9);
    background: -o-linear-gradient(45deg, #ff9393, #6affd9);
    background: -moz-linear-gradient(45deg, #ff9393, #6affd9);
    background: linear-gradient(45deg, #ff9393, #6affd9);
    cursor: pointer;
}

.kind_fore {
    background: #fdde7a;
    background: -webkit-linear-gradient(45deg, #f38181, #f9e08e);
    background: -o-linear-gradient(45deg, #f38181, #f9e08e);
    background: -moz-linear-gradient(45deg, #f38181, #f9e08e);
    background: linear-gradient(45deg, #f38181, #f9e08e);
    cursor: pointer;
}

.kind_five {
    background: #ff608c;
    background: -webkit-linear-gradient(45deg, #ff7573, #ff60ac);
    background: -o-linear-gradient(45deg, #ff7573, #ff60ac);
    background: -moz-linear-gradient(45deg, #ff7573, #ff60ac);
    background: linear-gradient(45deg, #ff7573, #ff60ac);
    cursor: pointer;
}

.kind_six {
    background: #a262ff;
    background: -webkit-linear-gradient(45deg, #7225e3, #f86379);
    background: -o-linear-gradient(45deg, #7225e3, #f86379);
    background: -moz-linear-gradient(45deg, #7225e3, #f86379);
    background: linear-gradient(45deg, #7225e3, #f86379);
    cursor: pointer;
}

.kind_all:hover .pro_bottom img {
    width: 170px;
    height: auto;
}

.kind_all:hover .font_top {
    opacity: .8;
}

.main_wrap {
    margin-top: 55px;
    color: #444;
}

.hot_title {
    height: 40px;
    line-height: 40px;
}

.more {
    float: right;
    color: #666;
}

    .more a:hover {
        color: #2e8ae4;
        cursor: pointer;
    }

.title_font {
    font-size: 24px;
}

.more i {
    font-size: 12px;
    font-weight: bold;
}

.more i {
    font-size: 12px;
    font-weight: bold;
}

.list_wrap {
    width: 232px;
    height: 320px;
    background: #FFF;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 0 9px -7px rgba(0,0,0,.2) inset;
}

.pro_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.list_pro img {
    width: 190px;
    height: 190px;
    display: inline-block;
}

.list_pro {
    text-align: center;
    margin: 20px 0 15px 0;
}

.list_bottom {
    padding: 0 20px;
}

.list_bottom h5 a {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list_bottom p {
    color: #999;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:3px;
}

.list_cont:hover .list_bottom h5 a {
    color: #2e8ae4;
}

.price {
    color: #2e8ae4;
    font-size: 16px;
    padding-top: 10px;
}

.list_hover {
    background: #3084e5;
    background: -webkit-linear-gradient(left, #18ebe2, #3084e5);
    background: -o-linear-gradient(right, #18ebe2, #3084e5);
    background: -moz-linear-gradient(right, #18ebe2, #3084e5);
    background: linear-gradient(to right, #18ebe2, #3084e5);
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 68px;
    line-height: 68px;
    position: absolute;
    bottom: -68px;
}

.hover_price {
    font-size: 16px;
}

.shop_cart {
    background: #fd8c00;
    background: -webkit-linear-gradient(left, #ff29a7, #0060ff);
    background: -o-linear-gradient(right, #ff29a7, #0060ff);
    background: -moz-linear-gradient(right, #ff29a7, #0060ff);
    background: linear-gradient(to right, #ff29a7, #0060ff);
    width: 110px;
    height: 30px;
    line-height: 28px;
    border-radius: 50px;
    vertical-align: -9px;
}

.list_hover span {
    display: inline-block;
    margin: 0 5px;
}

.list_wrap:hover .list_hover, .list_cont:hover .list_hover, .pro_left:hover .list_hover {
    bottom: 0;
}

.pro_left .list_hover {
    height: 142px;
    line-height: 40px;
    font-size: 24px;
    bottom: -142px;
}

    .pro_left .list_hover span {
        display: block;
    }

    .pro_left .list_hover .hover_price {
        font-size: 24px;
        margin: 20px 0 10px 0;
    }

    .pro_left .list_hover .shop_cart {
        width: 200px;
        height: 50px;
        line-height: 45px;
        margin-left: 260px;
        font-size: 20px;
    }

.list_wrap, .list_hover, .list_pro img, .more, .pro_left {
    transition: all, .5s;
}

    .list_hover .shop_cart a {
        color: #FFF;
    }
/*.list_wrap:hover {
	width: 468px;
}
.list_wrap:hover .list_pro img {
	width: 260px;
	height: auto;
}*/
.discount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
    height: 30px;
    line-height: 28px;
    background: #e83733;
    text-align: center;
    color: #FFF;
}

.list_cont {
    width: 232px;
    height: 320px;
    background: #FFF;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
    transition: all, .5s;
    float: left;
    margin-right: 12px;
}

    .list_cont:hover, .pro_left:hover {
        box-shadow: 0 0 25px -2px rgba(0,0,0,.2);
    }

.hot {
    position: absolute;
    top: 0;
    right: 10px;
}
/*..hot i {
	font-size: 50px;
	color: #e83733;
}
list_cont:hover .list_pro img {
	width: 180px;
	height: auto;
}*/
.more_list {
    float: right;
}

    .more_list ul li {
        float: left;
        padding: 0 8px;
        transition: all, .5s;
        cursor: pointer;
    }

        .more_list ul li:hover {
            color: #2e8ae4;
            cursor: pointer;
        }

.active {
    color: #2e8ae4;
}

.tabCon {
    overflow: auto;
    width: 1222px;
}

    .tabCon .tab_wrap {
        display: none;
    }

.all_content .on {
    display: block;
}

.tabCon .on, .main_content .on, .more_pro_wrap .on {
    display: block;
}

.small_font {
    font-size: 16px;
    padding-left: 10px;
}

.pro_left {
    float: left;
    width: 720px;
    height: 650px;
    background: #FFF;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.pro_big {
    text-align: center;
    margin-top: 80px;
}

    .pro_big img {
        width: 518px;
        height: auto;
    }

.pro_big_font {
    margin-top: 60px;
    text-align: center;
}

    .pro_big_font h1 {
        font-size: 24px;
    }

        .pro_big_font h1 span {
            display: inline-block;
        }

            .pro_big_font h1 span.pro_big_border {
                width: 42px;
                height: 2px;
                background: #333;
                vertical-align: middle;
                margin: 0 15px;
            }

    .pro_big_font p {
        color: #999;
        font-size: 16px;
    }

.pro_big_price {
    font-size: 24px;
    color: #2e8ae4;
    padding-top: 30px;
}

.pro_right {
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 477px;
}

.pro_wrap {
    width: 100%;
    clear: both;
}

.flex_wrap {
    width: 1230px;
}

.video_wrap {
    margin-top: 10px;
    width: 295px;
    height: 230px;
    background: #FFF;
    transition: all, .5s;
    float: left;
    margin-right: 12px;
}

.video_wrap img {
    width: 100%;
}

.video_bottom {
    text-align: center;
    color: #999;
}

    .video_bottom h6 {
        color: #333;
        font-size: 16px;
        margin-top: 17px;
        transition: all, .5s;
    }

.video_cont {
    width: 100%;
    position: relative;
}

.video_hover_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    text-align: right;
    line-height: 290px;
    transition: all, .5s;
    opacity: 1;
    cursor: pointer;
}

.video_wrap:hover .video_bottom h6,.video_wrap:hover .video_hover_bg i {
    color: #2e8ae4;
}

.video_wrap:hover {
    box-shadow: 0 0 25px -2px rgba(0,0,0,.1);
}

.video_hover_bg i {
    font-size: 32px;
    color: #d4d5d6;
    margin-right: 12px;
    transition: all, .5s;
}

.footer {
    margin-top: 55px;
}

.foot_service {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.service_wrap {
    width: 1210px;
    margin: auto;
}

.service_cont {
    width: 301px;
    text-align: center;
    border-left: 1px solid #eee;
    font-size: 16px;
    transition: all, .8s;
    float: left;
}

    /*.service_cont:hover i {
        transform: rotate(20deg);
        color: #FFF;
    }

    .service_cont:hover {
         background: #2e8ae4;
        color: #FFF;
        cursor: pointer;
    }*/

.service_cont i {
    font-size: 45px;
    vertical-align: -8px;
    margin-right: 5px;
    display: inline-block;
    transition: all, .5s;
}

.service_cont:last-child {
    border-right: 1px solid #eee;
}

.link_wrap {
    background: #f6f6f6;
}

.link_bg {
    width: 1210px;
    margin: auto;
    padding: 45px 0;
}

ul.link_cont {
    margin-right: 205px;
    float: left;
}

ul.link_cont.link_phone {
    margin-right: 0;
    float:right;
}

span.link_title {
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}

ul.link_cont li {
    line-height: 25px;
    color: #666;
}

ul.link_cont li a {
    color: #666;
}

ul.link_cont li a:hover {
    color: #000;
}

ul.link_phone .link_title {
    color: #2e8ae4;
    font-size: 20px;
    padding: 0;
}

ul.link_phone .link_service {
    width: 125px;
    height: 35px;
    line-height: 32px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    background: -webkit-linear-gradient(left, #18ebe2, #3084e5);
    background: -o-linear-gradient(right, #18ebe2, #3084e5);
    background: -moz-linear-gradient(right, #18ebe2, #3084e5);
    background: linear-gradient(to right, #18ebe2, #3084e5);
}

ul.link_phone .link_service i {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 4px;
}

.foot_wrap {
    background: #eee;
}

.foot_cont {
    width: 1210px;
    padding: 10px 0;
    margin: auto;
}

.foot_right {
    float: right;
    margin-top: 5px;
}

.font_left {
    color: #666;
    line-height: 20px;
}

.service_cont a {
    display: block;
}

    .service_cont a:hover {
        color: #FFF;
    }

.no_margin {
    margin: 0 auto;
}
/*inside css*/
.inside_container {
    /*position: absolute;
    top: 166px !important;*/
    width: 100%;
}

.menu_first .nav_wrap li ul.inside_nav {
    display: none;
}

.all_nav {
    cursor: pointer;
}

.inside_pro {
    background: #FFF;
}

.inside_border {
    width: 1210px;
    margin: auto;
    border-bottom: 1px solid #f0f0f0;
    min-height: 36px;
    line-height: 36px;
}

.crumb {
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    width: 1210px;
}

.crumb, .inside_gray {
    color: #999;
}

    .crumb em {
        padding: 0 5px;
    }

    .crumb a {
        color: #666;
        display: inline-block;
    }

.inside_gray {
    float: left;
    width: 100px;
}

.inside_border ul {
    float: left;
    width: 1080px;
}

    .inside_border ul li {
        float: left;
        width: 108px;
    }

.inside_border:last-child {
    border: 0;
}

.right_icon {
    float: right;
    width: 30px;
    text-align: right;
}

    .right_icon i {
        color: #666;
        font-size: 14px;
    }

.inside_screen {
    background: #FFF;
}

.screen_wrap {
    margin: 10px auto;
    width: 1210px;
    height: 40px;
    line-height: 40px;
}

ul.screen_ul li {
    float: left;
    margin-right: 30px;
}

.screen_ul {
    float: left;
}

.screen_right {
    float: right;
}

    .screen_right em {
        font-style: normal;
        color: #2f89e4;
        padding-right: 5px;
    }

span.screen_i {
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 4px;
    display: inline-block;
    margin: 0 5px;
    transition: all, .5s;
}

    span.screen_i i {
        font-size: 12px;
    }

.screen_ul li i {
    vertical-align: -2px;
}

.input_check {
    width: 16px;
    height: 16px;
    vertical-align: -4px;
    margin-right: 3px;
}

.store_service i {
    color: #2e8ae4;
}

.adress_input {
    display: inline-block;
}

.adress_input input {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 2px 5px;
}

.screen_ul li a:hover {
    color: #2e8ae4;
}

.screen_ul li label {
    cursor: pointer;
}

.a_active a {
    color: #2e8ae4 !important;
}

.b_active a,.b_active a:hover {
    color: #2e8ae4;
    border: 1px solid #2e8ae4 !important;
}

.e_active {
    color: #2e8ae4;
    border-bottom: 2px solid #2e8ae4;
    line-height: 22px !important;
}

.inside_border ul li a {
    padding: 5px 7px;
    display: inline;
}

.flex_cont {
    width: 1230px;
}

.inside_border ul li a:hover {
    color: #2e8ae4;
}

.inside_list {
    width: 292px;
    height: 427px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    margin-right: 14px;
}

.inside_list:hover {
    box-shadow: 0 0 25px -2px rgba(0,0,0,.2);
}

.inside_list, .inside_product img, .product_mid h3 {
    transition: all, .5s;
}
    /*.inside_list:hover .inside_product img {
	width: 200px;
	height: auto;
}*/
.inside_list:hover .product_mid h3 a {
    color: #2e8ae4;
}

.inside_product img {
    width: 250px;
    height: 250px;
}

.inside_product {
    text-align: center;
    margin-top: 20px;
}

.product_font {
    padding: 10px 20px 20px 20px;
}

.top_left {
    font-size: 18px;
    color: #e83734;
}

.product_top {
    line-height: 27px;
    padding-bottom: 10px;
}

.tops_right {
    float: right;
}

.product_mid h3 a {
    font-size: 14px;
    width: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_mid p {
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top:3px;
}

.bottom_right {
    float: right;
    line-height: 24px;
}

.product_bottom {
    color: #666;
    margin-top: 8px;
}

.bottom_right i {
    font-size: 12px;
    font-style: normal;
}
.top_li_wrap a {
    position: relative; color:#0069c8 !important;
}
.top_li_wrap .top_img_nov {
    visibility: hidden;
    width: 120px;
    height: 120px;
    background: #FFF;
    position:absolute;
    right:0;
    z-index:2;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 15px -3px rgba(0,0,0,.2);
}
.wx-tips {
    visibility: hidden;
    width: 120px;
    position:absolute;
    right:0;
    z-index:2;
    top: 180px;
    background: #f5f5f5;
    text-align: center;
    padding: 0 20px;
    border-top: 1px dotted #e3e3e3;
    border-radius: 0 0 5px 5px;
    height: 35px;
    line-height: 35px;
    color: #0069c8;
}
.top_li_wrap a:hover .top_img_nov,.top_li_wrap a:hover .wx-tips {
    visibility: visible;
}

.bottom_left {
    margin-top: 4px;
}

.bottom_left i {
    transform: rotateY(180deg);
    margin: -2px 5px 0 0;
    display: inline-block;
}

.bottom_left a:hover {
    color: #2e8ae4;
}

.new_pro {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
    height: 30px;
    line-height: 28px;
    background: #09d17f;
    color: #FFF;
}

._citys {
    width: 450px;
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px;
    position: relative;
    background: #FFF;
    box-shadow: 1px 1px 20px -4px rgba(0,0,0,.2);
}

    ._citys span {
        color: #3088e4;
        height: 15px;
        width: 15px;
        line-height: 15px;
        text-align: center;
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid #3088e4;
        cursor: pointer;
    }

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #3088e4;
    padding: 0;
    margin: 0;
}

    ._citys0 li {
        display: inline-block;
        line-height: 34px;
        font-size: 15px;
        color: #888;
        width: 80px;
        text-align: center;
        cursor: pointer;
    }

.citySel {
    background-color: #2f89e4;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

    ._citys1 a {
        width: 83px;
        height: 35px;
        display: inline-block;
        background-color: #f5f5f5;
        color: #666;
        margin-left: 6px;
        margin-top: 3px;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        overflow: hidden;
    }

        ._citys1 a:hover {
            color: #fff;
            background-color: #3088e4;
        }

.AreaS {
    background-color: #3088e4 !important;
    color: #fff !important;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            border: 1px solid #dcdcdc;
            border-left: 0;
        }

            ul.pagination li a.c_active {
                background-color: #2f89e4;
                color: white;
            }

            ul.pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

.page {
    text-align: center;
}

ul.pagination li:first-child a {
    border-left: 1px solid #dcdcdc;
}

.screen_right a:hover {
    color: #2f89e4;
}

    .screen_right a:hover .screen_i {
        border: 1px solid #2f89e4;
    }

.screen_right a {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

span.num {
    padding: 0 3px;
}

.screnn_deg {
    transform: rotateY(180deg);
}

.product_left {
    width: 460px;
    float: left;
}

.product_wrap {
    width: 1150px;
    margin: 0 auto;
    background: #FFF;
    padding: 60px 30px;
    position: relative;
}

.bg_left {
    width: 460px;
    height: auto;
    float: left;
}

.bg_right {
    position: absolute;
    top: 0;
    left: 460px;
}

.show {
    width: 460px;
    height: 306px;
    margin-bottom: 60px;
    position: relative;
    cursor: move;
}

    .show img {
        width: 460px;
        height: 291px;
    }

.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 430px;
    height: 373px;
    overflow: hidden;
    margin: 60px 0 0 30px;
    display: none;
    border: 1px solid #E8E8E8;
}

    .bigshow img {
        width: 860px;
        height: 860px;
        margin-right: 10px;
    }

.smallshow {
    width: 100%;
    height: 57px;
    position: relative;
}

    .smallshow img {
        width: 100%;
        height: 57px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        transition: all 0.5s;
        padding: 3px;
    }

    .smallshow > .middle_box {
        margin-left: 30px;
        margin-right: 30px;
        width: 400px;
        overflow: hidden;
        height: 57px;
    }

    .smallshow .middle {
        overflow: hidden;
        transition: all 0.5s;
        height: 57px;
    }

        .smallshow .middle > li {
            width: 90px;
            height: 90px;
            float: left;
            cursor: pointer;
            text-align: center;
            margin: 0 5px;
        }

    .smallshow > p {
        position: absolute;
        top: 16px;
        width: 22px;
        height: 57px;
        text-align: center;
        line-height: 57px;
        margin-top: -16px;
        background: #f1f1f1;
        box-shadow: 1px 1px 20px -4px rgba(0,0,0,.2);
    }

    .smallshow > .prev {
        left: 0;
        transition: all 0.5s;
        transform: rotate(180deg);
    }

    .smallshow > .next {
        right: 0;
        transition: all 0.5s;
    }

    .smallshow > p:hover {
        color: #FFF;
        background: #2f89e4;
        cursor: pointer;
    }

    .smallshow > .prev.prevnone:hover, .smallshow > .next.nextnone:hover {
        color: #666;
        background: #f1f1f1;
        cursor: not-allowed;
    }

    .smallshow > .prev.prevnone {
        left: 0;
        opacity: .5;
        color: #666;
        cursor: not-allowed;
    }

    .smallshow > .next.nextnone {
        right: 0;
        opacity: .5;
        color: #666;
        cursor: not-allowed;
    }

.product_right {
    width: 592px;
    float: right;
}

h1.pro_detail_title {
    font-size: 24px;
    line-height: 1.5rem;
}

h1.pro_detail_title_er {
    font-size: 14px;
    color: #b0b0b0;
    padding-top: 8px;
}

.detail_wrap {
    margin-top: 22px;
    font-size:14px;
}

.detail_font {
    float: left;
    width: 65px;
    color: #666;
}

.detail_price {
    font-size: 18px;
    color: #e83632;
}

ul.detail_version li {
    float: left;
    border: 1px solid #e5e5e5;
    margin: 4px 8px 4px 0;
    padding: 5px 10px;
}

ul.detail_version li, .detail_color li {
    transition: all, .5s;
}

    .detail_version li:hover, .detail_color li:hover {
        border: 1px solid #2f89e4;
        cursor: pointer;
    }

.detail_gray {
    float: left;
    width: 527px;
}

.detail_color li {
    float: left;
    border: 1px solid #e5e5e5;
    margin: 0 8px 8px 0;
    padding: 5px 10px;
}

    .detail_color li img {
        width: 55px;
        height: 34px;
        vertical-align: middle;
        margin-right: 5px;
    }

.reduce, .add {
    border: 1px solid #e5e5e5;
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.var_number {
    height: 27px;
    width: 40px;
    text-align: center;
    float: left;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
}

.detail_line {
    line-height: 29px;
    padding-left: 8px;
}

.buy_now, .add_shop_cart {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    transition: all, .5s;
    font-size: 14px;
    margin-top:20px;
    padding: 0 20px;
}

.buy_now {
    background: #e83632;
    margin-right: 20px;
}

.add_shop_cart {
    background: #2e8ae4;
    margin-right: 20px;
}

    .buy_now a, .add_shop_cart a {
        color: #FFF;
        display: block;
    }

        .buy_now:hover, .add_shop_cart:hover, .buy_now a:hover, .add_shop_cart a:hover {
            opacity: .9;
            cursor: pointer;
            color: #FFF;
        }

.detail_or {
    padding-left: 20px;
}

.reduce:hover, .add:hover {
    color: #2f89e4;
    border: 1px solid #2f89e4;
}

.product_other {
    width: 1210px;
    margin: 15px auto;
    background: #FFF;
}

.other_title {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 30px;
}

.product_this, .acce_add, .this_other, .acce_equals, .acce_all {
    float: left;
}

.this_pro img {
    width: 150px;
    height: 150px;
}

.this_font {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:150px;
}

.accessories {
    padding: 20px 30px;
}

.acce_add {
    line-height: 233px;
    width: 70px;
    text-align: center;
}

    .acce_add i {
        font-size: 30px;
        display: block;
        margin: 0 10px;
        color: #999;
    }

.warp-pic-list li {
    float: left;
    display: inline;
    margin-right: 10px;
    width:150px;
    padding:10px;
    border: 1px solid #f0f0f0;
}
.product_this {
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.warp-pic-list .img_wrap {
    display: block;
    font-size: 0;
    overflow: hidden;
    width: 150px;
}

.warp-pic-list .text-area {
    background-color: #f2f2f2;
    line-height: 24px;
}

.rowE .btn:hover {
    box-shadow: 0 1px 20px -4px rgba(0,0,0,.2);
    color: #2f89e4;
}

.rowE .warp-pic-list {
    position: relative;
    width: 660px;
    overflow:hidden;
}

.rowE .count li {
    margin-right: 20px;
}

.rowE .count .img_wrap {
    width: 150px;
    height: 150px;
}

    .rowE .count .img_wrap img {
        width: 150px;
    }

.rowE .btn {
    display: block;
    height: 130px;
    position: absolute;
    top: 0px;
    width: 35px;
    z-index: 200;
    cursor: pointer;
    background: #f5f5f5;
    line-height: 130px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.rowE .other_prev {
    left: 0;
    transform: rotate(180deg);
}

    .rowE .other_prev:hover {
        background-position: 0 -144px;
    }

.rowE .other_next {
    background-position: 0 -200px;
    right: 0;
}

    .rowE .other_next:hover {
        background-position: 0 -256px;
    }

.qh_title {
    line-height: 28px;
    text-align: left;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.acce_equals {
    width: 70px;
    text-align: center;
    height: 233px;
    line-height: 233px;
}

    .acce_equals i {
        width: 22px;
        height: 10px;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        display: inline-block;
    }

.acce_all {
    color: #666;
    padding: 60px 30px 0 30px;
    background: #f8f8f8;
    height: 171px;
    font-size:14px;
    width:116px;
}
.tv {
    padding-bottom:10px;
}
.red_font {
    font-size: 16px;
    color: #e93632;
}
.font-size {
    font-size:14px !important;
}

.main_list dt img {
    width: 150px;
    height: 150px;
}

.pro_main_left {
    float: left;
    margin-left: 30px;
    width: 200px;
}

.main_title {
    line-height: 57px;
    font-size: 14px;
    float: left;
    width: 200px;
    padding-left: 30px;
}

.main_list {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    transition: all, .5s;
}

.main_price {
    font-size: 16px;
    color: #e83733;
    padding-top: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
}

.main_list dd {
    text-align: left;
    padding: 0 22px;
}

.main_list:hover {
    box-shadow: 0px 1px 20px -4px rgba(0,0,0,.2);
}

    .main_list:hover .hover_bule {
        color: #2f89e4;
    }

.all_title ul {
    float: right;
    width: 930px;
    line-height: 57px;
    padding-right: 30px;
}

    .all_title ul li {
        display: inline-block;
        font-size: 14px;
        margin-right: 40px;
        cursor: pointer;
        transition: all, .5s;
        line-height: 55px;
    }

.pro_main_right {
    float: right;
    width: 930px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.first_ul li {
    width: 220px;
    float: left;
    color: #999;
    line-height: 1.5rem;
}

.main_content {
    display: none;
}

.proCenTabOn {
    position: fixed;
    _position: absolute;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: -6px -2px 30px -5px rgba(0,0,0,.4);
    margin-top:0 !important;
}

    .proCenTabOn .width_all {
        width: 1210px;
        margin: 0 auto;
    }

.acce_buy {
    background: #e93632;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    margin-top: 50px;
    border-radius: 3px;
    transition: all, .5s;
    cursor:pointer;
}

    .acce_buy a {
        color: #FFF;
        display: block;
    }

    .acce_buy:hover {
        opacity: .9;
    }

.main_content {
    border: 1px solid #eee;
}

.main_detail {
    text-align: center;
    padding: 20px 0 30px 0;
}

.main_service {
    position: absolute;
    right: 30px;
    top: 12px;
    border-radius: 3px;
    color: #666;
    display: none;
}

.proCenTabOn .main_service {
    display: block;
}

.width_all {
    position: relative;
}

.main_service i {
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    display: inline-block;
    transform: rotateY(180deg);
    vertical-align: -3px;
}

.main_service a {
    display: block;
    color: #FFF;
    background: #e93632;
    padding: 0 15px;
    line-height: 30px;
}

.first_ul {
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

.parameters {
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .parameters li {
        line-height: 2.5rem;
        color: #999;
    }

        .parameters li .para_right, .pack .pack_right {
            text-align: left;
            margin-left: 100px;
            color: #333;
            width: auto;
        }

        .parameters li span, .pack span {
            text-align: right;
            display: inline-block;
            width: 100px;
        }

.pack {
    padding: 20px;
    background: #f6f6f6;
    color: #999;
    margin-top: -20px;
}

.score_left {
    float: left;
    width: 130px;
}

.score_right {
    float: left;
    padding-right: 20px;
    width: 770px;
}
.right_pro {
    line-height: 30px;
    color: #999;
}
.score-top-left {
    float: left;
}

.scroe-star {
    float: left;
    width: 200px;
    margin-left: 6px;
}
.scroe-star img {
    vertical-align: -6px;
    width: 20px;
}
.score_top {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
}

.score_number {
    line-height: 60px;
    color: #666;
    text-align: center;
}

.scroe_count {
    color: #e83632;
    font-size: 18px;
}

.score_label li {
    float: left;
    padding: 0 20px;
    background: #eee;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.score_label {
    margin-top: 12px;
}

.starability-basic {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none;
}

@keyframes c {
    0% {
        transform: translateY(30px);
    }

    80% {
        opacity: 100%;
    }

    to {
        transform: none;
        opacity: 0;
    }
}

.starability-fade {
    display: block;
    position: relative;
    width: 150px;
    min-height: 40px;
    padding: 0;
    border: none;
}

    .starability-fade > input {
        position: absolute;
        margin-right: -100%;
        opacity: 0;
    }

        .starability-fade > input:checked ~ label, .starability-fade > input:focus ~ label, .starability-fade > input:hover ~ label {
            background-position: 0 -25px;
        }

    .starability-fade > label {
        position: relative;
        display: inline-block;
        float: right;
        width: 30px;
        height: 25px;
        color: transparent;
        cursor: pointer;
        background-repeat: no-repeat;
    }


    .starability-fade > label {
        background-image: url(../images/icons@2x.png);
        background-size: 25px auto;
    }


.starability-fade > label:before {
    display: none;
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 -30px;
    bottom: 30px;
}

    .starability-fade > label:before {
        background-image: url(../images/icons@2x.png);
        background-size: 30px auto;
    }


.starability-fade > input:checked + label:before {
    display: block;
    animation-name: c;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.user_name {
    float: left;
    text-align: center;
    color: #666;
    line-height: 40px;
}

.score_user {
    text-align: center;
}

.right_top_time {
    float: right;
    color: #999;
}

.score_right_content {
    color: #666;
    line-height: 20px;
}

.right_reply {
    float: right;
}

.score_right_top {
    height: 40px;
    line-height: 40px;
    color: #999;
}

.right_reply span i {
    vertical-align: -2px;
    display: inline-block;
    padding-right: 4px;
}

.right_reply span a {
    display: inline-block;
    padding-left: 10px;
    color: #999;
}

    .right_reply span a:hover {
        color: #2e8ae4;
        cursor: pointer;
    }

.score_wrap.clearfix {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.right_reply span.reply_i i {
    padding-right: 2px;
    vertical-align: -1px;
}

.reply_textarea {
    width: 868px;
    border: 1px solid #e3e3e3;
    height: 80px;
    padding: 10px;
    color: #666;
    margin: 20px;
}

.reply_buttont {
    background: #2e8ae4;
    color: #FFF;
    border: 0;
    padding: 8px 30px;
    border-radius: 3px;
    cursor: pointer;
}

.reply_wrap {
    text-align: right;
    clear: both;
}

.reply_input {
    width: 84px;
    height: 40px;
    text-align: right;
    display: inline-block;
    margin: -10px 20px 20px 0;
}

.top_wrap.top_no_scroll.proCenTabOn {
    position: absolute;
    top: 40px;
    border: 0;
    box-shadow: none;
}

.cartMain {
    position: relative;
    width: 1170px;
    margin: 15px auto 0 auto;
    padding: 0 20px;
    background: #FFF;
}

.cartMain_hd {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
    border-bottom: 1px solid #eee;
}

    .cartMain_hd .cartTop {
        height: 50px;
    }

        .cartMain_hd .cartTop .list_chk {
            width: 80px;
        }

        .cartMain_hd .cartTop .list_con {
            width: 535px;
        }

        .cartMain_hd .cartTop .list_con {
            text-indent: 26px;
            text-align: left;
        }

.cartBox {
    width: 100%;
    margin-bottom: 15px;
}

    .cartBox .shop_info .all_check .shop {
        position: absolute;
        top: 13px;
    }

    .cartBox .shop_info .shop_name {
        float: left;
    }

    .cartBox .order_content a {
        display: block;
    }

.order_lists {
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #eaeaea;
    clear: both;
}

.order_lists:last-child {
    border-bottom: none;
}

.order_lists li {
    float: left;
    height: 100%;
    text-align: center;
    color: #666;
}

.order_lists .list_chk {
    position: relative;
    width: 80px;
    text-align: center;
}

.order_lists .list_con {
    width: 535px;
}

.order_lists .list_con .list_img {
    width: 90px;
    height: 90px;
    margin-top: 20px;
    float: left;
}

.order_lists .list_con .list_img img {
    width: 100%;
    vertical-align: top;
}

.order_lists .list_con .list_text {
    margin: 20px 0 0 10px;
    line-height: 18px;
    width: 420px;
    float: left;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
}

.order_lists .list_con .list_text a {
    color: #333;
    padding-bottom:10px;
}

.order_lists .list_con .list_text a:hover {
    color: #2e8ae4;
}

.input_check .checkbox {
    position:absolute;
    opacity: 0;
}

.order_lists .list_price {
    width: 130px;
}

.order_lists .list_price .price {
    line-height: 18px;
    color: #e83733;
    padding-top: 20px;
    font-size: 16px;
}

    .order_lists .list_amount {
        width: 120px;
    }

        .order_lists .list_amount .amount_box {
            margin-top: 20px;
            width: 77px;
            height: 25px;
            position: relative;
            display: inline-block;
        }

            .order_lists .list_amount .amount_box input {
                width: 39px;
                height: 17px;
                line-height: 17px;
                border: 1px solid #e5e5e5;
                color: #343434;
                text-align: center;
                padding: 4px 0;
                background-color: #fff;
                z-index: 2;
                position: absolute;
                left: 18px;
                float: left;
            }

            .order_lists .list_amount .amount_box a {
                float: left;
                height: 25px;
                width: 18px;
                border: 1px solid #e5e5e5;
                background: #f0f0f0;
                text-align: center;
                line-height: 23px;
                color: #444;
                position: absolute;
                top: 0;
            }

                .order_lists .list_amount .amount_box a:hover {
                    border-color: #2e8ae4;
                    text-decoration: none;
                    color: #2e8ae4;
                    z-index: 3;
                }

            .order_lists .list_amount .amount_box .reduce {
                left: 0;
            }

            .order_lists .list_amount .amount_box .reSty {
                color: #cbcbcb;
            }

                .order_lists .list_amount .amount_box .reSty:hover {
                    border-right: none;
                    border-color: #e5e5e5;
                    text-decoration: none;
                    color: #cbcbcb;
                }

            .order_lists .list_amount .amount_box .plus {
                border-left-color: transparent;
                right: 0;
            }

    .order_lists .list_sum {
        width: 140px;
    }

        .order_lists .list_sum .sum_price {
            line-height: 18px;
            margin-top: 20px;
            color: #e83733;
            font-size: 16px;
        }

    .order_lists .list_op {
        width: 164px;
    }

        .order_lists .list_op .del {
            margin-top: 20px;
            line-height: 18px;
        }

.bar-wrapper {
    width: 1170px;
    height: 55px;
    background: #fff;
    border-top: 1px solid #eee;
}

    .bar-wrapper .bar-right {
        float: right;
        color: #3c3c3c;
    }

        .bar-wrapper .bar-right strong {
            color: #e83733;
        }

        .bar-wrapper .bar-right .piece {
            float: left;
            min-width: 110px;
            margin-right: 20px;
            height: 55px;
            line-height: 55px;
        }

            .bar-wrapper .bar-right .piece .piece_num {
                display: inline-block;
                padding: 0 10px;
                font-weight: normal;
                font-size: 18px;
                font-family: tohoma, arial;
            }

        .bar-wrapper .bar-right .totalMoney {
            float: left;
            min-width: 100px;
            height: 55px;
            line-height: 55px;
            margin-right: 10px;
        }

            .bar-wrapper .bar-right .totalMoney .total_text {
                float: right;
                font-weight: 400;
                font-size: 20px;
                font-family: Arial;
                vertical-align: middle;
                margin-right: 10px;
                margin-left: 5px;
            }

        .bar-wrapper .bar-right .calBtn {
            float: left;
        }

            .bar-wrapper .bar-right .calBtn a {
                display: block;
                width: 120px;
                height: 55px;
                color: #fff;
                background: #B0B0B0;
                cursor: not-allowed;
                font-size: 22px;
                text-decoration: none;
                line-height: 55px;
                text-align: center;
                border-radius: 2px;
            }

                .bar-wrapper .bar-right .calBtn a.btn_sty {
                    background: #e83733;
                    cursor: pointer;
                }
/*自己定义的模态框*/
.model_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}

.my_model, .user_model {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 9999;
    min-width: 360px;
    min-height: 180px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 30px;
    transform: translateX(-50%) translateY(-50%);
}
.model-home,.model-home .model_content {
    padding: 0 !important;
    font-size: 0 !important;
}
.model-home .title {
    margin: 0 !important;
    font-size: 18px !important;
    padding: 15px 12px !important;
    background: #FFF !important;
}
.model_content {
    width: 700px;
    height: auto;
}
.model_content video {
    width: 100%;
    height: 100%;
}
.my_model .title, .user_model .title {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}

.my_model .title .closeModel, .user_model .title .closeModel {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.my_model p, .user_model p {
    line-height: 16px;
}

.my_model .opBtn, .user_model .opBtn {
    margin-top: 20px;
    text-align: center;
}

.my_model .opBtn a, .user_model .opBtn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 14px;
}

.my_model .dialog-sure, .user_model .dialog-sure {
    background: #198af1;
    color: #fff;
    border: 1px solid #198af1;
}

.my_model .dialog-close, .user_model .dialog-close {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #3c3c3c;
}

.son_check {
    margin-top: 19px;
}

.list_text p {
    font-size: 12px;
    color: #999;
}

.p_padding {
    padding: 0 0 3px 0;
}

.list_text p i {
    font-size: 13px;
    margin-right: 3px;
}

.i_blue i {
    color: #2e8ae4;
}

.text_de {
    text-decoration: line-through;
    color: #999;
    padding-top:5px;
}

.checkboxFive {
    width: 15px;
    position: relative;
    display: inline-block;
    margin-top: 1px;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 17px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius:3px;
}

.input_check label {
    top: 6px !important;
}

.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #2e8ae4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

 .checkboxFive label:hover::after {
    opacity: 0.5;
}

 .checkboxFive input[type=checkbox]:checked + label:after {
     opacity: 1;
 }

.checkboxFive input[type=checkbox]:checked + label {
    border: 1px solid #2e8ae4;
    border-radius:3px;
}

.checkbox {
    margin-top: 19px;
}

.only-check {
    position: absolute;
    top: -12px;
    left: 25px;
    width: 52px;
}
#IsStocks {
    opacity:0;
}
.my_model .opBtn a:hover {
    opacity: .9;
}

p.model_content {
    padding: 20px 20px;
    font-size: 14px;
    text-align: center;
}

.model_content {
    padding: 20px 35px;
    font-size: 14px;
    text-align: center;
}

.my_model .title .closeModel:hover {
    color: #333;
}

.bar-left {
    float: left;
    line-height: 55px;
    color: #666;
}

.content_all {
    float: left;
    margin-left: 34px;
}

.cancel_all {
    display: inline-block;
    vertical-align: 1px;
    padding-left: 5px;
    cursor: default;
}

.content_all .checkboxFive {
    margin-top: 1px;
}

.piece_blue {
    color: #2e8ae3 !important;
    font-size: 16px !important;
}

.more_pro_wrap {
    width: 1210px;
    margin: 0 auto;
}

.more_pro_title {
    height: 40px;
    line-height: 40px;
    background: #FFF;
    margin: 15px 0 0 0;
    padding: 0 20px;
}

.more_pro_right {
    float: right;
}

.more_tab li {
    display: inline-block;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #acd8ff;
    line-height: 38px;
}

.more_pro_tab {
    display: none;
}

.more_tab {
    height: 40px;
}

    .more_tab li a {
        display: block;
    }

    .more_tab li.d_active a {
        box-shadow: 0 0 0 4px rgba(207,232,255,1);
        height: 100%;
        border-radius: 50%;
        background: #0069c8;
    }

.another_bg {
    background: #f9f9f9;
}

.another_preferential .list_img {
    margin: 0 !important;
}

.another_preferential {
    background: #fcf1f1;
    height: 80px;
}

    .another_preferential .list_img i {
        font-size: 45px;
        color: #e83733;
    }

    .another_preferential .other_service i {
        color: #666;
        font-size: 35px;
        display: inherit;
    }

    .another_preferential li p, .another_preferential li span, .another_preferential li div {
        padding-top: 0 !important;
        margin-top: 0 !important;
        line-height: 80px !important;
    }

.other_add {
    width: 100%;
    background: #f9f9f9;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #eee;
}

    .other_add i {
        margin-left: 80px;
        color: #2e8ae4;
        vertical-align: -2px;
    }

    .other_add a {
        display: inline-block !important;
        margin-left: 10px;
    }

        .other_add a:hover {
            color: #2e8ae4;
        }

    .other_add em {
        font-style: normal;
        color: #e83733;
    }

.all_wrap {
    width: 1210px;
    margin: 15px auto 0 auto;
    background: #FFF;
}

.self_wrap {
    margin-bottom: 50px;
}

.con_title {
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.head_right a,.head_right {
    color: #999;
}

.cont_title_right {
    color: #666;
    float: right;
}

.cont_title_left {
    font-size: 14px;
}

.address_wrap, .address_add {
    float: left;
    width: 260px;
    height: 140px;
    border: 1px solid #e5e5e5;
    margin: 0 0 20px 20px;
    transition: all, .5s;
    border-radius: 3px;
    position: relative;
}

    .address_wrap:hover {
        border: 1px solid #2e8ae4;
        box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    }

    .address_wrap .address_black {
        padding: 15px 20px 20px 20px;
        color: #333;
    }

.address_right {
    float: right;
    color: #999;
}

    .address_right i {
        font-size: 14px;
        padding-right: 5px;
        vertical-align: -1px;
    }

.address_name {
    font-size: 14px;
}

.address_wrap .address_phone {
    font-size: 14px;
    padding-bottom: 8px;
    color: #333;
}

.address_wrap li {
    color: #999;
    padding: 0 20px;
}

.address_hover i {
    display: inline-block;
    margin-left: 10px;
}

.address_hover {
    text-align: right;
    opacity: 0;
    transition: all, .5s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 25px;
}

.address_wrap:hover .address_hover {
    opacity: 1;
}

    .address_wrap:hover .address_hover i:hover {
        cursor: pointer;
        color: #2e8ae4;
    }

    .address_wrap:hover .address_hover i {
        transition: all, .5s;
    }

.address_wrap:hover .cursor_no:hover {
    cursor: no-drop;
}

.address_wrap:hover .cursor_pointer:hover {
    cursor: pointer;
    color: #2e8ae4;
}

.address_active {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27px;
    height: 27px;
    padding: 0 !important;
    display: none;
}

    .address_active span {
        width: 0;
        height: 0;
        border-color: #2e8ae4 #2e8ae4 #FFF #FFF;
        border-style: solid;
        border-width: 27px 1px 0 27px;
        transform: rotateX(180deg);
        display: block;
        position: relative;
    }

        .address_active span i {
            width: 8px;
            height: 12px;
            border: 1px solid #fff;
            border-color: #FFF #FFF #2e8ae4 #2e8ae4;
            transform: rotate(-40deg);
            display: block;
            vertical-align: middle;
            position: absolute;
            top: -23px;
            right: 3px;
        }

.address_active_wrap {
    border: 1px solid #2e8ae4;
}

.address_add {
    border: 1px dotted #d3d3d3;
    text-align: center;
    cursor: pointer;
}

    .address_add i {
        line-height: 142px;
        font-size: 60px;
        color: #d2d2d2;
        transition: all, .5s;
    }

    .address_add:hover i {
        color: #999;
    }

    .address_add:hover {
        box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    }

.delivery {
    padding: 0 20px;
    color: #666;
    font-size:14px;
}

    .delivery span {
        padding-right: 15px;
    }


.pay_ul li, .pay_online li {
    width: 150px;
    height: 50px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    float: left;
    margin-right: 20px;
    transition: all, .5s;
}

    .pay_ul li img, .pay_online li img {
        vertical-align: middle;
    }

    .pay_ul li:hover, .pay_online li:hover {
        border: 1px solid #2e8ae4;
        cursor: pointer;
    }

    .pay_ul li.pay_active, .pay_online li.pay_active {
        border: 1px solid #2e8ae4;
    }

.invoice label {
    margin-right: 40px;
}

.radio_one {
}
.radio_wrap {
    padding: 10px 20px;
    background: #f9f9f9;
    display: inline-block;
    border-radius: 0 50px 50px 50px;
    margin-top: 20px;
}
.confirm_order li {
    width: 155px !important;
}

.confirm_order li.list_con {
    width: 645px !important;
    padding-left: 50px;
}

.confirm_order {
    /*height: 95px;*/
}

.input_border {
    height: 30px;
    width: 140px;
    color: #666;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    background: #FFF;
    border-radius: 3px;
    display: inline-block;
}

.button_border {
    width: 80px;
    height: 30px;
    color: #6e6e6e;
    border: 1px solid #e3e3e3;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 30px 0 5px;
    transition: all, .3s;
}

.self_tip i {
    color: #2e8ae4;
    vertical-align: -1px;
    padding-right: 5px;
}

.button_border:hover {
    border: 1px solid #2e8ae4;
}

.span_or {
    padding: 0 10px !important;
}

.self_submit .bar-wrapper {
    width: 1210px;
}

.self_submit .bar-left {
    padding-left: 20px;
}

.confirm_return i {
    color: #2e8ae4;
    transform: rotateY(180deg);
    display: inline-block;
    vertical-align: -1px;
    margin-right: 3px;
    font-weight: bold;
}

.radio_one a {
    color: #2e8ae4;
}

.model_text {
    width: 220px;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
    transition:all,.3s;
}
.input_active {
    border:1px solid #2e8ae4;
}
.input_txt {
    display:none;
}
.input_wrap {
    padding:0 !important;
}
.model_block {
    width: 510px;
    margin: 0 0 10px 0;
}

.textraea_block {
    width: 488px;
    height: 60px;
    border: 1px solid #eee;
    padding: 10px;
    display: block;
    border-radius: 5px;
}

.model_inline {
    width: 500px;
}

.model_input {
    border: 1px solid #eee;
    height: 40px;
    padding: 0 10px;
    width: 482px;
    border-radius: 5px;
}

.model_block .model_text {
    width: 230px;
    display: inline-block;
    margin: 0;
}

.model_content i {
    font-size: 40px;
    color: #ffc939;
    vertical-align: middle;
    padding-right: 10px;
}
.little-wrap {
    position: fixed;
    right: 0;
    top: 8px;
    z-index:99;
}
.little-wrap img {
    width: 120px;
}
.little-wrap p {
    text-align:center;
    background:#FFF;
    line-height:30px;
    margin-top:-4px;
}
.zheng_content,.zheng_content1 {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    border-radius: 0 10px 10px 10px;
    margin: 20px 0 0 0;
}
.zheng_content {
    width: 555px;
    padding: 40px 0 40px 10px;
    display: none;
}
.zheng_content1 {
    width: 242px;
    text-align: center;
    padding: 30px 30px 10px 30px;
}
.zheng_content input {
    float:left;
}
.zheng_content .model_text {
    margin-left: 20px;
}
.order_wrap {
    width: 1210px;
    margin: 0 auto;
    position: relative;
}

.order_slide {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 210px;
    background: #FFF;
    padding: 30px 0 30px 30px;
}

.order_slide h2 {
    font-size: 16px;
}

.slide_ul {
    margin-top: 10px;
}

.slide_ul li {
    color: #666;
    font-size: 14px;
    line-height: 2.5rem;
}

.slide_ul li a:hover {
    color: #2e8ae4;
}

.slide_ul li a {
    display: block;
    position: relative;
}

.slide_ul li a:hover span, .slide_ul li.f_active a span {
    position: absolute;
    top: 18px;
    right: 0;
    width: 15px;
    height: 2px;
    background: #2e8ae4;
}

.slide_ul li.f_active a {
    color: #2e8ae4;
}
.slide_ul li a span {
    transition: all, .5s;
}

.order_mian {
    width: 895px;
    background: #FFF;
    margin: 0 0 0 255px;
    padding: 30px;
    min-height: 500px;
}

.order_top_right {
    float: right;
}

.order_top_title {
    font-size: 16px;
}

.title_small {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.order_search {
    width: 200px;
}

.order_top_right input {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #eee;
    vertical-align: middle;
}

.order_button {
    margin: 1px 0 0-5px;
    height: 37px !important;
    background: #FFF;
    border: 1px solid #eee;
    vertical-align: middle;
    width: 40px;
    color: #666;
}

.order_button:hover {
    color: #2e8ae4;
    cursor: pointer;
}

.main_top {
    padding-bottom: 7px;
}

.main_mid {
    margin-top: 10px;
}

.order_mid_ul li {
    float: left;
    font-size: 14px;
    margin: 0 40px 0 0;
    padding: 2px 0;
    position: relative;
}

.order_mid_ul {
    height: 40px;
    margin: 20px 0 30px 0;
}

.order_mid_ul li a {
    display: block;
}

.order_mid_ul li a:hover {
    color: #2e8ae4;
    border-bottom: 2px solid #2e8ae4;
}

.order_tip {
    position: absolute;
    font-size: 12px;
    top: -2px;
    right: -20px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e83632;
    color: #FFF;
    text-align: center;
    line-height: 17px;
}

.order_wrap_main {
    border: 1px solid #eee;
    padding: 15px;
    clear: both;
    margin-bottom: 15px;
    position: relative;
}

.order_main_top {
    height: 40px;
    padding-bottom: 5px;
    color: #666;
}

.order_main_pay {
    float: right;
    padding-left: 15px;
}

.order_main_information span {
    margin-right: 15px;
}

.order_main_right {
    float: right;
}

.order_main_right span {
    float: left;
    margin-left: 10px;
    line-height: 29px;
    background: #eee;
    width: 75px;
    text-align: center;
    transition: all, .5s;
    border-radius: 3px;
}

.order_pro dt img {
    width: 67px;
    height: auto;
}

.order_pro dt {
    float: left;
    clear: both;
    margin-bottom: 10px;
    margin-right: 10px;
}

.order_pro {
    clear: both;
}

.order_pro_name {
    font-size: 14px;
    color: #333;
}

.order_pro dd {
    color: #999;
    padding: 3px 0;
}

.order_main_left {
    display: inline-block;
    width: 500px;
}

.order_pro_name a:hover {
    color: #2e8ae4;
}

.order_mid_wrap {
    display: none;
}

.on {
    display: block;
}

.order_main_right span:hover {
    opacity: .9;
    cursor: pointer;
}

.order_main_right span.order_pay_button {
    background: #e83632;
    color: #FFF;
}

.order_main_right span.order_pay_pend {
    background: #2e8ae4;
    color: #FFF;
}

.order_page {
    margin-top: 30px;
}

.pend_wrap {
    width: 230px;
    height: 215px;
    background: #FFF;
    box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    padding: 20px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
}

.pend_title {
    height: 30px;
}

.waybill {
    color: #999;
    padding-left: 25px;
}

.pend_dl {
    padding-bottom: 10px;
    position: relative;
}

.pend_dl dt {
    float: left;
    width: 2px;
    border-radius: 50px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
}

.pend_dl dd {
    color: #999;
    margin-left: 24px;
}

.now_pend_dl dd.specil_color {
    color: #666;
}

.pend_dl dt .round {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: block;
    border-radius: 50px;
    margin: 5px 0 0 -3px;
    box-shadow: 0 0 0 5px #f9f9f9;
}

.pend_dl.now_pend_dl dt .round {
    background: #2e8ae4;
    box-shadow: 0 0 0 5px rgba(46,138,228,.2);
}

.dl_scoll {
    max-height: 192px;
    overflow-y: auto;
}

.logistics {
    margin-right: 15px;
    color: #2e8ae4;
    cursor: pointer;
    transition: all, .5s;
}

.logistics:hover {
    color: #2e8ae4;
}

.order_mid_ul li.g_active a {
    color: #2e8ae4;
    border-bottom: 2px solid #2e8ae4;
}

.order_main_right span.order_pay_button a, .order_main_right span.order_pay_pend a {
    color: #FFF;
    display: block;
}

.order_eva {
    float: left;
    width: 410px;
}

.order_eva li {
    padding-bottom: 10px;
    height: 30px;
}

.order_eva li span {
    float: left;
    line-height: 24px;
    color: #666;
}

.order_mid {
    margin-top: 25px;
}

.order_eva li span form {
    margin: 0 10px 0 40px;
}

.order_right {
    float: left;
    width: 400px;
    border-left: 1px solid #eee;
    padding: 0 0 0 70px;
    height: 170px;
}

.order_infor {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}

.order_infor span {
    padding-left: 30px;
}

.order_infor_pro {
    margin-top: 20px;
}

.order_infor_pro dt img {
    width: 130px;
    height: auto;
}

.order_infor_pro dt {
    float: left;
    margin-right: 15px;
}

.order_infor_pro dd.infor_name {
    font-size: 14px;
    color: #666;
}

.order_infor_pro dd {
    color: #999;
    line-height: 1.3rem;
}

.order_infor_pro dd.infor_price {
    font-size: 14px;
    color: #e83632;
    padding-top: 10px;
}

.buyers_wrap, .eva_wrap, .eva_button {
    margin-top: 20px;
}

.buyers {
    color: #666;
    float: left;
}

.buyers_label {
    float: left;
    margin-left: 40px;
    width: 805px;
}

.buyers_label li {
    float: left;
    padding: 5px 15px;
    border: 1px solid #eee;
    margin: 0 10px 10px 0;
    color: #666;
    transition: all, .5s;
    position: relative;
}

.buyers_label li:hover {
    border: 1px solid #2e8ae4;
    cursor: pointer;
}

.buyers_label .address_active i {
    width: 3px;
    height: 6px;
    border: 1px solid #fff;
    border-color: #FFF #FFF #2e8ae4 #2e8ae4;
    transform: rotate(-40deg);
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    right: 2px;
}

.buyers_label li.address_active_wrap {
    border: 1px solid #2e8ae4;
}

.buyers_label .address_active {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 12px;
    padding: 0 !important;
    transform: rotateX(-180deg);
    background: #2e8ae4;
}

.eva_right {
    float: left;
    margin-left: 40px;
}

textarea.eva_textarea {
    border: 1px solid #eee;
    width: 780px;
    height: 80px;
    padding: 10px;
}

.eva_upimg input {
    font-size: 0;
    width: 80px;
    height: 30px;
    color: #FFF;
    border: 0;
}

.eva_upimg i {
    font-size: 20px;
    color: #999;
    vertical-align: -2px;
    padding-right: 5px;
}

.eva_upimg span {
    color: #999;
}

input.eva_submit {
    width: 120px;
    height: 40px;
    background: #2e8ae4;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    margin-right: 10px;
    cursor: pointer;
}

.eva_check {
    width: 14px;
    height: 14px;
    border: 1px solid #eee;
    margin-right: 5px;
}

.eva_button label {
    color: #666;
}

.detail_order {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.detail_time {
    padding-left: 30px;
}

.detail_input {
    margin: 40px 0 30px 0;
}

.steps_wrap {
    position: relative;
    width: 880px;
    height: 120px;
}

.bar_bg {
    width: 100%;
    height: 4px;
    background: #eee;
    border-radius: 50px;
    position: absolute;
    top: 21px;
    z-index: 1;
}

ul.steps_main li {
    float: left;
    margin-right: 146px;
}

.steps_bg {
    width: 45px;
    height: 45px;
    background: #efefef;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(238,238,238,0.3);
}

.bar_active {
    position: absolute;
    top: 21px;
    width: 750px;
    height: 4px;
    border-radius: 50px;
    background: #2e8ae4;
    z-index: 2;
}

ul.steps_main {
    position: absolute;
    z-index: 3;
    width: 100%;
}

ul.steps_main:last-child {
    text-align: right; 
}

ul.steps_main li:last-child {
    margin-right: 0;
    position: absolute;
    right: -18px;
}

.steps_bg i {
    display: block;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    color: #999;
}

.steps_number.one i, .steps_number.two i, .steps_number.fore i, .steps_number.five i, .steps_number.six i {
    font-size: 28px;
}

.steps_bg_active i {
    color: #fff;
}

.steps_bg_active {
    background: #2e8ae4;
    box-shadow: 0 0 0 10px rgba(195,226,253,.3);
}

.steps_content {
    margin-top: 20px;
}

.steps_content p {
    color: #999;
    line-height: 16px;
}

.steps_content p.steps_title {
    font-size: 14px;
    color: #666;
    padding-bottom: 5px;
}

input.detail_buttom {
    padding: 5px 15px 7px 15px;
    border: 0;
    background: #2e8ae4;
    border-radius: 3px;
    color: #FFF;
    margin-right: 10px;
}

span.wait_d {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

.logistic_infor {
    margin-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0 30px 0;
}

.log_title {
    font-size: 14px;
    padding-bottom: 20px;
}

.log_wrap_right {
    float: right;
    width: 450px;
}

.log_wrap_left {
    width: 400px;
}

dl.dl_log dt img {
    width: 130px;
}

dl.dl_log dt {
    float: left;
    margin-right: 10px;
}

dl.dl_log dd {
    color: #666;
    line-height: 25px;
}

.log_pro_name {
    font-size: 14px;
    padding-bottom: 8px;
}

.log_wrap_right .dl_scoll {
    max-height: 180px;
    overflow: auto;
}

.logistic_infor.log_bottom {
    border: 0;
    flex-wrap: nowrap;
    padding: 0;
}

.log_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.log_bottom_wrap {
    width: 298px;
}

.log_information {
    font-size: 14px;
    padding-bottom: 10px;
}

.log_bottom_wrap ul li {
    color: #666;
    line-height: 24px;
}

    .log_bottom_wrap ul li em {
        font-style: normal;
    }

.advance_wrap {
    margin-top: 10px;
}

ul.advance_th {
    height: 45px;
    border-bottom: 1px solid #eee;
}

    ul.advance_th li {
        float: left;
        font-size: 14px;
        color: #666;
        margin-top: 12px;
    }

.adv_th_one {
    width: 255px;
}

.adv_th_two {
    width: 155px;
    text-align: center;
}

.adv_th_three {
    width: 110px;
    text-align: center;
}

.adv_th_fore {
    width: 155px;
    text-align: center;
}

ul.advance_tr {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

    ul.advance_tr li {
        float: left;
        color: #666;
    }

dl.adv_td_pro dt img {
    width: 67px;
    height: auto;
    cursor: pointer;
}

dl.adv_td_pro dt {
    float: left;
    margin-right: 10px;
}

dl.adv_td_pro dd a:hover {
    color: #2e8ae4;
}

dl.adv_td_pro dd.adv_td_name {
    font-size: 14px;
    color: #666;
}

dl.adv_td_pro dd {
    color: #999;
}

.adv_input input {
    width: 70px;
    height: 30px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 2px;
}

.adv_button_cancel {
    background: #eee;
}

.adv_button {
    background: #2e8ae4;
    color: #FFF;
}

.adv_page {
    margin-top: 35px;
}

.coup_cont {
    margin-top: 20px;
}

dl.coup_wrap {
    border-radius: 10px;
    padding: 20px;
    float: left;
    margin: 10px 30px 20px 0;
    transition: all, .5s;
    background: #ff315b;
    width:228px;
}

dl.coup_wrap dt {
    margin-right: 20px;
    color:#FFF;
}
dl.coup_wrap dt .coup-shi-price {
    font-size: 28px;
    vertical-align: -6px;
}

.coup-shi-cond {
    padding: 5px 8px;
    background: #ff839c;
    margin-left: 10px;
    border-radius: 3px;
    color: #9e0020;
    font-size: 14px;
}

dl.coup_wrap dd.coup-shi-txt {
    line-height:  22px;
    padding: 5px 0 10px 0;
    font-size: 14px;
    color: #FFF;
}
dl.coup_wrap dt img {
    width: 80px;
}
.coup-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

        /*dl.coup_wrap dt i {
            font-size: 80px;
            color: #ee3e3a;
            display: block;
            line-height: 80px;
        }*/

    /*dl.coup_wrap dd.coup_title {
        color: #333;
        font-size: 14px;
        padding: 17px 0 5px 0;
    }*/

    dl.coup_wrap dd {
        color: #ffc7c7;
        font-size: 14px;
    }

        /*dl.coup_wrap dd.coup_title span {
            padding-left: 20px;
        }*/

    dl.coup_wrap:hover {
        box-shadow: 0 10px 30px 0px rgba(142,11,11,.4);
    }

    dl.coup_wrap.used_coup:hover {
        border: 1px solid #2e8ae4;
    }

    dl.coup_wrap.used_coup dt i {
        color: #2e8ae4;
    }

    dl.coup_wrap.used_coup, dl.coup_wrap.failure_coup {
        position: relative;
    }

.used_icon i {
    position: absolute;
    top: -15px;
    right: 0;
    width: auto !important;
    color: #ee3e3a;
    font-size: 60px;
}

dl.coup_wrap.failure_coup dt i {
    color: #ccc;
}

dl.coup_wrap.failure_coup dd.coup_title {
    color: #666;
}

dl.coup_wrap.failure_coup .used_icon i {
    color: #ccc;
}

dl.coup_wrap.failure_coup:hover {
    border: 1px solid #eee;
}

dl.coup-wrap-gray {
    background: #999;
}

dl.coup-wrap-gray dd {
    color: #ccc;
}

dl.coup-wrap-gray .coup-shi-cond {
    background: #ccc;
    color: #666;
}
.deli_wrap {
    margin-top: 20px;
}
dl.coup-wrap-gray:hover {
    box-shadow: none;
}

    .deli_wrap .address_wrap, .deli_wrap .address_add {
        margin: 0 20px 20px 0;
    }

.person {
    margin-top: 20px;
}

.person_right {
    float: left;
    width: 440px;
}

    .person_right div {
        float: left;
        margin-left: 60px;
        width: 85px;
        text-align: center;
        cursor: pointer;
    }

        .person_right div i {
            font-size: 30px;
            color: #FFF;
        }

.per_pay_icon {
    width: 65px !important;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.per_pay .per_pay_icon {
    background: #f94f4b;
}

.per_receive .per_pay_icon {
    background: #09c478;
}

per_pay_icon {
}

.per_eval .per_pay_icon {
    background: #409ffb;
}

.person_left {
    float: left;
    width: 400px;
}

dl.user_photo dt {
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 20px;
}

    dl.user_photo dt img {
        height: 100px;
        width: 100px;
    }

.user_nick {
    font-size: 16px;
    padding: 10px 0;
    color: #333 !important;
}

dl.user_photo dd {
    color: #666;
}

.user_img_edit i {
    display: inline-block;
    padding-top: 5px;
    transition: all, .5s;
    font-size: 14px;
}

    .user_img_edit i:hover {
        color: #2e8ae4;
        cursor: pointer;
    }

.person_bottom_half {
    float: left;
    width: 50%;
}

.person_bottom.clearfix {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.person_bottom_title {
    font-size: 14px;
    margin-bottom: 20px;
}

.bottom_edit i {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

.bottom_ul li {
    line-height: 45px;
    color: #666;
}

    .bottom_ul li input {
        border: 1px solid #e3e3e3;
        color: #666;
        padding: 6px 4px;
        border-radius: 3px;
        min-width: 200px;
        background: #FFF;
    }

.person_bottom_left {
    border-right: 1px solid #eee;
    width: 100%;
    padding-top: 30px;
}

.person_bottom_right {
    margin-left: 7%;
    padding-top: 30px;
}

.person_se_wrap {
    text-align: center;
    margin-top: 30px;
}

.person_se_input {
    border: 0;
    width: 100px !important;
    background: #2e8ae4;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    cursor: pointer;
    transition: all, .5s;
}

    .person_se_input:hover {
        opacity: .9;
    }

.login_span img {
    margin-bottom: 3px;
}

.btn_active, .btn_active i {
    color: #2e8ae4;
}

select.gender_mo {
    border: 1px solid #eee;
    height: 40px;
    padding: 0 10px;
    width: 499px;
    margin: 0 5px;
    background: #FFF;
    color: #666;
}

.gender_radio label {
    margin-right: 15px;
}

.action {
    width: 400px;
    height: 30px;
    margin: 10px 0 60px 0;
}

.cropped {
    position: absolute;
    right: -230px;
    top: 0;
    width: 200px;
    border: 1px #ddd solid;
    height: 460px;
    padding: 4px;
    box-shadow: 0 0 12px #ddd;
    text-align: center;
    display: none;
}

.imageBox {
    position: relative;
    height: 300px;
    width: 400px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    box-shadow: 4px 4px 12px #b0b0b0;
}

    .imageBox .thumbBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        border-radius: 200px;
        margin-left: -100px;
        box-sizing: border-box;
        border: 1px solid #666;
        box-shadow: 0 0 0 1e3px rgba(0,0,0,.5);
        background: none repeat scroll 0% 0% transparent;
    }

    .imageBox .spinner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 400px;
        color: #2f2a2a;
        background: rgba(213,211,211,.7);
    }

.Btnsty_peyton {
    float: right;
    width: 40px;
    display: inline-block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin: 0 2px;
    background-color: #ababab;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

.new-contentarea {
    width: 120px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
}

    .new-contentarea label {
        width: 100%;
        height: 100%;
        display: block;
    }

    .new-contentarea input[type=file] {
        width: 188px;
        height: 60px;
        background: #333;
        margin: 0 auto;
        position: absolute;
        right: 50%;
        margin-right: -94px;
        top: 0;
        right: 0px/9;
        margin-right: 0px/9;
        width: 10px/9;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 2;
    }

a.upload-img {
    width: 120px;
    display: inline-block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #f84f4b;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    box-shadow: 0 0 5px #b0b0b0;
}

    a.upload-img:hover {
        background-color: #ec7e70;
    }

.tc {
    text-align: center;
}

.step-body {
    position: relative;
    width: 90%;
    margin: 0 5%;
}

.step-header {
    width: 100%;
    margin: 0 auto;
    display: none;
    margin-top: 10px;
    height: 120px;
}

    .step-header ul {
        padding: 0;
    }

    .step-header li {
        list-style-type: none;
        text-align: center;
        float: left;
        position: relative;
    }

        .step-header li p {
            margin-bottom: 10px;
            font-size: 14px;
            font-family: microsoft yahei;
            color: #999;
            margin-top: 10px;
        }

        .step-header li span {
            position: relative;
            margin: 0 auto;
            font-size: 18px;
            font-family: Arial;
            width: 34px;
            height: 34px;
            line-height: 34px;
            display: block;
            background: #eff3f8;
            border-radius: 50%;
            transition: all, 0.7s;
            color: #999;
        }

        .step-header li.step-active span {
            color: white;
            background: #2e8ae4;
            transition: all, 0.7s;
        }

        .step-header li.step-active p {
            color: #466faa;
        }

.step-bar, .step-bar-active {
    height: 13px;
}

.step-bar {
    width: 100%;
    position: relative;
    height: 5px;
    top: 21px;
    background: #eff3f8;
}

.step-bar-active {
    width: 0px;
    height: 5px;
    background: #2e8ae4;
}

.step-list {
    display: none;
    clear: both;
}

.bot_btn {
    text-align: center;
    width: 100%;
}

    .bot_btn button {
        display: inline-block;
        border: 0;
        width: 90%;
        height: 52px;
        border-radius: 3px;
        margin: 0 5%;
        font-size: 14px;
        margin-top: 20px;
        transition: all, .5s;
    }

        .bot_btn button:hover {
            opacity: 0.9;
            cursor: pointer;
        }

        .bot_btn button.step-pre {
            color: #FFF;
            background: #89bedd;
        }

        .bot_btn button.step-next {
            color: #FFF;
            background: #2e8ae4;
        }

.login_head {
    width: 100%;
    height: 100px;
    background: #FFF;
    box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
}

.login_top {
    width: 1090px;
    margin: 0 auto;
}

.login_top_right {
    float: right;
    line-height: 100px;
    font-size: 14px;
}

    .login_top_right a {
        color: #e83733;
        display: inline-block;
    }

        .login_top_right a:hover {
            opacity: .8;
        }

.login_top_left img {
    width: 266px;
    height: auto;
    margin-top: 35px;
}

.regis_container {
    width: 100%;
    background: #f5faff;
    margin: 0 auto;
}

.login_wrap {
    width: 1090px;
    margin: 10px auto;
    position: relative;
    box-shadow: 0 0 50px -10px rgba(0,0,0,.2);
    height: 550px;
}

.regis_container {
    width: 500px;
    margin: 0 auto;
    background: #FFF;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 38px -10px rgba(0,105,200,.2);
}

.input_block {
    margin-bottom: 20px;
}

    .input_block input {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        height: 50px;
        font-size: 14px;
        padding: 0 37px;
    }

.step_input {
    position: relative;
}

    .step_input i {
        position: absolute;
        top: 14px;
        left: 10px;
        font-size: 25px;
        color: #dadada;
    }

.login_input {
    width: 372px;
}

.login_tip {
    color: #ccc;
    padding-top: 2px;
    clear: both;
}

    .login_tip i {
        vertical-align: -1px;
        margin-right: 3px;
    }

.login_input_number, .login_button {
    float: left;
}

.login_input_number {
    border-radius: 3px 0 0 3px !important;
    width: 261px;
}

.login_button {
    border-left: 0 !important;
    height: 52px !important;
    border-radius: 0 3px 3px 0 !important;
}

.login_button {
    padding: 0 20px !important;
    width: 111px;
}

i.iconfont.icon-yanzhengma {
    font-size: 22px;
    top: 14px;
}

.login_footer {
    width: 100%;
    height: 100px;
    background: #FFF;
}

.login_foot {
    width: 1210px;
    margin: 0 auto;
    text-align: center;
}

    .login_foot ul li {
        float: left;
        padding: 0 5px;
        color: #999;
        \: center;
    }

    .login_foot ul {
        height: 20px;
        padding: 30px 0 5px 0;
        display: inline-block;
    }

    .login_foot p {
        color: #999;
    }

i.iconfont.icon-wode2, i.iconfont.icon-mima, i.iconfont.icon-querenmima, i.iconfont.icon-youxiang3 {
    font-weight: 600;
}

.succ_icon i {
    font-size: 80px;
    color: #0bbe06;
}

.succ_icon {
    text-align: center;
    margin: 0 0 40px 0;
}

    .succ_icon p {
        font-size: 14px;
    }

        .succ_icon p a {
            color: #e83733;
        }

.login_left {
    float: left;
}

    .login_left img {
        width: 690px;
        height: 550px;
    }

.login_right {
    float: left;
    padding: 30px;
    background: #FFF;
    height: 490px;
}

.login_input_wrap input {
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}

.order_mid_wrap {
    width: 100%;
    margin-top: 10px;
}

input.login_input_border {
    width: 310px;
}

.login_input_wrap {
    margin-top: 15px;
}

input.login_input_ma {
    width: 130px;
    float: left;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}
.ma_ter {
    width:193px !important;
}
.login_span {
    border: 1px solid #e5e5e5;
    border-left: 0;
    display: inline-block;
    height: 45px;
    width: 170px;
    padding-right: 10px;
    text-align: right;
    line-height: 45px;
    font-size: 14px;
    color: #2e8ae4;
    border-radius: 0 3px 3px 0;
}
.ma_span {
    height:50px !important;
    line-height: 50px !important;
}
input.login_input_maer {
    width: 219px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

input.login_note {
    border-radius: 0 3px 3px 0;
    height: 47px;
    cursor: pointer;
}

input.login_blue_button {
    background: #2e8ae4;
    width: 100%;
    border: 0;
    color: #fff;
    transition: all, .5s;
    margin-top: 30px;
}

    input.login_blue_button:hover {
        opacity: .9;
        cursor: pointer;
    }

.login_label {
    float: left;
    color: #999;
}

.login_forget {
    float: right;
    color: #666;
}

input.login_check {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
}

.other_login {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.login_other_title {
    color: #ccc;
}

    .login_other_title span {
        width: 80px;
        height: 1px;
        background: #f3f3f3;
        display: inline-block;
        margin: 5px 7px;
    }

.other_style li {
    float: left;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 10px 20px;
    transition: all, .5s;
}

.other_style {
    display: inline-block;
}

    .other_style li i {
        color: #FFF;
        font-size: 22px;
    }

i.iconfont.icon-weixin {
    font-size: 24px;
}

i.iconfont.icon-qq {
    margin-left: 3px;
}

.no-shadow {
    box-shadow: none;
}

.other_style li.qq:hover {
    background: #00a0e9;
}

.other_style li.wechat:hover {
    background: #47b303;
}

.other_style li.weibo:hover {
    background: #ff4c5d;
}

.other_style li a {
    display: block;
}

.regist_wrap {
    width: 540px;
    margin: 30px auto;
}

.regis_content {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    padding: 20px 20px 50px 20px;
}

.forget_pass {
    border: 1px solid #e5e5e5;
    border-left: 0;
    height: 50px;
    text-align: center;
    width: 109px;
    padding: 0;
}

.forget_input input {
    padding: 0 8px;
}

.forget_input .login_input {
    width: 416px;
}

.forget_input .login_input_number {
    width: 305px !important;
}

.forget_select {
    height: 52px;
    border: 1px solid #e5e5e5;
    width: 434px;
    font-size: 14px;
    background: #FFF;
}

.login_tip a {
    color: #6bb4ff;
}

.customer_name {
    width: 100%;
    font-size: 14px;
}

.customer_cont {
    padding-left: 15px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
}

.chat_tip {
    background: #fdf6e4;
    padding: 10px 15px;
    color: #666;
    display: none;
    position: fixed;
    width: 700px;
    z-index: 1;
}

.chat_stage {
    padding: 20px;
    text-align: center;
    color: #999;
}

.chat_stage_border {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #efefef;
    vertical-align: middle;
    margin: 0 10px;
}

.chat_send_product {
    background: #FFF;
    margin: 10px 20px;
    border-radius: 5px;
}

.chat_pro_main {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

    .chat_pro_main dt {
        float: left;
    }

        .chat_pro_main dt img {
            width: 58px;
            height: 58px;
            margin-right: 10px;
        }

    .chat_pro_main dd.pro_title {
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #333;
    }

    .chat_pro_main dd {
        color: #f74937;
    }

.chat_send {
    text-align: center;
    line-height: 35px;
    color: #2e8ae4;
    transition: all, .5s;
}

    .chat_send:hover {
        color: #156fc7;
        cursor: pointer;
    }

.chat_cont {
    width: 100%;
    overflow: auto;
}

.chat_left {
    float: left;
    margin: 15px 0 15px 20px;
}

.cont_wrap dt {
    float: left;
}

    .cont_wrap dt img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        box-shadow: 0 6px 30px -8px rgba(0,0,0,.2);
    }

.chat_title {
    padding-bottom: 10px;
    color: #666;
    border-radius: 0 10px 0 0;
}

.cont_wrap .chat_font {
    line-height: 25px;
}

.cont_wrap dd {
    margin-left: 55px;
    background: #FFF;
    padding: 15px;
    margin-top: -1px;
    min-width: 50px;
    max-width: 500px;
    border-radius: 0 15px 15px 15px;
    font-size: 14px;
}

.chat_right {
    float: right;
    width: 100%;
    margin: 0 0 15px 20px;
}

.cont_right_dl {
    margin: 15px 20px 15px 0;
}

    .cont_right_dl dt {
        float: right;
    }

    .cont_right_dl dd {
        margin-right: 10px;
        background: #328ae4;
        color: #FFF;
        border-radius: 15px 0 15px 15px;
        float: right;
    }

    .cont_right_dl .chat_title {
        text-align: right;
        color: #add4fd;
    }

    .cont_right_dl .chat_font {
    }

.pay_online {
    position: relative;
}

li.tip-er {
    position:  absolute;
    top: 42px;
    border: 0;
    color: #e83632;
    width: auto;
}
li.tip-er:hover {
    border: 0;
    cursor: auto;
}
.chat_wrap {
    overflow: auto;
    height: 484px;
}

.chat_bottom {
    width: 730px;
    background: #FFF;
    box-shadow: 0 -8px 30px -18px rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.input_box {
    float: left;
    width: 670px;
    position: relative;
    margin-top: 10px;
}

.is_enter {
    border: 1px solid #d4d4d4;
    width: 660px;
    height: 40px;
    border-radius: 50px;
    padding: 0 10px;
    margin-left: 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.chat_add {
    float: left;
    width: 28px;
    height: 28px;
    transition: all, .3s;
    background: #2e8ae4;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin: 16px 0 0 15px;
    cursor: pointer;
}

    .chat_add:hover {
        opacity: .9;
    }

.chat_add_cont {
    display: none;
    width: 100%;
}

.toggled {
    display: block !important;
}

.chat_col_4 {
    float: left;
    width: 25%;
    height: 50px;
    text-align: center;
    padding: 30px 0 30px 0;
    transition: all, .3s;
}

.modal-overlay {
    display: none;
}

.chat_col_4:hover {
    opacity: .8;
}

.chat_order_warp {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    box-shadow: 0 0px 28px -14px rgba(0, 0, 0.2);
}

.chat_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: none;
}

.score_user img {
    width: 84px;
    height: 84px;
    background: #eee;
}

.chat_score {
    display: none;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 150px;
}

.chat_score_title {
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    color: #666;
}

.chat_score form {
    display: inline-block;
    margin-top: 25px;
}

.chat_all_wrap {
    width: 730px;
    height: 585px;
    margin: 30px auto 0 auto;
    background: #FFF;
    box-shadow: 0 0 20px -4px rgba(0,0,0,.2);
    position: relative;
    border-radius: 10px;
}

.customer_cont i {
    font-size: 25px;
    margin-right: 5px;
    color: #2e8ae4;
    vertical-align: -4px;
}

.chat_main {
    background: #f5f5f5;
}

.chat_container {
    height: 545px;
}

.input_box i {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 24px;
    display: block;
    transition: all, .5s;
}

    .input_box i:hover {
        color: #2e8ae4;
    }

.chat_add i {
    color: #FFF;
    font-size: 18px;
}

.content-block i {
    font-size: 20px;
    color: #FFF;
}

.content-block span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
}

.chat_picture span {
    background: #ff7364;
}

.chat_photo span {
    background: #46c5a2;
}

.chat_evaluation span {
    background: #76c8fd;
}

.chat_order span {
    background: #ffb85b;
}

.chat_order_warp .tab {
    height: 40px;
    border-bottom: 1px #e3e3e3 solid;
}

    .chat_order_warp .tab li {
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        transition: all, .3s;
    }

        .chat_order_warp .tab li:hover {
            background: #fff;
            color: #333;
            cursor: pointer;
        }

.activ {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #2e8ae4;
}

.chat_tabCon {
    height: 295px;
    overflow: auto;
    width: 100%;
}

    .chat_tabCon div {
        display: none;
    }

    .chat_tabCon .on {
        display: block;
    }

.font_wrap {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: justify;
}

    .font_wrap p {
        color: #666;
        line-height: 28px !important;
    }

        .font_wrap p a {
            display: inline-block;
        }

.login_input_wrap:last-child {
    margin-top: 7px;
}

ul.link_cont li.link_service a {
    color: #fff;
}

.qh_title:hover {
    color: #2e8ae4;
}

input.ques_input {
    border: 1px solid #e5e5e5;
    width: 500px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
}

input.ques_button {
    background: #2e8ae4;
    height: 42px;
    width: 80px;
    font-size: 14px;
    margin-left: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFF;
    cursor: pointer;
}

.question {
    text-align: center;
    padding: 20px 0;
    background: #fbfbfb;
}

.question_list {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.quest_name {
    color: #999;
}

.question_list div {
    line-height: 24px;
    padding: 5px 0;
}

.question_list:last-child {
    border: 0;
}

.cartMain_hd .checkboxFive {
    margin-top: -12px;
}

.list_cont_two {
    width: 478px;
}

.list_cont_two .list_bottom {
   padding: 12px 25px 0 25px;
   position:relative;
}

.list_cont_two .list_pro img {
   width: 100%;
   height: 240px;
}

.list_cont_two .list_pro {
   margin: 0;
}

.list_cont_two .list_hover {
   height: 80px;
   line-height: 80px;
   position: absolute;
   bottom: -80px;
}

.page div {
    display: inline-block;
}

.page table td a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 4px 16px;
    cursor: pointer;
    margin: 0 0 0 -1px !important;
}

.page table td {
    width: auto !important;
    line-height: 25px;
    vertical-align: middle;
    color: #666;
}

    .page table td a:hover {
        background: #e0e0e0;
    }

span.cpb {
    padding: 4px 16px;
    border: 1px solid #2e8ae4;
    background: #2e8ae4;
    color: #FFF;
    line-height: 25px;
    display: inline-block;
    margin: 0 0 0 -1px !important;
}

.hot img {
    width: 60px;
    height: 60px;
}

.store_name {
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store_service {
    display: inline-block;
    vertical-align: 4px;
}

.login_span img, .login_span a {
    display: inline-block;
    margin-left: 5px;
}

.login_forget a {
    display: inline-block;
}

.page table td span {
    margin-right: 0 !important;
}

.gender_bg img {
    width: 16px;
    vertical-align: -4px;
    margin-right: 5px;
}

span.gender_bg {
    background: #d4d4d4;
    padding: 8px 20px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    margin: 0 10px 0 -3px;
}

span.gender_bg_active {
    background: #2e8ae4;
}

.shopcart_details {
    position: absolute;
    top: 55px;
    right: 0;
    width: 305px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 5px 0 5px 5px;
    z-index: 4;
    box-shadow: 0 5px 25px -4px rgba(0,0,0,.3);
    text-align: left;
    display: none;
}

    .shopcart_details dt img {
        width: 80px;
        height: 80px;
    }

    .shopcart_details p {
        padding: 10px;
        color: #666;
    }

.top_service .shopcart_details dl {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    margin: 0;
    width: 285px;
}

.shopcart_title {
    line-height: 18px;
    color: #666;
}

    .shopcart_title a {
        display: inline-block;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 2px;
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.pro_rabi {
    float: right;
}

    .pro_rabi i:hover {
        color: #e83733;
    }

    .pro_rabi i {
        transition: all,.5s;
        font-size: 15px;
    }

.top_service .shopcart_details dl dd {
    margin-left: 85px;
}

.shopcart_price {
    font-weight: bold;
    color: #e83632;
    margin-top:8px;
}
.font-count {
    float: right;
    color: #666;
}
.shopcart_bottom {
    padding-left: 10px;
    line-height: 40px;
    clear: both;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}

    .shopcart_bottom span {
        display: inline-block;
        padding-right: 5px;
    }

    .shopcart_bottom .shopcart_button {
        float: right;
        margin: 7px 10px 0 0;
        background: #e83632;
        border: 0;
        border-radius: 3px;
        padding: 4px 10px;
        color: #FFF;
        transition: all, .5s;
        cursor: pointer;
    }

        .shopcart_bottom .shopcart_button:hover {
            opacity: .9;
        }

.main_detail p {
    margin-top: -4px;
}

.closeCart {
    float: right;
    font-size: 14px !important;
    display: block;
    transition: all, .5s;
}

    .closeCart:hover {
        color: #e83632;
        cursor: pointer;
    }

.banner_bg {
    width: 1210px;
    height: 510px;
    margin: 0 auto;
}

.concern {
    float: left;
    vertical-align: bottom;
    margin: 30px 0 0 20px;
    font-size: 14px;
    line-height: 40px;
    transition: all, .5s;
    opacity: .8;
}

.concern span {
    background: url(../images/concern.png) no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: -4px;
    padding-right: 10px;
}

.concern:hover {
    cursor: pointer;
    opacity: 1;
}

.font_left a {
    display: inline-block;
}

.list_cont_two .list_bottom h5, .list_cont_two .list_bottom p, .list_cont_two .list_bottom div {
    padding: 0 !important;
}

.list_cont_two .list_bottom .price {
    position: absolute;
    font-size: 18px;
    top: 12px;
    right: 20px;
}

.list_cont_two .list_bottom h5 {
    font-size: 18px;
    float: left;
    width: 328px;
    margin-bottom:5px;
}

.list_cont_two .list_bottom p {
    clear: both;
    width: 428px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help_slide {
    padding: 0 0 0 30px;
    min-height: 750px;
}

    .help_slide h2 {
        margin-top: 20px;
    }

    .help_slide ul li {
        padding-left: 15px;
    }

.slide_ul li a {
    color: #666;
}

.floatNav {
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 48px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #0396e6;
    border-bottom: 0px none;
}

.floatNav a.float {
    width: 48px;
    height: 48px;
    border-bottom: 1px solid #0396e6;
    display: block;
}

.floatNav a.float span {
    width: 48px;
    height: 48px;
    display: block;
    background: url(https://img.coocaa.com/coocaatv/skyimages/index/float.png) -48px top;
}

.floatNav a.float span.afterSales {
    background-position: -48px -49px;
}

.floatNav a.float span.shoppingCart {
    background-position: -48px -98px;
}
.floatNav a.float span.twoCode_ic {
    background-position: -48px -147px;
}

.floatNav a.float span.backTop_ic {
    background-position: -48px -196px;
}
.floatNav a.float:hover span.preSales {
    background-position: left top;
}

.floatNav a.float:hover span.afterSales {
    background-position: left -49px;
}

.floatNav a.float:hover span.shoppingCart {
    background-position: left -98px;
}

.floatNav a.float:hover span.twoCode_ic {
    background-position: left -147px;
}

.floatNav a.float:hover span.backTop_ic {
    background-position: left -196px;
}

.floatNav .floatCodeBox {
    position: relative;
}

.floatNav .floatCodeBar {
    display: none;
    position: absolute;
    bottom: 18px;
    right: 60px;
    line-height: 18px;
    padding: 10px 10px 15px;
    font-size: 12px;
    text-align: center;
    color: #9b9b9b;
    border: solid 1px #e8ebed;
    background-color: #ffffff;
}

.floatNav .floatCodeBar em {
    position: absolute;
    bottom: 12px;
    right: -6px;
    width: 6px;
    height: 10px;
    background: url(https://img.coocaa.com/bankImg/Public-img/png24.png) -35px -133px no-repeat;
    overflow: hidden;
}

.floatNav .floatCodeBar b {
    width: 103px;
    display: block;
}

.floatNav .floatCodeBar img {
    margin-bottom: 8px;
}

.floatNav a.float:hover .floatCodeBar {
    display: block;
 }

.back {
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

.selectSP {
    color: #2e8ae4;
}

.change_wrap {
    margin-top: 20px;
}

.change_input .change_button {
    background: #2e8ae4;
    border: 0;
    color: #FFF;
    transition: all,.5s;
}

.change_input .change_button:hover {
    opacity: .9;
    cursor: pointer;
}

.change_input {
    width: 448px;
    text-align: center;
}

.goon_shop {
    cursor: pointer;
}
.demo--label{
    margin:20px 20px 0 0;
    display:inline-block;
    cursor: pointer;
}
.demo--radio{
    display:none;
}
.demo--radioInput{
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:100%;
    display:inline-block;
    height:16px;
    margin-right:10px;
    margin-top:-3px;
    vertical-align:middle;
    width:16px;
    line-height:1;
    padding: 0 !important;
}
.demo--radio:checked + .demo--radioInput:after{
    background-color:#2e8ae4;
    border-radius:100%;
    content:"";
    display:inline-block;
    height:12px;
    margin:2px;
    width:12px;
}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{
    border-radius:0;
}
.last_input {
    margin-left:20px;
}

.last-bottom {
    width:200px;
}
.frist-wrap {
    margin-right:40px;
}
.cont_coupons {
    width: 200px;
    height: 100px;
    background: #f24862;    
	float: left;
    margin: 0 20px 20px 0;
}

.cont_coupons_top {
    height: 45px;
    padding: 10px;
	position:relative;
}
.coupons_bg {
	height:12px;
	position: absolute;
	top: -8px;
	left: 0;
	right:0;
}
.coupons_p span {
    font-size:  20px;
    color: #ffffff;
    padding-right: 5px;
}

.cont_coupons_bottom {
    height: 35px;
    line-height:  35px;
    padding: 0 10px;
    border: 1px solid #ffa8b5;
    background: #FFF;
}

.cont_coupons_bottom span {
    padding-right: 5px;
    color: #a2a09b;
}
.cont_coupons_top p {
    color: #f59797;
}

.coupons_p {
    color: #f9caca;
}

.lable_box label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	bottom: 10px;
	background: #fff;
	border: 1px solid #f24862;
}
.lable_box label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #f24862;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lable_box label:hover::after {
	opacity: 0.5;
}
.lable_box input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.lable_box {
    position:  relative;
    display:  block;
	cursor:pointer;
}

.coupons_check {
    position:  absolute;
    right: 10px;
    bottom: 10px;
}
.cont_coupons_gray {
    background:  #ccc;
}
.cont_coupons_gray .lable_box {
	cursor: inherit;
}
.cont_coupons_gray .coupons_p {
    color: #efefef;
}

.cont_coupons_gray .cont_coupons_top p {
    color: #efefef;
}

.cont_coupons_gray .cont_coupons_bottom {
    border: 1px solid #dcdcdc;
}

.cont_coupons_gray .lable_box label {
    border: 1px solid #dcdcdc;
	display: none;
}

.cont_coupons_gray .lable_box label:after {
    border:2px solid #dcdcdc;
    border-top: none;
    border-right: none;
}
.cont_coupons_gray .coupons_check {
    display: none;
}
.main_detail p img {
    margin-top: -5px;
}
.screen_ul li a {
    padding: 7px;
    display: inline;
}
.tips-may {
    margin: 0 30px 30px 20px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.tips-title {
    padding-bottom: 10px;
}

.tips-content p {
    line-height: 1.5rem;
    font-size: 14px;
    color: #757575;
}

.may-red {
    color: #e83632;
    display: inline;
    text-decoration: underline;
}
.may-red:hover {
    text-decoration: underline; cursor: pointer;
}
dd.order_pro_name a {
    display: inline;
    margin-right: 30px;
}
.link-li li:first-child {
    padding-right:0;
}
.link-li li {
    display: inline;
    padding-right: 10px;
}
.link-li li a:hover {
    color: #2e8ae4;
}
.hover-img {
    width: 200px;
    height: 200px;
    display: none;
    position: absolute;
    top: -50px;
    right: 55px;
}







@media screen and (max-width: 1210px) {
    .header, .top_wrap, .nav, .banner_wrap, .container, .inside_container, .active-cont img {
        width: 1210px;
        padding: 0 10px;
    }

    .container, .inside_container {
        overflow: hidden;
    }

    .activies-i {
        right:2% !important;
    }


    .crumb, .inside_pro, .inside_screen, .link_wrap, .foot_wrap {
        padding: 0 10px;
    }
}
