.container {
    width: 1500px;
    margin: 0 auto;
}

header a {
    color: #fff;
}

header.menu-shrink {
    position: fixed;
    top: 0;
    background: #042432;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

li,
ul {
    list-style: none;
    padding: 0%;
}

a {
    text-decoration: none;
}

header {
    width: 100%;
    z-index: 5;
}

a:hover {
    text-decoration: none;
}

.navbar-default {
    border: 0;
    /* margin-top: -45px; */
    margin-bottom: 0;
    background: none;
}

.navbar-nav>li>.dropdown-menu {
    border: 0;
    box-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
    min-width: 100%;
}

.dropdown-menu>li>a {
    padding: 19px 20px;
    color: #333;
    white-space: nowrap;
}

.hover_active::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    background: #ffffff;
    top: 140px;
    display: block;
}

.navbar-brand {
    height: auto;
    padding: 16px 15px;
}

.top_div {
    padding: 5px;
    background: #25102e;
}

.top_div .langer {
    position: relative;
    margin-top: 3px;
}

.dropdown-menu {
    margin: 0;
}

.top_div .dropdown-menu {
    background: #623675;
    left: -54px;
    border: 0;
    border-radius: 0;
}

.top_div .dropdown-menu img {
    width: 25px;
    margin-right: 15px;
}

.top_div .dropdown-menu>li>a {
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-align: center;
    background-color: #956cae;
}

.top_div .langer:hover ul.dropdown-menu {
    display: block;
}

.top_img {
    width: 25px;
}

.top_form {
    margin-left: 35px;
}

.top_form input {
    padding: 5px 10px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
}

.top_form button {
    background: none;
    border: 0;
}

.logo_img {
    width: 300px;
}

.navbar-nav>li:hover ul {
    display: block;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding: 25px 10px 25px;
    font-size: 18px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #8f68a7;
    background: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
    width: 76%;
    padding-left: 0;
    float: right;
}

.navbar-default .navbar-nav>li>a {
    color: #404040;
    padding: 56px 13px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a.btn {
    color: #fff;
    padding: 5px 27px;
    border: 0;
    margin-top: 50px;
    border-radius: 51px;
    font-size: 16px;
    background: #956cae;
}

.top_fix {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    box-shadow: 0 0 5px #00000026;
    background: #fff;
    transition: .3s;
}

.top_fix .navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.top_fix .logo_img {
    width: 200px;
}

.top_fix .navbar-default .navbar-nav>li>a {
    padding: 30px 0;
}

.top_fix .navbar-default .navbar-nav>li>a.btn {
    padding: 5px 27px;
    margin-top: 25px;
}

.navbar-nav {
    width: 90%;
}

.navbar-right {
    width: 10%;
}

.navbar-nav>li {
    float: left;
    width: 15%;
}

.navbar-right>li {
    float: left;
    width: 100%;
}

.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* top: -85px; */
    z-index: 1;
}


/*鐩掑瓙甯﹀鍣�*/

.slides {
    height: auto;
    /* Simple clear fix */
    overflow: hidden;
    top: -85px;
    z-index: -1;
    /**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    /**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: auto;
    float: left;
    clear: none;
}

.slide img {
    width: 100%;
}

.slider-arrows {}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
    border-radius: 50%;
}


/*宸﹀彸鎸夐挳鏍峰紡鍙婃斁缃綅缃�*/

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}


/*
background:url(img/.png) no-repeat;
*/

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    /*nva鏍峰紡*/
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: black;
    border-radius: 100%;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}

.index_cont {
    position: relative;
    top: -55px;
}

.index_search {
    background: url(../images/pro_bg.png) no-repeat top;
    padding: 110px 0;
    padding: 190px 0;
    height: 800px;
    margin: 50px 0 70px 0;
    background-color: #fef1ff;
}

.search_form {
    width: 58%;
    text-align: center;
    margin: 50px auto;
}

.search_form h2 {
    letter-spacing: 5px;
    font-size: 35px;
}

.search_form ul li {
    float: left;
    background: #956cae;
    margin-right: 2%;
    border-radius: 10px;
    width: 18%;
}

