@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: ttf;
    font-size: 14px;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
body {
    width: 100vw;
    overflow: hidden;
}
input,
select,
textarea {
    vertical-align: middle;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

img {
    border: 0;
    vertical-align: middle;
    max-width:100%;
}

dl,
dt,
li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #333
}

* {
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.text {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9e9e9e
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9e9e9e
}

input::-moz-placeholder,
textarea:-moz-placeholder {
    color: #9e9e9e
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9e9e9e
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.tabbox {
    display: table-cell;
    vertical-align: middle
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
span,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
button{
    outline: none;
    cursor: pointer;
}
img {
    object-fit: cover;
}
.col1a{
    color: #1a1a1a;
}
/*font*/
@font-face {
    font-family: ttf;
    src: url('SourceHanSansCN-Regular.ttf');
}

/* @font-face {
    font-family: 'Medium';
    src: url('../font/SourceHanSansCN-Medium.otf');
} */

@font-face {
    font-family: 'Regular';
    src: url('../fonts/SourceHanSansCN-Regular.ttf');
}

/* @font-face {
    font-family: 'DemiLight';
    src: url('../font/NotoSansCJKsc-DemiLight.otf');
} */



@font-face {
    font-family: 'iconfont';
    src: url('../icon/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mb40{
    margin-bottom: 40px !important;
}

/*comm css*/
footer {}

footer .link {
    padding: 25px 0;
    background: url(../images/p3_06.jpg) repeat-x;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-family: 'Medium';
    background-size: auto 100%;
    color: #fff;
}

footer .copy {
    background: #383838;
    text-align: center;
    line-height: 51px;
    color: #a9a9a9;
    font-family: 'Light'
}

.welcome {
    text-align: center;
    line-height: 42px;
    background: url(../images/p3_02.jpg) repeat-x;
    background-size: auto 100%;
    color: #c4c4c4;
    font-family: 'Light';
}
.welcome .wrap{
    position: relative;
}
.welcome .h-language{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.welcome .h-language .h-language-top span{
    margin-right: 4px;
}
.welcome .h-language .h-language-top .arrow {
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s
}
.welcome .h-language .h-language-top .arrow_turn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}
.welcome .h-language ul{
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #494949;
    z-index: 100;
    width:60px;
    top: 34px;
    display: none;
}
.welcome .h-language ul li a{
    color: #fff;
    display: block;
}
header {
    padding: 16px 0 22px;
    background: #fff;
    box-shadow: 0px 5px 10px 2px rgba(87, 87, 87, .3);
    position: relative;
    width: 100%;
    z-index: 10;
}

header .nav {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
}

header .nav a {
    color: #333333;
    font-family: ttf !important;
    font-size: 16px;
    margin-top: 67px;
    width: 105px;
}

header .nav a.active {
    color: #c92b2f
}

header .share {
    text-align: center;
    margin-top: 32px;
    position: relative;
}

header .share a {
    margin: 0 16px;
    position: relative;
}

header .share a i {
    color: #cfcfcf;
    font-size: 20px;
}

header .share a:hover i {
    color: #8a8a8a
}

header .share a span {
    position: absolute;
    left: -50px;
    top: 50px;
    border: 2px #cfcfcf solid;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    height: 0;
}

header .share a span img {
    /*width: 76px;height: 76px;*/
}

header .share a .icon-gouwu::before{
    content: '';
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
    background: url(../images/gw1.png) no-repeat center center;
    background-size: 100% 100%;
    width: 16px;
    height: 18px;
}
header .share a.on span {
    opacity: 1;
    top: 24px;
    height: auto
}
header .share a.on .icon-gouwu::before{
    background: url(../images/gw2.png) no-repeat center center;
    background-size: 100% 100%;
}
header .share .hgrzx{
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
    position: relative;
}
header .share .hgrzx i{
    color: #cfcfcf;
    font-size: 20px;
    cursor: pointer;
}
header .share .hgrzx:hover i{
    color: #8a8a8a
}
header .share .hgrzx span{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    height: 0;
    padding: 22px 15px;
    background: #fff;
}
header .share .hgrzx span a{
    display: block;
    min-width: 92px;
    text-align: center;
    color: #B3B3B3;
    font-size: 14px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
header .share .hgrzx span a:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
header .share .hgrzx span a:hover{
    color: #4D4D4D;
}
header .share .hgrzx:hover span{
    opacity: 1;
    top: 30px;
    height: auto;
}
header .share .search-cont{
    position: absolute;
    right:0;
    top: 50%;
    transform: translate(-50%,-50%);
}
header .share .search-cont .search-box{
    background: #4a4646;
    border-radius: 18px;
    width: 0;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    display: flex;
    align-items: center;
    opacity: 0;
}
header .share .search-cont.open{
    transition: all .5s;
    left:50%;
    right: auto;
}
header .share .search-cont.open  .search-box{
    transition: all 1.5s;
    width: 486px;
    opacity: 1;
    /* display: flex; */
}

header .share .search-cont .search-box button{
    display: inline-block;
    vertical-align: top;
    border: none;
    background: transparent;
    margin-left: 20px;
    outline: none;
}
header .share .search-cont .search-box button i{
    font-size: 20px;
    color: #CFCFCF;
}
header .share .search-cont .search-box input{
    width: 360px;
    height: 100%;
    padding-left: 8px;
    border: none;
    background: transparent;
    appearance: none;
}
header .share .search-cont .search-box .close{
    margin-left: auto;
    margin-right: 20px;
    font-size: 30px;
    color: #999999;
    cursor: pointer;
}
.nybox {
    background: #fff;
    overflow: hidden;
    padding: 73px 0 37px;
}

.Lmenu {
    width: 178px;
}

.Lmenu li {
    line-height: 36px;
    margin-bottom: 19px;
    display: block;
}

.Lmenu a {
    color: #333333;
    font-size: 18px;
    font-family: 'Regular';
    position: relative;
    padding-bottom: 6px;
}

.Lmenu a.active,
.Lmenu a:hover {
    color: #c92b2f;
}

.Lmenu a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #c92b2f;
    transition: .5s
}

.Lmenu a.active:before,
.Lmenu a:hover:before {
    width: 100%;
}

.Rcont {
    /*width: 1010px;*/
    width: 100%;
}

.Rcont.cpmain {
    width: 1010px;
}

.page {
    text-align: center;
    margin-top: 43px;
}

.page dl {
    display: inline-block;
}

.page .count,
.page a {
    color: #000;
    line-height: 69px;
    float: left;
    font-size: 16px;
}

/*.page .btn{float: right;margin-left: 26px;}*/
.page .btn a {
    width: 69px;
    height: 69px;
    line-height: 69px;
    border: 1px #eee solid;
    display: inline-block;
    margin-right: 10px;
}

.page .btn a i {
    font-size: 28px;
    color: #999999;
}

.page .btn a:hover i {
    color: #333333
}

.page .btn a:hover {
    border-color: #dedede;
}


.page .btn {
    width: 69px;
    height: 69px;
    line-height: 69px;
    border: 1px #eee solid;
    display: inline-block;
    margin-right: 10px;
    padding: 0
}

.page .btn i {
    font-size: 28px;
    color: #999999;
}

.page .btn a:hover i {
    color: #333333
}

.page a {
    color: #000;
    line-height: 69px;
    float: left;
    font-size: 16px;
    padding: 0 20px;
    border: 1px #eee solid;
    display: inline-block;
    margin-right: 10px;
}

.page .active {
    color: #333333;
    background-color: #999999;
    color: #fff
}

/*产品*/
.product {}

.product .box {
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(244, 244, 244, .8);
    padding: 63px 35px;
}

.product .info {}

.product .info .top {
    text-align: center;
}

.product .info .txt {
    < !--background: url(../images/bg1_03.png) no-repeat center;
    -->height: 387px;
    color: #454545;
    font-size: 16px;
    font-family: 'Regular';
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: keep-all;
    word-wrap: break-word;
}

.product .info .txt .padd {
    padding: 50px 65px;
}

.product .list {
    margin-top: 60px;
}

.product .list .top {}

.product .list .pic {
    text-align: center;
}

.product .list .pic img {
    max-width: 100%;
}

.product .list .filtrate {
    padding-bottom: 24px;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 77px;
    font-size: 16px;
    color: #454545;
    font-family: 'Regular';
}

.product .list .filtrate select {
    color: #000;
    height: 24px;
    border: 2px #808080 solid;
}

.product .list .filtrate span {
    line-height: 24px;
    margin-left: 19px;
}

.product .list .bom {}

.product .list li {
    float: left;
    width: 50%;
    /*padding-bottom: 24px;*/
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 37px;
    position: relative;
}

.product .list li a {
    display: block;
    width: 85%;
    margin: 0 auto
}

.product .list li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 95%;
    background: #e5e5e5
}

.product .list li:nth-child(2n):before {
    display: none
}

.product .list li .pic {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.product .list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.product .list li:hover .pic img {
    transform: scale(1.1);
    transition: .5s;
}

.product .list li .txt {}

.product .list li .txt h2 {
    font-size: 22px;
    color: #313131;
    font-family: 'Medium';
    line-height: 24px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product .list li .txt h4 {
    font-size: 18px;
    color: #313131;
    font-family: 'Medium';
    margin-bottom: 28px;
}

.product .list li .txt h4 span {
    color: #c92b2f
}

.product .list li .txt p {
    font-size: 16px;
    color: #787878;
    font-family: 'Light';
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: keep-all;
    word-wrap: break-word;
    height: 48px;
    overflow: hidden;
}

.product .list li:hover .txt h2 {
    color: #c92b2f;
    text-decoration: underline;
}




/*关于我们*/
.nybanner {
    background: #ffffff;
    text-align: center;
    padding: 47px 0 23px;
}

.about {
    width: 95%;
    margin: 0 auto 100px;
}

.about p {
    font-size: 16px;
    color: #454545;
    font-family: 'Regular';
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: keep-all;
    word-wrap: break-word;
}

.about img {
    max-width: 100%
}



/*经销商*/
.dealer {
    border: 1px #eeeeee solid;
    /*width: 930px;*/
    width: 100%;
}

.dealer .padd {
    padding: 90px 50px;
}

.dealer .item {
    margin-bottom: 82px;
    font-family: 'DemiLight';
    font-size: 18px;
    line-height: 30px;
}

.dealer .item h4 {
    color: #c92b2f;
}

.dealer .item p {
    color: #333333;
}



/*新闻*/
.news {
    border: 1px #eeeeee solid;
    /*width: 965px;*/
    width: 100%;
}

.news .padd {
    padding: 45px 70px 42px;
}
.news .news_list{
    text-align: center;
}
.news .news_list li{
    margin-bottom: 26px;
}
.news .news_list li .img{
    padding: 40px;
    border: 1px #eeeeee solid;
    margin-bottom: 20px;
}
.news p {
    font-size: 18px;
    color: #686868;
    font-family: 'DemiLight';
}
.news .word img{
    max-width: 100%;
}
.news h4 {
    font-size: 30px;
    color: #ca2e32;
    font-family: 'Medium';
    text-align: center;
    text-transform: uppercase;
}

.news dl {
    margin: 33px 0;
    text-align: center;
}

.news dl img {
    max-width: 100%
}



/*已售完*/
.sold_list {
    /*width: 928px;*/
    width: 100%;
}

.sold_list ul {
    margin-right: -2%;
}

.sold_list li {
    float: left;
    width: 31.33%;
    margin: 0 2% 22px 0;
}

.sold_list li .pic {
    height: 383px;
    position: relative;
}

.sold_list li img {
    width: 100%;
    height: 100%;
}

.sold_list li span {
    width: 93px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Light';
    position: absolute;
    left: 0;
    top: 0;
    background: #4a4b4a
}

.sold_list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 383px;
    font-size: 18px;
    color: #fff;
    font-family: 'Medium';
    text-transform: uppercase;
    transition: .5s;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sold_list li .name {
    text-align: center;
    margin-top: 18px;
}

.sold_list li .name h4 {
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sold_list li .name p {
    font-size: 14px;
    color: #4d5959;
    font-family: 'Regular';
}

.sold_list li:hover a {
    height: 100%;
}




/*index*/
.hbox {
    padding: 90px 0;
}

.banner {
    position: relative;
}

.banner .ban-left,
.banner .ban-right {
    width: 42px;
    height: 79px;
    position: absolute;
    top: 40%;
    z-index: 10;
    outline: none
}

.banner .ban-left {
    background: url(../images/left1.png) no-repeat center;
    left: 0%;
}

.banner .ban-right {
    background: url(../images/right1.png) no-repeat center;
    right: 0%;
}

.banner li img {
    max-width: 100%;
}

.ban_pag {
    bottom: 0 !important;
    width: 100%;
}

.ban_pag .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    border-radius: 9px !important;
    background: #d2d2d2 !important;
    opacity: 1 !important;
    margin: 0 2px !important;
}

.ban_pag .swiper-pagination-bullet-active {
    background: #959595 !important;
    width: 29px !important;
}

.hlist {
    margin-top: 78px;
}

.hlist ul {
    margin-right: -16px;
}

.hlist li {
    height: 229px;
    width: 229px;
    position: relative;
    float: left;
    margin: 0 14px 14px 0;
    overflow: hidden;
}

.hlist li img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.hlist li p {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 90%;
    margin: 0 auto;
    right: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Medium';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hlist li:hover img {
    transform: scale(1.1);
    transition: .5s;
}




/*产品详情*/
.cpmin {
    /*width: 930px;*/
    width: 100%;
}

.cpmin-b {
    margin-top: 90px;
    border: 1px #eeeeee solid;
    position: relative;
}

.cpmin-b .name {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #6c6c6c;
    font-family: 'Medium';
    width: 100%;
    text-align: center;
    top: -20px;
}

.cpmin-b .name span {
    padding: 0 20px;
    display: inline-block;
    background: #fff
}

.cpmin-b .padd {
    padding: 50px 60px;
}

.cpmin-b .top {
    text-align: center;
}

.cpmin-b .top h4 {
    font-size: 18px;
    color: #333333;
    font-family: 'Medium';
    margin-top: 40px;
}

.cpmin-b .cont {
    margin-top: 45px;
}

.cpmin-b .cont p {
    font-size: 18px;
    color: #333333;
    font-family: 'DemiLight';
    line-height: 24px;
}

.cpmin-t {}

.cpmin-t .L {
    width: 471px;
    position: relative;
}

.cpmin-t .R {
    /*width: 421px;*/
    width: 55%;
}

.cpmin-t .R h2 {
    font-size: 24px;
    color: #c92b2f;
    font-family: 'Medium';
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.cpmin-t .R h2 .coll_btn{
    display: block;
    width: 26px;
    height: 24px;
    background: url(../images/collection.png) no-repeat top center;
    background-size: 100%;
    margin-top: 0;
    transition: all .1s;
}
.cpmin-t .R h2 .coll_btn.active{
    background: url(../images/collection.png) no-repeat bottom center;
}
.cpmin-t .R h4 {
    font-size: 24px;
    color: #333333;
    font-family: 'Light';
    line-height: 44px;
}
.cpmin-t .R .pro_num h3{
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    color: #808080;
    margin-right: 10px;
}
.cpmin-t .R .pro_num{
    font-size: 0;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.cpmin-t .R .pro_num .pro_num_ar{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.cpmin-t .R .pro_num .pro_num_ar span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 25px;
    color: #666;
    cursor: pointer;
    vertical-align: top;
}
.cpmin-t .R .pro_num .pro_num_ar span:hover{
    color: #cccccc;
}
.cpmin-t .R .pro_num .pro_num_ar input{
    display: inline-block;
    vertical-align: top; 
    width: 70px;
    height: 40px;
    border: none;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

.cpmin-t .R p {
    font-size: 16px;
    color: #6c6c6c;
    font-family: 'Light';
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: keep-all;
    word-wrap: break-word;
    margin-top: 5px;
}

.cpmin-t .R .addShopcar {
    width: 380px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: #e5e5e5;
    font-size: 18px;
    color: #808080;
    font-family: 'Medium';
    text-transform: uppercase;
    display: block;
    margin: 20px 0 0;
    text-align: center;
    transition: all .5s;
}

.cpmin-t .R a img {
    margin-right: 18px;
    position: relative;
    top: -2px;
}
.cpmin-t .R .addShopcar:hover{
    transform: scale(0.95);
    background: #c92b2f;
    color: #fff;
}
.gallery-top {
    height: 457px;
    width: 473px;
    float: right;
    position: relative;
    overflow: hidden;
    border: 1px #e5e5e5 solid;
    margin: 0 auto 21px !important
}

.gallery-top li img,
.gallery-thumbs li img {
    display: block;
    width: 100%;
}

.gallery-thumbs {
    box-sizing: border-box;
    width: 100%;
    height: 99px;
    position: relative;
    display: none;
}

.gallery-thumbs li {
    opacity: 1;
    border: 1px #e5e5e5 solid;
    border-left: none;
    border-right: none;
    height: 97px;
}

.gallery-thumbs li:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
}

.gallery-thumbs li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
}

.gallery-thumbs li.swiper-slide-thumb-active:before,
.gallery-thumbs li.swiper-slide-thumb-active:after {
    background: #c92b2f;
    width: 1px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #c92b2f;
    opacity: 1
}

.cpmin-t .L .cp_right,
.cpmin-t .L .cp_left {
    width: 18px;
    height: 40px;
    top: 92% !important;
    position: absolute;
    transition: .5s;
    display: none;
}

.cpmin-t .L .cp_right {
    background: url(../images/right2.png) no-repeat center !important;
    right: -29px;
}

.cpmin-t .L .cp_left {
    background: url(../images/left2.png) no-repeat center !important;
    left: -29px;
}

.login-cont{
    padding-top: 98px;
    padding-bottom: 158px;
}
.lng-title{
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 54px;
    text-align: center;
}
.login-cont .form-box{
    width: 415px;
    margin: 0 auto;
}
.login-cont .form-box .input{
    position: relative;
    overflow: hidden;
    border: 1px solid #CFCFCF;
    margin-bottom: 15px;
    border-radius: 5px;
}
.login-cont .form-box .input input{
    display: block;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    appearance: none;
    border: none;
}
.login-cont .form-box .input input:focus{
    box-shadow: 0px 0px 6px 0px rgba(155, 155, 155, 0.55);
}
.login-cont .form-box .input input::placeholder{
    color: #999999;
}
.login-cont .form-box .input input::-moz-placeholder{
    color: #999999;
}
.login-cont .form-box .input input::-webkit-input-placeholder{
    color: #999999;
}
.login-cont .form-box .tips{
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 57px;
}
.login-cont button{
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #B2B2B2;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all .5s;
}
.login-cont button:hover{
    transform: scale(0.95);
    background: #c92b2f;
}
.login-cont .form-box a{
    font-size: 16px;
    color: #999999;
    display: block;
    text-align: center;
    transition: all .5s;
}
.login-cont .form-box a:hover{
    color: #c92b2f;
}
.login-cont .form-box a.forgetPass{
    margin-bottom: 10px;
}
.register-cont{
    padding-top: 98px;
    padding-bottom: 156px;
}
.register-cont .form-box{
    width: 540px;
    margin: 0 auto;
}
.register-cont .form-box .input{
    position: relative;
    margin-bottom: 10px;
}
.register-cont .form-box .input input{
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    appearance: none;
}
.register-cont .form-box .input input:focus{
    box-shadow: 0px 0px 6px 0px rgba(155, 155, 155, 0.55);
}
.register-cont .form-box .input input::placeholder{
    color: #999999;
}
.register-cont .form-box .input input::-moz-placeholder{
    color: #999999;
}
.register-cont .form-box .input input::-webkit-input-placeholder{
    color: #999999;
}
.register-cont .form-box .must{
    font-size: 16px;
    color: #C92B2F;
}
.register-cont .form-box .name{
    font-size: 0;
    margin-bottom: 15px;
}
.register-cont .form-box .name .input{
    display: inline-block;
    width: 260px;
}
.register-cont .form-box .input .must{
    position: absolute;
    top: 50%;
    right:15px;
    transform: translateY(-50%);
}

.register-cont .form-box .title{
    margin-bottom: 15px;
    color: #4D4D4D;
}

.newSelectTitle{
    height: 40px;
    display: block;
    line-height: 40px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
}
.newSelectTitle i{
    display: inline-block;
    float: right;
}
.newSelectTitle span{
    color: #999999;
}
.newSelectTitle span.active{
    color: #4D4D4D;
}
.newOptions {
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newOptions::-webkit-scrollbar-track {
    background-color: #e0e0e0
}

.newOptions::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.newOptions::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px
}

.newOptions::-webkit-scrollbar-thumb:hover {
    background-color: #888
}

.newOptions li {
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
}

.newOptions li:hover {
    background: #eee
}
.newSelect .arrow {
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s
}

.newSelect .arrow_turn {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}
.newOptions li[data-select=true] {
    background: #c92b2f;
    color: #fafafa
}
.register-cont .must_tips{
    font-size: 16px;
    color: #C92B2F;
    margin-bottom: 40px;
}
.register-cont button {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #B2B2B2;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .5s;
}
.register-cont button:hover {
    transform: scale(0.95);
    background: #c92b2f;
}
.register-cont .form-box a {
    font-size: 16px;
    color: #999999;
    display: block;
    text-align: center;
    transition: all .5s;
}
.position{
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
}
.position a{
    font-size: 14px;
    color: #808080;
}
.position a:last-child{
    color: #333333;
}
.shop_cart{
    padding-top: 60px;
}
.ftitle{
    font-size: 20px;
    margin-bottom: 34px;
}
.shop_cart,.comfirm_order{
    padding-top: 60px;
}

.shop_cart .order_list{
    margin-bottom: 46px;
}
.shop_cart .order_list .thead{
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
    font-size: 0;
}
.shop_cart .order_list .thead>div{
    display: inline-block;
    font-size: 15px;
    color: #999999;
}
.shop_cart .order_list .tbody .item{
    padding: 25px 0;
    border-bottom: 1px solid #EDEDED;
    font-size: 0;
}
.shop_cart .order_list .thead .td-product{
    padding-left: 86px;
    width: 170px;
}

.shop_cart .order_list .td-price{
    width: 240px;
    padding: 0 10px;
    text-align: center;
}
.shop_cart .order_list .thead .td-xj{
    width: 210px;
    text-align: center;
}
.shop_cart .order_list .thead .td-del{
    width: 88px;
    padding-left: 8px;
    text-align: left;
}
.shop_cart .order_list .td-num{
    width: 200px;
    padding: 0 10px;
    text-align: center;
}
.shop_cart .order_list .td-num .product-num{
    width: 76px;
}
.shop_cart .order_list .td-product{
    margin-right: 80px;
}
.shop_cart .order_list .tbody>.item>div{
    display: inline-block;
    vertical-align: middle;
}
.shop_cart .order_list .tbody>.item>div .m_show{
    display: none;
}
.shop_cart .order_list .tbody>.item>div p{
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.shop_cart .order_list .tbody .td-product{
    font-size: 0;
}
.shop_cart .order_list .tbody .td-product .img{
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin-right: 26px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}
.shop_cart .order_list .tbody .td-del{
    width: 88px;
    color: #BBBBBB;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shop_cart .order_list .tbody .td-del img{
    margin-right: 5px;
}
.shop_cart .order_list .tbody .td-product .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.shop_cart .order_list .tbody .td-product .info{
    width: 170px;
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    vertical-align: middle;
}
.shop_cart .order_list .tbody .product-num{
    border: 1px solid #E6E6E6;
    height: 24px;
    line-height: 24px;
    font-size: 0;
    margin: 0 auto;
}
.shop_cart .order_list .tbody .product-num .num-input{
    width: 28px;
    border: none;
    border-right:1px solid #E6E6E6;
    border-left:1px solid #E6E6E6;
    font-size: 13px;
    color: #333333;
    height: 24px;
    text-align: center;
}
.shop_cart .order_list .tbody .product-num span{
    display: inline-block;
    width: 22px;
    text-align: center;
}
.shop_cart .order_list .tbody .td-xj{
    width: 210px;
    text-align: center;
}
.shop_cart .order_bottom{
    line-height: 44px;
    margin-bottom: 99px;
}
.shop_cart .order_bottom .del_all{
    font-size: 15px;
    font-family: Microsoft YaHei;
    color: #999999;
    cursor: pointer;
}
.shop_cart .order_bottom .pay_all>div{
    display: inline-block;
}
.shop_cart .order_bottom .pay_all .had_choose{
    font-size: 14px;
    color: #aaaaaa;
}
.shop_cart .order_bottom .pay_all .all_price{
    font-size: 14px;
    color: #aaaaaa;
}
.fs20{
    font-size: 20px;
}
.shop_cart .order_bottom .pay_all .payfor{
    display: inline-block;
    width: 110px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #b3b3b3;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border: none;
    margin-left: 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}
.shop_cart .order_bottom .pay_all .payfor:hover{
    transform: scale(0.95);
    background: #c92b2f;
}
.radio_box {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    margin-right: 18px;
}
.radio_box input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.radio_box input+span::before {
    content: '';
    background: url(../images/input4.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.radio_box input:checked+span::after {
    content: '';
    background: url(../images/input4h.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.comfirm_order .order_list {
    margin-bottom: 46px;
}

.comfirm_order .order_list .thead {
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
    font-size: 0;
}

.comfirm_order .order_list .thead>div {
    display: inline-block;
    font-size: 15px;
    color: #999999;
}

.comfirm_order .order_list .tbody {
    padding: 0 25px;
}

.comfirm_order .order_list .tbody .item {
    padding: 25px 0;
    border-bottom: 1px solid #EDEDED;
    font-size: 0;
}

.comfirm_order .order_list .tbody .item:last-child {
    border-bottom: none;
}

.comfirm_order .order_list .thead .td-product {
    padding-left: 147px;
    width: 204px;
}


.comfirm_order .order_list .td-price {
    width: 300px;
    padding: 0 10px;
    text-align: center;
}

.comfirm_order .order_list .thead .td-xj {
    width: 222px;
    padding-right: 26px;
    text-align: right;
}

.comfirm_order .order_list .td-num {
    width: 126px;
    padding: 0 10px;
    text-align: center;
}

.comfirm_order .order_list .td-num .product-num {
    width: 126px;
}

.comfirm_order .order_list .td-product {
    margin-right: 130px;
}

.comfirm_order .order_list .tbody>.item>div {
    display: inline-block;
}

.comfirm_order .order_list .tbody>.item>div .m_show {
    display: none;
}

.comfirm_order .order_list .tbody>.item>div p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.m_show {
    display: none;
}

.comfirm_order .order_list .tbody .td-product {
    font-size: 0;
}

.comfirm_order .order_list .tbody .td-product .img {
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin-right: 26px;
    display: inline-block;
    vertical-align: middle;
}

.comfirm_order .order_list .tbody .td-product .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comfirm_order .order_list .tbody .td-product .info {
    width: 211px;
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    vertical-align: middle;
}
.comfirm_order .order_list .tbody .td-product .info p{
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.comfirm_order .order_list .tbody .product-num {
    border: 1px solid #E6E6E6;
    height: 24px;
    line-height: 24px;
    font-size: 0;
}

.comfirm_order .order_list .tbody .product-num .num-input {
    width: 28px;
    border: none;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    font-size: 13px;
    color: #333333;
    height: 24px;
    text-align: center;
}

.comfirm_order .order_list .tbody .product-num span {
    display: inline-block;
    width: 22px;
    text-align: center;
}

.comfirm_order .order_list .tbody .td-xj {
    width: 228px;
    text-align: right;
}

.comfirm_order .order_center {
    padding: 30px 25px 28px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
}

.comfirm_order .order_center .l_item textarea {
    width: 548px;
    height: 70px;
    border: 1px solid #E6E6E6;
    resize: none;
    padding: 15px;
    font-size: 14px;
}

.comfirm_order .order_center .l_item textarea::placeholder {
    color: #AAAAAA;
    font-size: 14px;
}

.comfirm_order .order_center .l_item textarea::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 14px;
}

.comfirm_order .order_center .l_item textarea::-moz-placeholder {
    color: #AAAAAA;
    font-size: 14px;
}

.comfirm_order .order_center .r_item>div span {
    display: inline-block;
    text-align: right;
    width: auto;
    color: #666666;
    font-size: 14px;
}
.comfirm_order .order_center .r_item{
    min-width: 214px;
    text-align: right;
}
.comfirm_order .order_center .r_item .yhqc{
    margin-left: 50px;
}
.comfirm_order .order_center .r_item b{
    font-weight: normal;
}
.colE60 {
    color: #E60012 !important;
}

.bdE60 {
    border: 1px solid #E60012 !important;
}
.fs28{
    font-size: 28px;
}
.comfirm_order .order_center .r_item .jianshu {
    margin-bottom: 15px;
}

.comfirm_order .order_center .r_item .heji {
    margin-bottom: 45px;
}
.comfirm_order .order_center .r_item .yhq{
    display: flex;
    justify-content: center;
}
.comfirm_order .order_center .r_item .yhqc {
    position: relative;
    color: #666666;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}

.comfirm_order .order_center .r_item .yhqc ul {
    position: absolute;
    top: 19px;
    right: 0;
    width: 330px;
    font-size: 14px;
    color: #717171;
    background: #fff;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 15px 0;
    transition: all .5s;
    display: none;
}

.comfirm_order .order_center .r_item .yhqc:hover ul {
    display: block;
}

.comfirm_order .order_center .r_item .yhqc ul li {
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
}

.comfirm_order .order_center .r_item .yhqc ul li:nth-child(even) {
    background: #f5f5f5;
}

.comfirm_order .order_bottom {
    margin-bottom: 100px;
}
.comfirm_order .order_bottom>.back{
    font-size: 16px;
    color: #666666;
}
.comfirm_order .order_bottom>.back img {
    margin-right: 6px;
}

.comfirm_order .order_bottom .zdje {
    float: right;
}

.comfirm_order .order_bottom .zdje p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 30px;
}

.comfirm_order .order_bottom .zdje p span {
    font-size: 28px;
    color: #E60012;
}

.comfirm_order .order_bottom .submit {
    display: block;
    width: 130px;
    height: 40px;
    background: #b3b3b3;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    margin-left: auto;
    outline: none;
    border-radius: 5px;
    transition: all .5s;
}
.comfirm_order .order_bottom .submit:hover{
    background:#c92b2f;
    transform: scale(0.95);
}
.comfirm_order .order_bottom .user_adinfo{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: right;
    margin-right: 30px;
}
.add_list{
    font-size: 0;
}
.add_list1 li{
    margin-right: 28px;
}

.add_list1 ul{
    height: 210px;
    overflow: hidden;
    transition: all .5s;
}
.add_list1 ul.open{
    height: 100%;
}
.add_list1 li:nth-child(4n){
    margin-right: 0;
}
.add_list li{
    display: inline-block;
    width: 279px;
    height:190px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eeeeee;
    float: left;
}
.add_list li .no-add .icon-tianjia{
    display: block;
    font-size:60px;
    color: #eeeeee;
    text-align: center;
    margin: 10px 0;
    transition: all .5s;
}
.add_list li .no-add{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.add_list li .no-add p{
    font-size: 14px;
    text-align: center;
    color: #999999;
    transition: all .5s;
}
.add_list li:hover .no-add .icon-tianjia{
    color: #4d4d4d;
}
.add_list li:hover .no-add p{
    color: #4d4d4d;
}
.add_list li .item{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #666666;
}
.add_list li .item i{
    font-size: 18px;
    color: #cccccc;
}
.add_list li .item .l_item i{
    margin-right: 15px;
}
.add_list li .item .l_item .name{
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
}
.add_list li {
    margin-bottom: 20px;
}
.add_list li .item .l_item  .ad_deta{
    width: 198px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.add_list li .item .r_item{
    font-size: 0;
}
.add_list li .item .r_item a{
    margin-right: 9px;
}
.add_list li .item .r_item a:last-child{
    margin-right: 0;
}
.add_list li .item .r_item i{
    display: inline-block;
    vertical-align: top;
}
.add_list li .item .r_item .defult{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 20px;
    background: #cccccc;
    color: #fff;
}
.add_list li .item .r_item a:hover i{
    color: #4d4d4d;
}
.add_list li .item .r_item a:hover{
    background: #4d4d4d;
}
.add_list li .item .r_item .defult::before{
    content: '设为默认';
}
.add_list li.active .item .r_item .defult{
    background: #4d4d4d;
}
.add_list li.active{
    background: url(../images/adbg1.png) no-repeat center center;
    background-size: 100% 100%;
    border: none;
}
.add_list li.active .item .r_item .defult::before{
    content: '默认';
}
.add_control{
    font-size: 0;

}
.add_control a{
    font-size: 14px;
    color: #aaaaaa;
    line-height: 24px;
    line-height: 24px;
}
.add_control a i{
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
}
.add_control .add_address i{
    margin-right: 6px;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1001;
    display: none;
}
.ad_popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 45px;
    background: #fff;
    z-index: 1002;
    display: none;
}
.ad_popup .title{
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 40px;
}
.ad_popup .form-box .item{
    margin-bottom: 20px;
}
.ad_popup .form-box .item p{
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 8px;
}
.ad_popup .form-box .item input{
    display: block;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 480px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
}
.ad_popup .form-control{
    font-size: 0;
}
.ad_popup .form-control .cancel{
    display: inline-block;
    width: 236px;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    color: #808080;
    font-size: 16px;
    border: 1px solid #cccccc;
}
.ad_popup .form-control button{
    display: inline-block;
    width: 236px;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #cccccc;
    color: #fff;
    font-size: 16px;
}
.personal_cont{
    padding-top: 54px;
}
.personal_cont .wrap>.l_item {
    background: #FFFFFF;
    padding: 29px 0 15px;
    width: 248px;
    text-align: center;
    float: left;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.personal_cont .wrap>.l_item .img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
    border: 2px solid #eeeeee;
}

.personal_cont .wrap>.l_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personal_cont .wrap>.l_item h4 {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.personal_cont .wrap>.l_item .grzl {
    border-radius: 10px;
    margin: 0 auto;
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 20px;
    display: block;
}
.personal_cont .wrap>.l_item .grzl.active{
    color: #000;
}
.personal_cont .wrap>.l_item .grzl i{
    display: inline-block;
    vertical-align: top;
}
.personal_cont .wrap>.l_item .gldz{
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
}
.personal_cont .wrap>.l_item .line {
    display: block;
    width: 200px;
    height: 1px;
    background: #F2F2F2;
    margin: 0 auto;
    margin-bottom: 35px;
}

.personal_cont .wrap>.l_item ul {
    display:block;
    text-align: left;
    padding-left: 50px;
}

.personal_cont .wrap>.l_item ul li a {
    font-size: 15px;
    color: #B3B3B3;
    line-height: 44px;
}

.personal_cont .wrap>.l_item ul li.active a,.personal_cont .wrap>.l_item ul li:hover a{
    color: #000;
}
.personal_cont .wrap>.r_item {
    float: right;
    width: 889px;
    background: #fff;
    padding: 32px 20px 50px;
    padding-top: 0;
}

.personal_cont .wrap>.r_item>h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    line-height: 40px;
}

.personal_cont .wrap>.r_item .user_head {
    background: #f7f7f7;
    padding: 22px 0 34px;
    text-align: center;
    margin-bottom: 30px;
}

.personal_cont .wrap>.r_item .user_head .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.personal_cont .wrap>.r_item .user_head .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personal_cont .wrap>.r_item .user_head input {
    display: none;
}

.personal_cont .wrap>.r_item .user_head p {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 28px;
    width: 219px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.personal_cont .wrap>.r_item .user_head span {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    border-radius: 15px;
    display: inline-block;
    padding: 0 13px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.personal_cont .wrap>.r_item .user_info_c {
    margin-bottom: 30px;
}

.personal_cont .wrap>.r_item .user_info_c li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.personal_cont .wrap>.r_item .user_info_c li .newSelect{
    display: inline-block;
}
.personal_cont .wrap>.r_item .user_info_c li .newSelectTitle{
    border: none;
}
.personal_cont .wrap>.r_item .user_info_c li .newOptions>li{
    line-height: normal;
    height: auto;
}
.personal_cont .wrap>.r_item .user_info_c li span {
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}

.personal_cont .wrap>.r_item .user_info_c li input {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #aaaaaa;
    width: 430px;
}

.personal_cont .wrap>.r_item .user_info_c li .change {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.personal_cont .wrap>.r_item .user_info_c li .tips{
    font-size: 12px;
    color: #bbbbbb;
    margin-right: 20px;
}
.personal_cont .wrap>.r_item button {
    width: 135px;
    height: 40px;
    background: #b3b3b3;
    display: block;
    border: none;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    transition: all .5s;
    border-radius: 5px;
}
.personal_cont .wrap>.r_item button:hover{
    background: #c92b2f;
    transform: scale(0.95);
}
.personal_cont .wrap>.r_item.search_order{
    width: 920px;
    padding: 0;
}
.search_order .nav ul li {
    display: inline-block;
    border-right: 1px solid #CCCCCC;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}
.search_order .nav ul li a{
    color: #666666;
}
.search_order .nav ul li.active a{
    color: #000;
}
.search_order .search3 form {
    display: flex;
}
.search_order .search3 {
    width: 304px;
    border: 1px solid #E3E3E2;
}
.search_order .search3 input {
    display: inline-block;
    width: 253px;
    border: none;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    border-right: 1px solid #CCCCCC;
    font-size: 12px;
}
.search_order .search3 button {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background: none !important;
    float: right;
}
.search_order .nav ul {
    font-size: 0;
    line-height: 40px;
    margin-left: 10px;
}
.search_order .nav ul li:last-child {
    border-right: none;
}
.my_order_box {
    clear: both;
}
.my_order_box .my_order_head {
    margin-bottom: 10px;
}
.my_order_box .my_order_head ul {
    background: #efefef;
    padding: 12px 0;
    font-size: 0;
}
.my_order_box .my_order_head ul li {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}

.my_order_box .td-product {
    width: 292px;
    text-align: left !important;
    padding-left: 20px;
}
.my_order_box .my_order_head .td-product{
    width: 272px;
}
.my_order_box .td-price {
    width: 109px;
    text-align: center;
}
.my_order_box .td-num {
    width: 78px;
    text-align: center;
}
.my_order_box .td-trolley {
    width: 140px;
    text-align: center;
}
.my_order_box .td-state {
    width: 108px;
}
.my_order_box .td-control {
    width: 188px;
}
.my_order_box .order_item {
    margin-bottom: 10px;
}

.my_order_box .order_item .order_numh {
    background: #f7f7f7;
    padding: 12px 0;
    padding-left: 20px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #EEEEEE;
}

.my_order_box .order_item .order_numh span:first-child {
    margin-right: 20px;
}
.my_order_box .order_body .td-product .img{
    margin-right: 13px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.my_order_box .order_body .td-product img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my_order_box .order_body .td-product .info {
    display: inline-block;
    width: 166px;
    vertical-align: middle;
}

.my_order_box .order_body .td-product .info h4 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 22px;
    margin-bottom: 10px;
}

.my_order_box .order_body .td-product .info p {
    color: #1A1A1A;
    font-size: 12px;
}

.my_order_box .order_body .td-product .info p span {
    color: #AAAAAA;
}

.my_order_box .order_body {
    font-size: 0;
}

.my_order_box .order_body .pro_item .td-product {
    border-top: none;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 20px 0;
}

.my_order_box .order_body .pro_item {
    font-size: 0;
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
}
.my_order_box .order_body .pro_item:last-child{
    border-bottom: none;
}
.my_order_box .order_body .pro_item>div {
    display: block;
    position: relative;
    height: 100%;
    float: left;
}

.my_order_box .order_body .pro_item>div p {
    font-size: 12px;
    color: #666666;
}
.my_order_box .order_body .pro_item>div.td-price{
    border-right: 1px solid #e5e5e5;
}
.my_order_box .order_body .pro_item>div.td-price p{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.my_order_box .order_body .pro_item>div.td-num p{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.my_order_box .order_body .item {
    display: flex;
    border: 1px solid #EEE;
    border-top: none;
}

.my_order_box .order_body .l_item {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #EEE;
}

.my_order_box .order_body .r_item {
    display: flex;
}

.my_order_box .order_body .r_item>div {
    display: inline-block;
}

.my_order_box .order_body .r_item .td-trolley {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    display: inline-block;
    line-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #EEE;
}

.my_order_box .order_body .r_item .td-state {
    padding-top: 30px;
    padding-right: 20px;
    font-size: 12px;
    text-align: right;
    width: 87px !important;
    border-right: 1px solid #EEE;
}

.my_order_box .order_body .r_item .td-state p {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.my_order_box .order_body .r_item .td-state a {
    color: #666666;
    margin-bottom: 10px;
    display: block;
}

.my_order_box .order_body .r_item .td-control {
    font-size: 12px;
    padding-top: 17px;
}

.my_order_box .order_body .r_item .td-control>a {
    display: block;
    width: 78px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #BFBFBF;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
}
.my_order_box .order_body .r_item .td-control>a:hover{
    color:#999999;
}
.pmore {
    text-align: center;
    margin: 10px 0 30px;
}
.pmore a{
    font-size: 14px;
    color:#808080;
}
.orderdesc table{
    border-collapse: collapse;
    width:100%;
    margin-bottom: 30px;
}
.orderdesc table td{
    border: 1px solid #eeeeee;
}
.orderdesc table td.goods{
    width: 610px;
    height: 119px;
}
.orderdesc table td.goods .img{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #e6e6e6;
    margin-left: 20px;
}
.orderdesc table td.goods .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.orderdesc table td.goods .info{
    display: inline-block;
    width: 470px;
    margin-left: 14px;
}
.orderdesc table td.goods .info h4{
    font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 22px;
    margin-top: 10px;
}
.orderdesc table td.goods .info p{
    color: #1A1A1A;
    font-size: 12px;
}
.orderdesc table td.price{
    width: 182px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.orderdesc table td.num{
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.orderdesc .goods_status{
    color: #4c4c4c;
    font-size: 14px;
}
.orderdesc .goods_status li{
    margin-bottom: 10px;
}
.orderdesc .goods_status li span{
    color: #999999;
}
.lxwm_btn{
    width: 135px;
    height: 40px;
    background: #b3b3b3 !important;
    display: block;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: all .5s;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.lxwm_btn:hover {
    background: #c92b2f !important;
    transform: scale(0.95);
}
.personal_cont .wrap>.r_item.my_collection{
    width: 900px;
    padding: 0;
}
.collection_list li{
    display: inline-block;
    float: left;
    width: 208px;
    margin-right: 21px;
    margin-bottom: 10px;
}
.collection_list li .img{
    width: 100%;
    padding: 5px;
    height: 198px;
    box-sizing: border-box;
}
.collection_list li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection_list li:nth-child(4n){
    margin-right: 0;
}
.collection_list li .goods_box{
    border: 1px solid #e6e6e6;
}
.collection_list li .info{
    padding: 10px 5px;
}
.collection_list li .info h4{
    font-size: 14px;
    color: #555555;
    margin-bottom: 5px;
}
.collection_list li .info p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.collection_list li .info p span{
    font-size: 12px;
    font-weight: normal;
}
.collection_list li .radio_box{
    margin: 20px auto;
    cursor: pointer;
}
.collection_list li .radio_box input{
    cursor: pointer;
}
.col-control{
    font-size: 15px;
    color: #999999;
    margin-bottom: 80px;
}
.col-control .l_item{
    margin-top: 4px;
}
.col-control label{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.col-control .radio_box{
    margin-right: 13px;
}
.col-control .del_cgoods{
    font-size: 15px;
    color: #999999;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #eee;
    padding-left: 13px;
}
.col-control .page{
    margin-top: 0;
}
.col-control .page ul {
    font-size: 0;
}
.col-control .page ul li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}
.col-control .page ul li:last-child{
    margin-right: 0;
}
.col-control .page ul li a {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: normal;
    vertical-align: top;
}
.col-control .page ul li.thisclass {
    border: 1px solid #4d4d4d;
    background: #4d4d4d;
    font-size: 14px;
    padding: 5px 12px;
    color: #fff;
}
.pay_cont{
    padding: 56px 0;
    min-height: 484px;
}
.pay_cont .pay_s1 {
    border: 1px solid #E5E5E5;
    padding: 50px 37px 43px 47px;
    margin-bottom: 52px;
}
.pay_cont .pay_s1>div {
    display: inline-block;
}
.pay_cont .pay_s1 img {
    margin-right: 34px;
}
.pay_cont .pay_s1 .c_item h4 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 22px;
}
.pay_cont .pay_s1 .c_item p {
    font-size: 14px;
    color: #656565;
}
.pay_cont .pay_s1 .c_item p span {
    color: #000;
}
.pay_cont .pay_s1 .r_item {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}
.pay_cont .pay_s1 .r_item span {
    font-size: 30px;
    color: #000;
}
.pay_cont .pay_s2 h4 {
    float: left;
}
.pay_cont .pay_s2 {
    height: 100px;
    line-height: 100px;
    padding-left: 32px;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.pay_cont .pay_s2 label{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-left: 50px;
}
.pay_cont .pay_s2 .radio_box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pay_cont .pay_s2 .radio_box input+span::before {
    content: '';
    background: url(../images/input1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pay_cont .pay_s2 .radio_box input:checked+span::after {
    content: '';
    background: url(../images/input2.png) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pay_cont .pay_submit{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #b3b3b3;
    transition: all .5s;
    display: block;
    margin-left: auto;
}
.pay_cont .pay_submit:hover{
    transform: scale(0.95);
    background: #c92b2f;
}
.login-cont .form-box .input .getcode{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: auto;
    font-size: 14px;
    color: #AAAAAA;
    padding:0 15px;
    margin-bottom: 0;
    height: 100%;
    border: none;
    cursor: pointer;
}
.login-cont .form-box .input .getcode:disabled{
    background: #B2B2B2;
    color: #fff;
}
.add_list2 li{
    margin-right: 13px;
    margin-bottom: 15px;
}
.personal_cont .wrap>.r_item.shdzgl{
    width: 920px;
    padding: 0;
    margin-bottom: 40px;
}
.page {
    text-align: center;
}
.page ul li {
    display: inline-block;
    margin-right: 9px;
    vertical-align: top;
}
.page ul li a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: inherit;
}

.page ul li.thisclass {
    border: 1px solid #E60012;
    background: #E60012;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
}
/*media*/
@media screen and (max-width: 1280px) {}