a {
    color: inherit; }
a:hover {
    color: #2887c7;
    text-decoration: none; }
a:focus {
    text-decoration: none; }

p {
    margin-bottom: 0; }

h2 {
    margin: 0; }

body {
    color: #333;
    font-size: 14px; }

.nav_outer {
    overflow: hidden; }
.nav_outer .logo {
    float: left;
    padding: 24px 0;
    display: block; }
.nav_outer .logo img {
    display: block; }
.nav_outer .nav_k {
    float: right;
    margin-top: 40px; }
.nav_outer .nav_k li {
    float: left; }
.nav_outer .nav_k li a {
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #666666;
    padding: 0 18px;
    border-left: 1px solid #cccccc; }
.nav_outer .nav_k li a:hover {
    color: #2887c7;
    text-decoration: none; }
.nav_outer .nav_k li a.on{
    color: #2887c7;
}
.nav_outer .nav_k li:nth-of-type(1) a {
    border-left: none; }
.banner {
    height: 500px;
    width: 100%;
    background-color: #2887c7;
    background-image: url(../img/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
.banner .container {
    height: 100%;
    position: relative; }
.banner .text {
    float: left;
    padding-top: 140px;
    color: #fff; }
.banner .text h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px; }
.banner .text p {
    font-size: 24px;
    margin-bottom: 25px; }
.banner .text .box {
    width: 426px;
    border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 20px;
    padding-left: 30px; }
.banner .text .box span {
    display: block;
    width: 50%;
    float: left;
    font-size: 18px;
    line-height: 2;
    position: relative;
    padding-left: 16px; }
.banner .text .box span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0; }

.banner .cir {
    display: block;
    position: absolute;
    bottom: 0;
    right: -120px; }
.banner .cir img {
    display: block; }

.index_title {
    overflow: hidden;
    line-height: 24px; }
.index_title span {
    display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-left: 13px;
    border-left: 3px solid #2887c7; }
.index_title span em {
    font-style: normal;
    color: #2887c7; }
.index_title i {
    display: block;
    font-style: normal;
    float: left;
    margin-left: 35px;
    font-size: 16px;
    color: #333333; }
.index_title .more {
    display: block;
    float: right;
    color: #999999;
    padding-right: 20px;
    background: url(../img/icon_more.png) no-repeat right center; }
.index_title .more:hover {
    color: #2887c7; }
.index_title .more.change {
    padding-right: 0;
    padding-left: 27px;
    background: url(../img/icon_change.png) no-repeat left center; }

.active_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2887c7; }
.active_title span {
    display: inline-block;
    padding: 0 24px;
    position: relative; }
.active_title span::after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #2887c7;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px; }
.active_title span::before {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #2887c7;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px; }

.active {
    padding-top: 50px; }
.active .top {
    padding: 13px;
    margin-top: 23px;
    border: 1px solid #eeeeee;
    margin-bottom: 16px; }
.active .top .inner {
    background: url(../img/bg_active1.png) no-repeat center/cover;
    padding-top: 30px;
    padding-bottom: 25px; }
.active .top .inner .list {
    overflow: hidden;
    margin-top: 30px;
    padding: 0 35px; }
.active .top .inner .list li {
    width: 16.666666666666666%;
    float: left;
    padding: 0 20px; }
.active .top .inner .list li a {
    display: block;
    width: 100%; }
.active .top .inner .list li img {
    display: block;
    width: 100%; }
.active .bottom {
    overflow: hidden; }
.active .bottom .box {
    width: 37%;
    float: left;
    padding: 14px;
    border: 1px solid #eeeeee;
    position: relative; }
.active .bottom .box:nth-of-type(1) {
    margin-right: 1.5%; }
.active .bottom .box img {
    display: block;
    width: 100%; }
.active .bottom .box .active_title {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%; }
.active .bottom .box_b {
    width: 23.33333%;
    padding: 14px;
    border: 1px solid #eeeeee;
    float: right;
    position: relative; }
.active .bottom .box_b img {
    display: block;
    width: 100%; }
.active .bottom .box_b p {
    text-align: center;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2887c7;
    left: 0; }

.baokuan {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 85px; }

.baokuan_list {
    margin-top: 25px;
    overflow: hidden;
    list-style: none; }
.baokuan_list li {
    width: 25%;
    float: left;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    list-style: none; }
.baokuan_list li:nth-of-type(4n) {
    border-right: none; }
.baokuan_list li img {
    display: block;
    width: 100%; }
.baokuan_list li .des {
    padding: 0 30px;
    background: #fff;
    padding-bottom: 10px; }
.baokuan_list li .name {
    font-size: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.baokuan_list li .price {
    font-size: 24px;
    color: #ff0036; }
.baokuan_list li .o_price {
    font-size: 16px;
    color: #999999;
    position: relative;
    display: inline-block;
    padding: 0 2px; }
.baokuan_list li .o_price::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 0;
    position: absolute; }

.faxian {
    padding-top: 65px;
    padding-bottom: 70px; }
.faxian .list {
    margin-top: 25px;
    overflow: hidden; }
.faxian .list a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s; }
.faxian .list a:hover {
    transform: scale(1.02); }
.faxian .list .left {
    float: left;
    width: 33%;
    padding: 13px;
    height: 558px;
    border: 1px solid #eee; }
.faxian .list .right {
    width: 66%;
    float: right; }
.faxian .list .right .i {
    width: 49.4%;
    float: left;
    height: 273px;
    margin-bottom: 12px;
    padding: 13px;
    border: 1px solid #eee; }
.faxian .list .right .i:nth-of-type(2n) {
    float: right; }

.hot {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px; }
.hot .list {
    margin-top: 20px;
    overflow: hidden; }
.hot .list li {
    width: 48.5%;
    float: left;
    margin-bottom: 40px;
    padding: 14px;
    border: 1px solid #eee;
    background: #fff; }
.hot .list li:nth-of-type(2n) {
    float: right; }
.hot .list .t {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 30px 30px 160px; }
.hot .list .t h2 {
    font-size: 30px;
    color: #000; }
.hot .list .t p {
    font-size: 20px;
    margin-top: 12px; }
.hot .list .b {
    overflow: hidden;
    border: 1px solid #eee; }
.hot .list .b a {
    display: block;
    width: 33.333333333333336%;
    float: left;
    border-left: 1px solid #eee;
    padding: 13px; }
.hot .list .b a img {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
.hot .list .b a:nth-of-type(1) {
    border-left: none; }
.hot .list .b a .name {
    font-size: 14px;
    margin-bottom: 5px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
.hot .list .b a .price {
    font-size: 20px;
    color: #ff0036; }
.hot .list .b a .o_price {
    font-size: 14px;
    color: #999999;
    position: relative;
    display: inline-block;
    padding: 0 2px; }
.hot .list .b a .o_price::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 0;
    position: absolute; }

@media (max-width: 1200px) {
    .nav_outer .nav_k li a {
        font-size: 16px;
        padding: 0 14px; }
    .banner .cir {
        width: 600px; }
    .banner .cir img {
        display: block;
        width: 100%; } }

@media (max-width: 992px) {
    .nav_outer .logo {
        float: none;
        margin: 0 auto;
        width: 184px; }
    .nav_outer .nav_k {
        float: none;
        overflow: hidden;
        margin-top: 10px;
        padding-bottom: 20px; }
    .banner .text {
        display: none; }
    .banner .cir {
        right: auto;
        left: 50%;
        margin-left: -330px; }
    .banner {
        height: 450px; }
    .active_title {
        font-size: 18px; }
    .active .top .inner {
        padding-top: 20px; }
    .active .top .inner .list li {
        padding: 0 10px; }
    .active .bottom .box .active_title {
        top: 20px; }
    .active .bottom .box_b p {
        font-size: 18px;
        top: 20px; }
    .baokuan_list li .des {
        padding: 0 15px;
        padding-bottom: 20px; }
    .baokuan_list li .name {
        font-size: 16px; }
    .baokuan_list li .price {
        font-size: 18px; }
    .baokuan_list li .o_price {
        font-size: 14px; }
    .baokuan {
        padding-bottom: 30px; }
    .hot .list .b a .o_price {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        max-width: 100%; }
    .hot .list .b a {
        padding: 5px; }
    .hot .list li {
        margin-bottom: 20px; }
    .hot .list .t {
        padding: 20px 20px 100px; } }

@media (max-width: 720px) {
    .nav_outer .logo {
        width: 160px;
        float: left;
        padding: 10px 0; }
    .nav_outer .logo img {
        display: block;
        width: 100%; }
    .nav_outer .nav_k {
        background: #fff;
        position: fixed;
        z-index: 9999;
        top: 0;
        height: 100%;
        width: 75%;
        left: 0;
        margin-top: 0;
        padding-top: 65px;
        left: -80%;
        transition: all 0.3s; }
    .nav_outer .nav_k.on {
        left: 0; }
    .nav_outer .nav_k li {
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        margin-top: 25px; }
    .nav_outer .nav_k li a {
        border-left: none; }
    .nav_outer {
        position: relative; }
    .nav_btn {
        position: absolute;
        width: 38px;
        height: 32px;
        z-index: 9990;
        right: 15px;
        top: 15px;
        cursor: pointer; }
    .nav_btn span {
        display: block;
        position: absolute;
        width: 100%;
        height: 6px;
        background: #2887c7;
        left: 0;
        transition: all 0.3s; }
    .nav_btn span:nth-of-type(1) {
        top: 0; }
    .nav_btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -3px; }
    .nav_btn span:nth-of-type(3) {
        bottom: 0; }
    .nav_btn.on span {
        background: #333; }
    .nav_btn.on span:nth-of-type(1) {
        top: 50%;
        transform: rotate(45deg);
        margin-top: -3px; }
    .nav_btn.on span:nth-of-type(2) {
        top: 50%;
        margin-top: -3px;
        opacity: 0; }
    .nav_btn.on span:nth-of-type(3) {
        bottom: 50%;
        margin-bottom: -3px;
        transform: rotate(135deg); }
    .mask,
    .mask_k {
        position: fixed;
        z-index: 95;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.4;
        display: none; }
    .index_title span {
        font-size: 18px; }
    .index_title {
        line-height: 20px; }
    .active {
        padding-top: 30px; }
    .active .top .inner .list {
        padding: 0 15px; }
    .active .top .inner .list li {
        width: 33.3333333333333%;
        margin-bottom: 25px; }
    .active .top .inner {
        padding-bottom: 1px; }
    .active .bottom .box {
        width: 100%;
        margin-bottom: 10px; }
    .active .bottom .box .active_title {
        top: 35px; }
    .active .bottom .box_b {
        width: 100%; }
    .active .bottom .box_b p {
        top: 50px; }
    .baokuan {
        padding-top: 30px; }
    .baokuan_list li {
        width: 50%; }
    .index_title i {
        font-size: 12px;
        margin-left: 20px; }
    .faxian .list .left {
        width: 100%;
        height: 250px;
        margin-bottom: 15px; }
    .faxian .list .right {
        width: 100%; }
    .faxian .list .right .i {
        height: 240px; }
    .hot .list li {
        width: 100%; } }

.login_title {
    line-height: 40px;
    padding-left: 25px;
    font-size: 24px;
    border-left: 1px solid #cccccc;
    float: left;
    margin-left: 25px;
    margin-top: 32px; }

.go_home {
    float: right;
    color: #999999;
    font-size: 16px;
    margin-top: 40px; }
.go_home:hover {
    color: #2887c7; }

.to_login {
    float: right;
    font-size: 16px;
    margin-top: 40px;
    color: #999999; }
.to_login a {
    color: #2887c7; }

.banner_login {
    background: url(../img/banner_login.png) no-repeat center/cover;
    height: 580px; }
.banner_login .box {
    display: none; }
.banner_login .box:nth-of-type(1) {
    display: block; }
.banner_login .login_form {
    background: #fff;
    float: right;
    margin-right: 15px;
    border-radius: 12px;
    width: 430px;
    margin-top: 62px;
    overflow: hidden; }
.banner_login .login_form .tab {
    line-height: 66px;
    overflow: hidden; }
.banner_login .login_form .tab span {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #999999;
    border-bottom: 2px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    cursor: pointer; }
.banner_login .login_form .tab span.on {
    font-weight: bold;
    color: #2887c7;
    border-bottom-color: #2887c7; }
.banner_login .login_form .tab_container {
    padding: 25px; }
.banner_login .login_form .form_row {
    width: 100%;
    margin-bottom: 14px; }
.banner_login .login_form .form_row input {
    width: 100%;
    border: 1px solid #cccccc;
    background: #fff;
    height: 46px;
    border-radius: 6px;
    padding-left: 44px; }
.banner_login .login_form .form_row input.user {
    background-image: url(../img/icon_user.png);
    background-position: 15px center;
    background-repeat: no-repeat; }
.banner_login .login_form .form_row input.password {
    background-image: url(../img/icon_password.png);
    background-position: 15px center;
    background-repeat: no-repeat; }
.banner_login .login_form .form_row input.phone {
    background-image: url(../img/icon_phone.png);
    background-position: 15px center;
    background-repeat: no-repeat; }
.banner_login .login_form .submit_row input {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background: #2887c7;
    font-size: 18px;
    color: #fff;
    border: none; }
.banner_login .login_form .note {
    overflow: hidden;
    margin: 25px 0; }
.banner_login .login_form .note .forget {
    float: left;
    display: block;
    color: #666666; }
.banner_login .login_form .note .new_user {
    float: right;
    color: #14bff4; }
.banner_login .login_form .three .t {
    text-align: center;
    position: relative; }
.banner_login .login_form .three .t::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 0; }
.banner_login .login_form .three .t span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 5;
    color: #999999; }
.banner_login .login_form .three .b {
    text-align: center;
    margin-top: 20px; }
.banner_login .login_form .three .b a {
    display: inline-block;
    margin: 0 16px; }
.banner_login .login_form .three .b a img{
    height: 48px;
    width: 48px;
}

.login_footer {
    padding-top: 0; }
.login_footer .bottom {
    background: #fff;
    color: #999; }

@media (max-width: 1200px) {
    .banner_login .text h2 {
        font-size: 40px; } }

@media (max-width: 992px) {
    .banner_login .login_form {
        float: none;
        margin: 0 auto; }
    .banner_login {
        padding-top: 40px; }
    .login_title {
        display: none; }
    .go_home {
        display: none; }
    .to_login {
        display: none; } }

@media (max-width: 720px) {
    .banner_login .login_form {
        width: 100%; } }

.regist {
    background: #f7f7f7;
    padding: 55px 15px 80px; }
.regist .regist_nav {
    text-align: center; }
.regist .regist_nav a {
    display: inline-block;
    line-height: 48px;
    text-align: center;
    width: 200px;
    margin: 0 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    font-size: 18px;
    color: #999999; }
.regist .regist_nav a.on {
    background: #2887c7;
    color: #fff; }
.regist .inner {
    padding: 60px 10px;
    background: #fff;
    border-radius: 12px;
    border: 3px solid #2887c7; }
.regist .steps {
    text-align: center;
    line-height: 65px;
    margin-bottom: 50px; }
.regist .steps .step {
    display: inline-block; }
.regist .steps .step span {
    display: block;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 auto;
    color: #999; }
.regist .steps .step p {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
    line-height: 1; }
.regist .steps .step.on span {
    background: #33bb44;
    border-color: #33bb44;
    color: #fff; }
.regist .steps .step.on p {
    color: #33bb44; }
.regist .steps img {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px; }

.regist_form {
    width: 380px;
    max-width: 100%;
    margin: 0 auto; }
.regist_form .form_row {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative; }
.regist_form .form_row input {
    width: 80%;
    height: 100%;
    background: none;
    border: none;
    padding-left: 16px; }
.regist_form .form_row .note {
    line-height: 44px;
    position: absolute;
    right: 15px;
    top: 0; }
.regist_form .form_row a {
    color: #2887c7; }
.regist_form .form_row span {
    color: #999; }
.regist_form .xieyi {
    font-style: normal; }
.regist_form .xieyi input {
    display: none; }
.regist_form .xieyi .xieyi_p {
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    color: #999; }
.regist_form .xieyi .xieyi_p a {
    color: #2887c7; }
.regist_form .xieyi .xieyi_p span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: bottom; }
.regist_form .xieyi .xieyi_p p {
    display: inline-block; }
.regist_form .xieyi .xieyi_p.on span {
    background: #33bb44;
    border: none; }
.regist_form .submit_row {
    margin-top: 15px; }
.regist_form .submit_row input {
    width: 100%;
    border-radius: 6px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #2887c7; }

@media (max-width: 720px) {
    .regist .regist_nav {
        overflow: hidden;
        width: 96%;
        margin: 0 auto; }
    .regist .regist_nav a {
        display: block;
        width: 33.3333333333%;
        float: left;
        margin: 0;
        font-size: 14px;
        line-height: 36px; }
    .regist .steps img {
        display: none; }
    .regist .steps .step {
        display: none; }
    .regist .steps .step.on_show {
        display: block; }
    .regist .inner {
        padding: 30px 10px; }
    .regist .steps {
        margin-bottom: 30px; }
    .regist_form .submit_row input {
        height: 46px; } }

.model {
    width: 800px;
    max-width: 100%;
    position: fixed;
    display: none;
    top: 50%;
    z-index: 9999;
    left: 50%;
    margin-top: -290px;
    margin-left: -400px;
    background: #fff;
    border-radius: 12px;
    padding: 0 30px 40px; }
.model .t {
    text-align: center;
    line-height: 68px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px; }
.model .text {
    width: 100%;
    height: 300px;
    line-height: 2;
    overflow-x: hidden;
    overflow-y: auto; }
.model .button_box {
    margin-top: 40px;
    text-align: center; }
.model .button_box button {
    width: 208px;
    height: 60px;
    font-size: 18px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 6px;
    background: #fff;
    margin: 0 10px; }
.model .button_box button.on {
    background: #2887c7;
    border-color: #2887c7;
    color: #fff; }

.mask_k {
    position: fixed;
    z-index: 9995;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    display: none; }

@media (max-width: 992px) {
    .model {
        width: 600px;
        margin-left: -300px; } }

@media (max-width: 720px) {
    .model {
        width: 96%;
        margin-left: 2%;
        left: 0; }
    .model .button_box button {
        width: 120px;
        height: 50px;
        font-size: 14px; } }

.re_form_b {
    margin-top: 60px;
    width: 930px;
    max-width: 100%;
    margin: 0 auto; }
.re_form_b .button_box {
    text-align: center;
    padding-top: 60px; }
.re_form_b .button_box button {
    width: 208px;
    height: 60px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #999999;
    background: #fff;
    border-radius: 6px;
    margin: 0 10px; }
.re_form_b .button_box button.on {
    background: #2887c7;
    border-color: #2887c7;
    color: #fff; }
.re_form_b .box {
    border-radius: 12px;
    border: 1px solid #eeeeee;
    padding-bottom: 45px;
    margin-bottom: 20px; }
.re_form_b .tit {
    line-height: 62px;
    font-size: 16px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 45px; }
.re_form_b .tit span {
    font-size: 14px; }
.re_form_b .form_row {
    overflow: hidden;
    margin-bottom: 16px; }
.re_form_b .form_row.ovv {
    overflow: visible; }
.re_form_b .form_row.ovv::after {
    content: "";
    display: block;
    clear: both; }
.re_form_b .form_row .front {
    width: 21%;
    float: left;
    text-align: right;
    line-height: 46px;
    padding-right: 15px; }
.re_form_b .form_row .front em {
    font-style: normal;
    font-size: 16px;
    color: #ff0000;
    display: inline-block;
    vertical-align: middle; }
.re_form_b .form_row .right_box {
    width: 79%;
    float: left;
    position: relative; }
.re_form_b .form_row .right_box .xieyi {
    font-style: normal; }
.re_form_b .form_row .right_box .xieyi input {
    display: none; }
.re_form_b .form_row .right_box .xieyi .xieyi_p {
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    color: #999; }
.re_form_b .form_row .right_box .xieyi .xieyi_p a {
    color: #2887c7; }
.re_form_b .form_row .right_box .xieyi .xieyi_p span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: bottom; }
.re_form_b .form_row .right_box .xieyi .xieyi_p p {
    display: inline-block; }
.re_form_b .form_row .right_box .xieyi .xieyi_p.on span {
    background: #2887c7;
    border: none; }
.re_form_b .form_row .right_box .note_more {
    width: 100%;
    float: left;
    padding: 15px 0; }
.re_form_b .form_row .right_box .note_more span {
    display: inline-block;
    background: url(../img/icon_note.png) no-repeat right center;
    padding-right: 25px;
    color: #0096d9;
    cursor: pointer; }
.re_form_b .form_row .right_box.three_input .input_box {
    width: 20%; }
.re_form_b .form_row .right_box .blue_note {
    float: left;
    line-height: 36px;
    background: #e6f9ff;
    border: 1px solid #adecff;
    color: #2887c7;
    margin-left: 2%;
    margin-top: 10px;
    padding: 0 15px; }
.re_form_b .form_row .right_box .input_box {
    width: 56%;
    margin-left: 2%; }
.re_form_b .form_row .right_box .id_box {
    width: 255px;
    height: 138px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    background: url(../img/id_up.png) no-repeat center;
    border-radius: 6px;
    float: left;
    margin-right: 15px; }
.re_form_b .form_row .right_box .id_box.id_down {
    background-image: url(../img/id_down.png); }
.re_form_b .form_row .right_box .id_box input {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 55;
    opacity: 0; }
.re_form_b .form_row .right_box .id_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0; }
.re_form_b .form_row .right_box .id_box .pic .preview {
    width: 100%;
    height: 100%;
    margin-top: 0; }
.re_form_b .form_row .right_box .id_box .pic img {
    display: block;
    width: 100%;
    height: 100%; }
.re_form_b .form_row .input_box {
    width: 58%;
    float: left;
    height: 46px;
    border: 1px solid #cccccc;
    overflow: hidden;
    border-radius: 6px;
    position: relative; }
.re_form_b .form_row .input_box .select {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icon_down.png) no-repeat right 16px center; }
.re_form_b .form_row .input_box .select.phone_select {
    width: 20%;
    float: left; }
.re_form_b .form_row .input_box .select option {
    line-height: 2; }
.re_form_b .form_row .input_box .select option:first-child {
    display: none; }
.re_form_b .form_row .input_box input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0 15px; }
.re_form_b .form_row .input_box input.phone_input {
    width: 80%;
    float: left;
    border-left: 1px solid #ccc; }
.re_form_b .form_row .input_box .count {
    position: absolute;
    width: 60px;
    text-align: center;
    height: 100%;
    z-index: 55;
    right: 0;
    top: 0;
    background: #fff;
    line-height: 44px;
    color: #999; }
.re_form_b .form_row .note {
    line-height: 46px;
    float: left;
    width: 20%;
    padding-left: 15px; }
.re_form_b .form_row .note a {
    color: #2887c7; }
.re_form_b .form_row .note_p {
    color: #999999;
    margin-bottom: 5px; }
.re_form_b .form_row .note_p a {
    color: #2887c7; }
.re_form_b .form_row .label_box {
    float: left; }
.re_form_b .form_row .label_box label {
    display: inline-block;
    min-width: 100px;
    height: 46px;
    padding: 0 23px;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 44px;
    font-weight: normal;
    color: #999999;
    margin-right: 5px;
    background: url(../img/icon_sel.png) no-repeat left top; }
.re_form_b .form_row .label_box label.on {
    background-image: url(../img/icon_sel_on.png);
    border-color: #2887c7;
    color: #2887c7; }
.re_form_b .form_row .upload {
    display: block;
    font-weight: normal;
    line-height: 46px;
    width: 122px;
    float: left;
    color: #fff;
    border-radius: 6px;
    background: #2887c7;
    text-align: center; }
.re_form_b .form_row .pic {
    overflow: hidden; }
.re_form_b .form_row .pic .preview {
    width: 200px;
    float: left;
    margin-top: 10px; }
.re_form_b .form_row .pic img {
    display: block;
    width: 100%; }
.re_form_b .form_row .pic .del-img {
    width: 100%;
    text-align: center;
    line-height: 2;
    display: block;
    cursor: pointer;
    background: #eee; }
.re_form_b .form_row .pic .del-img:hover {
    background: #2887c7;
    color: #fff; }

.hidden_input {
    display: none !important; }

.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute; }

.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    float: left;
    height: 44px !important;
    line-height: 44px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    width: 35% !important;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 6px; }
.city-picker-span::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url(../img/icon_down.png) no-repeat center; }

.city-picker-span > .placeholder {
    color: #aaa; }

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px; }

.city-picker-span.open > .arrow {
    background-position: -10px -10px; }

.city-picker-span > .title > span {
    color: #333;
    padding: 5px;
    border-radius: 3px; }

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff; }

.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px; }

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px; }

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4d4d4d;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px; }

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46a4ff; }

.city-select-tab > a:first-child {
    border-left: none; }

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc; }

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px; }

.city-select {
    font-size: 13px; }

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0; }

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2; }

.city-select dd {
    margin-left: 0;
    line-height: 2; }

.city-select.province dd {
    margin-left: 3em; }

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer; }

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46a4ff; }

.city-select a.active {
    background-color: #46a4ff;
    color: #fff;
    border-radius: 2px; }

@media (max-width: 992px) {
    .re_form_b .form_row .front {
        width: 100%;
        text-align: left; }
    .re_form_b .form_row {
        padding: 0 15px; }
    .re_form_b .form_row .note {
        width: 100%; }
    .re_form_b .form_row .input_box {
        width: 100%; } }

@media (max-width: 720px) {
    .re_form_b .tit {
        line-height: 46px;
        margin-bottom: 30px; }
    .re_form_b .form_row {
        margin-bottom: 10px; }
    .re_form_b .form_row .right_box {
        width: 100%; }
    .city-picker-span {
        width: 100% !important; }
    .re_form_b .form_row .right_box .input_box {
        margin-left: 0;
        width: 100%;
        margin-top: 10px; }
    .re_form_b .box {
        padding-bottom: 20px; }
    .re_form_b .form_row .right_box .id_box {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
    .re_form_b .button_box button {
        width: 140px;
        margin: 0 5px;
        height: 40px; }
    .re_form_b .button_box {
        padding-top: 20px; } }

.regist_return {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px; }
.regist_return .regist_return_img {
    display: block;
    margin: 0 auto; }
.regist_return .regist_return_h2 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 30px;
    font-weight: bold; }
.regist_return .regist_return_p {
    font-size: 16px; }
.regist_return .home {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 374px;
    line-height: 60px;
    border-radius: 6px;
    font-size: 18px;
    color: #999999;
    border: 1px solid #ccc;
    margin-top: 60px; }
.regist_return .home:hover {
    border-color: #2887c7;
    color: #2887c7; }

@media (max-width: 720px) {
    .regist_return {
        padding: 30px 0; }
    .regist_return .regist_return_h2 {
        font-size: 14px; }
    .regist_return .regist_return_p {
        font-size: 14px; }
    .regist_return .home {
        width: 100%;
        line-height: 46px; } }
.at_bst.on {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}
.sub_nav {
    background: #0071bc;
    line-height: 72px; }
.sub_nav .container {
    overflow: hidden; }
.sub_nav .container a {
    display: block;
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    float: left; }
.sub_nav .container a.on {
    background: #37a4e5; }

.sub_nav_down {
    line-height: 60px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(187, 187, 187, 0.4); }
.sub_nav_down .container {
    overflow: hidden; }
.sub_nav_down .container a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    padding: 0 15px; }
.sub_nav_down .container a:hover {
    color: #2887c7; }

.miaosha {
    /*background: url(../img/bg_miaosha.png) no-repeat top center;*/
    background-color: #ffffff;
    background-size: 100% auto;
    padding-top: 55px; }
.miaosha .tit {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 60px; }
.miaosha .tit span {
    color: #2887c7; }
.miaosha .miaosha_nav {
    overflow: hidden;
    background: #414141;
    color: #fff; }
.miaosha .miaosha_nav.on {
    position: fixed;
    top: 132px;
    left: 50%;
    margin-left: -600px;
    z-index: 995;
    width: 1200px;
    max-width: 100%;
}
.miaosha .miaosha_nav a {
    display: block;
    padding-top: 17px;
    padding-bottom: 15px;
    width: 12.5%;
    float: left;
    text-align: center; }
.miaosha .miaosha_nav a:hover {
    color: #fff;
    background: #2887c7; }
.miaosha .miaosha_nav a.on {
    background: #2887c7; }
.miaosha .miaosha_nav a p {
    font-size: 22px;
    margin-bottom: 5px; }

.miaosha_list {
    overflow: hidden; }
.miaosha_list li {
    position: relative;
    width: 24%;
    float: left;
    margin-right: 1.33333333333333%;
    padding: 24px 30px;
    margin-top: 15px;
    border: 1px solid #ededed; }
.miaosha_list li a {
    display: block; }
/*.miaosha_list li a:hover {*/
    /*color: #ff603c; }*/
.miaosha_list li:nth-of-type(4n) {
    margin-right: 0; }
.miaosha_list li .main_img {
    display: block;
    width: 100%; }
.miaosha_list li .img_list {
    overflow: hidden;
    height: 42px;
    margin-top: 6px;
    margin-bottom: 15px; }
.miaosha_list li .img_list .box {
    width: 19%;
    float: left;
    margin-right: 1.25%; }
.miaosha_list li .img_list .box:nth-of-type(5) {
    margin-right: 0; }
.miaosha_list li .img_list .box img {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%; }
.miaosha_list li .tit_name {
    font-size: 14px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
.miaosha_list li .price {
    font-size: 16px;
    color: #ff0036;
    margin-top: 5px; }
.miaosha_list li .price span {
    font-size: 20px; }
.miaosha_list li .o_price {
    font-size: 14px;
    color: #999999;
    position: relative;
    display: inline-block;
    padding: 0; }
.miaosha_list li .o_price::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 0;
    position: absolute; }
.miaosha_list li .o_s {
    color: #999999; }
.miaosha_list li .btn_miaosha {
    overflow: hidden;
    margin-top: 9px; }
.miaosha_list li .btn_miaosha .left {
    width: 60%;
    float: left;
    padding-top: 11px; }
.miaosha_list li .btn_miaosha .left p {
    margin-top: 8px;
    color: #999999; }
.miaosha_list li .btn_miaosha .left .pencent_line {
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    border: 1px solid #ff603c; }
.miaosha_list li .btn_miaosha .left .pencent_line span {
    display: block;
    height: 100%;
    background: #ff603c; }
.miaosha_list li .btn_miaosha button {
    width: 35%;
    float: right;
    display: block;
    background: #ff603c;
    color: #fff;
    height: 36px;
    border: none;
    border-radius: 3px; }

.page {
    overflow: hidden;
    line-height: 38px;
    padding-top: 45px;
    float: right;
    padding-bottom: 65px; }
.page a {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #dddddd;
    background: #f7f7f7; }
.page a.on {
    border-color: #fff;
    background: #fff;
    color: #ff603c; }
.page span {
    display: inline-block; }
.page input {
    width: 38px;
    text-align: center;
    border: 1px solid #dddddd;
    background: #fff; }
.page button {
    width: 56px;
    border: 1px solid #dddddd;
    background: #f7f7f7; }

@media (max-width: 1200px) {
    .miaosha_list li {
        padding: 15px 10px; }
    .miaosha .miaosha_nav.on {
        width: 100%;
        left: 0;
        margin-left: 0; } }

@media (max-width: 992px) {
    .miaosha_list li {
        width: 49%;
        margin-right: 0; }
    .miaosha_list li:nth-of-type(2n) {
        float: right; } }

@media (max-width: 720px) {
    .miaosha {
        padding-top: 20px; }
    .miaosha .tit {
        font-size: 30px;
        margin-bottom: 25px; }
    .miaosha .miaosha_nav a {
        width: 25%; }
    .miaosha .miaosha_nav a p {
        font-size: 18px; }
    .page a {
        padding: 0 5px; }
    .page {
        width: 100%;
        text-align: center; }
    .page a,
    .page span,
    .page button,
    .page input {
        display: none; }
    .page .page_np {
        display: inline-block;
        margin: 0 10px; }
    .sub_nav .container a {
        width: 33.3333%;
        font-size: 16px; }
    .sub_nav {
        line-height: 50px; }
    .sub_nav_down {
        line-height: 44px; } }

.nav_outer {
    position: relative;
    z-index: 99; }
.nav_outer.ovv {
    overflow: visible; }
.nav_outer .fenlei_tag {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 240px;
    line-height: 48px;
    color: #fff;
    background: #2887c7;
    font-size: 18px;
    padding: 0 20px; }
.nav_outer .fenlei_nav {
    position: absolute;
    top: 100%;
    left: 15px;
    background: #fff;
    width: 240px;
    height: 502px;
    border-top: 2px solid #0096d9; }
.nav_outer .fenlei_nav li {
    line-height: 60px;
    padding-left: 23px;
    padding-right: 33px;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    background: url(../img/icon_right.png) no-repeat right 23px center; }
.nav_outer .fenlei_nav li a {
    display: block; }
.nav_outer .search_box {
    float: right;
    margin-top: 30px; }
.nav_outer .search_box .hot_words {
    font-size: 14px;
    color: #999999;
    margin-top: 10px; }
.nav_outer .search_box .hot_words a:hover {
    color: #0096d9; }
.nav_outer .search_box form {
    display: block;
    float: left;
    width: 560px;
    height: 42px;
    border: 2px solid #2887c7;
    overflow: hidden;
    background: #2887c7; }
.nav_outer .search_box form .keyword {
    height: 100%;
    width: 80%;
    float: left;
    border: none;
    background: #fff url(../img/icon_search.png) no-repeat 10px center;
    padding-left: 40px; }
.nav_outer .search_box form .search_btn {
    width: 20%;
    height: 100%;
    background: #2887c7;
    border: none;
    color: #fff;
    float: left; }
.nav_outer .search_box .cart {
    height: 42px;
    overflow: hidden;
    float: right;
    margin-left: 60px; }
.nav_outer .search_box .cart span {
    display: block;
    float: left;
    height: 100%;
    width: 132px;
    border: 1px solid #eeeeee;
    border-right: none;
    line-height: 40px;
    padding-left: 40px;
    background: url(../img/icon_cart.png) no-repeat 14px center;
    font-size: 14px;
    color: #999999; }
.nav_outer .search_box .cart em {
    display: block;
    line-height: 42px;
    width: 54px;
    float: left;
    text-align: center;
    background: #2887c7;
    color: #fff;
    font-size: 18px; }

.swiper_banner {
    border-top: 2px solid #0096d9;
    position: relative;
    overflow: hidden;
    height: 500px; }
.swiper_banner .banner .text {
    margin-left: 425px; }

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: right;
    width: 1200px;
    left: 50%;
    margin-left: -600px; }

.swiper-pagination-switch {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    color: #fff; }

.swiper-active-switch {
    background: #fff;
    color: #333; }

@media (max-width: 1200px) {
    .nav_outer .search_box form {
        width: 400px; }
    .pagination {
        width: 100%;
        margin-left: 0;
        left: 0; } }

@media (max-width: 992px) {
    .nav_outer .search_box {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 20px; }
    .nav_outer .fenlei_tag {
        display: none; }
    .nav_outer .fenlei_nav {
        display: none; }
    .swiper_banner .banner {
        height: 500px; }
    .swiper_banner .banner .text {
        display: block;
        margin-left: 0; } }

@media (max-width: 720px) {
    .nav_outer .search_box {
        display: none; }
    .swiper_banner {
        height: 350px; }
    .swiper_banner .banner .text .box {
        width: 100%;
        padding: 5px; }
    .swiper_banner .banner .text .box span {
        font-size: 15px; }
    .swiper_banner .banner .text .box span::after {
        display: none; }
    .swiper_banner .banner {
        height: 350px; }
    .swiper_banner .banner .text {
        width: 100%;
        position: static;
        padding-top: 35px;
        text-align: center; }
    .swiper_banner .banner .text h2 {
        font-size: 25px; }
    .swiper_banner .banner .text p {
        font-size: 18px; } }

.xinxian {
    padding-top: 50px;
    background-color: #ffffff;
    padding-bottom: 50px; }

.xinxian_box {
    margin-top: 30px;
    overflow: hidden;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed; }
.xinxian_box .left {
    width: 72%;
    float: left; }
.xinxian_box .miaosha_list li {
    width: 33.33333%;
    background: #fff;
    margin-right: 0;
    border: none;
    margin-top: 0;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }
.xinxian_box .miaosha_list li .tit_name {
    margin-top: 18px; }
.xinxian_box .right {
    width: 28%;
    float: left; }
.xinxian_box .right a {
    display: block;
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid #ededed; }
.xinxian_box .right a img {
    display: block;
    width: 100%; }

.brand {
    background-color: #ffffff;
}

.guess {
    padding: 50px 0; }
.guess .miaosha_list {
    margin-top: 20px; }
.guess .miaosha_list li .tit_name {
    margin-top: 18px; }

@media (max-width: 992px) {
    .xinxian_box .miaosha_list li {
        width: 50%; } }

@media (max-width: 720px) {
    .xinxian_box .left {
        width: 100%; }
    .xinxian_box .right {
        width: 100%; }
    .xinxian_box .right a {
        width: 50%;
        float: left; }
    .index_title i {
        display: none; } }

.web_position {
    font-size: 12px;
    color: #999999;
    padding: 16px 0;
    background: #f8f8f8; }

.tag_box {
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
.tag_box .tag_row {
    overflow: hidden;
    position: relative;
    padding-left: 110px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 46px;
    padding-top: 15px;
    padding-bottom: 15px; }
.tag_box .tag_row .tag_head {
    width: 110px;
    height: 100%;
    background: #fafafa;
    text-align: center;
    padding-top: 18px;
    position: absolute;
    left: 0;
    line-height: 1;
    top: 0; }
.tag_box .tag_row .tag_body {
    padding: 0 15px; }
.tag_box .tag_row .tag_body .a_box {
    display: inline-block;
    overflow: hidden; }
.tag_box .tag_row .tag_body .a_box a {
    display: inline-block;
    line-height: 26px;
    padding: 0 5px;
    margin-right: 10px; }
.tag_box .tag_row .tag_body .a_box a.on {
    background: #2887c7;
    color: #fff; }
.tag_box .tag_row .tag_body .p_box {
    margin-top: 15px; }
.tag_box .tag_row .tag_body .p_box a {
    display: inline-block;
    margin-right: 10px; }
.tag_box .price_area {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    line-height: 26px; }
.tag_box .price_area span {
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #eee; }
.tag_box .price_area span input {
    width: 50px;
    border: none;
    background: none; }
.tag_box .price_area button {
    width: 50px;
    height: 26px;
    background: #2887c7;
    color: #fff;
    border: none; }
.tag_box .sel_box select {
    height: 26px;
    width: 100px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 10px;
    padding-right: 25px;
    background: #fff url(../img/icon_down.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.tag_box .sel_box select option:first-child {
    display: none; }

.rank_nav {
    line-height: 48px;
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8; }
.rank_nav a {
    display: block;
    padding: 0 30px;
    float: left;
    border-right: 1px solid #e8e8e8; }
.rank_nav a span {
    display: block;
    padding-right: 16px;
    background: url(../img/icon_down_a.png) no-repeat right center; }
.rank_nav a.on {
    background: #2887c7;
    color: #fff; }
.rank_nav a.on span {
    background-image: url(../img/icon_down_b.png); }
.rank_nav .count {
    float: right;
    color: #999999;
    padding-right: 30px; }

.jiancai2 .miaosha_list li .price {
    display: inline-block; }

.jiancai2 .miaosha_list li {
    padding-bottom: 50px; }

.jiancai2 .shop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    line-height: 43px;
    overflow: hidden;
    border-top: 1px solid #ededed; }
.jiancai2 .shop em {
    display: block;
    float: left;
    color: #999;
    padding-left: 20px;
    background: url(../img/icon_member.png) no-repeat left center; }
.jiancai2 .shop span {
    display: block;
    float: right;
    color: #999; }

@media (max-width: 1200px) {
    .jiancai2 .shop {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        margin-top: 5px; }
    .jiancai2 .miaosha_list li {
        padding-bottom: 5px; } }

@media (max-width: 720px) {
    .jiancai2 .shop span {
        float: left;
        padding-left: 20px; }
    .jiancai2 .shop {
        padding: 10px 0;
        line-height: 1.6; }
    .tag_box .tag_row .tag_head {
        width: 85px;
        font-size: 14px; }
    .tag_box .tag_row {
        padding-left: 85px; }
    .tag_box .tag_row .tag_body .a_box a {
        margin-right: 5px; }
    .tag_box .price_area {
        display: block;
        margin-left: 0; }
    .tag_box .price_area span input {
        width: 35px; }
    .tag_box .sel_box select {
        margin-bottom: 10px; }
    .rank_nav a {
        padding: 0 15px; }
    .rank_nav .count {
        width: 100%;
        padding-left: 15px;
        border-top: 1px solid #eee; } }

.jiancai3 {
    padding-top: 30px;
    background: #fff; }
.jiancai3 .top {
    overflow: hidden; }
.jiancai3 .top .left {
    width: 33%;
    float: left; }
.jiancai3 .top .function_box {
    overflow: hidden;
    margin-top: 15px; }
.jiancai3 .top .function_box a {
    display: block;
    float: left;
    line-height: 34px;
    padding-left: 24px;
    color: #999; }
.jiancai3 .top .function_box a.shoucang {
    float: left;
    background: url(../img/icon_shoucang.png) no-repeat left center; }
.jiancai3 .top .function_box a.jubao {
    float: right;
    padding:0;
    padding-left: 24px;
    background: url(../img/icon_jubao.png) no-repeat left center; }
.jiancai3 .top .left .pc-slide {
    margin: 0 auto;
    overflow: hidden; }
.jiancai3 .top .left .view .swiper-container a {
    display: block; }
.jiancai3 .top .left .view .swiper-container img {
    display: block;
    width: 100%; }
.jiancai3 .top .left .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
    padding: 0 30px; }
.jiancai3 .top .left .preview .swiper-container {
    width: 100%; }
.jiancai3 .top .left .preview .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
}
.jiancai3 .top .left .preview .arrow-left {
    height: 100%;
    position: absolute;
    width: 24px;
    background: #eee url(../img/icon_prev.png) no-repeat center;
    left: 0;
    right: 0; }
.jiancai3 .top .left .preview .arrow-right {
    height: 100%;
    position: absolute;
    width: 24px;
    background: #eee url(../img/icon_next.png) no-repeat center;
    right: 0;
    right: 0; }
.jiancai3 .top .left .preview img {
    padding: 1px; }
.jiancai3 .top .left .preview .active-nav img {
    padding: 0;
    border: 1px solid #ff603c; }
.jiancai3 .top .mid {
    width: 55%;
    float: left;
    padding: 0 25px; }
.jiancai3 .top .mid .name_tit {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0; }
.jiancai3 .top .mid .des {
    color: #999999;
    margin-bottom: 10px; }
.jiancai3 .top .mid .top_price {
    background: #f8f8f8;
    color: #999;
    padding: 15px;
    line-height: 46px; }
.jiancai3 .top .mid .top_price p {
    overflow: hidden; }
.jiancai3 .top .mid .top_price p .l_head {
    float: left;
    width: 80px;
    margin-right: 10px;
    display: block; }
.jiancai3 .top .mid .top_price p .or_price {
    display: block;
    float: left;
    padding: 0 5px;
    position: relative; }
.jiancai3 .top .mid .top_price p .or_price::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 0;
    position: absolute; }
.jiancai3 .top .mid .top_price p .n_price {
    display: block;
    float: left;
    font-size: 24px;
    color: #ff0036; }
.jiancai3 .top .mid .top_price p .cu_body {
    color: #333333;
    float: left;
    display: block; }
.jiancai3 .top .mid .cu_body .jian {
    line-height: 20px;
    border: 1px solid #ff603c;
    padding: 0 4px;
    display: inline-block;
    font-size: 12px;
    color: #ff603c;
    margin-right: 6px; }
.jiancai3 .top .mid .top_count {
    padding-top: 10px;
    padding-bottom: 12px;
}
.jiancai3 .top .mid .top_count .l_row {
    overflow: hidden;
    margin-bottom: 11px; }
.jiancai3 .top .mid .top_count .l_head {
    width: 100px;
    float: left;
    line-height: 34px;
    color: #999999; }
.jiancai3 .top .mid .top_count .r_body {
    float: left; }
.jiancai3 .top .mid .top_count .note {
    float: left;
    margin-left: 10px;
    color: #999;
    line-height: 34px; }
.jiancai3 .top .mid .top_count .r_body select {
    height: 34px;
    padding: 0 22px 0 11px;
    width: 200px;
    background: #fff url(../img/icon_down.png) no-repeat right 10px center;
    float: left;
    border: 1px solid #ccc; }
.jiancai3 .top .mid .top_count .r_body a {
    display: block;
    float: left;
    line-height: 32px;
    border: 1px solid #eee;
    padding: 0 15px;
    border: 1px solid #ccc;
    margin-right: 8px;
    color: #999; }
.jiancai3 .top .mid .top_count .r_body a.on {
    border-color: #0096d9;
    color: #333; }
.jiancai3 .top .mid .top_count .r_body .count_box {
    height: 32px;
    border: 1px solid #ccc;
    width: 154px;
    overflow: hidden; }
.jiancai3 .top .mid .top_count .r_body .count_box span {
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    width: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: bold;
    cursor: pointer; }
.jiancai3 .top .mid .top_count .r_body .count_box input {
    display: block;
    float: left;
    height: 32px;
    width: 84px;
    border: none;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
.jiancai3 .top .mid .top_count .a_box a,.jiancai3 .top .mid .top_count .a_box button {
    display: block;
    float: left;
    line-height: 56px;
    width: 180px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #2887c7;
    background: #2887c7;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-right: 12px; }
.jiancai3 .top .mid .top_count .a_box .cart_btn {
    background: #ecf9ff;
    color: #2887c7; }
.jiancai3 .top .mid .top_count .a_box .tui_btn {
    border-color: #ff603c;
    color: #ff603c;
    background: #fff5f3; }
.jiancai3 .top .right {
    width: 12%;
    float: left;
    position: relative;
    background: #f8f8f8;
    padding: 15px; }
.jiancai3 .top .right p {
    text-align: center;
    color: #999;
    margin-bottom: 15px; }
.jiancai3 .top .right .box {
    width: 100%; }
.jiancai3 .top .right .box img {
    display: block;
    width: 100%; }
.jiancai3 .top .right .box span {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #ff0036; }
.jiancai3 .top .right .pagination {
    width: 100%;
    left: 0;
    position: static;
    margin-left: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px; }
.jiancai3 .top .right .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    background: #d9d9d9; }
.jiancai3 .top .right .swiper-active-switch {
    background: #2887c7; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.recommend {
    border-top: 1px solid #0096d9;
    margin-top: 40px;
    margin-bottom: 35px; }
.recommend .tit {
    line-height: 48px;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 0 26px;
    margin-bottom: 15px; }
.recommend .list {
    overflow: hidden; }
.recommend .list li {
    width: 19%;
    float: left;
    margin-right: 1.25%; }
.recommend .list li:last-child {
    margin-right: 0; }
.recommend .list li img {
    display: block;
    width: 100%; }
.recommend .list li a {
    display: block; }
.recommend .list li .name {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
.recommend .list li .price {
    overflow: hidden;
    line-height: 40px; }
.recommend .list li .price span {
    display: block;
    float: left;
    font-size: 20px;
    color: #ff0036; }
.recommend .list li .price em {
    font-style: normal;
    float: right;
    font-size: 14px;
    display: block;
    color: #999; }

.jiancai3_bottom {
    overflow: hidden; }
.jiancai3_bottom .left {
    width: 18%;
    float: left; }
.jiancai3_bottom .left .box {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px; }
.jiancai3_bottom .left .box .tit {
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
    background: #f5f5f5;
    color: #666;
    font-weight: bold; }
.jiancai3_bottom .left .box .l_search {
    padding-top: 13px;
    padding-bottom: 10px;
    line-height: 26px;
    padding-right: 15px;
    padding-left: 15px; }
.jiancai3_bottom .left .box .l_search .l_row {
    overflow: hidden;
    margin-bottom: 6px; }
.jiancai3_bottom .left .box .l_search .l_row .l_head {
    width: 48px;
    float: left;
    text-align: right;
    padding-right: 6px; }
.jiancai3_bottom .left .box .l_search .l_row .keyword {
    height: 26px;
    border: 1px solid #cccccc;
    width: 110px;
    float: left; }
.jiancai3_bottom .left .box .l_search .l_row .num {
    width: 110px;
    float: left; }
.jiancai3_bottom .left .box .l_search .l_row .num input {
    height: 26px;
    border: 1px solid #cccccc;
    width: 40px; }
.jiancai3_bottom .left .box .l_search .l_row .submit {
    text-align: left;
    height: 28px;
    width: 68px;
    border-radius: 3px;
    color: #fff;
    background: #2887c7 url(../img/icon_l_search.png) no-repeat 9px center;
    border: none;
    padding-left: 28px; }
.jiancai3_bottom .left .box .list li:first-child .a_box {
    display: block; }
.jiancai3_bottom .left .box .list p {
    line-height: 34px;
    background: #f5f5f5 url(../img/icon_close.png) no-repeat 15px center;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 40px;
    cursor: pointer; }
.jiancai3_bottom .left .box .list p.on {
    background-image: url(../img/icon_open.png); }
.jiancai3_bottom .left .box .list .a_box {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 1px;
    display: none; }
.jiancai3_bottom .left .box .list .a_box a {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-bottom: 15px; }
.jiancai3_bottom .left .box .list .a_box a:hover {
    color: #2887c7; }
.jiancai3_bottom .left .box .img_list {
    padding: 20px 13px 5px; }
.jiancai3_bottom .left .box .img_list img {
    display: block;
    width: 100%; }
.jiancai3_bottom .left .box .img_list p {
    overflow: hidden;
    color: #999;
    padding-top: 11px;
    padding-bottom: 15px; }
.jiancai3_bottom .left .box .img_list p span {
    display: block;
    float: left; }
.jiancai3_bottom .left .box .img_list p em {
    display: block;
    float: right;
    color: #ff0036;
    font-weight: bold; }
.jiancai3_bottom .right {
    padding-bottom: 50px;
    width: 81%;
    float: right; }
.jiancai3_bottom .right .scroll_nav {
    border-top: 1px solid #e8e8e8;
    border-bottom: 2px solid #0062a2;
    line-height: 46px;
    overflow: hidden;
    background: #f5f5f5; }
.jiancai3_bottom .right .scroll_nav a {
    display: block;
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #666666; }
.jiancai3_bottom .right .scroll_nav a.on {
    background: #2887c7;
    color: #fff; }
.jiancai3_bottom .right .intro_top {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
.jiancai3_bottom .right .intro_top li {
    width: 33.33333%;
    float: left; }
.jiancai3_bottom .right .intro_top li p {
    overflow: hidden;
    padding: 10px 0; }
.jiancai3_bottom .right .intro_top li p span {
    display: block;
    width: 50%;
    float: left;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px; }
.jiancai3_bottom .right .intro_top li p em {
    display: block;
    float: left;
    width: 50%;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px; }
.jiancai3_bottom .right .txt_con {
    color: #666;
    margin-bottom: 50px; }
.jiancai3_bottom .right .txt_con img {
    max-width: 100%; }
.jiancai3_bottom .right .tit {
    line-height: 50px;
    border: 1px solid #eeeeee;
    padding: 0 25px;
    border-top-color: #2887c7;
    overflow: hidden; }
.jiancai3_bottom .right .tit .opt {
    float: right; }
.jiancai3_bottom .right .tit .opt a {
    display: block;
    float: left;
    padding: 0 14px; }
.jiancai3_bottom .right .tit .opt a.on {
    color: #2887c7; }
.jiancai3_bottom .right .canshu {
    padding: 30px 0 50px; }
.jiancai3_bottom .right .canshu img {
    display: block;
    width: 100%; }
.jiancai3_bottom .right .comment_list {
    padding-top: 30px; }
.jiancai3_bottom .right .comment_list li {
    overflow: hidden;
    padding-top: 24px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px; }
.jiancai3_bottom .right .comment_list li .l_pic {
    width: 120px;
    float: left; }
.jiancai3_bottom .right .comment_list li .l_pic p {
    text-align: center;
    margin-top: 16px;
    color: #666666; }
.jiancai3_bottom .right .comment_list li .l_pic .pic_box {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
.jiancai3_bottom .right .comment_list li .l_pic .pic_box img {
    display: block;
    width: 100%;
    height: 100%; }
.jiancai3_bottom .right .comment_list li .m_txt {
    float: left;
    width: 850px; }
.jiancai3_bottom .right .comment_list li .des {
    line-height: 26px;
    color: #666666;
    margin: 10px 0; }
.jiancai3_bottom .right .comment_list li .des_b {
    overflow: hidden;
    color: #999; }
.jiancai3_bottom .right .comment_list li .des_b span {
    display: block;
    float: left; }
.jiancai3_bottom .right .comment_list li .des_b em {
    display: block;
    float: right; }
.jiancai3_bottom .right .baozhang_box {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px; }
.jiancai3_bottom .right .baozhang_box .baozhang_list li {
    padding-left: 68px;
    background: url(../img/icon_dun.png) no-repeat left center;
    margin-bottom: 30px; }
.jiancai3_bottom .right .baozhang_box .baozhang_list li h2 {
    font-size: 16px;
    font-weight: bold;
    color: #2887c7;
    line-height: 1;
    padding-top: 12px;
    margin-bottom: 10px; }
.jiancai3_bottom .right .baozhang_box .baozhang_list li p {
    font-size: 14px;
    color: #666; }
.jiancai3_bottom .right .txt_box h2 {
    font-size: 14px;
    font-weight: bold;
    color: #2887c7;
    margin-bottom: 10px;
    margin-top: 25px; }
.jiancai3_bottom .right .txt_box p {
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px; }
.jiancai3_bottom .right .txt_box p b {
    font-weight: bold;
    color: #333; }

@media (max-width: 1200px) {
    .jiancai3 .top .mid .top_count .a_box a {
        line-height: 40px;
        width: 120px; }
    .jiancai3_bottom .right .comment_list li .m_txt {
        width: 640px; } }

@media (max-width: 992px) {
    .jiancai3 .top .left {
        width: 100%; }
    .jiancai3 .top .mid {
        width: 100%;
        padding: 0 10px; }
    .jiancai3 .top .right {
        display: none; }
    .jiancai3_bottom .right .comment_list li .m_txt {
        width: 460px; } }

@media (max-width: 720px) {
    /*.jiancai3 .top .mid .top_count .l_head {*/
    /*    width: 100%; }*/
    .jiancai3 .top .mid .top_count .a_box a {
        width: 90px;
        font-size: 14px; }
    .recommend {
        margin-top: 20px; }
    .recommend .list li {
        width: 100%;
        margin-bottom: 15px; }
    .jiancai3_bottom .left {
        display: none; }
    .jiancai3_bottom .right {
        width: 100%; }
    .jiancai3_bottom .right .scroll_nav a {
        padding: 0 10px;
        font-size: 14px; }
    .jiancai3_bottom .right .intro_top li {
        width: 100%;
        padding-left: 20px; }
    .jiancai3_bottom .right .tit .opt {
        display: none; }
    .jiancai3_bottom .right .comment_list li .m_txt {
        width: calc(100% - 120px); }
    .jiancai3_bottom .right .comment_list li {
        padding: 5px 0; }
    .jiancai3_bottom .right .comment_list li .des_b em {
        width: 100%;
        margin-top: 10px; }
    .jiancai3_bottom .right .baozhang_box {
        padding-right: 15px;
        padding-left: 15px; } }

.jiancai4 {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 80px; }
.jiancai4 .inner {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e8e8e8; }
.jiancai4 .top {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0; }
.jiancai4 .top h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px; }
.jiancai4 .top ul {
    overflow: hidden; }
.jiancai4 .top ul .checkbox {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: right;
    display: block;
    margin-top: 15px;
    margin-right: 13px; }
.jiancai4 .top ul .select_all {
    display: inline-block;
    margin-right: 55px; }
.jiancai4 .top ul li {
    float: left; }
.jiancai4 .top ul li:nth-of-type(1) {
    width: 50px; }
.jiancai4 .top ul li:nth-of-type(2) {
    width: 525px; }
.jiancai4 .top ul li:nth-of-type(3) {
    width: 112px; }
.jiancai4 .top ul li:nth-of-type(4) {
    width: 175px; }
.jiancai4 .top ul li:nth-of-type(5) {
    width: 135px; }
.jiancai4 .top ul li:nth-of-type(6) {
    width: 138px; }
.jiancai4 .top .header_list {
    line-height: 50px;
    color: #666666;
    background: #f5f5f5;
    border: 1px solid #e8e8e8; }
.jiancai4 .top .top_list {
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #aaaaaa; }
.jiancai4 .top .top_list .checkbox {
    margin-top: 3px; }
.jiancai4 .top .top_list .ziying {
    display: inline-block;
    padding: 0 5px;
    background: #ff603c;
    color: #fff;
    border-radius: 3px;
    font-size: 12px; }
.jiancai4 .top .top_list .youhui {
    padding: 0 0 0 26px;
    background: url(../img/icon_youhui.png) no-repeat 5px center;
    font-size: 12px;
    color: #ff603c;
    border: 1px solid #ff603c;
    border-radius: 3px;
    float: right; }
.jiancai4 .top .top_list .youhui span {
    display: block;
    padding-right: 15px;
    background: url(../img/icon_youhuid.png) no-repeat right 4px center; }
.jiancai4 .top .bottom_list {
    border: 1px solid #f1f1f1;
    border-top: none;
    padding-bottom: 20px; }
.jiancai4 .top .bottom_list img {
    display: block;
    width: 95px;
    height: 95px;
    object-fit: cover;
    float: left;
    margin-right: 24px;
    margin-top: 15px; }
.jiancai4 .top .bottom_list .txt {
    margin-top: 15px;
    max-width: 220px;
    float: left; }
.jiancai4 .top .bottom_list .txt .name {
    margin-bottom: 15px; }
.jiancai4 .top .bottom_list .txt .type {
    display: block;
    color: #999; }
.jiancai4 .top .bottom_list .price {
    display: block;
    padding-top: 35px; }
.jiancai4 .top .bottom_list .you {
    width: 112px;
    text-align: center;
    margin-top: 10px;
    color: #999999; }
.jiancai4 .top .bottom_list .count_box {
    height: 22px;
    border: 1px solid #cccccc;
    width: 112px;
    overflow: hidden; }
.jiancai4 .top .bottom_list .count_box span {
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    width: 23px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: bold;
    cursor: pointer; }
.jiancai4 .top .bottom_list .count_box input {
    display: block;
    float: left;
    height: 22px;
    width: 64px;
    border: none;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
.jiancai4 .top .bottom_list .c_outer {
    padding-top: 35px; }
.jiancai4 .top .bottom_list .ll {
    padding-top: 35px; }
.jiancai4 .top .bottom_list .ll a {
    display: block; }
.jiancai4 .address {
    padding: 30px;
    border-bottom: 1px solid #eee; }
.jiancai4 .address h2 {
    line-height: 1;
    font-size: 16px;
    font-weight: bold; }
.jiancai4 .address h3 {
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    font-weight: bold; }
.jiancai4 .address h3 span {
    display: block;
    float: left; }
.jiancai4 .address h3 a {
    display: block;
    float: right;
    color: #005ea7; }
.jiancai4 .address .address_list li {
    overflow: hidden;
    line-height: 36px;
    color: #666666;
    border: 1px solid #fff; }
.jiancai4 .address .address_list li .name {
    width: 180px;
    float: left;
    padding-left: 28px; }
.jiancai4 .address .address_list li .tel {
    width: 200px;
    float: left; }
.jiancai4 .address .address_list li .ad_t {
    width: 470px;
    float: left; }
.jiancai4 .address .address_list li a {
    display: block;
    float: left;
    color: #fff;
    margin-right: 34px; }
.jiancai4 .address .address_list li.on, .jiancai4 .address .address_list li:hover {
    background: #eefafe url(../img/icon_address.png) no-repeat right bottom;
    border: 1px solid #14bff3; }
.jiancai4 .address .address_list li.on a, .jiancai4 .address .address_list li:hover a {
    color: #005ea7; }
.jiancai4 .qita {
    padding: 30px; }
.jiancai4 .qita h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
.jiancai4 .qita .qita_inner {
    overflow: hidden; }
.jiancai4 .qita .qita_inner .liuyan {
    float: left;
    width: 500px; }
.jiancai4 .qita .qita_inner .liuyan span {
    display: block;
    width: 85px;
    color: #666666;
    padding-top: 10px;
    float: left; }
.jiancai4 .qita .qita_inner .liuyan textarea {
    float: left;
    resize: none;
    width: 400px;
    height: 120px;
    padding: 10px; }
.jiancai4 .qita .qita_inner .zhe_box {
    width: 550px;
    float: right;
    line-height: 34px; }
.jiancai4 .qita .qita_inner .zhe_box .zhe_row {
    overflow: hidden;
    margin-bottom: 8px; }
.jiancai4 .qita .qita_inner .zhe_box span {
    width: 90px;
    display: block;
    float: left;
    text-align: right; }
.jiancai4 .qita .qita_inner .zhe_box select {
    width: 200px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 30px;
    background: url(../img/icon_down.png) no-repeat right 9px center;
    float: left;
    margin-left: 20px; }
.jiancai4 .qita .qita_inner .zhe_box em {
    font-style: normal;
    float: right;
    font-size: 16px;
    display: block;
    color: #ff0036; }
.jiancai4 .qita .qita_inner .zhe_box input {
    border: 1px solid #cccccc;
    padding: 0 9px;
    background: #fff;
    width: 80px;
    margin-left: 20px;
    float: left; }
.jiancai4 .qita .qita_inner .zhe_box p {
    float: left;
    color: #666;
    margin-left: 12px; }
.jiancai4 .jiesuan {
    background: #f9f9f9;
    overflow: hidden; }
.jiancai4 .jiesuan .left {
    float: left;
    width: 900px;
    padding-right: 66px; }
.jiancai4 .jiesuan .left .p {
    line-height: 40px;
    text-align: right; }
.jiancai4 .jiesuan .left .p span {
    font-size: 24px;
    color: #ff0036; }
.jiancai4 .jiesuan .left .a_a {
    font-size: 14px;
    color: #999999;
    text-align: right;
    margin-bottom: 15px; }
.jiancai4 .jiesuan .right {
    width: 298px;
    float: left; }
.jiancai4 .jiesuan .right input {
    display: block;
    width: 100%;
    height: 79px;
    border: none;
    background: #2887c7;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }

@media (max-width: 1200px) {
    .jiancai4 .top ul li:nth-of-type(2) {
        width: 300px; }
    .jiancai4 .top ul li:nth-of-type(3) {
        width: 90px; }
    .jiancai4 .top ul li:nth-of-type(4) {
        width: 150px; }
    .jiancai4 .top .bottom_list .txt {
        width: 170px; }
    .jiancai4 .address .address_list li .name {
        width: 120px; }
    .jiancai4 .address .address_list li .tel {
        width: 150px; }
    .jiancai4 .address .address_list li .ad_t {
        width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .jiancai4 .address .address_list li a {
        margin-right: 20px; }
    .jiancai4 .qita .qita_inner .liuyan {
        width: 300px; }
    .jiancai4 .qita .qita_inner .liuyan textarea {
        width: 100%;
        margin-top: 10px; }
    .jiancai4 .jiesuan .left {
        width: 100%; }
    .jiancai4 .jiesuan .right {
        float: right; } }

@media (max-width: 992px) {
    .jiancai4 .inner {
        min-width: 940px; }
    .jiancai4 {
        padding: 30px 15px;
        overflow-x: scroll; }
    .jiancai4 .container {
        padding: 0; } }

.person_nav {
    float: right;
    margin-top: 43px;
    color: #999999; }
.person_nav a {
    font-size: 16px; }

.jiancai5 {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 80px; }
.jiancai5 .inner {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e8e8e8; }
.jiancai5 .top {
    border-bottom: 1px solid #e8e8e8;
    padding: 30px;
    margin-bottom: 40px; }
.jiancai5 .top h2 {
    overflow: hidden;
    font-size: 16px; }
.jiancai5 .top h2 span {
    display: block;
    float: left;
    font-weight: bold; }
.jiancai5 .top h2 em {
    display: block;
    float: right;
    font-size: 14px; }
.jiancai5 .top h2 em b {
    font-size: 18px;
    font-weight: normal;
    color: #ff0036; }
.jiancai5 .top h3 {
    overflow: hidden;
    margin-bottom: 0; }
.jiancai5 .top h3 span {
    display: block;
    float: left;
    font-size: 16px;
    color: #999999; }
.jiancai5 .top h3 a {
    display: block;
    float: right;
    color: #2887c7;
    font-size: 14px;
    padding-right: 16px;
    background: url(../img/icon_down_c.png) no-repeat right center; }
.jiancai5 .bottom {
    padding: 0 30px 80px; }
.jiancai5 .bottom .time {
    text-align: center; }
.jiancai5 .bottom .time span {
    color: #ff0000; }
.jiancai5 .bottom .code_box {
    width: 400px;
    margin: 0 auto;
    margin-top: 26px; }
.jiancai5 .bottom .code_box .code {
    width: 100%;
    padding: 15px;
    border: 1px solid #f0f0f0; }
.jiancai5 .bottom .code_box .code img {
    display: block;
    width: 100%; }
.jiancai5 .bottom .code_box span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 58px;
    background: #42b035;
    color: #fff;
    font-size: 16px;
    margin-top: 10px; }
.jiancai5 .bottom h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px; }
.jiancai5 .bottom .zhifu_list {
    overflow: hidden; }
.jiancai5 .bottom .zhifu_list li {
    float: left;
    width: 18.5%;
    margin-right: 1.875%;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #eeeeee; }
.jiancai5 .bottom .zhifu_list li:last-of-type {
    margin-right: 0; }
.jiancai5 .bottom .zhifu_list li img {
    display: block;
    width: 100%; }
.jiancai5 .bottom .zhifu_btn {
    margin-top: 135px; }
.jiancai5 .bottom .zhifu_btn a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 375px;
    line-height: 60px;
    background: #2887c7;
    color: #fff;
    font-size: 18px;
    border-radius: 6px; }
.jiancai5 .back {
    padding: 25px 30px;
    border-top: 1px solid #f0f0f0;
    color: #005aa0; }

@media (max-width: 992px) {
    .person_nav {
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
        margin-top: 10px; }
    .jiancai5 .top h2 span {
        width: 100%; }
    .jiancai5 .top h2 em {
        width: 100%;
        margin-top: 10px; }
    .jiancai5 .top h3 span {
        width: 100%; }
    .jiancai5 .top h3 a {
        float: left;
        margin-top: 10px; }
    .jiancai5 .bottom .zhifu_list li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px; }
    .jiancai5 .bottom .zhifu_list li:nth-of-type(2n) {
        float: right; } }

@media (max-width: 720px) {
    .jiancai5 .top {
        padding: 25px 10px; }
    .jiancai5 .bottom {
        padding: 0 10px 40px; }
    .jiancai5 .bottom .zhifu_btn {
        margin-top: 70px; }
    .jiancai5 .bottom .zhifu_btn a {
        width: 100%; }
    .person_nav {
        text-align-last: left;
        padding-bottom: 15px; }
    .jiancai5 .bottom .code_box {
        width: 100%;
        max-width: 400px; } }

.return_box {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 110px; }
.return_box img {
    display: block;
    margin: 0 auto; }
.return_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px; }
.return_box p {
    font-size: 16px;
    margin-bottom: 60px; }
.return_box a {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    width: 374px;
    line-height: 60px;
    border-radius: 6px;
    font-size: 18px;
    color: #333;
    border: 1px solid #999999; }

.nav_white {
    background: #0096d9; }
.nav_white .login_title {
    color: #fff;
    border-color: #4db6e4; }
.nav_white .go_home {
    color: #fff; }

.jubao {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 80px; }
.jubao .inner {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e8e8e8; }
.jubao .box {
    padding: 20px 30px;
    border-bottom: 1px solid #e8e8e8; }
.jubao .box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
.jubao .box h2 em {
    font-size: 16px;
    color: #ff0000; }
.jubao .box h2 span {
    font-weight: normal;
    font-size: 14px;
    color: #999999; }
.jubao .box .t_box {
    background: #f3fbfe;
    overflow: hidden;
    padding: 25px; }
.jubao .box .t_box img {
    display: block;
    float: left;
    width: 112px;
    margin-right: 15px; }
.jubao .box .t_box .r_txt {
    float: left;
    line-height: 24px;
    color: #666666; }
.jubao .box .a_box {
    padding-top: 10px; }
.jubao .box .a_box a {
    display: inline-block;
    line-height: 58px;
    width: 150px;
    text-align: center;
    border: 1px solid #cccccc;
    margin-right: 15px;
    margin-bottom: 17px;
    color: #666; }
.jubao .box .a_box a.on {
    border-color: #2887c7;
    background: url(../img/icon_address.png) no-repeat right bottom; }
.jubao .box .a_box_b a {
    line-height: 36px; }
.jubao .box textarea {
    width: 100%;
    margin-top: 10px;
    height: 150px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    resize: none; }
.jubao .box .note {
    margin-top: 10px;
    color: #666; }
.jubao .box .yaoqiu_outer {
    overflow: hidden; }
.jubao .box .yaoqiu_outer .yaoqiu {
    float: left;
    padding: 20px;
    background: #f7f7f7; }
.jubao .box .yaoqiu_outer .yaoqiu img {
    display: block;
    float: left; }
.jubao .box .yaoqiu_outer .yaoqiu .txt {
    float: left;
    padding-left: 12px; }
.jubao .box .yaoqiu_outer .yaoqiu .txt span {
    display: block;
    margin-top: 10px;
    color: #999; }
.jubao .box .yaoqiu_outer .file {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    float: left;
    margin-left: 13px;
    background: url(../img/icon_add.png) no-repeat center; }
.jubao .box .pic_outer {
    overflow: hidden; }
.jubao .box .pic_outer input {
    display: none; }
.jubao .box .pic_outer .pic {
    overflow: hidden; }
.jubao .box .pic_outer .preview {
    width: 150px;
    height: 150px;
    position: relative;
    float: left;
    margin-right: 10px; }
.jubao .box .pic_outer .preview .del-img {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    line-height: 2;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer; }
.jubao .box .pic_outer .preview img {
    display: block;
    width: 100%;
    height: 100%; }
.jubao .box .input_box {
    margin-top: 10px;
    line-height: 28px; }
.jubao .box .input_box input {
    border: 1px solid #cccccc;
    background: #fff;
    width: 240px;
    padding: 0 10px; }
.jubao .box_bottom {
    line-height: 82px;
    background: #f9f9f9; }
.jubao .box_bottom p {
    float: left;
    color: #999999;
    padding: 0 25px; }
.jubao .box_bottom p a {
    color: #2887c7; }
.jubao .box_bottom input {
    width: 300px;
    float: right;
    background: #2887c7;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold; }

@media (max-width: 720px) {
    .jubao .box {
        padding: 20px 10px; }
    .jubao .box .t_box .r_txt {
        margin-top: 20px; }
    .jubao .box .yaoqiu_outer .yaoqiu .txt {
        padding-left: 0;
        margin-top: 12px; }
    .jubao .box .yaoqiu_outer .file {
        margin-left: 0;
        margin-top: 10px; }
    .jubao .box_bottom p {
        line-height: 1.6;
        padding-top: 15px; }
    .jubao .box_bottom input {
        width: 100%;
        margin-top: 20px;
        line-height: 66px; } }

@media (max-width: 1200px) {
    .nav_outer .search_box .cart {
        margin-left: 19px; }
    .login_title {
        padding-left: 15px; } }

.pinpaituijian {
    background: url(../img/bg_miaosha.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 65px; }
.pinpaituijian .tag_nav {
    text-align: center;
    margin-bottom: 50px; }
.pinpaituijian .tag_nav a {
    display: inline-block;
    line-height: 42px;
    border-radius: 21px;
    width: 100px;
    background: #fff;
    font-size: 16px;
    margin: 0 7px 10px; }
.pinpaituijian .tag_nav a.on {
    background: #2887c7;
    color: #fff; }

.list_a {
    overflow: hidden;
    padding-bottom: 60px; }
.list_a li {
    float: left;
    border: 1px solid #ededed;
    background: #f4f9fb;
    width: 49.5%;
    margin-bottom: 18px; }
.list_a li:nth-of-type(2n) {
    float: right; }
.list_a li .left {
    width: 34%;
    text-align: center;
    padding-top: 22px;
    float: left;
    padding-bottom: 20px; }
.list_a li .left .brand_pic {
    margin: 0 auto;
    width: 100px;
    max-width: 86%; }
.list_a li .left .brand_pic img {
    display: block;
    width: 100%; }
.list_a li .left h2 {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px; }
.list_a li .left span {
    display: inline-block;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    background: #ff603c;
    color: #fff; }
.list_a li .left p {
    margin-top: 18px;
    color: #999999; }
.list_a li .left a {
    display: inline-block;
    line-height: 36px;
    padding: 0 11px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #cccccc;
    margin-top: 15px; }
.list_a li .right {
    width: 66%;
    float: left;
    background: #fff; }
.list_a li .right .box {
    width: 33.33333333333%;
    float: left;
    padding: 50px 10px;
    display: block; }
.list_a li .right img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee; }
.list_a li .right p {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center; }
.list_a li .right span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ff0036;
    margin: 10px 0; }
.list_a li .right .o_price {
    font-size: 14px;
    color: #999999;
    position: relative;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0 2px; }
.list_a li .right .o_price::after {
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 0;
    position: absolute; }

@media (max-width: 992px) {
    .list_a li {
        width: 100%; } }

@media (max-width: 720px) {
    .list_a li .left {
        width: 100%; }
    .list_a li .right {
        width: 100%; } }

.yanxuan_outer .miaosha_list li {
    background: #fff; }

.yanxuan_outer .miaosha_list li .tit_name {
    margin-top: 18px; }

.yanxuan_outer .tit {
    margin-bottom: 15px; }

.yanxuan_outer .miaosha_list li .price {
    margin-bottom: 5px; }

.shangjia_banner {
    text-align: center;
    padding-top: 80px;
    color: #fff;
    background: url(../img/banner_ruzhu.png) center top;
    background-size: cover;
    padding-bottom: 56px; }
.shangjia_banner .p1 {
    font-size: 24px;
    margin-bottom: 30px; }
.shangjia_banner .p2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 45px; }
.shangjia_banner .p3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px; }
.shangjia_banner .p4 {
    font-size: 18px; }
.shangjia_banner .a_box {
    text-align: center;
    margin-top: 50px; }
.shangjia_banner .a_box a {
    display: inline-block;
    line-height: 52px;
    width: 176px;
    text-align: center;
    margin: 0 6px;
    border-radius: 6px;
    background: #fff;
    color: #2887c7;
    font-size: 20px; }
.shangjia_banner .a_box a.on {
    background: #2887c7;
    color: #fff; }

.shangjia_title {
    text-align: center; }
.shangjia_title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px; }
.shangjia_title p {
    font-size: 16px;
    color: #999999; }

.chengwei {
    background: #f1f7fa url(../img/bg_miaosha.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 60px; }
.chengwei .container {
    margin-top: 50px;
    padding-bottom: 60px; }
.chengwei .box {
    padding: 0 7px; }
.chengwei .box .inner {
    background: #fff;
    padding-top: 24px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(227, 227, 227, 0.47); }
.chengwei .box .inner .t {
    padding: 0 20px; }
.chengwei .box .inner img {
    display: block;
    margin: 0 auto 20px;
    max-width: 60%; }
.chengwei .box .inner .name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold; }
.chengwei .box .inner .c_name {
    text-align: center;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0; }
.chengwei .box .inner .des {
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    height: 104px; }
.chengwei .box .inner .score {
    margin-top: 20px;
    background-image: -moz-linear-gradient(0deg, #00d9e9 0%, #0cb7e0 62%, #1795d7 100%);
    background-image: -webkit-linear-gradient(0deg, #00d9e9 0%, #0cb7e0 62%, #1795d7 100%);
    background-image: -ms-linear-gradient(0deg, #00d9e9 0%, #0cb7e0 62%, #1795d7 100%);
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
.chengwei .op_btn {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 45px; }
.chengwei .op_btn span {
    display: inline-block;
    box-shadow: 0px 3px 6px 0px rgba(227, 227, 227, 0.47);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat; }
.chengwei .op_btn span.prev {
    background-image: url(../img/icon_prev_a.png); }
.chengwei .op_btn span.next {
    background-image: url(../img/icon_next_a.png); }

.free {
    text-align: center;
    display: block;
    line-height: 52px;
    width: 300px;
    border-radius: 6px;
    background: #2887c7;
    color: #fff;
    margin: 0 auto;
    font-size: 20px; }

.liyou {
    padding-top: 70px;
    padding-bottom: 70px; }
.liyou .list_b {
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 10px; }
.liyou .list_b li {
    float: left;
    position: relative;
    width: 32%;
    padding-top: 65px;
    margin-bottom: 25px;
    margin-right: 2%;
    border-radius: 6px;
    border: 1px solid #ebecec; }
.liyou .list_b li:nth-of-type(3n) {
    margin-right: 0; }
.liyou .list_b li .img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px; }
.liyou .list_b li p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px; }
.liyou .list_b li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666; }
.liyou .list_b li .img2 {
    display: block;
    width: 100%;
    margin-top: 30px; }
.liyou .list_b li em {
    display: block;
    width: 49px;
    height: 56px;
    background: url(../img/bg_tag.png) no-repeat;
    left: 16px;
    top: -14px;
    position: absolute;
    padding-left: 12px;
    padding-top: 15px;
    color: #fff; }

.partner {
    padding-top: 75px;
    padding-bottom: 75px;
    background: url(../img/bg_part.png) no-repeat center;
    background-size: cover; }
.partner .shangjia_title h2 {
    color: #fff; }
.partner .shangjia_title p {
    color: #fff; }
.partner .list {
    margin-top: 40px;
    overflow: hidden; }
.partner .list li {
    width: 14.285%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px; }
.partner .list li p {
    background: #fff;
    border-radius: 6px;
    overflow: hidden; }
.partner .list li p img {
    display: block;
    width: 100%; }

@media (max-width: 992px) {
    .liyou .list_b li {
        width: 49%;
        margin-right: 0; }
    .liyou .list_b li:nth-of-type(2n) {
        float: right; }
    .partner .list li {
        width: 25%; } }

@media (max-width: 720px) {
    .liyou .list_b li {
        width: 100%; }
    .partner .list li {
        width: 50%; }
    .re_form_b .form_row .right_box.three_input .input_box {
        width: 100%; }
    .re_form_b .form_row .right_box .blue_note {
        margin-left: 0;
        width: 100%; } }

.select_search {
    padding: 20px 0; }
.select_search .fatie_btn {
    float: right;
    line-height: 42px;
    width: 186px;
    border-radius: 21px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ff603c; }
.select_search .fatie_btn span {
    display: inline-block;
    padding-left: 34px;
    background: url(../img/icon_pen.png) no-repeat left center; }
.select_search form {
    float: left;
    height: 42px;
    border: 2px solid #0096d9;
    width: 562px; }
.select_search form select {
    float: left;
    border: none;
    padding-left: 13px;
    padding-right: 45px;
    background: #fff url(../img/icon_search_down.png) no-repeat right 12px center;
    height: 100%;
    width: 116px; }
.select_search form .key_words {
    width: 343px;
    height: 100%;
    float: left;
    border: none;
    height: 100%;
    padding-left: 10px; }
.select_search form .submit {
    width: 99px;
    border: none;
    background: #2887c7;
    color: #fff;
    height: 100%; }

.luntan {
    /*background: url(../img/bg_miaosha.png) no-repeat center top;*/
    background-size: 100% auto; }
.luntan .luntan_position {
    padding: 15px 15px 15px 24px;
    font-size: 12px;
    color: #999;
    background: url(../img/icon_home.png) no-repeat left center; }
.luntan .luntan_position a:last-of-type {
    color: #2887c7; }
.luntan .luntan_banner {
    position: relative; }
.luntan .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #fff; }
.luntan .swiper-active-switch {
    background: #2887c7; }
.luntan .pagination {
    padding-right: 30px;
    margin-bottom: 15px; }

.luntan_con {
    margin-top: 15px;
    overflow: hidden; }
.luntan_con .left {
    width: 75%;
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 55px; }
.luntan_con .luntan_list li {
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding: 20px 30px; }
.luntan_con .luntan_list li .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px; }
.luntan_con .luntan_list li .tit .tag {
    display: inline-block;
    font-weight: normal;
    padding: 0 6px;
    border: 1px solid #ff603c;
    color: #ff603c;
    font-size: 12px;
    vertical-align: top; }
.luntan_con .luntan_list li .bottom {
    overflow: hidden;
    color: #999999;
    margin-top: 16px;
    line-height: 36px; }
.luntan_con .luntan_list li .bottom span {
    display: inline-block;
    margin-left: 15px; }
.luntan_con .luntan_list li .bottom .count_con {
    float: right; }
.luntan_con .luntan_list li .bottom .count_con i {
    display: block;
    font-style: normal;
    float: left;
    margin-left: 20px;
    padding-left: 25px; }
.luntan_con .luntan_list li .bottom .count_con i.view {
    background: url(../img/icon_eye.png) no-repeat left center; }
.luntan_con .luntan_list li .bottom .count_con i.comment {
    background: url(../img/icon_comment.png) no-repeat left center; }
.luntan_con .right {
    width: 24%;
    float: right; }
.luntan_con .right .box {
    border: 1px solid #ededed;
    background: #fff;
    padding: 45px 15px 25px;
    margin-bottom: 15px; }
.luntan_con .right .box .pic_user {
    display: block;
    margin: 0 auto 20px; }
.luntan_con .right .box .user_name {
    text-align: center;
    font-size: 16px;
    line-height: 20px; }
.luntan_con .right .box .user_name img {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
.luntan_con .right .box .intro {
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #999;
    margin-top: 15px; }
.luntan_con .right .box .count_right_list {
    margin-top: 40px;
    overflow: hidden; }
.luntan_con .right .box .count_right_list li {
    float: left;
    text-align: center;
    width: 33.3333333333333%;
    position: relative; }
.luntan_con .right .box .count_right_list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #e5e5e5;
    top: 50%; }
.luntan_con .right .box .count_right_list li:nth-of-type(3)::after {
    display: none; }
.luntan_con .right .box .count_right_list li p {
    font-size: 24px; }
.luntan_con .right .box .count_right_list li span {
    display: block;
    color: #999999; }
.luntan_con .right .img_boxes {
    border: 1px solid #ededed;
    background: #fff;
    padding: 15px 15px 26px; }
.luntan_con .right .img_boxes .tit {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 22px; }
.luntan_con .right .img_boxes .tit a {
    float: right;
    font-size: 14px;
    font-weight: normal; }
.luntan_con .right .img_boxes img {
    display: block;
    width: 100%; }

@media (max-width: 992px) {
    .luntan_con .left {
        width: 100%; }
    .luntan_con .right {
        display: none; }
    .luntan_con .luntan_list li .bottom .count_con {
        width: 100%;
        margin-top: 10px; }
    .luntan_con .luntan_list li .bottom .count_con i {
        margin-left: 0;
        margin-right: 20px; } }

@media (max-width: 720px) {
    .luntan_con .luntan_list li {
        padding: 15px 10px; }
    .luntan_con .luntan_list li .tit {
        line-height: 1.6; } }

.luntan_txt_con {
    padding: 40px 30px 35px; }
.luntan_txt_con .tit {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 21px; }
.luntan_txt_con .des {
    overflow: hidden;
    color: #999999;
    margin-top: 16px;
    line-height: 36px; }
.luntan_txt_con .des a {
    display: inline-block; }
.luntan_txt_con .des span {
    display: inline-block;
    margin-left: 15px; }
.luntan_txt_con .des .count_con {
    float: right;
    margin-bottom: 25px; }
.luntan_txt_con .des .count_con i {
    display: block;
    font-style: normal;
    float: left;
    margin-left: 20px;
    padding-left: 25px; }
.luntan_txt_con .des .count_con i.view {
    background: url(../img/icon_eye.png) no-repeat left center; }
.luntan_txt_con .des .count_con i.comment {
    background: url(../img/icon_comment.png) no-repeat left center; }
.luntan_txt_con .tuwen {
    line-height: 26px;
    color: #666; }
.luntan_txt_con .tuwen img {
    max-width: 100%; }
.luntan_txt_con .tuwen_op {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px; }
.luntan_txt_con .tuwen_op a {
    display: inline-block;
    width: 100px;
    padding-top: 18px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 10px; }
.luntan_txt_con .tuwen_op a img {
    display: block;
    margin: 0 auto; }
.luntan_txt_con .tuwen_op a span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #999999; }

.all_return {
    border-top: 1px solid #cccccc;
    padding-top: 24px; }
.all_return .load_more {
    text-align: center;
    color: #2887c7;
    padding-top: 30px;
    padding-bottom: 40px; }
.all_return .load_more a {
    display: inline-block;
    padding-right: 25px;
    background: url(../img/icon_note.png) no-repeat right center; }
.all_return .tit {
    font-size: 16px;
    font-weight: bold;
    padding: 0 40px; }
.all_return .tit span {
    float: right;
    font-weight: normal;
    font-size: 14px; }
.all_return .tit span a {
    color: #2887c7; }
.all_return .list_b {
    margin-top: 5px;
    padding: 0 40px; }
.all_return .list_b li {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee; }
.all_return .list_b li .user {
    line-height: 36px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px; }
.all_return .list_b li .user span {
    display: inline-block;
    margin-left: 5px; }
.all_return .list_b li .user em {
    float: right;
    display: block; }
.all_return .list_b li .txt {
    line-height: 26px;
    color: #666;
    margin-bottom: 12px; }
.all_return .list_b li .bottom {
    overflow: hidden;
    color: #999; }
.all_return .list_b li .bottom span {
    display: block;
    float: left; }
.all_return .list_b li .bottom .op_box {
    float: right; }
.all_return .list_b li .bottom .op_box a {
    display: inline-block;
    padding-left: 24px;
    margin-left: 20px; }
.all_return .list_b li .bottom .op_box .zan {
    background: url(../img/icon_dian.png) no-repeat left center; }
.all_return .list_b li .bottom .op_box .huifu {
    background: url(../img/icon_dio.png) no-repeat left center; }
.all_return form {
    margin-top: 20px;
    padding: 0 40px; }
.all_return form textarea {
    height: 140px;
    resize: none;
    background: #f5f5f5;
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 10px; }
.all_return form label {
    display: block;
    margin-top: 15px;
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    background: #fff url(../img/icon_add.png) no-repeat center; }
.all_return form #file {
    display: none; }
.all_return form .submit_row {
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden; }
.all_return form .submit_row input {
    float: right;
    width: 138px;
    height: 42px;
    border: none;
    background: #ff603c;
    font-size: 16px;
    color: #fff; }
.all_return form .pic {
    overflow: hidden;
    margin-top: 15px; }
.all_return form .preview {
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 10px; }
.all_return form .preview img {
    display: block;
    width: 100%;
    height: 100%; }
.all_return form .preview .del-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #333;
    text-align: center;
    line-height: 2;
    color: #fff;
    cursor: pointer;
    font-size: 12px; }

@media (max-width: 720px) {
    .luntan_txt_con {
        padding-right: 10px;
        padding-left: 10px; }
    .luntan_txt_con .tit {
        font-size: 20px;
        line-height: 1.6; }
    .luntan_txt_con .des .count_con {
        width: 100%; }
    .luntan_txt_con .des .count_con i {
        margin-left: 0;
        margin-right: 20px; }
    .all_return .tit {
        padding-right: 10px;
        padding-left: 10px; }
    .all_return .list_b {
        padding: 0 10px; }
    .all_return form {
        padding: 0 10px; } }

.help_top {
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 26px;
    background: #2887c7; }
.help_top .left {
    overflow: hidden;
    color: #fff;
    float: left; }
.help_top .left h2 {
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px; }
.help_top .left p {
    font-size: 16px; }
.help_top form {
    display: block;
    float: right;
    margin-top: 9px;
    width: 560px;
    height: 42px;
    border: 2px solid #7bd6ff;
    overflow: hidden;
    background: #7bd6ff; }
.help_top form .keyword {
    height: 100%;
    width: 80%;
    float: left;
    border: none;
    background: #fff url(../img/icon_search.png) no-repeat 10px center;
    padding-left: 40px; }
.help_top form .search_btn {
    width: 20%;
    height: 100%;
    background: #7bd6ff;
    border: none;
    color: #fff;
    float: left; }

.help_con {
    background: url(../img/bg_miaosha.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 35px;
    overflow: hidden;
    margin-bottom: 45px; }
.help_con .left {
    float: left;
    width: 24%;
    float: left;
    background: #fff; }
.help_con .left .box {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px; }
.help_con .left .box .tit {
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
    font-weight: bold; }
.help_con .left .box .list {
    margin-bottom: 0; }
.help_con .left .box .list li:first-child .a_box {
    display: block; }
.help_con .left .box .list p {
    line-height: 40px;
    background: #f5f5f5 url(../img/icon_close.png) no-repeat 15px center;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 40px;
    cursor: pointer; }
.help_con .left .box .list p.on {
    background-image: url(../img/icon_open.png); }
.help_con .left .box .list .a_box {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 1px;
    display: none; }
.help_con .left .box .list .a_box a {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-bottom: 15px; }
.help_con .left .box .list .a_box a:hover, .help_con .left .box .list .a_box a.on {
    color: #2887c7; }
.help_con .right {
    width: 75%;
    padding-bottom: 30px;
    float: right;
    background: #fff;
    border: 1px solid #e8e8e8; }
.help_con .right .help_position {
    line-height: 46px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    padding: 0 40px; }
.help_con .right .help_list {
    padding: 25px 35px; }
.help_con .right .help_list li {
    color: #666;
    margin-bottom: 20px; }
.help_con .right .page {
    padding-top: 0px;
    padding: 0 30px; }
.help_con .right .help_txt {
    padding: 25px 40px;
    line-height: 26px;
    color: #666; }
.help_con .right .help_txt img {
    max-width: 100%; }



@media (max-width: 1200px) {
    .help_top form {
        float: left; } }

@media (max-width: 992px) {
    .help_con .left {
        display: none; }
    .help_con .right {
        width: 100%; }
    .help_con .right .page {
        width: 100%; }
    .help_con .page a,
    .help_con .page span,
    .help_con .page button,
    .help_con .page input {
        display: inline-block;
        padding: 0 10px; }
    .help_top form {
        width: 100%; }
    .help_con .right .help_list {
        padding: 20px; }
    .help_con .right .help_txt {
        padding: 20px; } }

@media (max-width: 992px) {
    .select_search form {
        float: none;
        margin: 0 auto; }
    .select_search .fatie_btn {
        float: none;
        margin: 25px auto 0;
        display: block; } }

@media (max-width: 720px) {
    .select_search form {
        width: 100%; }
    .select_search form select {
        width: 30%; }
    .select_search form .key_words {
        width: 50%; }
    .select_search form .submit {
        width: 20%; }
    .jubao .box .a_box a {
        width: 48%;
        line-height: 46px;
        float: left;
        margin-right: 0; }
    .jubao .box .a_box a:nth-of-type(2n) {
        float: right; }
    .jubao .box .a_box {
        overflow: hidden; } }

/*模板*/
.jiancai2.temp1 {
    display:none;
}
.help_con.temp {
    margin:0;
}
.jiancai2.temp .miaosha_list li {
    padding-bottom:10px;
}
.tab_temp1 {
    float:right;
}
.tab_temp1 a {
    display:inline-block;
    height:30px;
    line-height:30px;
    border-radius:30px;
    padding:0 20px;
}
.tab_temp1 a.hover{
    background:#0096d9;
    color:#fff;
}
.tag_box.temp1 .tag_row .tag_body .a_box a.on,.tag_box.temp1 .price_area button{
    background:#1e96fa;
}
.tag_box.temp2 .tag_row .tag_body .a_box a.on,.tag_box.temp2 .price_area button {
    background:#fad18a;
    color:#967130;
}
.jiancai3 .top.temp2 .mid .top_count .a_box a.cart_btn,.jiancai3 .top.temp2 .mid .top_count .a_box a.tui_btn {
    background:#fad18a;
    color:#967130;
    border-color:#fad18a;
}
.jiancai3 .top.temp2 .function_box a.jubao {
    float:left;
    margin-left:20px;
}
.jiancai3_bottom.temp2 .left .box .l_search .l_row .submit {
    background: #fad18a url(../img/icon_l_search.png) no-repeat 9px center;
    color:#fff;
}
.jiancai3 .top.temp2 {
    overflow: inherit;
}

.jiancai3 .top.temp2 .mid .top_price {
    background:#0f8586;
    color:#fff;
    width:670px;
    border-radius:5px 0 0 5px;
}

.jiancai3 .top.temp2 .mid .top_price p {
    width:35%;
    line-height:80px;
    float:left;
}
.jiancai3 .top.temp2 .mid .top_price p .n_price {
    color:#fff;
}
.rank_nav.temp2 a.on,.jiancai3 .top.temp2  .mid .top_count .a_box a {
    background:#0f8586;
}
.miaosha_list.temp2 li .price,.miaosha_list.temp2 li a:hover,.recommend.temp2 .list li .price span,.recommend.temp2 .list li a:hover,.jiancai3_bottom.temp2 .left .box .img_list p em{
    color:#0f8586;
}
.jiancai3_bottom.temp2 .left .box,.jiancai3 .top.temp2 .mid .top_count .r_body a.on {
    border-color:#fad18a;
}
.jiancai3_bottom.temp2  .right .tit,.recommend.temp2 {
    border-top:1px solid #fad18a;
}

.jiancai3_bottom.temp2 .right .scroll_nav a.on {
    background:#0f8586;
}
.jiancai3_bottom.temp2 .right .scroll_nav {
    border: 1px solid #e8e8e8;
}
.jiancai3_bottom.temp2 .left .box .tit {
    background:#0f8586;
    color:#fff;
}
.temp_bs {
    background:#fff;
}
.nav_outer .search_box .temp_input {
    width:370px;
    height:42px;
    border:2px solid #0096d9;
}
.nav_outer .search_box .temp_input .search_btn {
    background:#0096d9;
}
.nav_outer .search_box .cart.temp {
    margin-left:10px;
}
.nav_outer .search_box .cart.temp em {
    background:#0096d9;
}
.temp_st {
    padding:0 25px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: left;
    margin-left: 25px;
    margin-top: 32px;
}
.temp_st .temp_name {
    float:left;
    padding-right:10px;
}
.temp_st .temp_name p {
    font-size:16px;
    padding-bottom:5px;
}
.temp_st .temp_name span {
    font-size:12px;
    color:#333;
    padding:2px 6px;
    border-radius:2px;
    display:inline-block;
    background:#f4c985;
}
.temp_score {
    float:left;
    margin:0;
    font-size:14px;
    text-align: center;
    padding-right:6px;
}
.temp_score dd {
    color:#999;
    padding-bottom:5px;
}
.temp_score dt {
    color:#ff0000;
}
.web_position.temp {
    padding:16px;
    background:#fff;
}
.jiancai3 .top.temp2 .left {
    width:45%;
}
.jiancai3 .top.temp2 .left .preview .active-nav img {
    border: 1px solid #fad18a;
}
.jiancai3_bottom.temp2 .right .recommend {
    margin:0;
}
.jiancai3_bottom.temp2 .right .recommend .list li {
    width: 24%;
    float: left;
    margin-right: 1.25%;
    margin-top:20px;
}
.jiancai3_bottom.temp2 .right .recommend .tit a {
    float:right;
    color:#0f8586;
}
.jiancai3_bottom.temp2 .right  .recommend .list li:nth-child(4n) {
    margin-right:0;
}
.jiancai3_bottom.temp2 .right  .recommend .tit {
    padding-left:0;
}
.jiancai3_bottom.temp2 .right  .recommend .tit span {
    background:#0f8586;
    color:#fff;
    display:inline-block;
    height:100%;
    padding:0 20px;
}
.temp_top {
    border:2px solid #fedb99;
    margin-bottom:30px;
}
.temp_top .device {
    width:50%;
    position:relative;
    float:left;
}
.temp_top .device img {
    width:100%;
    height:100%;
}
.temp_top .device .pagination  {
    width:100% !important;
    left:inherit;
    right:10%;
    margin-left:auto;
}

.temp_top .device .swiper-pagination-switch {
    width:10px;
    height:10px;
    background:#fff;
}
.temp_top .device .swiper-active-switch {
    background:#0f8586;
}
.temp_top .word_tes {
    float:left;
    width:50%;
    padding:35px 55px;
}
.temp_top .word_lg .logo {
    width:100px;
    height:100px;
    border:1px solid #f5f5f5;
    float:left;
}
.temp_top .word_lg .txt {
    float:left;
    margin-left:15px;
}
.temp_top .word_lg .txt h3 {
    font-size:16px;
    margin:0;
    color:#333;
    margin-bottom:13px;
}
.temp_top .word_lg .txt p {
    color:#999;
    font-size:14px;
}
.temp_top .word_lg .btn {
    padding:5px;
    margin-top:13px;
    height:32px;
    line-height:32px;
    text-align: center;
    color:#967130;
    background:#fad18a url(../img/temp_gz.png) no-repeat center left;
    padding:0 0 0 18px;

}
.temp_top .word_tes .text {
    font-size:14px;
    line-height:22px;
    color:#999;
    margin-top:40px;
    height:180px;
    overflow:hidden;
}
.temp_top.temp1 {
    background:#fff;
    border:none;
}
.temp_top.temp1 .device .swiper-active-switch {
    background:#0096d9;
}
.temp_top.temp1 .word_lg .btn {
    background:url(../img/temp_gz1.png) no-repeat center left;
    color:#0096d9;
    border:1px solid #0096d9;
}
.temp_top.temp3 {
    background:#fff;
    border:none;
    margin-top:30px;
}
.temp_top.temp3 .device {
    width:55%;
}
.temp_top.temp3 .device img {
    width:100%;
    height:100%;
}
.temp3_nav {
    width:15%;
    float:left;
    height:460px;
    background:url(../img/temp3_nav.png) no-repeat right bottom;
}
.temp3_nav h3 {
    padding:30px 0 30px 25px;
    font-size:20px;
    margin:0;
}
.temp3_nav a {
    float:left;
    color:#333;
    width:80%;
    display:block;
    height:35px;
    line-height:35px;
    padding-left:25px;
    border-radius:0 35px 35px 0;
    margin:5px 0;
}
.temp3_nav a.hover ,.temp3_nav a:hover{
    background-image: linear-gradient(to right, #f54d1f , #fc640e);
    color:#fff;
}
.temp_top.temp3 .word_tes {
    width:30%;
}
.temp_top.temp3 .device .swiper-active-switch {
    background:#f54e1e;
}
.temp3_lbr {
    background:#fff;
    padding:30px 20px;
    margin-bottom:20px;
}
.temp3_lbr .miaosha_list li .tit_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:40px;
    height:40px;
    display: block;
}
.temp3_lbr .miaosha_list li .price {
    display:block;
    margin:0;
    background:url(../img/temp3_lbr1.png) no-repeat center left ;
    color:#fff;
    font-size:14px;
    padding-left:5px;
    margin-bottom:10px;
}
.temp3_lbr.a0 .miaosha_list li .price {
    display:block;
    margin:0;
    background:url(../img/temp3_lbr3.png) no-repeat center left ;
    color:#fff;
    font-size:14px;
    padding-left:5px;
    margin-bottom:10px;
}
.temp3_lbr.a1 .miaosha_list li .price {
    display:block;
    margin:0;
    background:url(../img/temp3_lbr2.png) no-repeat center left ;
    color:#fff;
    font-size:14px;
    padding-left:5px;
    margin-bottom:10px;
}

.temp3_lbr .miaosha_list li .price span {
    font-size:16px;
    font-weight:bold;
    margin-left:10%;
}
.temp3_lbrtit {
    color:#333;
    font-size:20px;
}
.temp3_lbrtit a {
    float:right;
    font-size:14px;
}
.jiancai3 .top.temp3 .left {
    width:45%;
}
.jiancai3 .top.temp3 .function_box a.jubao {
    float:left;
    margin-left:15px;
}
.recommend.temp3 .temp3_lbr {
    padding: 0 20px;
}
.recommend.temp3 .miaosha_list li {
    margin-top:0;
    padding-bottom:5px;
}
.jiancai3 .top.temp3 .mid .top_count .r_body a.on {
    border-color:#f54d1f;
}
.jiancai3 .top.temp3 .mid .top_count .a_box a {
    background:#f54d1f;
    border:none;
    color:#fff;
}
.jiancai3 .top.temp3 .mid .top_count .a_box a.cart_btn {
    background:#ebb781;
}
.jiancai3 .top.temp3 .mid .top_count .a_box a.tui_btn {
    background:#524743;
}
.recommend.temp3 {
    border-top: 1px solid #eeeeee;
}
.recommend.temp3 .tit {
    border:none;
}
.jiancai3_bottom.temp3 .right .scroll_nav a.on {
    color:#f54e1f;
    background:none;
    border-top:1px solid #f54e1f;
}
.jiancai3_bottom.temp3 .right .scroll_nav {
    border-bottom: 1px solid #e8e8e8;
}
.jiancai3_bottom.temp3 .left .box .l_search .l_row .submit {
    background: #f54e1f url(../img/icon_l_search.png) no-repeat 9px center;
}
.jiancai3_bottom.temp3  .right .tit {
    border:none;
    border-top: 1px solid #eeeeee;
}
.jiancai3_bottom.temp3 .right .tit .opt a.on {
    color:#f54e1f;
}
.tag_box.temp3 .tag_row .tag_body .a_box a.on {
    background: #f54e1f;
}
.tag_box.temp3 .price_area button {
    background: #f54e1f;
}
.rank_nav.temp3 {
    background:none;
    border:none;
}
.rank_nav.temp3 a {
    border-right:none;
}
.rank_nav.temp3 a.on {
    color:#f54e1f;
    background:none;
}
.rank_nav.temp3 a.on span {
    background-image: url(../img/icon_down_d.png);
}
.univers_list {
    margin-top:10px;
}
.univers_list li {
    padding:0 10px;
    margin-top:20px;
}
.univers_list .pic {
    position: relative;
}
.univers_list .pic .play {
    background:url(../img/univers_play.png) no-repeat center;
    width:62px;
    height:62px;
    position:absolute;
    background-size:100%;
    top:50%;
    left:50%;
    z-index:8;
    margin-left:-32px;
    margin-top:-32px;
    opacity:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.univers_list .pic:before {
    content:"";
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    left:0;
    position: absolute;
    top:0;
    opacity:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.univers_list li:hover .play,.univers_list li:hover .pic:before {
    opacity:1;
}

.univers_list .pic img {
    width:100%;
}
.univers_list .word {
    border:1px solid #ededed;
    padding:20px;
    background:#fff;
}
.univers_list .text {
    height:70px;
    line-height:22px;
    overflow:hidden;
}
.univers_list .shop .tit {
    display:inline-block;
    background:url(../img/shop_icon.png) no-repeat center left;
    padding-left:22px;
}
.univers_list .shop span {
    display:block;
    color:#999;
}
.univers_list .shop_btn {
    width:88px;
    height:35px;
    line-height:35px;
    font-size:16px;
    color:#fff;
    text-align:center;
    float:right;
    background:#0096d9;
    border-radius:3px;
}
.Study_con {
    margin-bottom:40px;
}
.Study_con .Study_deta {
    background:#fff;
    padding:0 30px;
    border-radius:5px;
    border:1px solid #efefef;
    padding-bottom:70px;
}
.Study_deta  .tit {
    padding:30px 0;
}
.Study_deta  .tit h3 {
    font-size:20px;
    color:#303030;
    margin:0 auto;
}
.Study_deta  .tit p {
    color:#999;
    font-size:14px;
    padding-top:5px;
}
.Study_deta .word {
    font-size:14px;
    line-height:26px;
}
.Study_deta .word img {
    width:100%;
}
.Study_list {
    background:#fff;
    background:#fff;
    border-radius:5px;
    border:1px solid #efefef;
    padding:0 20px;
}
.Study_list .tit {
    line-height:55px;
    height:55px;
    border-bottom:1px solid #ccc;
}
.Study_list .tit p {
    padding-left:35px;
    background:url(../img/Study_icon.png) no-repeat center left;
    font-size:16px;
    color:#303030;
    font-weight:bold;
    border-bottom:1px solid #0071bc;
    display:inline-block;
}
.Study_list .tit a {
    float:right;
    color:#999999;
}
.Study_list .list li {
    padding:15px 0;
    border-bottom:1px dashed #eee;
}
.Study_list .list h3 {
    font-size:14px;
    color:#333333;
    padding-left:17px;
    height:15px;
    overflow:hidden;
    margin:0;
    background:url(../img/list_tw.png) no-repeat center left;
}
.Study_list .list p {
    color:#888;
    margin-top:5px;
    padding-left:17px;
    font-size:12px;
}
.course_deta {
    background:#fff;
    padding:30px;
    border:1px solid #efefef;
}
.course_deta .tit {
    font-size:20px;
    font-weight:bold;
    margin:0;
    height:22px;
    overflow:hidden;
    margin-bottom:25px;
}
.cours_video video {
    width:100%;

}
.ku_list {
    background:#fff;
    padding:0 30px;
    border:1px solid #efefef;
    margin-top:20px;
    padding-bottom:30px;
}
.ku_list .tit {
    line-height:70px;
    height:70px;
    border-bottom:1px solid #efefef;
    font-size:16px;
    margin:0;
    overflow:hidden;
}
.ku_list .tit span {
    font-size:14px;
    color:#999;
}
.ku_list ul h4 {
    height:45px;
    line-height:45px;
    font-size:16px;
    color:#333;
    background:#f7f7f7;
    padding:0 20px;
    margin:10px 0;
    overflow:hidden;
}
.ku_list li {
    line-height:32px;
    height:32px;
    font-size:14px;
    padding:0 20px;
    color:#333;
    margin-bottom:10px;
}
.ku_list li p {
    width:50%;
    overflow:hidden;
    display:inline-block;
}
.ku_list li .tin {
    float:right;
}
.ku_list li .btn {
    background:url(../img/ku_btn.png) no-repeat center;
    padding-left:35px;
    color:#fff;
    height:32px;
    width:80px;
    background-size:100%;
    margin-left:30px;
}
.course_tit {
    padding:30px;
    background:#fff;
    border:1px solid #efefef;
}
.course_tit h2{
    font-size:24px;
    color:#333;
    line-height:36px;
    font-weight:bold;
    margin:0;
}
.course_tit p {
    margin-top:10px;
    font-size:14px;
    color:#999999;
}
.cou_word {
    padding:10px 30px;
    margin-top:15px;
    background:#fff;
    border:1px solid #efefef;
}
.cou_word .tit {
    line-height:40px;
    height:40px;
    color:#303030;
    overflow:hidden;
    border-bottom:1px solid #efefef;
}
.cou_word .word {
    line-height:30px;
    font-size:14px;
    color:#666;
    padding:10px 0;
}
.study_video {
    width:83%;
    height:100%;
    position:relative;
    float:left;
}
.study_video .tit {
    width:100%;
    text-align:center;
    position:absolute;
    top:4%;
    left:0;
    color:#fff;
    z-index:99;
}
.study_video .vid_btn {
    width:140px;
    height:38px;
    line-height:38px;
    position: absolute;
    left:0;
    background:#0071bc url(../img/vid_btn.png) no-repeat center left 10px;
    margin-top:20px;
    z-index:99;
    color:#fff;
    text-align: center;
    border-radius:0 5px 5px 0;
}
.study_video video {
    width:100%;
    height:100%;
}
.stuku_list {
    width:17%;
    float:right;
    height:100%;
    overflow:auto;
}
.stuku_list .tit {
    background:#ecf5ff;
    padding:15px 10px;
}
.stuku_list .tit .word {
    line-height:22px;
    font-size:14px;
    color:#333;
    width:55%;
    float:left;
}
.stuku_list .tit .word a {
    margin-top:5px;
    display:inline-block;
    background: url(../img/shop_icon.png) no-repeat center left;
    padding-left: 22px;
}
.stuku_list .tit .pic {
    width:35%;
    float:right;
}
.stuku_list .tit img {
    width:100%;
}
.stuku_ul {
    padding:0 10px;
    margin-bottom:0;
}
.stuku_ul .stuk_tit {
    font-size:16px;
    color:#333;
    padding-top	:27px;
    height:57px;
    line-height:30px;
    font-weight:bold;
    overflow:hidden;
}
.stuku_ul .stuk_tit p {
    width:55px;
    float:left;
}
.stuku_ul .stuk_tit span {
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:30px;
    text-align: center;
    float:left;
    border:1px solid #ccc;
    margin-right:10px;
    position:relative;
    background:#fff;
    z-index:9;
}
.stuku_ul .stuk_tit span:before {
    content:"";
    height:30px;
    width:1px;
    background:#ccc;
    position:absolute;
    top:-30px;
    left:50%;
    z-index:8;
}

.stuku_ul li {
    font-size:14px;
    color:#666;
    padding-top	:20px;
    height:40px;
    line-height:20px;
    overflow:hidden;
}
.stuku_ul li p {
    width:55px;
    float:left;
}
.stuku_ul li span {
    width:20px;
    height:20px;
    line-height:20px;
    border-radius:20px;
    text-align: center;
    float:left;
    border:1px solid #ccc;
    margin-left:5px;
    margin-right:15px;
    position:relative;
    background:#fff;
    z-index:9;
}
.stuku_ul .on span  {
    background:#67c23a;
    border-color:#67c23a;
}
.stuku_ul .hover span {
    background:url(../img/stuk-vi.png) no-repeat center;
    background-size:100%;
    border:none;
}
.stuku_ul li span:before {
    content:"";
    height:20px;
    width:1px;
    background:#ccc;
    position:absolute;
    top:-20px;
    left:50%;
    z-index:8;
}

@media (max-width: 1200px) {
    .temp_top.temp3 .word_tes {
        padding: 35px 20px
    }
    .study_video {
        width:70%;
    }
    .stuku_list {
        width:30%;
    }
}
@media (max-width: 992px) {
    .temp_st {
        float:none;
    }
    .jiancai3 .top.temp2 .left,.jiancai3 .top.temp3 .left {
        width: 100%;
    }
    .temp3_nav {
        height:300px;
    }
    .temp3_nav a {
        width:50%;
    }
    .temp_top .device ,.temp_top .word_tes,.temp_top.temp3 .device ,.temp_top.temp3 .word_tes,.temp3_nav{
        width:100%;
        float:none;
    }
    .temp_top .word_tes {
        padding:15px;
    }
    .temp_top .word_tes .text {
        height: auto;
        margin-top:15px;
    }
    .ku_list li p {
        width: auto;
        overflow:hidden;
        display:inline-block;
    }
    .ku_list li .btn {
        margin-left:10px;
    }
    .course_deta ,.course_tit{
        padding:10px;
    }
    .ku_list {
        padding:0 10px;
    }
    .cou_word {
        padding:10px;
    }
}

@media (max-width: 720px) {
    .study_video,.stuku_list {
        width:100%;
    }
    .study_video .tit {
        top:10%;
    }
    .temp_bs .nav_outer  {
        padding-bottom:10px;
    }
    .temp_st {
        float: left;
        margin:0;
    }
    .temp3_lbrtit {
        font-size:16px;
    }
    .temp3_lbrtit a {
        font-size:12px;
    }
    .jiancai3 .top.temp2 .mid .top_price{
        width:100%;
    }
    .jiancai3 .top.temp2 .mid .top_price p {
        line-height:40px;
    }
    .jiancai3_bottom.temp2 .right .recommend .list li {
        width:48%;
        margin:0 1%;
    }
    .tab_temp1 {
        float:none;
        display:block;
        margin-top:30px;
    }
    .tab_temp1 a {
        width:33%;
        float:left;
        text-align: center;
        margin-top:10px;
    }
    .Study_deta .tit {
        padding:20px 0;
    }
    .Study_con .Study_deta {
        padding:0 10px;
    }
    .Study_list {
        padding:0 10px;
        margin-top:15px;
    }
    .course_deta .tit {
        font-size:18px;
        margin-bottom:10px;
    }
    .ku_list li .tin span {
        display:none;
    }
    .course_tit {
        margin-top:15px;
    }
    .course_tit h2 {
        font-size:18px;
        line-height:30px;
    }
}
.ind_float {
    width:110px;
    position: fixed;
    top:35%;
    right:5px;
    background:#fff;
    text-align:center;
    padding:0 10px;
    font-size:12px;
    color:#666;
    border-radius:4px;
    box-shadow:0px 0px 50px rgba(0,0,0,.1);
}
.ind_float .nt {
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
    display:block;
}
.ind_float .nt .pic {
    padding-bottom:10px;
}
.ind_float .nt p {
    white-space:nowrap
}

.list_lind {
    width:135px;
    position: fixed;
    top:35%;
    left:0;
    text-align:center;
    background:#fff;
    z-index:10;
    box-shadow:0px 0px 50px rgba(0,0,0,.1);
}
.list_lind li a {
    height:50px;
    line-height:50px;
    display:block;
    font-size:16px;
    color:#333333;
    border-bottom:1px solid #efefef;
    z-index:99;
}
.list_lind li .hover {
    background-image: linear-gradient(to bottom right, #0f64ad, #4ca9e5);
    color:#fff;
}
.list_lind li :hover {
    background-image: linear-gradient(to bottom right, #0f64ad, #4ca9e5);
    color:#fff;
}
.list_lind li a img {
    margin-right:5px;
}
.list_lind li a img:nth-child(1) {
    display: inline-block;
}
.list_lind li a img:nth-child(2) {
    display: none;
}
.list_lind li .hover img:nth-child(2) {
    display: inline-block;
}
.list_lind li .hover img:nth-child(1) {
    display: none;
}
@media (max-width: 1400px) {
    .list_lind {
        left:5px;
        top:20%;
    }
}
@media (max-width: 750px) {
    .list_lind,.ind_float {
        display:none;
    }
}