.search_form ul li:last-child {
    margin-right: 0;
}

.search_form ul li a {
    color: #fff;
    display: block;
    padding: 10px 25px;
    font-size: 16px;
}

.search_div {
    position: relative;
    margin-top: 45px;
    margin-bottom: 25px;
}

.search_div button {
    position: absolute;
    right: 10px;
    border: 0;
    top: 10px;
    padding: 0;
    background: none;
}

.search_div input {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    border-radius: 50px;
    background-color: #ffffff85;
}

.search_div img {
    width: 32px;
}

.title h3 {
    color: #ddd;
    font-weight: 100;
    font-size: 28px;
    margin: 0;
}

.title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 35px;
}

.line_tit {
    float: right;
    margin-top: -35px;
    width: 85%;
}

.line_tit span {
    background: #ddd;
    display: block;
    width: 74%;
    height: 5px;
    margin-right: 2%;
    float: left;
}

.one.line_tit span {
    width: 87%;
}

.line_tit a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
    color: #505050;
    border-radius: 30px;
    margin: -21px 0 29px 18px;
    float: left;
    width: 120px;
    text-align: center;
}

.line_tit a.active {
    background: #956cae;
    color: #fff;
}

.liucheng {
    background: url(../images/bg4.jpg) center no-repeat;
    padding: 50px 0;
    margin: 0 0 110px;
    background-size: cover;
}

.liucheng .title {
    color: #fff;
    margin-top: 35px;
}

.liucheng_div {
    float: left;
    border-radius: 10px;
    background: rgb(149 108 174);
    width: 20%;
    margin-right: ;
    text-align: center;
    padding: 75px 0;
    margin: 90px 6% 70px 0;
}

.liucheng_div img {
    width: 80px
}

.liucheng_div:last-child {
    margin-right: 0;
}

.liucheng_div p {
    line-height: 20px;
    color: #fff;
}

.liucheng_div h3 {
    color: #fff;
    margin-bottom: 15px;
}

.prodcut_li_s,
.zizhi_li,
.prodcut_li {
    width: 23.8%;
    float: left;
    margin-right: 1.5%;
    border-radius: 20px;
    margin-bottom: 1.5%;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 5px 8px 0px #00000021;
}

.zizhi_li,
.prodcut_li {
    height: 340px;
}

.prodcut_li a {
    display: block;
}

.prodcut_li_s:nth-child(4n+4),
.zizhi_li:nth-child(4n+4),
.prodcut_li:nth-child(4n+4) {
    margin-right: 0;
}

.prodcut_li_s img,
.index_news img,
.zizhi_li img,
.prodcut_li img {
    transition: .9s;
    width: 100%;
}

.zizhi_li h3 {
    text-align: center;
    font-size: 17px;
    background: #ddd;
    color: #333;
    margin: 0;
    padding: 17px;
}

.prodcut_li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .3);
    transition: .3s;
    top: 0;
}

.prodcut_li:hover:after {
    background: rgba(0, 0, 0, 0);
    display: none;
}

.prodcut_li:hover .txt {
    display: none;
}

.silder li:hover img,
.index_news a:hover img,
.zizhi_li:hover img,
.prodcut_li:hover img {
    transform: scale(1.5);
}

.prodcut_li .txt {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 9;
    left: 10px;
}

.zizhi_li .img {
    overflow: hidden;
}

.margin_tb50 {
    margin: 50px 0;
}

.margin_b0 {
    margin-bottom: 0 !important;
}

