qc.ifish7.com/Public/skin/css/global.css

1586 lines
100 KiB
CSS

@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; border:0px; font-family:'方正兰亭黑简体'; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {
-webkit-appearance: none;
resize:none;
}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s; -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none; transition: all 0.3s ease 0s;cursor:pointer;}
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
textarea,div,p,td,ul,li,span,a,ol,input,label,dd,dt{padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:13px; font-family:"微软雅黑"}
.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999999; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px);
}
.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
height: 200px;
background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
background: linear-gradient(to right,white, yellow); /* 标准的语法(必须放在最后) */
}
/*黑白照片*/
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
.gray:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
}
/*圆角5px*/
.radius5{
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}
/*圆角10px*/
.radius10{
-webkit-border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
border-radius:10px;
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
filter: scale(1);
filter: transform;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
cursor:pointer;
}
.tra:hover{
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
filter: scale(1.15);
filter: transform;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
cursor:pointer;
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}
.shadow1{
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
/*投影*/
.shadow5{
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.shadow7{
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.shadow7:hover{
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.shadow1_1{
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.shadow5:hover{
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px;
-moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px;
-ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px;
-o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px;
box-shadow:rgba(0,0,0,0.08) 0px 0px 15px;
transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;
}
.shadow8{
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
-moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
-ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
-o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
.shadow6{
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
-moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
-ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
-o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;
}
/*投影*/
.shadow10{
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
-moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
-ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
-o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;
}
/*图片居中*/
.center{
-webkit-align-items: center;
display: -webkit-flex;
-webkit-justify-content: star;
}
/*图片居中2*/
.vertical{
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-pack:center;
/* IE 10 */
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */
-webkit-box-pack:center;
-ms-flex-align:center;
-moz-box-pack:center;
/* IE 10 */
-webkit-align-items:center;
-moz-align-items:center;
align-items:center;
}
/*图片翻转*/
.flip{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
transition: all 0.3s ease;
-webkit-transform: all 0.3s ease;
}
.flip:hover{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(60deg);
transition: all 0.3s ease; -webkit-transform: all 0.3s ease;
cursor:pointer;
}
.noscroll{
overflow: hidden;
}
.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}
.quan{ width: 100%;}
.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}
.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}
.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}
.details_banner{ height: 450px; position: relative;}
.details_banner .details_banner_content{
width: 39%;
position: absolute;
left: 26%;
top: 48%;
transform: translateX(-50%) translateY(-50%);
}
.details_banner .details_banner_content .banner_content_title{ font-size: 34px; color: #fff; font-weight: bolder; position: relative; padding-bottom: 14px; margin-bottom: 37px;}
.details_banner .details_banner_content .banner_content_title:before{ content: ""; position: absolute; display: inline-block; width: 60px; height: 2px; background: #fff; left: 0; bottom: 0;}
.details_banner .details_banner_content .banner_content_nav a{ font-size: 14px; color: #fff;}
.details_banner .details_banner_content .banner_content_nav span{ font-size: 12px; color: #fff; margin: 4px 5px;}
.banner{ height: 374px; overflow: hidden; position: relative;}
.banner .slick-slider{ margin-bottom:0px;}
.banner .banner_content{ max-width:1200px; margin:0 auto; position:absolute; height: 1px; left:0; top:50%; right:0; margin:0 auto;}
.banner .slick-slide img{ width:100%; height: 374px; object-fit: cover;}
.banner .login{ width: 248px; height: auto; background: #FFFFFF; position: absolute; right: 0;
top: 55%;
transform: translateX(0%) translateY(-50%);}
.banner .login .login_top{ border-bottom: 1px dashed #eaeaea; padding: 20px 18px;}
.banner .login .login_top .login_top_title dd{ width: 60px; height: 60px; overflow: hidden; border-radius: 100%;}
.banner .login .login_top .login_top_title dd img{ width: 100%; height: 60px; object-fit: cover;}
.banner .login .login_top .login_top_title dt{ padding: 8px 0px; margin-left: 7px; width: 68%;}
.banner .login .login_top .login_top_title dt p{ font-size: 18px; color: #1b1b1b;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.banner .login{ border-bottom: 4px solid #b8182c;}
.banner .login .login_top .login_top_title dt span{ font-size: 12px; color: #959595;}
.banner .login .login_top .login_top_bottom{ margin-top: 20px;}
.banner .login .login_top .login_top_bottom a{ display: inline-block; width: 48%; margin-right: 4%; font-size: 14px; color: #b8182c; border: 1px solid #b8182c; line-height: 31px; border-radius: 5px; text-align: center;}
.banner .login .login_top .login_top_bottom a:last-child{ margin-right: 0px;}
.banner .login .login_top .login_top_bottom a.on{ background: #b8182c; color: #fff;}
.banner .login .login_news{ padding: 20px 18px;}
.banner .login .login_news .login_news_title{ margin-bottom: 13px;}
.banner .login .login_news .login_news_title dd{ font-size: 14px; color: #333;}
.banner .login .login_news .login_news_title a{ font-size: 14px; color: #959595;}
.banner .login .login_news .login_news_title a span{ margin-left: 5px; font-size: 16px;}
.banner .login .login_news .login_news_content .news_content_list{ margin-bottom: 12px; width: 100%;}
.banner .login .login_news .login_news_content .news_content_list:last-child{ margin-bottom: 0px;}
.banner .login .login_news .login_news_content .news_content_list span{ font-size: 12px; color: #959595;}
.banner .login .login_news .login_news_content .news_content_list a{ font-size: 12px; color: #666; display: inline-block; width: 86%; margin-left: 2%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.banner .login .login_news .login_news_content .news_content_list.on a{ font-size: 12px; color: #b8182c;}
.banner .login .login_bottom .login_bottom_list{ text-align: center; width: 33.333%; border-right: 1px solid #eaeaea; padding: 15px 0px; border-top: 1px solid #eaeaea;}
.banner .login .login_bottom .login_bottom_list:last-child{ border-right: 0px;}
.banner .login .login_bottom .login_bottom_list dd{ line-height: 28px; margin-bottom: 10px;}
.banner .login .login_bottom .login_bottom_list dt{ font-size: 12px; color: #666666; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }
.banner .login .login_bottom .login_bottom_list:hover dt{ color: #b8182c; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }
.banner .slider .item dd{ position:absolute; left:50%; top: 55%; transform: translateX(-50%) translateY(-50%); z-index:50; background:rgba(255,255,255,.6); width:300px; line-height:75px; text-align:center; font-size:22px; color:#920a0d; font-weight:bolder;}
.pc_top{ border-bottom: 0px solid #ce1042;}
.pc_top .pc_top_content{ max-width: 1200px; margin: 0 auto; padding-top: 20px;}
.pc_top .pc_top_content .top_content_left{ width: 83%; padding-top: 10px;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_logo{ display: inline-block;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_title .search_title_form{ border: 1px solid #b8182c; border-radius: 5px; overflow: hidden;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_title .search_title_form dd input{ width: 415px; line-height: 39px; padding: 0px 15px; font-size: 15px; color: #333;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_title .search_title_form dt input{ width: 115px; line-height: 39px; background: #b8182c url(../images/bn1.png) no-repeat 25px 45%; color: #fff; font-size: 18px; text-align: left; padding-left: 55px; cursor: pointer;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_title a{ display: inline-block;; line-height: 39px; padding: 0px 15px; background: #b8182c; font-size: 18px; color: #fff; border-radius: 5px; margin-right: 8px;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_title a img{ margin-right: 8px; position: relative; top: -2px;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_content{ margin-top: 9px; padding-left:21%;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_content a{ color: #999999; font-size: 12px; margin-right: 15px;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_content a.on{ color: #b8182c;}
.pc_top .pc_top_content .top_content_left .content_left_top .left_top_search .top_search_content a:hover{ color: #b8182c;}
.pc_top .pc_top_content .top_content_left .content_left_nav{ margin-top: 20px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left{ width: 23%; position: relative; cursor:pointer;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left:hover .nav_left_down{ display:block;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_title{ font-size: 16px; color: #fff; background: #b8182c; text-align: center; line-height: 38px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down{ position: absolute; width: 100%; left: 0; top: 0; background: #a60c1f; display:none;
top: 38px; z-index: 50;
}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list{}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_title{ padding: 17px 30px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_title a{ color: #fff; font-size: 14px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_title span{ color: #fff; font-size: 14px; margin:0px 5px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list:last-child{ margin-bottom: 0px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down{ position:absolute; width:610px; background:rgba(255,255,255,.8); left:229px; top:0px; height:374px; padding:15px; display:none;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list dd a{ display:inline-block; width:100%; color:#a60c1f; font-size:12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list{ margin-bottom:20px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list:last-child{ margin-bottom:0px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list dd{ width:10%; margin-right:2%;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list dt{ width:100%;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list dt a{ margin-right:15px; margin-bottom:5px; display:inline-block; font-size:14px; color:#333; margin-bottom:10px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list .down_list_down .list_down_list dt a:hover{ color:#a60c1f;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list:hover .down_list_down{ display:block;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list:hover .down_list_title{ background:#fff;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list:hover .down_list_title a{ color:#b8182c;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_left .nav_left_down .left_down_list:hover .down_list_title span{ color:#b8182c;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right{ width: 75%; margin-left: 2%;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list{ margin-right: 40px; position:relative;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list .right_list_title{ color: #000000; font-size: 16px; line-height: 35px; display: inline-block;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list:hover .right_list_down{ display:block;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list .right_list_down{ position:absolute; width:150px; background:#fff; z-index:50; left:-18px; display:none;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list .right_list_down a{ display:inline-block; text-align:center; line-height:40px; text-align:center; padding:0px 15px; width:100%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list:nth-child(2) .right_list_down{ left:-38px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list .right_list_down a:hover{ background:#b8182c; color:#fff;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list:last-child{ margin-right: 0px;}
.pc_top .pc_top_content .top_content_left .content_left_nav .left_nav_right .nav_right_list:hover .right_list_title{ color: #b8182c;}
.product_banner{ height:300px;}
.product_banner .slick-slide img{ height:300px;}
.pc_deader{ line-height: 36px; background: #f8f8f8; border-bottom:0px;}
.pc_deader .pc_top_content{ padding-top: 0px;}
.pc_deader .pc_deader_left{ font-size: 14px; color: #717171;}
.pc_deader .pc_deader_right a{ font-size: 14px; color: #717171; display: inline-block; position: relative; padding-right: 14px; margin-right: 14px;}
.pc_deader .pc_deader_right a span{ font-weight: bolder; color: #b8182c; letter-spacing: .1em;}
.pc_deader .pc_deader_right a:before{ content: ""; display: inline-block; width: 1px; height: 15px; background: #d4d3d3; right: 0; top: 30%; position: absolute;}
.pc_deader .pc_deader_right a:last-child:before{ opacity: 0;}
.pc_deader .pc_deader_right a:last-child{ margin-right: 0px; padding-right: 0px;}
.pc_deader .pc_deader_right a:last-child img{ margin-right:10px; position:relative; top:-2px;}
.pc_deader .pc_deader_right a:hover{ color: #b8182c;}
.indexProduct{ background: #f5f5f5;}
.indexProduct .indexProduct_content{ max-width: 1200px; margin: 0 auto;}
.indexProduct .indexProduct_content .indexProduct_content_title{ padding-top: 35px; padding-bottom: 15px;}
.indexProduct .indexProduct_content .indexProduct_content_title dd{ font-size: 18px; color: #050400; font-weight: bolder;}
.indexProduct .indexProduct_content .indexProduct_content_title dd img{ margin-right: 10px;}
.indexProduct .indexProduct_content .indexProduct_content_title dt{ font-size: 14px; color: #868686; padding-top: 6px; padding-left: 7px; width: 80%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.footer{ background: #fff;}
.footer .footer_top{ padding: 28px 0px; border-bottom: 1px solid #dcdcdc;}
.footer .footer_top .footer_top_list{ width: 18%; margin-right: 8%;}
.footer .footer_top .footer_top_list:last-child{ margin-right: 0px; width:21%;}
.footer .footer_top .footer_top_list .top_list_txt{ margin-left: 15px; padding: 11px 0px;}
.footer .footer_top .footer_top_list .top_list_txt dd{ font-size: 16px; color: #050400; margin-bottom: 3px;}
.footer .footer_top .footer_top_list .top_list_txt dt{ font-size: 14px; color: #999999;}
.footer .footer_bottom .footer_bottom_left{ width: 85%; margin-right: 3%; padding: 25px 0px;}
.footer .footer_bottom .footer_bottom_left .bottom_left_list{ width: 16%; margin-right: 2%;}
.footer .footer_bottom .footer_bottom_left .bottom_left_list:last-child{ margin-right: 0px; width:21%;}
.footer .footer_bottom .footer_bottom_left .bottom_left_list dd a{ font-size: 14px; color: #666; font-weight: bolder; display: inline-block; width: 100%; margin-bottom: 15px;}
.footer .footer_bottom .footer_bottom_left .bottom_left_list dt a{ font-size: 12px; color: #666; display: inline-block; width: 100%; margin-bottom: 8px;}
.footer .footer_bottom .footer_bottom_right{ padding: 25px 0px;}
.footer .footer_bottom .footer_bottom_right dd a{ font-size: 14px; color: #666; font-weight: bolder; display: inline-block; width: 100%; margin-bottom: 15px;}
.footer .footer_bottom .footer_bottom_left .bottom_left_list dt p{ font-size: 12px; color: #666; display: inline-block; width: 100%; margin-bottom: 8px;}
.Copyright{ background: #fff;}
.Copyright .Copyright_left{ font-size: 12px; color: #111; padding-bottom: 20px;}
.registered{ background: #f5f5f5;}
.registered .registered_content{ max-width: 540px; margin: 0 auto; padding: 55px 0px;}
.registered .registered_content .registered_content_list{ margin-bottom: 30px;}
.registered .registered_content .registered_content_list .content_list_left{ font-size: 16px; color: #000000; margin-right: 30px; line-height: 42px; width: 64px; text-align: left;}
.registered .registered_content .registered_content_list .content_list_right{ width: 82%;}
.registered .registered_content .registered_content_list .content_list_right label{ margin-right: 29px; cursor: pointer;}
.registered .registered_content .registered_content_list .content_list_right label:last-child{ margin-right: 0px;}
.registered .registered_content .registered_content_list .content_list_right label span{ background: #fff; color: #4d4d4d; font-size: 18px; line-height: 40px; text-align: center; padding: 0px 45px; border-radius: 100px; border: 1px solid #b2b2b2; display: inline-block;}
.registered .registered_content .registered_content_list .content_list_right label input[type=radio]:checked ~ .button{background:#fff url(../images/bn59.png) 10% 50% no-repeat; border: 1px solid #ce1042; color: #ce1042;}
.registered .registered_content .registered_content_list .content_list_right label input[type=radio]{display: none;}
input[type='radio']{
-webkit-appearance:none;
}
.registered .registered_content .registered_content_list .content_list_right input{ line-height: 40px; border: 1px solid #b2b2b2; border-radius: 100px; width: 100%; padding: 0px 25px; font-size: 18px; color: #333;}
.registered .registered_content .registered_content_list .content_list_right{ position: relative;}
.registered .registered_content .registered_content_img .content_list_left{ line-height: 80px;}
.registered .registered_content .registered_content_img .content_list_right dd span{ display: inline-block; width: 80px;}
.registered .registered_content .registered_content_img .content_list_right dd img{ width: 100%; height: 80px; object-fit: cover; cursor: pointer;}
.registered .registered_content .registered_content_img .content_list_right dd input{ display: none;}
.registered .registered_content .registered_content_img .content_list_right dt{ font-size: 16px; color: #999999; line-height: 80px; margin-left: 10px;}
.registered .registered_content .registered_content_list .content_list_right #btnSendCode{ position: absolute; color: #ce1042; font-size: 14px; top: 0; right: 5%; top: 2%; display: inline-block; line-height: 38px; background: #fff; width: auto; border: 0px; padding: 0px; cursor: pointer;}
.registered .registered_content .registered_content_list .content_list_right input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:14px;}
.registered .registered_content .registered_content_list .content_list_right input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:14px;}
.registered .registered_content .registered_content_list .content_list_right input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999999; font-size:14px;}
.registered .registered_content .registered_content_list .content_list_right input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
.registered .registered_content .registered_content_list .content_list_right input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:14px;}
.registered .registered_content .registered_content_submit{ text-align: center; margin-top:25px;}
.registered .registered_content .registered_content_submit input{ width: 200px; line-height: 40px; text-align: center; font-size: 18px; color: #fff; border-radius: 100px; background: #ce1042; cursor: pointer;}
.registered .registered_content .registered_title{ margin-bottom:30px;}
.registered .registered_content .registered_title dd{ font-size: 16px; color: #000000; margin-right: 30px; line-height: 42px; width: 64px; text-align: left;}
.registered .registered_content .registered_title dt{ width: 82%;}
.registered .registered_content .registered_title dt a{ display:inline-block; line-height:40px; text-align:center; width:120px; border-radius:5px; background:#fff; border:1px solid #dcdcdc; font-size:16px; color:#333;}
.registered .registered_content .registered_title dt a:first-child{ margin-right:25px;}
.registered .registered_content .registered_title dt a.on{ color:#fff; background:#b8182c; border:1px solid #b8182c;}
.pc_registered .pc_registered_left dd{ font-size: 24px; color: #000000; position: relative; margin-left: 32px; padding-left: 32px;}
.pc_registered .pc_registered_left dd:before{content: ""; width: 2px; height: 60px; background: #e5e5e5; position: absolute; top: 32%; left: 0;}
.pc_registered .pc_registered_right{ font-size: 16px; color: #000000;}
.pc_registered .pc_registered_right a{ display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; background: #ce1042; border-radius: 100px; color: #fff; font-size: 18px; margin: 53px 0px; margin-left: 20px;}
.logIn{ background: #f5f5f5; height: 523px;}
.logIn .logIn_left { width: 841px; text-align: center; padding: 89px 0px;}
.logIn .logIn_left dt{ margin-top: 50px;}
.logIn .logIn_left dt p{ font-size: 14px; color: #666; line-height: 22px; margin-top: 10px;}
.logIn .logIn_right{ width: 350px; border-radius: 8px; background: #fff; padding: 37px 25px; margin: 80px 0px;}
.logIn .logIn_right .logIn_right_title{ font-size: 24px; color: #333333; margin-bottom: 23px;}
.logIn .logIn_right .logIn_right_content .right_content_list{ border: 1px solid #dcdcdc; line-height: 40px; border-radius: 20px; margin-top: 30px; overflow: hidden;}
.logIn .logIn_right .logIn_right_content .right_content_list dd{ width: 12%;
text-align: right;}
.logIn .logIn_right .logIn_right_content .right_content_list:hover{ border: 1px solid #ce1042;}
.logIn .logIn_right .logIn_right_content .right_content_list dt{ width: 88%;}
.logIn .logIn_right .logIn_right_content .right_content_list dt input{ width: 100%; padding: 0px 20px; font-size: 15px;}
.logIn .logIn_right .logIn_right_content .right_content_submit{ margin-top: 30px;}
.logIn .logIn_right .logIn_right_content .right_content_submit input{ width: 100%; line-height: 40px; background: #ce1042; color: #fff; font-size: 18px; font-weight: bolder; border-radius: 20px; cursor: pointer;}
.logIn .logIn_right .logIn_right_content .right_content_bottom{ margin-top: 25px;}
.logIn .logIn_right .logIn_right_content .right_content_bottom a{ font-size: 14px; color: #ce1042;}
.UserCenter_nav { background: #fff; line-height: 42px; box-shadow: 0px 8px 10px rgba(214,214,214,.3); position: absolute; width: 100%;}
.UserCenter_nav .indexProduct_content a{ font-size: 14px; color: #666666;}
.UserCenter_nav .indexProduct_content a:hover{ color: #ce1042;}
.UserCenter_nav .indexProduct_content a.on{ color: #ce1042;}
.UserCenter_nav .indexProduct_content span{ margin: 0px 5px;}
.UserCenter{ padding: 70px 0px;}
.UserCenter .UserCenter_left{ border: 1px solid #e5e5e5; width: 230px; background: #fff;}
.UserCenter .UserCenter_left .UserCenter_left_list dd{ line-height: 48px; background: #f5f5f5; color: #333333; font-size: 14px; padding-left: 16px;}
.UserCenter .UserCenter_left .UserCenter_left_list dt a{ display: inline-block; line-height: 60px; padding-left: 32px; background: #fff; width: 100%; color: #333333; font-size: 16px;}
.UserCenter .UserCenter_left .UserCenter_left_list dt a span{ margin-right: 16px; position: relative; top: -2px;}
.UserCenter .UserCenter_left .UserCenter_left_list dt a span img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
transition: all 0.3s ease 0s;
opacity: .5;
}
.UserCenter .UserCenter_left .UserCenter_left_list a:hover span img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
transition: all 0.3s ease 0s;
opacity: 1;
}
.UserCenter .UserCenter_left .UserCenter_left_list a:hover{ color: #b8182c;}
.UserCenter .UserCenter_left .UserCenter_left_list a.on span img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
transition: all 0.3s ease 0s;
opacity: 1;
}
.UserCenter .UserCenter_left .UserCenter_left_list a.on{ color: #b8182c;}
.UserCenter .UserCenter_right{ width: 970px; border: 1px solid #e5e5e5; background: #fff; border-left: 0px; padding: 20px 25px; min-height: 544px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left{ width: 154px; height: 154px; border-radius: 100%; background: #f2f2f2; position: relative;
box-shadow: 0px 4px 14px rgba(0,0,0,.17);
}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left dd{ width: 103px; height: 103px; border-radius: 100%; border: 5px solid #fff; border-radius: 100%; position: absolute; overflow: hidden;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);}
.UserCenter .UserCenter_right .UserCenter_right_top{ background: #f2f2f2; border-radius: 100px 0px 0px 100px;position: relative;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left dd img{ width: 100%; height: 93px; object-fit: cover;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right{ padding: 28px 0px; margin-left: 45px;}
.UserCenter .UserCenter_right .UserCenter_right_top:before{ content: ""; display: inline-block; width: 4px; height: 99px; background: #b8182c; right: 0; position: absolute; top: 17%;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right dd{ font-size: 16px; color: #333333; margin-bottom: 20px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right dt p{ font-size: 14px; color: #333333; line-height: 22px; margin-top: 8px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right dt p img{ margin-right: 13px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right dt p:nth-child(1) a{ margin-left: 13px; display: inline-block; line-height: 22px; border-radius: 3px; background: url(../images/bg43.jpg) 50%/cover; color: #fff; font-size: 14px; padding: 0px 13px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom{ margin-top: 20px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list{ border: 1px solid #e5e5e5; border-bottom: 0px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list:last-child{ border-bottom: 1px solid #e5e5e5;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_title{ line-height: 42px; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; padding: 0px 15px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_title dd{ color: #333333;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_title a{ color: #333333;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_title a span{ margin-left: 8px; font-size: 16px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content{ padding:20px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content dd{ text-align: center; line-height: 100px; color: #999999; font-size: 14px;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content dd a{ color: #333333;}
.UserCenter .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content dd a i{ margin-left: 8px;}
.MyOrder .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content dd{ line-height:48px;}
.MyOrder .UserCenter_right .UserCenter_right_bottom .right_bottom_list .bottom_list_content{ margin-top:0px;}
.shopping .indexProduct_content{ background: #fff;}
.shopping .shopping_title{ padding: 42px 0px;}
.shopping .shopping_title .shopping_title_list{ width: 33.33%; position: relative;}
.shopping .shopping_title .shopping_title_list dd{ width: 30px; height: 30px; border-radius: 100%; text-align: center; line-height: 30px; background: #b8182c; color: #fff; position: relative; z-index: 5; margin: 0 auto;}
.shopping .shopping_title .shopping_title_list:before{ content: ""; position: absolute; width: 100%; height: 6px; background: #cccccc; top: 12px; }
.shopping .shopping_title .shopping_title_list:first-child:before{border-radius: 100px 0px 0px 100px;}
.shopping .shopping_title .shopping_title_list:last-child:before{border-radius: 0px 100px 100px 0px;}
.shopping .shopping_title .shopping_title_list.on:before{ background: #b8182c;}
.shopping .shopping_title .shopping_title_list dt{ text-align: center; font-size: 14px; color: #666666; margin-top: 10px;}
.shopping .shopping_title .shopping_title_list.on dt{ color: #b8182c;}
.shopping .shopping_content .shopping_content_title .content_title_list {}
.mygwc .mygwc_title{ height: 48px; line-height: 48px; background: #f5f5f5; padding: 0px 20px; border: 1px solid #e5e5e5;}
.checkbox_gwc .title_wen_xun{ cursor: pointer;}
.checkbox_gwc .title_wen_xun dd{ background: url(../images/bn80.png) no-repeat 50%; width: 16px; height: 16px; margin: 16px 0px;}
.checkbox_gwc input[type=checkbox]:checked ~ .title_wen_xun dd{ background: url(../images/bn80_on.png) no-repeat 50% !important;}
.checkbox_gwc input[type=checkbox]{display: none;}
.mygwc .mygwc_title .mygwc_title_xun{ color: #333333; font-size: 14px; font-weight: bolder; text-align: center;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(1){ width: 2%; text-align: left;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(2){ width: 33%; text-align: left;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(3){ width: 17%;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(4){ width: 15%;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(5){ width: 17%;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(6){ width: 16%;}
.mygwc .mygwc_wen{ margin-top: 10px;}
.mygwc .mygwc_wen .mygwc_wen_xun{ border: 1px solid #e5e5e5; padding: 15px 0px; margin-bottom: -1px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_buttom{ margin: 27px 0px; margin-left: 20px; margin-right: 15px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img{ width: 28%}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_left{ width: 110px; height: 102px; margin-right: 20px; border: 1px solid #e5e5e5;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_left img{ width: 100%; height: 100px; object-fit: cover;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_right{ width: 61%}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_right dd{ font-size: 14px; color: #333333; margin-bottom: 10px; line-height: 23px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_right dt p{ font-size: 12px; color: #999999; margin-bottom: 5px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_right dt p:last-child{ margin-bottom: 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_xj{ color: #d70303; width: 15%; text-align: center; margin-left: 3%; padding: 41px 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_dj{ text-align: center; width: 15%; margin-left: 4%; padding: 31px 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_dj dd{ font-size: 14px; color: #b8182c;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_dj dt{ font-size: 14px; color: #999999;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_cz{ margin-left: 7%; padding: 41px 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_cz a{ display: inline-block; width: 100%; color: #666666; color: #333333;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_sl{ margin: 35px 0px; margin-left: 4%; border-radius: 4px; overflow: hidden; border: 1px solid #e5e5e5;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_sl a{ display: inline-block; width: 25px; line-height: 30px; text-align: center; font-size: 18px; color: #333333; background: #f4f4f4;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_sl input{ color: #333333; font-size: 16px; border-left:1px solid #e5e5e5; border-right: 1px solid #e5e5e5; line-height: 30px; text-align: center; width: 58px;}
.mygwc .mygwc_jieg{ width: 100%; background: #fff; line-height: 40px; margin-top: 10px; border: 1px solid #e5e5e5; padding: 20px 0px;}
.mygwc .mygwc_jieg .mygwc_jieg_left a{ margin-left: 25px;}
.mygwc .mygwc_jieg .mygwc_jieg_left a img{ margin-right: 10px; position: relative; top: -2px;}
.mygwc .mygwc_jieg .mygwc_jieg_right{ margin-right: 95px;}
.mygwc .mygwc_jieg .mygwc_jieg_right .jieg_right_gj{ color: #666666; font-size: 14px; margin-bottom: 5px;}
.mygwc .mygwc_jieg .mygwc_jieg_right .jieg_right_gj span{ font-size: 28px; color: #b8182c;}
.mygwc .mygwc_jieg .mygwc_jieg_right input{ line-height: 36px; width: 85px; text-align: center; color: #fff; font-size: 16px; margin-left: 30px; cursor: pointer; background: #b7b7b7; cursor: not-allowed; border-radius: 4px;}
.mygwc .mygwc_jieg .mygwc_jieg_right input.on{ background: #b8182c; cursor: pointer;}
/*移除商品*/
.model_bg{
position: fixed;
top:0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,.6);
z-index: 999;
display: none;
}
.my_model{
position: fixed;
display: none;
top:50%;
left: 50%;
margin-top: -50px;
margin-left: -200px;
z-index: 9999;
width: 360px;
border: 1px solid #aeaeae;
border-radius: 3px;
padding: 20px;
background: #fff;
}
.my_model .title{
font-size: 14px;
color: #3c3c3c;
font-weight: 700;
margin-bottom: 20px;
}
.my_model .title .closeModel{
float: right;
cursor: pointer;
}
.my_model p{
line-height:16px;
}
.my_model .opBtn{
margin-top: 20px;
}
.my_model .opBtn a{
width: 58px;
height: 28px;
line-height: 28px;
text-align: center;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
display: inline-block;
margin-right: 10px;
font-weight: 700;
}
.my_model .dialog-sure{
background: #b8182c;
color: #fff;
border: 1px solid #b8182c;
}
.my_model .dialog-close{
background: #fff;
border: 1px solid #d9d9d9;
color: #3c3c3c;
}
.catbox .shopping_top_table{ width: 100%;}
.catbox .shopping_top_table thead{ width: 100%; line-height: 48px; background: #f5f5f5;}
.catbox .shopping_top_table thead tr th{ color: #333333; font-weight: bolder; border: 1px solid #e5e5e5; border-right: 0px; border-left: 0px;}
.catbox .shopping_top_table thead tr th:nth-child(1){ width: 2%; border-left: 1px solid #e5e5e5;}
.catbox .shopping_top_table thead tr th:nth-child(2){ width: 25%; text-align: left;}
.catbox .shopping_top_table thead tr th:nth-child(3){ width: 10%;}
.catbox .shopping_top_table thead tr th:nth-child(4){ width: 10%;}
.catbox .shopping_top_table thead tr th:nth-child(5){ width: 10%;}
.catbox .shopping_top_table thead tr th:nth-child(6){ width: 13%; border-right: 1px solid #e5e5e5;}
.Order .Order_top .Order_top_list{ line-height: 48px; background: #f5f5f5; padding: 0px 40px; border: 1px solid #e5e5e5; margin-bottom: 20px;}
.Order .Order_top .Order_top_list dd{ font-size: 14px; color: #b8182c; font-weight: bolder; margin-right: 33px;}
.Order .Order_top .Order_top_list dt span{ font-size: 14px; color: #666666; margin-right: 42px;}
.Order .Order_top .Order_top_list dt a{ font-size: 14px; color: #3787da;}
.Order .mygwc .mygwc_title{ padding: 0px 40px;}
.Order .mygwc .mygwc_title .mygwc_title_xun:nth-child(1){ width: auto; color: #b8182c; margin-right: 75px;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun{ padding: 13px 40px;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img{ width: 30%;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_dj{ margin-left: 16%;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_sl{ width: 9%; border: 0px; text-align: center; margin-left: 8%;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_xj{ margin-left: 9%; width: 10%;}
.Order .mygwc .mygwc_title .mygwc_title_xun:nth-child(5){ width: 10%; margin-left: 6%;}
.Order .mygwc .mygwc_title .mygwc_title_xun:nth-child(4){ width: 15%; margin-left: 4%;}
.Order .Order_bottom{ padding: 30px 40px; padding-right: 70px;}
.Order .Order_bottom .Order_bottom_left{ width: 50%;}
.Order .Order_bottom .Order_bottom_left dd{ font-size: 14px; color: #333333; margin-right: 10px; padding-top: 18px;}
.Order .Order_bottom .Order_bottom_left dt{ width: 90%;}
.Order .Order_bottom .Order_bottom_left dt textarea{ border: 1px solid #dcdcdc; width: 100%; height: 120px; padding: 18px; font-family: '微软雅黑'; line-height: 22px;}
.Order .Order_bottom .Order_bottom_right{ font-size: 14px; color: #666666; text-align: right; margin-top: 70px;}
.Order .Order_bottom .Order_bottom_right .bottom_right_list{ margin-bottom: 10px;}
.Order .Order_bottom .Order_bottom_right .bottom_right_list:last-child{ margin-bottom: 0px;}
.Order .Order_bottom .Order_bottom_right .bottom_right_list span{ margin-right: 50px;}
.Order .Order_bottom .Order_bottom_right .bottom_right_list i{ font-style: inherit;}
.Order .Order_Amounts{ line-height: 80px; background: #f5f5f5; padding-right: 65px; border: 1px solid #e5e5e5;}
.Order .Order_Amounts .Order_Amounts_content dd{ font-size: 14px; color: #666666;}
.Order .Order_Amounts .Order_Amounts_content dt{ font-size: 28px; color: #b8182c; margin-left: 35px;}
.Order .Order_submit{ line-height: 82px; padding-right: 65px; border: 1px solid #e5e5e5; border-top: 0px; padding-bottom: 24px;}
.Order .Order_submit .Order_submit_content a{ margin-right: 40px; background: url(../images/bn81.png) no-repeat 0% 50%; padding-left: 35px;}
.Order .Order_submit input{ width: 120px; line-height: 36px; border-radius: 4px; background: #b8182c; color: #fff; cursor: pointer;}
.Order .mygwc { padding-bottom: 45px;}
.bg,.bg2{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 5; top: 0; left: 0; display: none;}
.Address{ position: fixed; z-index: 6; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 848px; background: #fff; padding: 0px 20px; box-shadow: 4px 2px 50px rgba(0,0,0,.44); display: none; padding-bottom: 48px;
}
.Address .SelectAddress_title{ line-height: 60px; border-bottom: 1px solid #e5e5e5;}
.Address .SelectAddress_title dd{ font-size: 18px ;color: #000000;}
.Address .SelectAddress_content{ padding: 25px 0px;}
.Address .SelectAddress_content .SelectAddress_content_title{ font-size: 14px; color: #666666;}
.Address .SelectAddress_content .new{ font-size: 14px; color: #1b96ff; margin-top: 15px; display: inline-block; margin-left: 30px; width: 100%;}
.Address .SelectAddress_bottom{ text-align: center;}
.Address .SelectAddress_bottom a{ background: #f5f5f5; line-height: 50px; padding: 0px 60px; display: inline-block; border-radius: 3px; border: 1px solid #e5e5e5; color: #333333; font-size: 16px;}
.Address .SelectAddress_bottom .save{ background: url(../images/bg43.jpg) 50%/cover; color: #fff; margin-right: 40px;}
.radio_SelectAddress{ margin-bottom: 15px; display: inline-block; width: 100%; position: relative;}
.radio_SelectAddress label{ line-height: 22px;}
.radio_SelectAddress .radio_SelectAddress_operating a{ font-size: 14px; color: #1b96ff; margin-left: 10px; padding: 1px 2px; border-radius: 3px;}
.radio_SelectAddress .radio_SelectAddress_operating a.on{ background: #f03a58; color: #fff;}
.radio_SelectAddress:last-child{ margin-bottom: 0px;}
.radio_SelectAddress .button{ cursor: pointer;}
.radio_SelectAddress .button{ display: inline-block; background: url(../images/radio.png) no-repeat 0% 50%; padding-left: 30px; font-size: 14px; color: #333333;}
.radio_SelectAddress input[type=radio]:checked ~ .button{ background: url(../images/radio_on.png) no-repeat 0% 50%;}
.radio_SelectAddress input[type=radio]{display: none;}
/*.NewAddress{ padding-bottom: 49px;}*/
.Address .NewAddress_content{ padding-top: 30px; padding-right: 240px;}
.Address .NewAddress_content .NewAddress_content_list{ margin-bottom: 20px;}
.Address .NewAddress_content .NewAddress_content_list dd{ font-size: 16px; color: #333333; line-height: 40px; margin-left: 4%; width: 12%; margin-right: 3%;}
.Address .NewAddress_content .NewAddress_content_list dt{ border-radius: 3px; overflow: hidden; width: 81%;}
.Address .NewAddress_content .NewAddress_content_list dt input{ width: 100%; line-height: 28px; border: 1px solid #dcdcdc; padding: 5px 10px;}
.Address .NewAddress_content .NewAddress_content_list dt select{ width: 31.4%; border: 1px solid #dcdcdc; margin-right: 2%; height: 34px;}
.Address .NewAddress_content .NewAddress_content_list dt option{ height: 34px;}
.Address .NewAddress_content .NewAddress_content_list dt select:last-child{ margin-right: 0px;}
.Address .NewAddress_content .NewAddress_content_list dt textarea{ width: 100%; line-height: 22px; border: 1px solid #dcdcdc; padding: 5px 10px; font-family: '微软雅黑'; height: 100px;}
.Address .NewAddress_submit{ padding-left: 13.5%; margin-top: 15px;}
.Address .NewAddress_submit a{ background: #f5f5f5; line-height: 40px; padding: 0px 40px; display: inline-block; border-radius: 3px; border: 1px solid #e5e5e5; color: #333333; font-size: 16px;}
.Address .NewAddress_submit input{ background: url(../images/bg43.jpg) 50%/cover; color: #fff; margin-right: 25px;line-height: 40px; padding: 0px 40px; display: inline-block; border-radius: 3px; border: 1px solid #e5e5e5; color: #fff; font-size: 16px; cursor: pointer;}
.NewAddress_bottom{ padding-left: 13.5%;}
.NewAddress_bottom_checkbox{ width: 100%; display: inline-block; margin-bottom: 15px;}
.NewAddress_bottom_checkbox .button{ cursor: pointer;}
.NewAddress_bottom_checkbox .button{ display: inline-block; background: url(../images/bn80.png) no-repeat 0% 50%; padding-left: 25px; font-size: 14px; color: #333333;}
.NewAddress_bottom_checkbox input[type=checkbox]:checked ~ .button{ background: url(../images/bn80_on.png) no-repeat 0% 50%;}
.NewAddress_bottom_checkbox input[type=checkbox]{display: none;}
.Invoice .NewAddress_content .NewAddress_content_list dd{ width: 17%;}
.Invoice .NewAddress_content .NewAddress_content_list dt{ width: 76%;}
.Invoice .NewAddress_bottom{ padding-left: 24%;}
.Invoice .NewAddress_submit{ padding-left: 17%;}
.Invoice .SelectInvoice_content .SelectInvoice_content_title{ margin-top: 20px;}
.Invoice .SelectInvoice_content .SelectInvoice_content_title a{ font-size: 16px; color: #333333; display: inline-block; line-height: 48px; padding: 0px 23px; border-bottom: 2px solid #fff;}
.Invoice .SelectInvoice_content .SelectInvoice_content_title a.on{ border-bottom: 2px solid #b8182c; color: #b8182c;}
.Pay .indexProduct_content{ padding-bottom: 60px; border: 1px solid #dcdcdc;}
.Pay form{ padding: 0px 75px;}
.Pay .Pay_top .Pay_top_title p{ line-height: 30px; color: #333333; font-size: 16px;}
.Pay .Pay_top .Pay_top_content{ margin-top: 25px;}
.Pay .Pay_top .Pay_top_content .top_content_list{ width: 19%; display: inline-block; margin-bottom: 15px; margin-right: 1.2%;}
.Pay .Pay_top .Pay_top_content .top_content_list:nth-child(5n){ margin-right: 0px;}
.Pay .Pay_top .Pay_top_content .top_content_list .button{ cursor: pointer;}
.Pay .Pay_top .Pay_top_content .top_content_list .button img{ border-radius: 4px; border: 1px solid #bbbbbb; max-width: 100%;}
.Pay .Pay_top .Pay_top_content .top_content_list .button{ display: inline-block; background: url(../images/bn82.png) no-repeat 0% 50%; padding-left: 35px; font-size: 14px; color: #333333;}
.Pay .Pay_top .Pay_top_content .top_content_list input[type=radio]:checked ~ .button{ background: url(../images/bn82_on.png) no-repeat 0% 50%;}
.Pay .Pay_top .Pay_top_content .top_content_list input[type=radio]:checked ~ .button img{ border: 1px solid #b8182c;}
.Pay .Pay_top .Pay_top_content .top_content_list input[type=radio]{display: none;}
.Pay .Pay_bottom .Pay_bottom_content dd{ color: #333333; font-size: 14px;}
.Pay .Pay_bottom .Pay_bottom_content dd span{ color: #b8182c; font-size: 28px;}
.Pay .Pay_bottom .Pay_bottom_content a{ display: inline-block; width: 190px; border-radius: 4px; line-height: 48px; text-align: center; font-size: 22px; color: #fff; background: #b8182c; margin-top: 20px;}
.productDetails_nav{ box-shadow: inherit; position: inherit;}
.productDetails{ background: #fff; padding-top: 20px;}
.productDetails .productDetails_top .productDetails_top_left{ width: 400px;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Bimg{ border: 1px solid #dcdcdc; height: 400px; overflow:hidden;}
.productDetails .productDetails_top .productDetails_top_left{ width: 400px;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Bimg img{ width: 100%;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg{ margin-top: 25px; margin-bottom:0px; padding: 0px 15px;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_icon{ line-height: 80px; cursor: pointer;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_content{ margin: 0px 12px; width:400px;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .slick-prev{ left:0; z-index:50; width:auto;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .slick-next{ right:0; width:auto;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_list{ width: 80px; height: 80px; margin: 0px 5px; border: 1px solid #e5e5e5;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_list img{ width: 100%; height: 78px; object-fit: cover;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_list:hover{ border: 1px solid #b8182c;}
.productDetails .productDetails_top .productDetails_top_left .top_left_Simg .left_Simg_list.on{ border: 1px solid #b8182c;}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.productDetails .productDetails_top .productDetails_top_right{ width: 63%;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_top{ font-size: 20px; color: #000000; margin-bottom: 22px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_price{ background: #f5f5f5; padding: 0px 15px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_price dd{ width: 61px; font-size: 14px; color: #777777; line-height: 54px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_price dt{ line-height: 49px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_price span{ font-size: 28px; color: #b8182c;}
.productDetails .productDetails_top .productDetails_top_right .top_right_title .right_title_price s{ font-size: 16px; color: #999999; margin-left: 10px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content{ margin-top: 25px; padding: 0px 15px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list{ margin-bottom: 13px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_left{ font-size: 14px; color: #777777; margin-right: 22px; width: 61px; }
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right{ font-size: 14px; color: #333333;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right p{ line-height: 28px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right a{ display: inline-block; line-height: 24px; background: #f5f5f5; padding: 0px 12px; margin-right: 5px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right a:last-child{ margin-right: 0px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right a.on{ background: #b8182c; color: #fff;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right a:hover{ background: #b8182c; color: #fff;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right i{ font-style: normal; cursor: pointer; border: 1px solid #cccccc; line-height: 40px; width: 36px; text-align: center; font-size: 24px; color: #333333;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right input{ width: 98px; border: 1px solid #ccc; line-height: 40px; border-left: 0px; border-right: 0px; text-align: center; padding: 0px 10px; font-size: 16px; color: #333333;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right #add{ border-radius: 0px 4px 4px 0px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list .content_list_right #min{ border-radius: 4px 0px 0px 4px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_content .right_content_list:last-child .content_list_left{ line-height: 42px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom{ margin-top: 30px; padding: 0px 15px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_left a{ width: 180px; display: inline-block; line-height: 50px; border: 1px solid #e5e5e5; text-align: center; border-radius: 4px; font-size: 20px; color: #333333;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_left .buy{ background: #b8182c; color: #fff; border: 1px solid #b8182c; margin-right: 22px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_right{ font-size: 12px; color: #999999; line-height: 50px;}
.productDetails_series{ margin-top: 30px;}
.productDetails_series .productDetails_series_title{ line-height: 60px; background: #f5f5f5; border: 1px solid #e5e5e5; padding: 0px 15px; color: #333333; font-size: 16px;}
.productDetails_series .productDetails_series_content{ border: 1px solid #e5e5e5; border-top: 0px; padding: 0px 15px; max-height: 363px; overflow: auto; padding-right: 25px;}
.productDetails_series .productDetails_series_content .series_content_lister{ border-bottom: 1px solid #e5e5e5;}
.productDetails_series .productDetails_series_content .series_content_lister:last-child{ border-bottom: 0px;}
.productDetails_series .productDetails_series_content .series_content_list{ line-height: 120px; text-align: center;}
.productDetails_series .productDetails_series_content .series_content_list:nth-child(1){ width: 25%;}
.productDetails_series .productDetails_series_content .series_content_list:nth-child(2){ width: 25%; margin-left: 5%;}
.productDetails_series .productDetails_series_content .series_content_list:nth-child(3){ width: 20%;}
.productDetails_series .productDetails_series_content .series_content_list:nth-child(4){ width: 10%;}
.productDetails_series .productDetails_series_content .series_content_list:nth-child(5){ width: 15%; text-align: right;}
.productDetails_series .productDetails_series_content .series_content_list dd{ width: 35%;}
.productDetails_series .productDetails_series_content .series_content_list dt{ width: 60%; margin-left: 5%;}
.productDetails_series .productDetails_series_content .series_content_list span{ color: #b8182c;}
.productDetails_series .productDetails_series_content .series_content_list s{ color: #999999; font-size: 12px; margin-left: 5px;}
.productDetails_series .productDetails_series_content .series_content_list:last-child a{ display: inline-block; padding: 0px 15px; color: #fff; background: #b8182c; border-radius: 4px; line-height: 30px;}
.productDetails_bottom{ margin-top: 30px;}
.productDetails_series .productDetails_series_content .series_content_list dt a{ display: inline-block; width: 100%;
overflow: hidden; line-height: normal; font-size: 14px;
text-overflow:ellipsis;
white-space: nowrap;
}
.productDetails_series .productDetails_series_content .series_content_list dd a{ display: inline-block; width: 100%; }
.productDetails_series .productDetails_series_content .series_content_list dd a img{ width: 100%; height: 100px; object-fit: cover;}
.productDetails_bottom .productDetails_bottom_left{ width: 20%; border: 1px solid #e5e5e5;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_title{ line-height: 48px; padding: 0px 16px; font-size: 16px; color: #333333; background: #f5f5f5; border-bottom: 1px solid #e5e5e5;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list{ display: inline-block; border-bottom: 1px solid #e5e5e5; padding: 8px 15px;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list:last-child{ border-bottom: 0px;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list .content_list_img img{ width: 100%; height: 100px; object-fit: cover;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list .content_list_txt dd{ color: #333333; font-size: 14px; line-height: 24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list .content_list_txt dt{ color: #999999; margin: 5px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list .content_list_txt p{ color: #b8182c; font-size: 14px;}
.productDetails_bottom .productDetails_bottom_right{ border: 1px solid #e5e5e5; width: 78.5%;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title{ line-height: 48px; font-size: 16px; color: #333333; background: #f5f5f5; border-bottom: 1px solid #e5e5e5;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a{ font-size: 16px; color: #333333; display: inline-block; padding: 0px 22px; position: relative;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 2px; background: #b8182c; top: ; left: 0; opacity: 0;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a.on{ background: #fff;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a.on:before{ opacity: 1;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a:hover{ background: #fff;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_title a:hover:before{ opacity: 1;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_content .right_content_list{ padding: 0px 10px;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_content .right_content_list img{ max-width: 100%;}
.Safety .Safety_title{ font-weight: bolder; color: #000000; font-size: 16px; border-bottom: 2px solid #b8182c; line-height: 60px;}
.Safety .UserCenter_right{ padding: 0px 25px; padding-bottom: 40px;}
.Safety .Safety_content{ padding: 45px 65px;}
.Safety .Safety_content .Safety_content_list{ padding: 20px 0px; border: 1px solid #e5e5e5; border-left: 0px; border-right: 0px; line-height: 48px;}
.Safety .Safety_content .Safety_content_list:last-child{ border-top: 0px;}
.Safety .Safety_content .Safety_content_list .content_list_left{ font-size: 24px; color: #333333; width: 30%; border-right: 2px solid #e5e5e5;}
.Safety .Safety_content .Safety_content_list .content_list_left img{ margin: 0px 30px;}
.Safety .Safety_content .Safety_content_list .content_list_right{ width: 70%; padding-right: 3%;}
.Safety .Safety_content .Safety_content_list .content_list_right dd{ padding: 0px 22px; font-size: 14px; color: #333333;}
.Safety .Safety_content .Safety_content_list .content_list_right a{ color: #b8182c; font-size: 14px;}
.password .password_content{ max-width: 392px; margin-left: 60px; padding-top: 30px;}
.password .password_content .password_content_list{ width: 100%; margin-bottom: 20px;}
.password .password_content .password_content_list dd{ font-size: 14px;color: #000000; width: 21%; text-align: right; margin-right: 2%; line-height: 30px;}
.password .password_content .password_content_list dd span{ font-size: 18px; color: #ff0000; margin-right: 4px;}
.password .password_content .password_content_list dt{ width: 77%;}
.password .password_content .password_content_list dt input{ border: 1px solid #e3e3e3; line-height: 30px; width: 100%; padding: 0px 15px;}
.password .password_content .password_content_submit{ padding-left: 22%;}
.password .password_content .password_content_submit input{ width: 120px; line-height: 40px; text-align: center; color: #fff; background: url(../images/bg43.jpg) 50%/cover; border-radius: 3px; font-size: 16px; cursor: pointer;}
.phone .phone_title{ text-align: center; padding: 40px 0px;}
.phone .phone_content .phone_content_list{ line-height: 40px; margin-bottom: 20px;}
.phone .phone_content .phone_content_list dd{ font-size: 14px; color: #000000;}
.phone .phone_content .phone_content_list dd span{ font-size:18px; color:#ff0000}
.phone .phone_content .phone_content_list dt{ font-size: 14px; color: #000000; line-height: 45px; margin-left: 30px;}
.phone .phone_content .SMS dt{ border: 1px solid #dcdcdc; border-radius: 3px; overflow: hidden; width: 300px;}
.phone .phone_content .SMS dt .sms_m{ padding: 0px 15px; padding-right: 0px; font-size: 16px; width: 56%; line-height: 45px;}
.phone .phone_content .SMS dt #btnSendCode{ color: #ce1042; font-size: 14px; background: none; padding: 0px 14px; cursor: pointer; line-height: 45px;}
.phone .phone_next{ text-align: center; width: 39.5%; margin-top: 30px;}
.phone .phone_next a{ display: inline-block; width: 120px; line-height: 40px; text-align: center; background: #e5e5e5; font-size: 16px; color: #333333;}
.phone_success .phone_content{ text-align: center;}
.phone_success .phone_content p{ font-size: 24px; color: #333;}
.phone_success .phone_content p img{ margin-right: 18px;}
.phone_success .phone_content a{ display: inline-block; padding: 0px 30px; line-height: 35px; background: #5bae37; color: #fff; margin-top: 35px; border-radius: 8px;}
.company .password_content .password_content_list dd{ line-height: 40px;}
.company .password_content .password_content_list dt input{ line-height: 40px;}
.company .password_content .password_content_list dt select{ height: 40px; border: 1px solid #e5e5e5; width: 140px; color:#666;}
.company .password_content .password_content_address dt{ max-width: 452px;}
.company .password_content{ max-width: 557px;}
.AddressDetails .AddressDetails_title{ padding: 18px 0px;}
.AddressDetails .AddressDetails_title a{ display: inline-block; line-height: 32px; background: #f5f5f5; border: 1px solid #e5e5e5; padding: 0px 18px; color: #333333; font-size: 14px; margin-right: 28px;}
.AddressDetails .AddressDetails_title{ font-size: 14px; color: #999999;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list:nth-child(2n){ margin-right: 0px;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_title{ line-height: 48px; border-bottom: 1px solid #e5e5e5; font-size: 16px; color: #333333;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_txt{ padding-top: 15px;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_txt p{ font-size: 14px; color: #333333; margin-bottom: 15px;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_txt p span{ display: inline-block;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_bottom{ padding-bottom: 15px; opacity: 0; position: relative;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_bottom:before{ content: ""; position: absolute; top: -1px; height: 100%; width: 100%; background: #fff;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_bottom a{ font-size: 14px; color: #b8182c; margin-right: 20px; padding: 1px 2px;border-radius: 3px;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .content_list_bottom a.on{background: #f03a58; color: #fff;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list .button{ border: 1px solid #e5e5e5; padding: 0px 16px; height: 236px; cursor: pointer;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list input[type=radio]:checked ~ .button{ border: 1px solid #b8182c; }
.AddressDetails .AddressDetails_content .AddressDetails_content_list input[type=radio]:checked ~ .button .content_list_bottom{ opacity: 1;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list input[type=radio]:checked ~ .button .content_list_bottom:before{ display: none;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list input[type=radio]{display: none;}
.InvoiceDetails .AddressDetails_content .AddressDetails_content_list .button{ height: auto; min-height: 130px;}
.MyOrder .MyOrder_title .MyOrder_title_list{ font-size: 14px; color: #333333; line-height: 32px; margin-right: 30px;}
.MyOrder .MyOrder_title .MyOrder_title_list:last-child{ margin-right: 0px;}
.MyOrder .MyOrder_title .MyOrder_title_list input{ max-width: 180px; border: 1px solid #e5e5e5; line-height: 32px; margin-left: 5px; border-radius: 4px; font-size: 14px; color: #333; padding: 0px 15px;}
.MyOrder .MyOrder_title .MyOrder_title_submit input{ width: 70px; border-radius: 4px; line-height: 32px; text-align: center; font-size: 14px; color: #fff; background: #b8182c;}
.MyOrder .MyOrder_content{ margin-top: 30px;}
.MyOrder .MyOrder_content .MyOrder_content_top a{ display: inline-block;background: #f5f5f5; line-height: 42px; border: 1px solid #e5e5e5; margin-right: -1px; color: #333333; font-size: 14px; width: 120px; text-align: center; border-bottom: 0px;}
.MyOrder .MyOrder_content .MyOrder_content_top a.on{ color: #fff; background: #b8182c;}
.MyOrder .MyOrder_content .MyOrder_content_top a:hover{ color: #fff; background: #b8182c;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_title{ line-height: 48px; background: #f5f5f5; border: 1px solid #e5e5e5; padding: 0px 17px; border-top: 2px solid #b8182c;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_title dd{ font-size: 14px; color: #333333; font-weight: bolder; width: 20%; text-align: center;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_title dd:nth-child(1){ width: 40%; text-align: left;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt{ border: 1px solid #e5e5e5; margin-top: 16px; border-bottom: 0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list{ margin-bottom: 17px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_title{ line-height: 42px; background: #f5f5f5; color: #333333; padding: 0px 17px; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list:first-child .txt_list_title{ border-top: 0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_title span{ margin-right: 60px}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body{ padding: 0px 17px; padding-right: 0px; border-bottom: 1px solid #e5e5e5;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list{ padding: 23px 0px; border-right: 1px solid #e5e5e5; text-align: center; width: 20%;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(1){ width: 40%; text-align: left;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(2){ padding: 53px 0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(3){ padding: 65px 0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(4){ padding: 42px 0px; border-right: 0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_img{ border: 1px solid #e5e5e5; width: 28%; margin-right: 4%;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_img img{ width: 100%; height: 100px; object-fit: cover;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_txt{ padding: 15px 0px; width: 65%;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_txt dd{ font-size: 14px; color: #333333; margin-bottom: 15px; line-height:23px; text-align:left;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list dt{ font-size: 14px; color: #b8182c;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_txt dt span{ font-size: 12px; color: #999999; display: inline-block; background: url(../images/bn87.png) no-repeat 0% 70%; padding-left: 8px; margin-left: 10px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list p{ font-size: 14px; color: #999999; margin-top: 5px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list a{ font-size: 14px; color: #333333; display: inline-block; width: 100px; border-radius: 4px; line-height: 30px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_Pay{ background: #b8182c; color: #fff; margin-bottom: 5px;}
.PSelection_nav{ height: 1px; background: #f5f5f5;}
.PSelection{ padding-top: 25px;}
.PSelection .PSelection_title{ padding: 0px 20px; background: #fff;}
.PSelection .PSelection_title .PSelection_title_list{ line-height: 45px; background: #fff; border-bottom: 1px solid #e5e5e5; width: 100%;}
.PSelection .PSelection_title .PSelection_title_list:last-child{ border-bottom: 0px;}
.PSelection .PSelection_title .PSelection_title_list .title_list_left{ font-size: 14px; color: #777777; width: 5%; margin-right: 5%;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right{ width: 90%;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right a{ font-size: 14px; position: relative; color: #000000; margin-right: 20px; display: inline-block; line-height: 20px; padding-top: 1px;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right span{ margin-right: 20px;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right a:hover{ color: #b8182c;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right a.on{ color: #b8182c; border: 1px solid #b8182c; padding-right: 32px; padding-left: 8px; border-radius: 5px;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right a.on .p_close{ content: ""; display: inline-block; top: 0; width: 21px; height: 21px; position: absolute; right: 0; background: #b8182c url(../images/x_white-small@2x.png) no-repeat 50% 50%; background-size: 50%;}
.PSelection .PSelection_search{ background: #fff; line-height: 51px; background: #fff; margin: 15px 0px;}
.PSelection .PSelection_search dd{ font-size: 14px; color: #333333; margin-right: 15px;}
.PSelection .PSelection_search dt{ width: 370px; border: 1px solid #c0c0c0; border-radius: 4px; overflow: hidden; margin: 9px 0px;}
.PSelection .PSelection_search dt .PSelection_search_txt{ line-height: 28px; width: 88%; padding: 0px 15px; font-size: 14px; color: #333;}
.PSelection .PSelection_search dt .PSelection_search_submit{ width: 12%; line-height: 30px; background: #b8182c url(../images/bn88.png) no-repeat 50% 50%; cursor: pointer;}
.PSelection .PSelection_bottom{ background: #fff; padding: 25px; padding-top: 0px;}
.PSelection .PSelection_bottom .PSelection_bottom_title{ border-bottom: 1px solid #e5e5e5; line-height: 60px;}
.PSelection .PSelection_bottom .PSelection_bottom_title dd{ font-size: 16px; color: #333333; width: 18%; text-align: center;}
.PSelection .PSelection_bottom .PSelection_bottom_title dd:nth-child(1){ width: 10%; text-align: left;}
.PSelection .PSelection_bottom .PSelection_bottom_title dd:nth-child(2){ width: 18%; text-align: left;margin-left: 2%;}
.PSelection .PSelection_bottom .PSelection_bottom_title dd:nth-child(6){ width: 15.4%; margin-left: .6%; text-align: right;}
.PSelection .PSelection_bottom .PSelection_bottom_content{ margin-bottom: 25px;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list{ padding: 15px 0px; border-bottom: 1px solid #e5e5e5;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_img{ width: 10%; border: 1px solid #e5e5e5;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_img img{ width: 100%; height: 100px; object-fit: cover;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title{ font-size: 14px; color: #333333; width: 18%; text-align: center; margin-top: 20px; padding: 0px 10px;
}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title p{ font-size: 16px; color: #b8182c;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title s{ font-size: 16px; color: #999999;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title span{ border-radius: 4px; overflow: hidden; border: 1px solid #e5e5e5; display: inline-block; margin-right: 12px;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title span i{ font-style: inherit; display: inline-block; width: 20px; line-height: 30px; background: #f4f4f4; text-align: center; font-size: 16px; color: #333; cursor: pointer;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title span input{ padding: 0px 15px; line-height: 30px; font-size: 16px; color: #333; width: 68px; text-align: center; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title:last-child a{ display: inline-block; line-height: 30px; color: #fff; font-size: 14px; padding: 0px 8px; background: #b8182c; color: #fff; border-radius: 4px;}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title:nth-child(2){ width: 18%; text-align: left; margin-left: 2%;
height: 44px; padding: 0px; line-height: 24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.PSelection .PSelection_bottom .PSelection_bottom_content .bottom_content_list .content_list_title:nth-child(6){ width: 14.5%; padding: 0px; margin-left: 1.5%;}
.forget .registered_content .registered_content_list .content_list_left{ width:85px;}
.forget .registered_content .registered_content_list .content_list_right{ width:78%;}
.xf{ position: fixed; width: 72px; padding: 0px 10px; background: #b8182c; right: 0px; top: 30%; border-radius: 5px; z-index:800;transition: all 0.4s ease 0s;
-webkit-transform: all 0.4s ease 0s;}
.xf .xf_xun{ padding: 20px 0px; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: center; position: relative;}
.xf .xf_xun .xf_xun_title{ font-size: 12px; color: #fff;}
.xf .xf_xun .xf_xun_title dt{ margin-top: 10px; border-bottom: 0px solid rgba(255,255,255,0.2);}
.xf .xf_xun:last-child{ padding: 10px 0px;}
.xf .xf_xun:last-child .xf_xun_title dt{ margin-top: 5px;}
.xf .xf_xun .xf_xun_xiala{ position: absolute; left: -179px; width: 169px; background: #b8182c; line-height: 46px; font-size: 14px; color: #fff; text-align: center; top: 20%; display: none;}
.xf .xf_xun:hover .xf_xun_xiala{ display: block;}
.xf .xf_xun:nth-child(4) .xf_xun_xiala{ background: none; left: -150px;}
.xf .xf_xun:nth-child(3) .xf_xun_xiala{ width: 230px; left: -240px;}
.xf .xf_nei{ position:relative; cursor:pointer}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister{ margin-bottom:7px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister:last-child{ margin-bottom:0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister .body_list_txt{ padding:0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister .body_list_txt dd a{ display:inline-block; width:100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_lister .list_body_list{ padding:23px 0px !important;}
.mo_footer{ position:fixed; bottom:0; left:0; width:100%; background:#fff; border-top:1px solid #dcdcdc; padding:7px 0px; display:none;}
.mo_footer .mo_footer_list{ display:inline-block; width:25%; text-align: center;}
.mo_footer .mo_footer_list dd{ font-size:16px; margin-bottom:1px; color:#999;}
.mo_footer .mo_footer_list dt{ font-size:13px; color:#333;}
.mo_footer .mo_footer_list.on dd{ color:#b8182c;}
.xf{ position: fixed; width: 72px; padding: 0px 10px; background: #b8182c; right: 0px; top: 30%; border-radius: 5px; z-index:800;transition: all 0.4s ease 0s;
-webkit-transform: all 0.4s ease 0s;}
.xf .xf_xun{ padding: 20px 0px; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: center; position: relative;}
.xf .xf_xun .xf_xun_title{ font-size: 12px; color: #fff;}
.xf .xf_xun .xf_xun_title dt{ margin-top: 10px; border-bottom: 0px solid rgba(255,255,255,0.2);}
.xf .xf_xun:last-child{ padding: 10px 0px;}
.xf .xf_xun:last-child .xf_xun_title dt{ margin-top: 5px;}
.xf .xf_xun .xf_xun_xiala{ position: absolute; left: -179px; width: 169px; background: #b8182c; line-height: 46px; font-size: 14px; color: #fff; text-align: center; top: 20%; display: none;}
.xf .xf_xun:hover .xf_xun_xiala{ display: block;}
.xf .xf_xun:nth-child(4) .xf_xun_xiala{ background: none; left: -150px;}
.xf .xf_xun:nth-child(3) .xf_xun_xiala{ width: 230px; left: -240px;}
.xf .xf_nei{ position:relative; cursor:pointer}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister{ margin-bottom:7px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister:last-child{ margin-bottom:0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister .body_list_txt{ padding:0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister .body_list_txt dd a{ display:inline-block; width:100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_lister .list_body_list{ padding:23px 0px !important;}
.mo_footer{ position:fixed; bottom:0; left:0; width:100%; background:#fff; border-top:1px solid #dcdcdc; padding:7px 0px; display:none;}
.mo_footer .mo_footer_list{ display:inline-block; width:25%; text-align: center;}
.mo_footer .mo_footer_list dd{ font-size:16px; margin-bottom:1px; color:#999;}
.mo_footer .mo_footer_list dt{ font-size:13px; color:#333;}
.mo_footer .mo_footer_list.on dd{ color:#b8182c;}
@media screen and (max-width:1200px){
.all{ width: 96% !important; margin: 0 auto;height:auto}
.pc_top{ display: none;}
.footer,.Copyright{ display: none;}
.xf{ display:none;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.index_ourys .index_ourys_nei .ourys_nei_wen,.details_banner .details_banner_content{ display: none;}
.all{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.mo_footer{ display:block;}
.mo_footer_height{ height:49px;}
.search .search_content .search_content_title{ width:100%; padding:30px 0px;}
.search .search_content .search_content_title .content_title_top{ font-size:22px;}
.search .search_content .search_content_title .content_title_top img{ height:35px;}
.search .search_content .search_content_title .content_title_bottom{ width:80%; margin:0 auto;}
.search .search_content .search_content_title .content_title_bottom form .title_bottom_text{ width:100%;}
.search .search_content .search_content_title .content_title_bottom dd{ margin-bottom:20px;}
.product_banner img,.product_banner{ height:auto;}
.banner ,.banner .slick-slide img,.banner .banner_content{ height: 200px !important;}
.banner .slick-slide dt p:nth-child(1){ font-size: 15px; font-weight: normal; text-shadow: inherit;}
.banner .slick-slide dt p:nth-child(2){ font-size: 12px; margin-top: 10px; line-height: 20px;}
.banner .slick-slide dt{ width: 65%; left: 38%;}
.banner .login{ display: none;}
.registered .registered_content .registered_content_list .content_list_left,.registered .registered_content .registered_content_list .content_list_right{ width: 100%;}
.registered .registered_content .registered_content_list .content_list_left{ margin-bottom: 10px; line-height: 35px;}
.registered .registered_content .registered_content_list .content_list_right label span{ font-size: 14px;}
.registered .registered_content{ padding: 25px 0px;}
.Solution .Solution_title .Solution_title_list dt{ font-size: 16px;}
.Solution .Solution_title:before,.Solution .Solution_content:before{ display: none;}
.UserCenter .UserCenter_left,.UserCenter .UserCenter_right{ width:100%; height:auto !important;}
.UserCenter .UserCenter_left{ margin-bottom:25px; margin-top:166px;}
.UserCenter .UserCenter_right{ padding:0px; padding-bottom:20px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left{ margin:0 auto; box-shadow: none; width:28%; height:95px; background:#fff;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_right{ width:67%; margin-left:5%; padding:0px;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left dd{ width:90px; height:90px; border:2px solid #f2f2f2;}
.UserCenter .UserCenter_right .UserCenter_right_top .right_top_left dd img{ height:90px;}
.UserCenter .UserCenter_right .UserCenter_right_top{ border-radius:0px; padding:28px 0px; position:absolute; top:120px; width:96%; left:0; right:0; margin:0 auto; background:#fff;}
.UserCenter .UserCenter_right .UserCenter_right_top:before{ display:none;}
.xtProduct .xtProduct_content{ overflow: auto;}
.xtProduct .xtProduct_content .xtProduct_contentList{ width: 885px;}
}
@media screen and (max-width:1040px){
.logIn .logIn_left{ display:none;}
.logIn .logIn_right{ width:100%;}
.logIn .logIn_right .logIn_right_title{ text-align:center;}
.MyOrder .MyOrder_content{ overflow:auto;}
.MyOrder .MyOrder_content .MyOrder_content_bottom{ width:900px;}
.MyOrder .MyOrder_content .MyOrder_content_top a{ width:49%; margin-right:2%; margin-bottom:2%;}
.MyOrder .MyOrder_content .MyOrder_content_top a:nth-child(2n){ margin-right:0px;}
.MyOrder .MyOrder_title{ padding:15px 0px;}
.MyOrder .MyOrder_title .MyOrder_title_list{ width:100%; margin-right:0px; text-align:center; margin-bottom:15px;}
.MyOrder .MyOrder_title .MyOrder_title_submit{ text-align:center;}
.company .password_content .password_content_list{ margin-bottom:15px;}
.company .password_content{ max-width:100%; margin-left:0px; padding-top:0px; padding:20px;}
.company .password_content .password_content_list dd{ width:100%; text-align:left;}
.company .password_content .password_content_list dt{ width:100%;}
.company .password_content .password_content_list dt select{ width:100%; margin-bottom:15px;}
.company .password_content .password_content_list dt select:last-child{ margin-bottom: 0px;}
.password .password_content .password_content_submit{ padding-left:0px; text-align:center;}
.Safety .Safety_title{ text-align:center;}
.AddressDetails .AddressDetails_content .AddressDetails_content_list{ width:100%;}
.Safety .Safety_content{ padding:20px;}
.Safety .Safety_content .Safety_content_list{ line-height: normal;}
.Safety .Safety_content .Safety_content_list .content_list_left,.Safety .Safety_content .Safety_content_list .content_list_right{ width:100%;}
.Safety .Safety_content .Safety_content_list .content_list_left{ border:0px;}
.Safety .Safety_content .Safety_content_list .content_list_right dd{ padding:0px; line-height:26px;}
.Safety .Safety_content .Safety_content_list .content_list_right{ margin-right:0px; margin-top:15px;}
.Safety .Safety_content .Safety_content_list .content_list_left{ font-size:18px;}
.Safety .Safety_content .Safety_content_list .content_list_left img{ width:5%; margin:0px; margin-right:15px;}
.password .password_content{ margin-left:0px;}
.UserCenter .UserCenter_right{ min-height:auto;}
}
/*------------------Checkbox前方高能----------------------*/
.checkboxWrapper {
padding-left:104px;
display:block;
/* you can replace with 'display:inline-block' if you want parent element inline */
}
.checkboxWrapper a{ color:#b8182c;}
.checkboxWrapper input[type="checkbox"] {
display:none;
}
.checkboxWrapper input[type="checkbox"] + label {
cursor:pointer;
line-height: 10px;
}
.checkboxWrapper input[type="checkbox"] + label i {
display:inline-block;
vertical-align:middle;
margin-right: 7px;
}
.checkboxWrapper input[type="checkbox"] + label path {
stroke-dashoffset:-189;
stroke:inherit;
stroke-dasharray:189;
transition:all ease-in-out 0.5s;
-webkit-transition:all ease-in-out 0.5s;
-moz-transition:all ease-in-out 0.5s;
-ms-transition:all ease-in-out 0.5s;
-o-transition:all ease-in-out 0.5s;
}
.checkboxWrapper input[type="checkbox"]:checked + label path {
stroke-dashoffset:0;
}
/*----------------------color------------------------*/
/* Turquoise theme */
.theme1 {
stroke:#1ABC9C;
}
/**/
/* Emerald theme */
.theme2 {
stroke:#2ECC71;
}
/**/
/* Peterriver theme */
.theme3 {
stroke:#3498DB;
}
/**/
/* Amethyst theme */
.theme4 {
stroke:#9B59B6;
}
/**/
/* Wet Asphalt theme */
.theme5 {
stroke:#34495E;
}
/**/
/* Carrot theme */
.theme6 {
stroke:#E67E22;
}
/**/
/* Alizarin theme */
.theme7 {
stroke:#E74C3C;
}
.theme8 {
stroke:#b8182c;
}
/**/
/*-----------------------size------------------------------*/
.tweentyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:20px;
height:20px;
}
.thirtyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:30px;
height:30px;
}
.fortyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:40px;
height:40px;
}
.fiftyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:50px;
height:50px;
}
.sixtyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:60px;
height:60px;
}
.seventyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
width:60px;
height:60px;
}
.fwtk_tan{ display:none;}
.fwtk_tan .fwtk_tan_bg{ position:fixed; background:rgba(0,0,0,0.3); left:0; right:0; top:0; z-index:20; width:100%; height:100%}
.fwtk_tan .sfwtk_tan_wen{ width:948px; height:604px; background:#fff; border:4px solid #dcdcdc;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); position:fixed; z-index:21;}
.fwtk_tan .sfwtk_tan_wen .tan_wen_title{ line-height:31px; padding:0px 10px; background:#f3f3f3; font-size:14px; font-weight:700; color:#000; position:relative}
.fwtk_tan .sfwtk_tan_wen .tan_wen_title i{ right:10px; position:absolute; top:30%; cursor:pointer}
.fwtk_tan .sfwtk_tan_wen .tan_wen_nei{ padding:20px; height:555px; overflow:auto;}
.fwtk_tan .sfwtk_tan_wen .tan_wen_nei p{ color:#000; line-height:26px; font-size:15px; margin-bottom:13px;}
.fwtk_tan .sfwtk_tan_wen .tan_wen_nei p b{text-decoration: underline;}
.fwtk_tan .sfwtk_tan_wen .tan_wen_nei img{ max-width:100%;}
@media screen and (max-width:615px){
.PSelection .PSelection_title .PSelection_title_list .title_list_right a{ width:31%; margin-right:2%;}
.PSelection .PSelection_title .PSelection_title_list .title_list_right a:nth-child(3n){ margin-right:0px;}
.Order .Order_top .Order_top_list{ padding:15px 10px; line-height:inherit;}
.Order .mygwc .mygwc_title{ padding:0px 10px;}
.Order .mygwc .mygwc_title .mygwc_title_xun:nth-child(1){ margin-right:4%;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun{ padding:10px;}
.Order .mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img{ width:100%;}
.Order .Order_top .Order_top_list dd{ width:17%; margin-right:3%;}
.Order .Order_top .Order_top_list dt{ width:80%;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img{ width:89%;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_img .xun_img_right{ width:59%;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_dj{ width:30%; margin-left:0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_sl{ margin:24px 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_xj{ padding:31px 0px;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_cz{ padding:31px 0px;}
.Address .SelectAddress_bottom{ overflow:hidden;}
.Address .SelectAddress_bottom a{ width:48%; float:left; font-size:14px; line-height:45px;}
.Address .SelectAddress_bottom .save{ margin-right:4%;}
.mygwc .mygwc_jieg .mygwc_jieg_right{ margin-right:10px;}
.mygwc .mygwc_wen{ margin-bottom:210px;}
.Order .mygwc_wen{ margin-bottom:0px;}
.Order .Order_bottom{ padding:10px;}
.Order .Order_bottom .Order_bottom_left,.Order .Order_bottom .Order_bottom_right{ width:100%;}
.Order .Order_bottom .Order_bottom_left dd{ margin-bottom:10px;}
.Order .Order_bottom .Order_bottom_left dt{ width:100%;}
.mygwc .mygwc_jieg{ position:fixed; bottom:60px; right:0; margin:0 auto; left:0; width:96%;}
.Order .Order_bottom .Order_bottom_right{ margin-top:20px; text-align:left;}
.mygwc .mygwc_title{ padding:0px 10px;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(1){ width:8%;}
.mygwc .mygwc_title .mygwc_title_xun:nth-child(2){ width:27%;}
.mygwc .mygwc_wen .mygwc_wen_xun .wen_xun_buttom{ margin-left:10px; margin-right:10px;}
.details_banner{ height: 120px !important;}
.product{ padding:25px 0px;}
.product .product_title{ font-size:18px; margin-bottom:15px;}
.product .indexProduct_content .indexProduct_content_txt .content_txt_right .txt_right_list .right_list_img img{ height:160px;}
.product_banner img,.product_banner{ height:105px;}
.Solution .Solution_title .Solution_title_list{ width: 32%; margin-right: 2%; margin-bottom: 80px;}
.Solution .Solution_title .Solution_title_list:nth-child(4){ margin-right: 2%;}
.Solution .Solution_title .Solution_title_list:nth-child(3n){ margin-right: 0px;}
.Address{ width:96%; top:53%; max-height:600px; overflow:auto;}
.Address .NewAddress_content{ padding-right:0px; padding-top:15px;}
.Address .NewAddress_content .NewAddress_content_list{ margin-bottom:10px;}
.Address .NewAddress_content .NewAddress_content_list dd{ margin-left:0px;}
.Address .NewAddress_content .NewAddress_content_list dd,.Address .NewAddress_content .NewAddress_content_list dt{ width:100%;}
.Address .NewAddress_content .NewAddress_content_list dd{ font-size:14px;}
.NewAddress_bottom{ padding-left:0px;}
.Address .NewAddress_content .NewAddress_content_list dt select{ width:30%;}
.Address .SelectAddress_title{ line-height:55px;}
.Address .SelectAddress_title dd{ font-size:16px;}
.productDetails .productDetails_top .productDetails_top_left,.productDetails .productDetails_top .productDetails_top_right{ width:100%;}
.productDetails .productDetails_top .productDetails_top_left{ margin-bottom:25px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_left{ width:100%;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_left a{ width:48%; font-size:14px; line-height:34px;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_left .buy{ margin-right:4%;}
.productDetails .productDetails_top .productDetails_top_right .top_right_bottom .right_bottom_right{ width:100%; text-align:center;}
.productDetails_series .productDetails_series_content .series_content_lister{ width:1200px;}
.productDetails_bottom .productDetails_bottom_left,.productDetails_bottom .productDetails_bottom_right{ width:100%;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list{ width:50%; border:0px; margin-bottom:2%;}
.productDetails_bottom .productDetails_bottom_right{ margin-top:25px;}
.productDetails_bottom .productDetails_bottom_right .bottom_right_content .right_content_list{ padding:4%;}
.productDetails_bottom .productDetails_bottom_left .bottom_left_content .left_content_list .content_list_img{ border:1px solid #dcdcdc; margin-bottom:10px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister{ margin-bottom:7px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister:last-child{ margin-bottom:0px;}
.MyOrder .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_lister .body_list_txt dd a{ display:inline-block; width:100%;}
.Order_details .UserCenter_right{ padding:0px; width:100%; border:0px;}
.Order_details .MyOrder_content .MyOrder_content_bottom .content_bottom_title dd:nth-child(1){ width:80%;}
.Order_details .MyOrder_content .MyOrder_content_bottom .content_bottom_title dd:nth-child(2){ width:20%; text-align:center;}
.Order_details .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(1){ width:80%;}
.Order_details .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list:nth-child(2){ width:20%;}
.Order_details .MyOrder_content .MyOrder_content_bottom .content_bottom_txt .bottom_txt_list .txt_list_body .list_body_list .body_list_img{ width:100px; margin-right:15px;}
.Order_details .UserCenter_right{ min-height:auto;}
.Order_details .Order_bottom .Order_bottom_right{ margin-top:20px;}
.Order_details .Order_details_top .details_top_list{ border:1px solid #dcdcdc; padding:30px 0px; margin-bottom:20px;}
.Order_details .Order_details_top .details_top_list:last-child{ margin-bottom:0px;}
.Order_details .Order_details_top .details_top_list .top_list_lister{ line-height:24px; width:33.333%; padding:0px 35px; position:relative;}
.Order_details .Order_details_top .details_top_list .top_list_lister:before{ content:""; position:absolute; display:inline-block; height:122px; background:#dcdcdc; right:0; top:3%; width:1px;}
.Order_details .Order_details_top .details_top_list .top_list_lister:last-child:before{ display:none;}
.Order_details .Order_details_top .details_top_list .top_list_lister dd{ color:#000; font-size:14px;}
.Order_details .Order_details_top .details_top_list .top_list_lister dd span{ color:#b8182c; font-size:16px;}
.Order_details .Order_details_top .details_top_list .top_list_lister dt p{ color:#999; font-size:12px;}
.Order_details .Order_details_top .details_top_list .top_list_lister a{ font-size:14px; color:#b8182c; display:inline-block; border:1px solid #b8182c; padding:3px 15px; border-radius:5px; margin-top:25px;}
.Order_details .Order_details_top .details_top_list:nth-child(2) .top_list_lister:before{ height:210px;}
}