

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{
	background: url('../images/1.jpg') no-repeat 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
}

header .top-bar {background-color: rgba(0, 0, 0, 0.4);}
header .top-bar .wrap-top{}


header .top-bar ul li{display:inline;}
header .top-bar ul p,header .top-bar ul a{display:inline;margin: 0 25px;float:left;}
header .top-bar .mail p{background: url(../images/Mail.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar .phone p{background: url(../images/Phone.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar .car p{background: url(../images/car.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar .login a { color:#fff;font-size:15px;}
.login a .icon-user{
    font-size:24px;
}
header .top-bar .cart a { color:#fff;font-size:15px;}

header .top-bar2 {background-color: rgba(0, 0, 0, 0.4);}
header .top-bar2 .wrap-top{}


header .top-bar2 ul li{display:block;}
header .top-bar2 ul p,header .top-bar2 ul a{margin: 0 25px;text-decoration: none}
header .top-bar2 .mail p{background: url(../images/Mail.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar2 .phone p{background: url(../images/Phone.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar2 .car p{background: url(../images/car.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar2 .login a { color:#fff;font-size:15px;}
.login a .icon-user{
    font-size:24px;
}
header .top-bar2 .cart a { color:#fff;font-size:15px;}
.flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex-row2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.w100{
    width:100%;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0!important;
}

.cart a .icon-cart{
    font-size:24px;
}
.logo img{display: inline-block;}

header .nav-bar {background: #F0F0F0; }
header .nav-bar .wrap-nav{}

nav { margin: 17px auto 0px auto;display: inline-block;}
nav .active a{color: #FE9B13!important;}

#menu ul{padding:0px;margin:0px;list-style: none;}
#menu ul li{display:inline;}
#menu ul a{float:left;color: #000;margin-left: 15px; text-transform: uppercase;padding: 10px;font-size: 16px;font-weight: bold;}
#menu a:hover{color: #FE9B13;}

header .wrap-header{text-align: center;padding: 0px 0;}
header .wrap-header h1{font-size: 50px;color: #fff;line-height: 1.2;text-transform: uppercase;letter-spacing: 7px;margin-bottom:10px;}
header .wrap-header span {font-size: 25px;color: #fff;}
header .wrap-header  ul{padding:0px;margin:0px;list-style: none;}
header .wrap-header ul li{display:inline;}
header .wrap-header ul a {float:left;color: #DDD;margin-left: 20px; text-transform: uppercase;padding: 10px;font-size: 16px;font-weight: bold;}
header .wrap-header ul p {float:left;color: #DDD;margin-left: 20px; text-transform: uppercase;font-size: 16px;font-weight: bold;}
header .wrap-header a:hover{color: #FE9B13;}
header .rightmenu{margin-top: 60px;width:65%;}

header .wrap-header .search-form{background-color: rgba(220, 220, 220, 0.9);padding: 15px 18px;margin: 60px auto 50px auto;display:inline-block;}

header #search {}

header #search input[type="text"] {
    border: 0 none;
    font: bold 17px Arial,Helvetica,Sans-serif;
    color: #FF9204;
    max-width: 380px;
	width: 70%;
	min-width: 200px;
    padding: 10px ;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
header #search input[type="submit"]{
	background: url(../images/search-dark.png) no-repeat 14px 14px #FE9B13;/* Fallback color for non-css3 browsers */
	padding: 10px 20px 10px 39px;
	color: #000;
	cursor: pointer;
	font: bold 17px Arial, Helvetica, sans-serif;
	font-weight: 780;
	outline: none;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	}
header #search input[type="image"]{
    color: #000;
    cursor: pointer;
    font: bold 17px Arial, Helvetica, sans-serif;
    font-weight: 780;
    outline: none;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{background: #ffffff;}

/* ---content-box--- */
.content-box {}
.content-box .wrap-box {padding:30px 10px; position: relative;}
.content-box .header {text-align: center; margin: 10px 0; }
.content-box .header h2{font-size: 34px; color:#FE9B13;font-weight: 500;letter-spacing: 3px;}
.content-box .header p{margin-top: 10px;}
.content-box .header .wrapper{padding: 5px 30px; display: inline-block;}
.content-box .post h3{margin: 25px 0;font-size: 25px;}

.content-box.boxstyle-1{background: #F4F3EE;}
.content-box.boxstyle-2{background: #fff; color: #000;}
.content-box.boxstyle-3{background: url('../images/bg.jpg') no-repeat 100% 100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;height: 400px;}


.content-box.box-1 {}
.content-box.box-1  img{max-height: 230px;width:100%;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.content-box.box-1 .post{display: inline-block;background-color:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.content-box.box-1 h3 {color: #000; margin: 25px;}
.content-box.box-1 .upload { padding: 5px 15px;;border-top: 1px solid #eee;font-size: 15px;color: #555;}
.content-box.box-1 .upload:hover {background : #DDD;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.content-box.box-1 .upload a{ color: #FE9B13;font-weight: bold;}
.content-box.box-1 .upload a:hover{ color: #000;}

.content-box.box-2 {text-align: center;}
.content-box.box-2 .wrapper{}
.content-box.box-2 .post{}
.content-box.box-2 .wrap-img1 {width: 150px; height: 150px; border-radius: 50%; border: 1px solid #DDD; }
.content-box.box-2 .wrap-img1 img{padding-top: 40px;}

.content-box.box-3 {text-align: center;}
.content-box.box-3 p{font-size: 40px;color: #fff;line-height: 1.8;font-weight: bold;margin-top: 80px;}


.content-box.box-4  {text-align: center;}
.content-box.box-4 a{color:#000;font-weight: 500;}
.content-box.box-4 a:hover{color: #FE9B13;}
.content-box.box-4  span{color:#999;font-size: 19px;}
.content-box.box-4  .post {margin: 70px 0;}
.content-box.box-4  .post h3{margin: 25px 0 15px 0;}

.content-box.box-5 {text-align: center;}
.content-box.box-5 .header {text-align: right; }
.content-box.box-5 .header .wrapper{border: none;}
.content-box.box-5 .subcribe-form{text-align: left;}
.content-box.box-5 p{font-size: 40px;color: #fff;line-height: 1.8;font-weight: bold;margin-top: 80px;}

.content-box.box-6 {}
.content-box.box-6 .wrap-box{margin: 50px 0 30px 0;}
.content-box.box-6 .extra {}
.content-box.box-6 .widget {}
.content-box.box-6 .widget-box{padding:0px;}
.content-box.box-6  .widget img{ height: 150px;max-width: 243px; width: 100%;}
.content-box.box-6  .post h3, h4{margin: 10px 0 15px 0;line-height: 1.2;}
.content-box.box-6 .upload a{color: #FE9B13;font-weight: bold;}
.content-box.box-6 .upload a:hover{color: #000;}

/* ---MainContent-Article--- */
#main-content {background-color: #F4F3EE;}
#main-content .wrap-content{padding: 40px 0;}

article{margin-bottom: 30px;display: inline-block;background-color:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article img{width:100%;border-top-left-radius: 8px;border-top-right-radius: 8px;}
article .wrap-art {}
article .art-header{color: #000; margin: 15px;}
article .art-content {width: 100%}
article .art-content a{ color: #FE9B13;font-weight: bold;}
article .art-content a:hover{ color: #000;}
article .art-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .art-content h2 {font-size: 1.7em;line-height: 2em;padding: 0px 20px;}
article .art-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}

article .entry-title {line-height: 1;position: relative; width: 100%;font-size: 50px;}
article .entry-title h2{line-height: 1.2;font-size: 38px;}
article .upload a{ color: #FE9B13;font-weight: bold;}
article .upload a:hover{ color: #000;}

article .art-related{margin-top: 30px;}
article .art-related img{display: inline-block; margin: 5px 0;}
article .art-related .thetitle ul li a{position: relative;background: #4dbce9 ;color: #fff;padding: 15px 45px;font-size: 20px;font-weight: 900;margin-bottom: 40px;text-align: center;display: inline-block;}
article .art-related .thetitle ul li a:before {content: "";border-top: 27px solid transparent;border-bottom: 27px solid transparent;border-left: 30px solid #fff;position: absolute; left: 0; top: 0;}
article .art-related .thetitle ul li a:after {content: "";border-top: 27px solid transparent;border-bottom: 27px solid transparent;border-right: 30px solid #fff;position: absolute; right: 0px; top: 0;}
article .art-related .title {margin: 5px 0;font-size: 15px;}
article .art-related .title a{color: #000;}
article .art-related .title a:hover{text-decoration: underline;}

/* ---Sidebar-Widget--- */
#sidebar{}
#sidebar .wrap-sidebar{}

.widget {}
.widget  li{ line-height: 3;border-bottom: 2px solid #DDD;}
.widget-title  {border-bottom: 5px solid #DDD;margin-bottom: 15px;}
.widget-title h5 {border-bottom: 5px solid #FE9B13;display: inline-block;padding-bottom: 20px;margin-bottom:-4px;font-size: 25px;}
.widget-box {margin-bottom: 30px;background: #fff;padding: 20px;border-radius: 8px;}

.widget .widget-content{padding : 10px 0;}

.widget .wid-about {text-align: center;}
.widget .wid-about{background: url("../images/17.jpg") no-repeat center; background-size: 100%;height: 110px; padding-top: 50px;margin-bottom: 30px;}
.widget .wid-about a{font-size:35px;text-transform: uppercase; font-weight: bold ;color: #fff;}

.widget .wid-news {}
.widget .wid-news img{min-height: 50px;width: 100%;max-width: 350px;}

.widget .wid-archives {}
.widget .wid-archives select {margin: 10px 0;height: 40px;width: 100%;padding-left: 10px;font-family: "Noto Serif",serif;font-size: 16px; background-color: #e9e9e9;color: #777777;border: none;}

.widget .wid-gallery {}
.widget .wid-gallery img{height: 50px;width: 100%;max-width: 85px;}

.widget .wid-meta {}
.widget.wid-meta ul li{padding-left: 17px; font-weight: bold;font-size: 16px;}

.widget .wid-related {}
.widget .wid-related img{ height: 150px;max-width: 243px; width: 100%;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Single Page---------------------------- */
/* ---------------------------------------------------------------------------- */
#single {}
#single .wrap-single {background-color: #fff;color: #000;padding: 50px 0 30px 0;}
#single .info {font-size: 19px;}
#single .excerpt {border-bottom: 1px dashed #aaa;border-top: 1px dashed #aaa;margin: 10px 0;}
#single .excerpt p{color: #888;}
#single .dropcap {font-size: 70px;line-height: 70px;font-weight: 500;float: left;margin-right: 20px;}
#single article img {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
#single article .art-content p {line-height: 1.4em;font-size: 16px;text-align: justify;padding: 22px 0;margin: 0 auto;}
#single article .art-content { padding: 20px;font-size: 15px;color: #555;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Archive Page--------------------------- */
/* ---------------------------------------------------------------------------- */
#archive {}
#archive article .art-content:hover {background : #DDD;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
#archive article .art-content { padding: 5px 20px;border-top: 1px solid #eee;font-size: 15px;color: #555;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{background-color:#26232D;color: #999999;}
footer .wrap-footer{padding: 20px 0;}
footer .wrap-footer p{font-weight: bold;}

footer .widget-title {border-bottom: 4px solid #444;}
footer .widget-title h5{color: #fff;}
footer .widget-box {margin: 0px;background: none;padding: 0px;}

footer .bottom-footer {background-color:#312E38;text-align: center;}
footer .wrap-bottom {padding: 15px; font-style: italic;}
footer .bottom-footer a {color: #999999;text-decoration:underline;}
footer .bottom-footer a:hover {color: #fff;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {margin: 10px 0;}

#subcribe input[type="text"] {
    background:#26232D;
    font: 15px Arial,Helvetica,Sans-serif;
    color: #867B6E;
    width: auto;
    padding: 10px;
    border: 1px solid #aaa;
	width: 90%;
	
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	margin: 25px 0 25px 0;
	padding: 20px 33px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	letter-spacing: 3px;
}
a.button.button01{background: #FE9B13;font-size: 18px;}
a.button.button01:hover{background: #DDD;color:#000;}
a.button.button02{ color: #000000;border: 3px solid #999;font-weight: 500;padding: 10px 20px;}
a.button.button02:hover {border: 3px solid #FE9B13;}
a.button.button03{ background: #FE9B13; color: #fff;font-weight: 500;padding: 10px 20px;border: 3px solid #FE9B13;border-radius: 0px;margin-top: 10px;}
a.button.button03:hover {border: 3px solid #FE9B13;background:transparent;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact {background:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 70px ;text-align: center;}

#contact_form {padding:25px;}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input {display:block;width:90%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

textarea {display:block;width:90%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {cursor:pointer;background-color:#FE9B13;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:100px;color:#ffffff;}
#ff .sendButton:hover {opacity: 0.8;}


.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
}
.ant-btn-red {
    color: #fff;
    background-color: #FF5A44;
    border-color: #FF5A44;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------tie-------------------------------- */
/* ---------------------------------------------------------------------------- */
/* 购物车图标容器 */
.shopping-cart-icon {
    position: relative;
    width: 30px; /* 调整为适合您的图标尺寸 */
    height: 30px;
}

/* 圆形角标 */
.shopping-cart-badge {
    position: absolute;
    top: -5px; /* 调整为适当的位置 */
    /*right: -5px;*/
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px; /* 调整为适当的尺寸 */
    height: 18px;
    background-color: red; /* 调整为适合您的配色 */
    border-radius: 50%;
    color: white; /* 调整为适合您的文字颜色 */
    font-size: 12px; /* 调整为适合您的文字大小 */
    font-weight: bold;
}

.cart {
    position: relative;
}

.cart-content {
    color: #000;
    width: 308px;
    max-height: 500px;
    display: none;
    position: absolute;
    top: 85px;
    left: -100px;
    /*padding: 10px;*/
    background-color: white;
    border: 1px solid #ccc;
    overflow: auto;
    z-index: 666;
}


.cart-content ul {
    list-style: none;
    padding: 0;
}

.cart-content ul li {
    margin-bottom: 5px;
}

.cart-content .smt {
    height: 25px;
    padding: 6px 8px;
    line-height: 25px;
    overflow: hidden;
    zoom: 1;
    box-sizing: initial;
}

.fl {
    float: left;
}
.cart_hd_title{
    line-height: 25px;
}

.cart-content .smc {
    background: #fff;
    height: auto !important;
    max-height: 344px;
    overflow-y: auto;
}

#mcart-sigle li {
    padding: 8px 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    line-height: 17px;
    vertical-align: bottom;
}

#mcart-sigle .p-img {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px;
    font-size: 0;
}

.p-detail, .p-img, .p-market, .p-name, .p-price {
    overflow: hidden;
}

#mcart-sigle .p-name {
    float: left;
    width: 120px;
    height: 52px;
    color: #000;
    overflow: hidden;
}

#mcart-sigle a {
    color: #000;
}

#mcart-sigle .p-detail {
    float: right;
    text-align: right;
    width:85px;
}
.smb{
    padding: 8px;
    background: #f5f5f5;
    text-align: right;
    overflow: hidden;
}
.smb .p-total{
    float: left;
    line-height: 29px;
}
.smb .cart_ft_lk{
    float: right;
    height: 29px;
    padding: 0 10px;
    background: #e4393c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
}
.row{
    margin-left: 0px!important;
    margin-right:0px!important;
}

.center-align {
    text-align: center;
    justify-content: center;
    align-items: center;

}
.addsuccess{
    color:blue;
    margin-left: 13px;
    font-weight: bold;
    margin-top: 25px;
}

/*//新的按钮*/
.mybtn{
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 2px;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    width: 120px!important;
    color:#ffffff!important;
    border:none;
}

.mybtnsmall{
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 2px;
    position: relative;
    padding-left: 2px;
    font-size: 12px;
    width: 85px!important;
    color:#ffffff!important;
    border:none;
}

.mybtn i,.mybtn img{
    position: absolute;
    left: 4px;
    top: 5px;
    height: 14px;
    text-align: center;
}
.mybtn-jiaruduibi::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/jiaruduibilogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-jiarugouwuche::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/jiarugouwuchelogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.mybtn-shanchu::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/shanchulogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-tianjiacplogo::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/tianjiacplogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-qingkonglogo::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/qingkonglogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-quduibilogo::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/quduibilogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-lijitijiao::before{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/lijitijiaologo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn-yichu::before{
    position: absolute;
    height: 11px;
    width: 14px;
    left: 4px;
    top: 5px;
    content:' ';
    background-image: url('/btnimg/yichulogo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mybtn.mybtn-big{
    padding-left: 40px;
    border:none;
}


button.mybtn-big,a.mybtn-big,input.mybtn-big{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
    height: 38px;
}
.mybtn.mybtn-big::before{
    height: 26px;
    width: 26px;
    left: 9px;
    top: 6px;
}
.mybtn-green{
    background-color: #44b88d!important;
}
.mybtn-deepgreen{
    background-color: #3a9298!important;
}
.mybtn-blue{
    background-color: #3b86cb!important;
}
.mybtn-deepblue{
    background-color: #3a5a9e!important;
}
.mybtn-black{
    background-color: #595757!important;
}
.mybtn-orange{
    background-color: #e96e28!important;
}
.mybtn.disabled{
    background-color: #747a80!important;
    /*border: 1px solid #0C78C7;*/
}
.mybtn.mybtn-big2{
    padding-left: 30px;
    width: 165.39px!important;
    letter-spacing: 4px;
    border:none;
}
.mybtn.mybtn-big2.mybtn-between,.mybtn.mybtn-big.mybtn-between{
    letter-spacing: 16px;
}


#mcart-sigle li {
    padding: 8px 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    line-height: 17px;
    vertical-align: bottom;
}

#mcart-sigle .p-img {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px;
    font-size: 0;
}

.p-detail, .p-img, .p-market, .p-name, .p-price {
    overflow: hidden;
}

#mcart-sigle .p-name {
    float: left;
    width: 120px;
    height: 52px;
    color: #000;
    overflow: hidden;
}

#mcart-sigle a {
    color: #000;
}

#mcart-sigle .p-detail {
    float: right;
    text-align: right;
    width:85px;
}
.smb{
    padding: 8px;
    background: #f5f5f5;
    text-align: right;
    overflow: hidden;
}
.smb .p-total{
    float: left;
    line-height: 29px;
}
.smb .cart_ft_lk{
    float: right;
    height: 29px;
    padding: 0 10px;
    background: #e4393c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
}

.slideshow {
    position: relative;
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.slideshow img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slideTitle{
    margin-left: 10px;
    margin-right: 10px;
    width: 390px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(128, 128, 128, 0.22);
    font-size: 16px;
}

.slideshow img.active {
    opacity: 1;
}

.slideshow .prev,
.slideshow .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
    z-index: 10000;
}

/* 自定义箭头样式开始 */
.slideshow .prev {
    left: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.slideshow .next {
    right: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slideshow .prev:before,
.slideshow .next:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.slideshow .prev:before {
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.slideshow .next:before {
    right: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
}

.cpmid{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
}
.cpmids{
    line-height: 38px;
}

.cptitle{
    font-size: 16px;
    font-weight: bold;
    color: darkgray;
    line-height: 36px;
}

.cpmemo{
    font-size: 16px;
    line-height: 36px;
}

.cpright{
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    width: 380px;
    height: 338px;
    border:1px solid #ccc;

}
.cprightline{
    margin-top: 10px;
    font-size: 16px;
    margin-left: 20px;

}

.cprightline1{

    font-size: 25px;
    margin-left: 20px;
    line-height: 34px;
    color: #005ca9;
    font-weight: bold;

}

.cprightline2{

    font-size: 16px;
    margin-left: 20px;
    line-height: 34px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;


}

.cprightline3{

    font-size: 16px;
    margin-left: 20px;
    line-height: 34px;
    color: #333;
    margin-top: 5px;



}
.cprightline4{
    text-align: center;
}

.cpbt{
    font-size:22px!important;
    font-weight: bold;

    color: #005ca9;
    line-height: 34px;

}