.about {
    margin: 0 0 0;
    padding: 100px 0 50px;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.about p.text-center {
    font-size: 16px;
    line-height: 28px;
}

.about a.btn {
    margin: 50px 0;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
}


/* .silder-box{width:600px;height:400px;margin:0 auto 0;position:relative;}
.silder{position:relative;overflow:hidden;width:400px;height:400px;margin:0 auto 0;}
.silder li{width:400px;height:400px;} */

.silder-box {
    position: relative;
    margin: 50px auto;
    overflow: hidden;
    width: 70%;
}

.silder {
    margin: 0 auto 0;
    width: 84% !important;
}

.silder li {
    width: 460px;
    height: 340px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
}

.silder li img {
    width: 100%;
    height: 100%;
    transition: .9s;
}

.silder-button {
    top: 150px;
    width: 25px;
    height: 54px;
    position: absolute;
    cursor: pointer;
}

.silder-button.btl {
    left: 10px;
    background: url(../images/bl.png);
}

.silder-button.btr {
    right: 10px;
    background: url(../images/br.png);
}

.small-navs {
    position: absolute;
}

.index_news a {
    float: left;
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 32%;
    height: 300px;
    color: #fff;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 2px 5px 8px 0px #00000021;
}

.index_news img {
    width: 100%;
}

.index_news a div.txt {
    padding: 10px;
    position: absolute;
    bottom: 0px;
}

.index_news a:nth-child(3n+3) {
    margin-right: 0;
}

.index_news a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 5px;
}

.ft_dingyue {
    color: #fff;
    background-attachment: fixed;
    background-position: 50% 50%;
    /*height: 430px;*/
    background-size: cover;
    background-color: rgba(36, 38, 43, 1);
    text-align: center;
}

.ft_dingyue ul {
    margin: 20px 0;
    display: inline-block;
}

.ft_dingyue li {
    float: left;
    margin: 10px;
}

.ft_dingyue li img {
    width: 25px;
}

.ft_dingyue .title h2 {
    margin-bottom: 15px;
    margin-top: 95px;
}

.email_form {
    margin-top: 30px;
}

.email_form input {
    border: 1px solid #fff;
    background: none;
    padding: 10px;
    width: 30%;
    border-radius: 25px 0 0 25px;
}

.email_form button {
    background: #fff;
    padding: 10px 58px;
    border: 1px solid #ffff;
    color: #000;
    margin-left: -4px;
    border-radius: 0 25px 25px 0;
}

footer {
    padding-top: 50px;
}

footer .ft_tit {
    font-size: 20px;
    margin-bottom: 20px;
}

footer .tp .left {
    width: 40%;
}

footer .tp .left .txt {
    float: left;
    margin: 20px 0 0 20px;
}

footer .tp .left img {
    float: left;
}

footer .tp .right {
    width: 60%;
}

footer .tp .ft_right {
    float: left;
    text-align: right;
    width: 33.33%;
}

footer .ft_right:nth-child(3) {
    margin-right: 0;
}

footer .ft_right li {
    margin-bottom: 10px;
}

footer .ft_right li a {
    color: #666;
}

.copyright {
    margin-top: 20px;
    border-top: 1px solid #eee;
    color: #909090;
    padding: 15px 0 0;
}

.copyright li {
    float: left;
}

.copyright li img {
    width: 25px;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .title h3 {
        font-size: 21px;
        margin: 0;
    }
    .one.line_tit span {
        width: 81%;
    }
    .line_tit span {
        width: 70%;
    }
    /* .silder-box {
		width: 82%;
	} */
    .silder {
        width: 100% !important;
    }
}


/*nei*/

.product_cont .index_search {
    padding: 111px 0;
    height: auto;
    margin: 0px 0 70px 0;
    background-color: #fef1ff;
}

.n_top {
    background: #eeeeee;
    height: 500px;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
    background-position: center center;
    position: relative;
    background-size: cover;
}

.n_top ul {
    margin-bottom: 0;
    display: inline-block;
}

.n_top h3 {
    margin-bottom: 0;
}

.n_top li {
    font-size: 20px;
    float: left;
}

.n_top.detail {
    height: 100px;
}

.n_top.detail li span,
.n_top.detail li a {
    color: #333;
}

.chanpingmiaoshu {
    margin: 17px 0 10px;
    font-weight: 100;
    font-size: 16px;
}

.biaoqian {
    margin: 3px 0 15px;
}

.biaoqian p {
    float: left;
    background: #f1f1f1;
    padding: 7px 14px;
    margin-right: 10px;
    border-radius: 4px;
}

.ntop_div {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.n_top li span,
.n_top li a {
    color: #233;
    padding: 10px 15px;
    color: #fff;
    display: block;
}

.n_title {
    font-weight: 100;
}

.server_txt .left {
    width: 50%;
    padding: 20px;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
}

.contact .left:nth-child(2) img {
    width: 120px;
}

.server_txt .left img {
    width: 100%;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f8f8f8;
    border: 0;
    padding: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #f3f3f3;
}

.panel-body {
    padding: 15px 30px;
    font-size: 15px;
    line-height: 27px;
}

.panel-title {
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
}

.panel-group .panel {
    margin-bottom: 25px;
    border-radius: 0;
    border-color: #f3f3f3;
}

.index_news.nn a {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 25px;
}

.index_news.nn a div.txt {
    padding: 10px;
    position: initial;
    bottom: 0px;
    float: left;
    color: #333;
    width: 63%;
    margin-left: 2%;
}

.index_news.nn a .img {
    overflow: hidden;
    width: 35%;
    float: left;
}

.index_news.nn a .txt h3 {
    font-size: 29px;
}

.index_news.nn a .txt p {
    line-height: 30px;
    margin-top: 25px;
    color: #999;
    font-size: 17px;
}

.index_news.nn a .txt p.date {
    color: #999;
    font-size: 12px;
}

.about.nn {
    font-weight: 100;
}

.about.nn h3 {
    font-size: 45px;
}

.about.nn p:nth-child(2) {
    font-size: 33px;
}

.about.nn p:nth-child(3) {
    font-size: 23px;
}

.server_txt.contact .left:nth-child(1) {
    margin-top: -217px;
    position: relative;
}

#l-map {
    height: 500px;
    width: 100%;
    margin: 50px 0;
}

.login {
    width: 100%;
    height: 100vh;
    background-size: cover;
    margin-top: -137px;
    z-index: -1;
}

.login_form {
    width: 30%;
    background-color: rgba(255, 255, 255);
    margin: 350px auto;
    border-radius: 10px;
    padding: 25px;
}

.baojia_form input,
.baojia_form textarea,
.login_form textarea,
.login_form input {
    padding: 10px;
    display: block;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
}

.login_form a.btn,
.login_form button {
    background: #956cae;
    color: #fff;
    width: 100%;
    margin: 20px auto;
    border: 0;
    border-radius: 25px;
    padding: 10px;
    display: block;
}

.login_header .navbar-nav>li>a {
    color: #fff;
}

.yzm {
    position: relative;
}

.yzm img {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 108px;
    border-radius: 0 10px 10px 0;
}

.server_prod .left:nth-child(2) {
    width: 50%;
    padding: 50px;
}

.money {
    font-size: 25px;
    font-weight: bold;
}

.server_prod .left:nth-child(2) h2 {
    font-weight: bold;
}

.prod_btn {
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-top: 25px;
}

.prod_btn a {
    margin-right: 10px;
    padding: 11px 0px;
    width: 202px;
    text-align: center;
    border-color: #fff;
    background: #956cae;
    color: #fff;
}

.prod_btn a.godadd {
    font-weight: bold;
}

a.godadd {
    color: #666;
    background: #fff;
    border-color: #666;
}

a.gocart {
    color: #fff;
    background: #e9e9e9;
    border-color: #e9e9e9;
}

.prod_btn a:last-child {
    margin-right: 0;
}

.detail_cont {
    border-top: 1px solid #ddd;
    margin: 50px 0;
}

.detail_cont .title {
    font-size: 18px;
    font-weight: bold;
    color: #956cae;
    border-top: 2px solid #956cae;
    display: inline-block;
    padding: 20px 50px;
    margin-bottom: 30px;
}

.detail_img {
    text-align: center;
}

.detail_img p {
    margin-bottom: 0;
}


/*.images-cover img{*/


/*    height: 100%!important;*/


/*}*/

.baojia_form {
    width: 50%;
    margin: 20px auto;
    color: #333;
}

.baojia_form input {
    width: 32%;
    float: left;
    color: #333;
    margin-right: 2%;
}

.baojia_form input:nth-child(3) {
    margin-right: 0;
}

.baojia_form button,
.baojia_form .yzm input {
    width: 100%;
    margin: 0 0 25px;
}

.baojia_form button {
    color: #fff;
    border: 0;
    padding: 10pxs;
    background-color: #956cae;
}

.goodsItem {
    width: 280px;
    height: 400px;
    float: left;
    overflow: hidden;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 4px;
}

#goods {
    width: 1200px;
    margin: 0 auto;
}

.goditem {
    list-style: none;
}

.godpic {
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.godpic img {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0px auto;
    transition: all 1s;
    cursor: pointer;
}

.images-cover img {
    height: 100%;
}

.godpic img:hover {
    transform: scale(1.2);
}

.godprice,
.godinfo {
    display: block;
    width: 220px;
    margin: 0px auto;
    text-align: center;
}

.godinfo {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    text-indent: 20px;
}

.goodsItem:hover {
    box-shadow: 0px 5px 18px 0px rgba(28, 29, 122, 0.16);
}

.godprice {
    font-size: 20px;
    color: #f00;
}

.godadd a {
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}

#godcar {
    position: fixed;
    right: 0px;
    top: 40%;
    width: 60px;
    height: 60px;
    background: #ececec;
    border-radius: 100px;
    transition: .3s;
}

#godcar .dnum {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #f00;
    text-align: center;
    line-height: 24px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: -8px;
    left: -7px;
    box-sizing: border-box;
}

#godcar .dcar {
    width: 56%;
    height: 56%;
    margin: 13px;
}

#godcar .dcar img {
    max-width: 100%;
}

.godadd.bg {
    background-color: #ebebeb;
    color: #999;
}

.user_content {
    background-color: #f4f4f4;
    padding-bottom: 50px;
}

.user_left {
    width: 25%;
    background-color: #fff;
    border-radius: 4px;
    padding: 50px 0;
    margin-right: 3%;
}

.user_right {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    width: 72%;
}

.user_left li.active a {
    color: #956cae;
}

.tx_img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.tx_img img {
    width: 100%;
    height: 100%;
}

.user_tx {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.user_tx p:nth-child(2) {
    font-size: 16px;
    text-align: center;
}

.user_tx p:nth-child(3) {
    text-align: center;
}

.user_info form button,
.user_tx p:nth-child(3) span {
    background: #956cae;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.user_nav li a {
    padding: 20px;
    display: block;
    color: #333;
}

.user_info img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 25px;
}

.user_info form {
    margin: 45px 25px 0;
}

.user_info li {
    margin-bottom: 20px;
    line-height: 45px;
}

.user_info form span:nth-child(1) {
    width: 100px;
    display: block;
    float: left;
    color: #333;
}

.user_info input {
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 30%;
    border-radius: 5px;
}

.user_info form button {
    width: 41%;
    padding: 10px;
}

.user_title {
    margin-bottom: 30px;
}

.user_title .icon {
    width: 30px;
    height: 30px;
}

.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon.icon_info {
    background-image: url(../images/icon_user1.png);
}

.icon.icon_cart {
    background-image: url(../images/icon_user2.png);
}

.icon.icon_order {
    background-image: url(../images/icon_user3.png);
}

.icon.icon_out {
    background-image: url(../images/icon_user4.png);
}

.icon.icon_close {
    background-image: url(../images/icon_close.png);
}

.user_left li.active .icon.icon_info {
    background-image: url(../images/icon_user1-1.png);
}

.user_left li.active .icon.icon_cart {
    background-image: url(../images/icon_user2-1.png);
}

.user_left li.active .icon.icon_order {
    background-image: url(../images/icon_user3-1.png);
}

.user_left li.active .icon.icon_out {
    background-image: url(../images/icon_user4-1.png);
}

.add_pro {
    margin-bottom: 25px;
}

.order_table table,
.user_table table {
    border: 1px solid #ddd;
}

.order_table img {
    width: 50px;
    height: 50px;
}

.user_table img {
    width: 100px;
    height: 100px;
}

.user_table .table th {
    /* text-align: center; */
}


/* .user_table .table>tbody>tr>td,
.user_table .table>thead>tr>th {
	line-height: 100px;
	text-align: center;

} */

.table_form {
    border: 1px solid #ddd;
    line-height: 28px;
    margin: 33px auto 0;
    width: 131px;
}

.table_form span {
    padding: 5px 0;
    text-align: center;
    display: block;
    float: left;
}

.table_form span:nth-child(1) {
    border-right: 1px solid #ddd;
    width: 30px;
}

.table_form span:nth-child(2) {
    width: 69px;
}

.table_form span:nth-child(3) {
    border-left: 1px solid #ddd;
    width: 30px;
}

.red {
    color: #e90505;
}

.grey {
    color: #999;
}

.money_table .btn-default {
    color: #fff;
    background-color: #956cae;
    border-color: #956cae;
    display: block;
}

.
/* money_table .btn-default {
	margin: 50px 0;
} */

.prodcut_li_s {
    border-radius: 0;
    margin-bottom: 80px;
    box-shadow: none;
}

.prodcut_li_s .txt {
    padding: 0 15px;
}

.prodcut_li_s a {
    color: #333;
}

.prodcut_li_s .txt h3 {
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.prodcut_li_s .txt p {
    color: #999;
    font-size: 16px;
}

.prodcut_li_s a.btn {
    width: 220px;
    margin: 30px auto;
    display: block;
    border-radius: 100px;
}

.prodcut_li_s img {
    width: auto;
    margin: 0 auto;
}

.card_left_cont {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 999999999999999999999;
    background: #efefef;
    right: -10000px;
    transition: .3s;
}

.card_left_cont.active {
    right: 0;
}

#godcar.active {
    right: 300px;
    border-radius: 10px 0 0 10px;
}

.card_left_cont .title {
    background: #efefef;
    padding: 10px;
    width: 100%;
}

.card_left_cont li {
    padding: 5px 0;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.card_left_cont li img {
    width: 70px;
    height: 70px;
    float: left;
}

.card_left_cont li p {
    font-size: 16px;
}

.card_left_cont li a {
    display: block;
    width: 90%;
    color: #333;
}

.card_txt {
    padding-left: 10px;
    width: 68%;
}

.card_left_cont li p:nth-child(1) {
    margin-bottom: 5px;
    margin-top: 10px;
}

.card_left_cont li p:nth-child(n+2) {
    color: #999;
    font-size: 12px;
    margin-bottom: 3px;
}

.card_left_cont li span:nth-child(2) {
    font-size: 18px;
}

.card_left_cont li span:nth-child(3) {
    color: #999;
    font-size: 12px;
}

.card_left_money {
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 300px;
    background-color: #fff;
}

.card_left_money .left p {
    margin-bottom: 5px;
    color: #999;
}

.card_left_money .left span {
    margin: 0 10px;
    font-weight: bold;
}

.card_left_money .right a {
    background-color: #e90505;
    color: #fff;
    text-align: center;
    display: block;
    padding: 5px;
    border-radius: 5px;
}

.card_left_cont li span.del {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 13px;
    color: #008ed2;
}

.order_table p:last-child {
    margin-bottom: 0;
}

.order_table tr td:nth-child(1) {
    line-height: 68px;
}

.order_table tr:first-child {
    background: #efefef;
}

.wgeDelCart {
    cursor: pointer;
}

.post-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.post-meta li {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.post-meta li i {
    margin-right: 10px;
    color: #999;
}

.display {
    display: inline-block;
}

.display span a {
    background: #ddd;
    padding: 10px;
    display: block;
    float: left;
    margin-right: 10px;
}

.news_cont {
    padding: 10px;
    line-height: 28px;
}

.news_cont img {
    max-width: 100%;
}

.call {
    position: fixed;
    text-align: center;
    bottom: 2%;
    right: 1%;
    z-index: 3;
}
.call img{
    width: 80px;
}
.call a{
    display: block;
}
.call h2{
    margin-top: 10px;
    font-size: 14px;
    color: #f57a8c;
    font-weight:bold;
}
header{
        transition: .3s;
}

.pageHtml{
    text-align: center;
}

