@charset "utf-8";
*{outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size:100%; font-weight:normal; margin:0; padding:0;}
html{ /*font-size:62.5%;*/}
ul li{list-style: none;}
body{ padding:0px; margin:0px auto; /*font-size:1.6em;*/ font-size:14px; font-family: Microsoft YaHei,arial,'宋体'; color:#22252d; line-height:1.4; background:#f8f6f9;
min-width:320px; 
max-width:750px;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); 

/*控制内容的可选择性*/
-webkit-user-select: none;  
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased; 
}
ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px;}
.ul,.ul li{ list-style: none; margin: 0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,em,textarea{ font-size:1em; font-style:normal; color:#585858; font-family:Microsoft YaHei; border-radius:0; -webkit-border-radius:0;}
img,object{ border:none; border:0; overflow:hidden; vertical-align:top; max-width:100%;}
a{ color:#585858; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus {outline:none; -moz-outline:none;}
.hide{ display:none;} /*设置隐藏元素*/

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; } 

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; font-size: 20px; margin-top: 12px;}
.auto{ margin:0 auto;}
.auto_650{ width:650px; max-width:100%;}
.auto_688{ width:688px; max-width:100%;}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 10px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }



.SkinBanner { position: relative;margin: 4%;}
/*.SkinBanner .owl-dots{ position:absolute; bottom: 3%; left: 0; text-align: center; width: 100%;} 
.SkinBanner .owl-dot{ display: inline-block; margin: 0 3px;}
.SkinBanner .owl-dot span{ display: block; width: 8px; height: 8px; border-radius: 100%; background: #ffffff;}
.SkinBanner .owl-dot.active span{ background: #808080;}*/
.BannerScroll .owl-dots{ position: absolute; bottom: 15px; width: 100%; text-align: center;}
.BannerScroll .owl-dots .owl-dot{ display: inline-block; margin: 0 .4rem;}
.BannerScroll .owl-dots .owl-dot span{ display: block; width: 1.2rem; height: 1.2rem; border-radius: 100%; background: #898989;}
.BannerScroll .owl-dots .owl-dot.active span{ background: #464646;}
.BannerScroll .owl-nav >div{ position: absolute; height: 58px; text-indent: 9999px; overflow: hidden; top: 50%; margin-top: -19px; width: 60px; background: #000; transition: all .3s ease-in-out;}
.BannerScroll .owl-nav >div:before,
.BannerScroll .owl-nav >div:after{ position: absolute; content: ""; width: 25px; height: 1px; background-color: #d2d2d2; display: block; left: 15px; transition: all ease-in-out .3s;}
.BannerScroll .owl-nav .owl-next:after,.BannerScroll .owl-nav .owl-next:before{right: 15px;}
.BannerScroll .owl-nav .owl-prev{ left: 0;}
.BannerScroll .owl-nav .owl-prev:before{ transform: rotate(-45deg); top: 20px;}
.BannerScroll .owl-nav .owl-prev:after{ transform: rotate(-135deg); bottom: 20px;}
.BannerScroll .owl-nav .owl-next{ right: 0;}
.BannerScroll .owl-nav .owl-next:before{ transform: rotate(45deg); top: 20px; left: auto; }
.BannerScroll .owl-nav .owl-next:after{ transform: rotate(135deg); bottom: 20px;left: auto;}
.BannerScroll .owl-nav >div:hover:before,
.BannerScroll .owl-nav >div:hover:after{ background: #000;}
.BannerScroll .owl-nav >div:hover{ background: #fff;}
@media(max-width:767px ) {
  .BannerScroll .owl-nav >div{ width: 4rem; height: 4rem; margin-top: -17px;}
  .BannerScroll .owl-nav >div:before, .BannerScroll .owl-nav >div:after{ width: 1.8rem; left: 10px;}
  .BannerScroll .owl-nav .owl-next:before, .BannerScroll .owl-nav .owl-next:after{ right: 10px;}
  .BannerScroll .owl-nav .owl-prev:before{ transform: rotate(45deg); top: 2.6rem;}
    .BannerScroll .owl-nav .owl-prev:after{ transform: rotate(135deg); bottom: 2.6rem;}
    .BannerScroll .owl-nav .owl-next:before{ transform: rotate(-45deg); top: 2.6rem; }
    .BannerScroll .owl-nav .owl-next:after{ transform: rotate(-135deg); bottom: 2.6rem;}
}




/*分页*/
.pagebox{ position: relative; width: 100%; font-size: 1.6rem;zoom:1; overflow:hidden; padding:25px 0 90px; text-align:center;}
.pagebox span{ padding:0px 3px; display:inline-block;}
.pagebox a{ display:inline-block; margin:0px 6px; width: 4rem; height: 4rem; color:#000; background:#d3d3d3; line-height:4rem; border-radius:5px;transition: .3s ease-out; box-sizing: content-box; padding: 0;}
.pagebox a:hover{ color:#fff;  background:#000;}
.pagebox .a_first,.pagebox .a_end{ border: none;padding: 0 5px;background: none; color: #000;}
.pagebox .a_next,.pagebox .a_prev{ font-family: 宋体;padding: 0 5px;background: none; color: #000;}
.pagebox .p_page a.a_cur{ color:#fff; background:#000;}
.pagebox .page_prev,.pagebox .page_next{ width: auto; background: none;}
.pagebox a:first-of-type,.pagebox a:last-of-type{ width: auto; background: none;}

/*整体背景底图*/
.example1 {
    background: rgb(241,217,173);/* 图片路径 */

}



/*Top002026 */
.Top002026{ background-color:#191919; position:fixed; z-index:100;height:153px;width:100%; max-width:750px; top:0;}
.header_block{height:153px;width: 100%;display: block;background: transparent;}

.Top002026 header{ position:relative;}
.Top002026 .logo{ padding: 30px 0; text-align:center}
.Top002026 .logo img{margin: 0 auto; max-height: 39px; max-width: 202px;}
.Top002026 .logo a{ position:relative; z-index:8; display:inline-block}

.Top002026 .top{ position:absolute; right:3%; bottom:50%; z-index:20; margin-bottom:-20px;}
.Top002026 .top dt,
.Top002026 .top dd{ float:left;}
.Top002026 .top dd a{ display:block; float:left; width:44px; height:44px; background:url(../images/top002026-top_icon1.png) no-repeat center center; margin:0 10px;}
.Top002026 .top dd a.a_buy{ background-image:url(../images/top002026-top_icon3.png);}
.Top002026 .top dd.search{ width:44px; height:44px; margin-left: 10px; position:relative; background:url(../images/top002026-search.png) no-repeat center center;}
.Top002026 .top dd.search div{ position:absolute; right:2px; top:-7px; height:58px;  width:0; overflow:hidden; transition:0.3s;}
.Top002026 .top dd.search:hover div{ width:300px;}
.Top002026 .top dd.search .text{border:1px solid #666; border-radius:3px; width:100%; line-height:56px; height:56px; color:#fff;background:#000; padding:0 30px 0 10px;font-size: 1.4rem;}
.Top002026 .top dd.search .btn{ position:absolute; right:0; top:0; height:100%; width:40px; background:url(../images/top002026-search.png) no-repeat center center; cursor:pointer; padding:0; border:none;}



.Top002026 nav{ position:relative;}
.Top002026 nav > .auto ul{ padding-left:17.85%; margin-top:-60px;}
.Top002026 nav li{ float:left; padding-right:5%;}
.Top002026 nav li a{ display:block; }
.Top002026 nav li span,
.Top002026 nav li > a{ line-height:59px; color:#fff;border-bottom:1px solid transparent; position:relative; z-index:10;}
.Top002026 nav li > a:hover,
.Top002026 nav li.aon span,
.Top002026 nav li.aon > a{ border-bottom-color:#c26900;}
.Top002026 nav li.aon > a,
.Top002026 nav li.aon span,
.Top002026 nav li a:hover{color:#c26900;}
.Top002026 nav li span{ display:none;}
.Top002026 nav li .subnav{ position:absolute; top:100%; display:none;width:100%; left:0; background-color:#fff;  text-align:center; }
.Top002026 nav li.has_dd .subnav{ padding:3% 0;}
.Top002026 nav li.has_dd .subnav dl{ max-width:1200px; margin:0 auto;}
.Top002026 nav li dd{ float:left; width:25%;}
.Top002026 nav li dd i{ font-style:normal; color:#666;}
.Top002026 nav li dd img{ max-width:60px;}
.Top002026 nav li.has_dt{ position:relative;}
.Top002026 nav li dt{ text-align:left; line-height:30px;}
.Top002026 nav li dt a{ padding-left:10px;font-size: 1.6rem;}


.Top002026 .mobile_menu{ position:absolute; left:3%; top:50%; width:40px; height:30px;  z-index: 10; margin-top: -15px;}
.Top002026 .mobile_menu i,
.Top002026 .mobile_menu i::before,
.Top002026 .mobile_menu i::after{position:absolute;height:2.5px; background-color:#fff; left:0; width:100%;border-radius: 2px;}
.Top002026 .mobile_menu i{top: 50%; margin-top: -1.5px}
.Top002026 .mobile_menu i::before,
.Top002026 .mobile_menu i::after{ content:'';}
.Top002026 .mobile_menu i::before{ top:10px;}
.Top002026 .mobile_menu i::after{ top:-10px;}

.Top002026 nav{ position:fixed; left:0; top:0; height:100%; z-index:100;width:100%; overflow:hidden; max-height:100%; display: none;  background:rgba(0,0,0,.4);}
.Top002026 nav .nav_block{  width:60%; max-width:320px; overflow:auto; max-height:100%;background-color:#000;max-height:100%;height:100%; transform:translateX(-100%);transition:0.3s;}
.Top002026 nav.navOut{ display:block;}
.Top002026 nav.navOut .nav_block{ opacity:1; transform:translateX(0);}
.Top002026 nav > .auto ul{ padding-left:0; margin-top:0;}
.Top002026 nav li{ float:none; padding-right:0;}
.Top002026 nav li.has_sub > a{ display:none;}
.Top002026 nav li > a,
.Top002026 nav li.has_sub span{line-height:normal; padding:10%; font-size:1.8rem;  border-bottom:1px solid rgba(255,255,255,0.3);}
.Top002026 nav li > span{ display:block; position:relative;}
.Top002026 nav li > span::after{ position:absolute; content:''; width:0; height:0; border:6px solid transparent; border-top-color:#fff; right:5%; top:50%; margin-top:-6px;}
.Top002026 nav li .subnav{ position:relative; top:auto;}
.Top002026 nav li dd{ float:none; width:auto !important; padding:3% 0;}
.Top002026 nav li dt a{ padding:3% 5%;}
.Top002026 nav .close{ overflow:hidden; padding:5%;}
.Top002026 nav .close span{ float:right; width:30px; height:30px; position:relative;}
.Top002026 nav .close span::before,
.Top002026 nav .close span::after{ width:100%;left:0%;  height:3px; position:absolute; content:''; background-color:#fff; top:50%; transform:rotate(-45deg);}
.Top002026 nav .close span::before{ transform:rotate(45deg);}
@media(max-width:480px){
.Top002026 .logo{ padding-top:4%; padding-bottom:4%;}
}


.Top002026 .NavTop{ border-bottom:1px solid #4c4c4c; padding:10px 0;}
.NavTop .NavLogin{ width:250px; float:left;}
.NavTop .NavLogin a{ font-size:1.6rem; color:#fff; text-align:center; display:block; width:125px; height:50px; line-height:50px; float:left; position:relative;}
.NavTop .NavLogin .login:before{ content:''; display:block; width:1px; height:50px; background:#4c4c4c; position:absolute; right:0; top:0;}
.NavTop .NavClose{ float:right; margin:10px 10px 0 0;}
.NavTop .NavClose span{ float:right; width:30px; height:30px; position:relative;}
.NavTop .NavClose span::before,
.NavTop .NavClose span::after{ width:100%;left:0%;  height:3px; position:absolute; content:''; background-color:#fff; top:50%; transform:rotate(-45deg);}
.NavTop .NavClose span::before{ transform:rotate(45deg);}

.Top002026 .PhoneTel{ width:236px; margin:30px auto 20px; line-height:45px; text-align:center; border:1px solid #808080; border-radius:3px; color:#fff;}
.Top002026 .PhoneTel i{ display:inline-block; width:22px; height:22px; background:url(../images/phonetel.png) no-repeat; vertical-align:middle; margin-right:5px;}
.Top002026 .PhoneQr{ width:236px; margin:30px auto;}
.Top002026 .PhoneQr .qr{ width:95px; margin: auto;}
.Top002026 .PhoneQr .qr img{ width:100%;}
.Top002026 .PhoneQr .qr .p{ color:#fff; text-align:center; padding:10px 0;}

/*
 .Bottom002352 为demo编号
 */
.Bottom002352,
.Bottom002352 a{ color: #ccc; font-size:1.8rem;}
.Bottom002352 a:hover{ color: #fff;}
.Bottom002352 >*{ padding-bottom: 15px;}
.Bottom002352{ background: rgb(71,55,40); border-top: 1px solid #1a1a1a; padding: 4% 0 2%; text-align: center;}
.Bottom002352 p{ margin: 0;}
.Bottom002352 p span{ padding: 0 2%; display:inline-block; white-space:nowrap;}
.Bottom002352 dl a{ position: relative; display: inline-block;}
.Bottom002352 dl a+a{ margin-left: 20px;}
.Bottom002352 dl a+a:before{ content: ""; position: absolute; width: 1px; height: 60%; top: 30%; background: #666; left:-10px;}

/*
 .BottomTop 为 营业执照格式
 */
.BottomTop{ background: rgb(91,72,53); border-top: 1px solid #1a1a1a; padding: 8% 0 6%; }
.BottomTop a{ color: #ccc; font-size:1.2rem;margin-left: 5%;}
.BottomTop a:hover{ color: #fff;}
.BottomTop .p_cn{ font-size:1.2rem;  margin-left: 5%;}
.BottomTop .line{ width:90%; height:2px; margin:10px auto 0; background:rgb(145,120,94);}


/*首页*/
.Homeban .owl-theme .owl-dots{ display:none;}
.Homeban .item img{ width:100%;}

.HomeHead{ padding:42px 0 25px;}
.HomeHead2{ color:#fff;}
.HomeHead .p_en{ font-size:3.675rem; text-align:center;}
.HomeHead .p_cn{ font-size:2.25rem; text-align:center;}
.HomeHead .p_img{ width:515px;display: block;margin-left: auto;margin-right: auto;}
.HomeHead .p_imgv{ width:265px;display: block;margin-left: auto;margin-right: auto;}
.HomeHead .line{ width:62px; height:1px; margin:36px auto 0; background:#22252d;}
.HomeHead2 .line{ background:#fff;}

.HomeHead3{ padding:14px 0 4px;}

.HomeAbout{ padding:0 0 30px;}
.HomeAbout .p{ font-size:23px; text-indent: 2em; width:515px; margin:10px auto 16px; text-align:left;}
.HomeAbout .p_span{ font-size:2rem; text-indent: 1em; width:393px;height:42px; margin:10px auto 10px; text-align:left;}
.HomeAbout .sp{ font-size:1.5rem; text-indent: 0.8em; width:415px; height:100px; margin:10px auto 16px; text-align:left;}
.HomeAbout .HomeVideo{ position:relative; width:650px; margin:0 auto;}
.HomeAbout .HomeVideo video{ display:block; width:100%; height:300px;}
.HomeAbout .HomeVideo .pic{ position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; z-index:9;}
.HomeAbout .HomeVideo .pic .play{ width:38px; height:38px; background:url(../images/play.png) no-repeat; background-size:cover; position:absolute; top:50%; left:50%; margin-left:-19px; margin-top:-19px;}

.HomeBrand{ background:#17181a;}
.HomeBrand .pic{ width:650px; margin:80px auto 0;}
.HomeBrand .pic img{ width:100%;}

.HomeSkin{ background:#17181a;}
.HomeSkin .ul{ width:665px; margin:0 auto; padding:90px 0 45px;}
.HomeSkin .ul li{ width:316px; float:left; position:relative; margin:0 8px 16px;}
.HomeSkin .ul li .SkinPic{ width:100%; padding-bottom:59%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.HomeSkin .ul li .p{ position:absolute; left:0; bottom:0; width:100%; height:37px; line-height:37px; background:rgba(0,0,0,0.5); text-align:center; color:#fff; font-size:2.025rem;}

.HomeProduct{ padding:0 0 65px;}
.HomeProduct .ul{ width:708px; margin:0 auto; padding:90px 0 40px;}
.HomeProduct .ul li{ float:left; width:336px; margin: 0 0 52px 18px;font-size: 1.6rem;}
.HomeProduct .ul li .pic{ width:95%; padding-bottom:95%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.HomeProduct .more{ display:block; margin:0 auto; width:152px; height:32px; line-height:32px; text-align:center; background:#efefef; border-radius:32px; font-size: 1.8rem; color:#282828; background:url(../images/more.png) no-repeat 128px center;}

.HomeMagazine{ padding:10px 0 45px;}
.HomeMagazine .HomeHead .HeadLogo{ width:226px; height:55px; margin:0 auto; background:url(../images/top002026-logo.png) no-repeat;}
/*首页*/




.crumbs{ line-height:36px; padding: 1em 36px 0;}
.crumbs,
.crumbs a{ font-size:1.625rem; color:#888;}
.crumbs span{ color:#333;}

.menu{ padding:0 0 40px;}
.menu .h3{ padding:25px 0 45px; text-align:center; font-size:3.675rem; font-weight:normal;}
.menu .ul{ border-top:1px solid #eee; border-bottom:1px solid #eee; text-align:center;}
.menu .ul li{ display:inline-block; margin:0 18px;}
.menu .ul li a{ line-height:60px; font-size:2.025rem; color:#999;}
.menu .ul li.aon a{ color:#000;}


.Story{ background:url(../images/storybg.jpg) repeat center top; text-align:center; color:#fff; padding:85px 0 120px;font-size:1.6rem;}
.Story span{ white-space: normal !important;}
.Story .h3{ font-size:2.7rem; font-weight:normal; margin-bottom:55px;}
.Story .p{ font-size:2.025rem; line-height:48px;}


.Thanmelin{}
.Thanmelin .ul{}
.Thanmelin .ul li{ float:left; width:320px; margin-right:47px; margin-bottom:50px; box-shadow:0 0 20px #ddd;}
.Thanmelin .ul li:nth-child(2n){ margin-right:0;}
.Thanmelin .ul li .pic{ width:100%; padding-bottom:62.5%; position:relative; overflow:hidden;}
.Thanmelin .ul li .pic .play{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/play2.png) rgba(0,0,0,0.5) no-repeat center center;}
.Thanmelin .ul li .info{ padding:25px 22px 45px;}
.Thanmelin .ul .info .h3{ font-size:2.025rem; color:#333;}
.Thanmelin .ul .info time{ color:#ccc;}
.Thanmelin .ul .info .p{ color:#999; line-height:22px; height:44px; overflow:hidden;}
.Thanmelin .ul .video_files{ position:absolute; left:0; top:0; width:100%; height:100%; background:#000; z-index:10;}
.Thanmelin .ul .video_files video{ display:block; width:100%; height:100%;}
.Thanmelin .ul .video_files .close{ display:block; width:30px; height:30px; border-radius:30px; background:#761b1b; position:absolute; right:10px; top:10px; z-index:11; cursor:pointer; display:none;}
.Thanmelin .ul .video_files .close::before,
.Thanmelin .ul .video_files .close::after{ content:''; display:block; width:3px; height:70%; background:#fff; position:absolute; top:5px; left:13px;}
.Thanmelin .ul .video_files .close::before{ transform:rotate(45deg);}
.Thanmelin .ul .video_files .close::after{ transform:rotate(-45deg);}
.Thanmelin .ul li .pic a{ display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:9;}


.History{ background:url(../images/history_bg.png) repeat-y 36px top; padding:50px 0 0; margin:60px 0;}
.History .ul{}
.History .ul li{ padding:0 0 55px 52px; position:relative;}
.History .ul li:before{ content:''; display:block; width:13px; height:13px; background:url(../images/history_point.png) no-repeat; position:absolute; top:0; left:-1px;}
.History .ul li .pic{ float:left; width:192px;}
.History .ul li .pic img{ width:100%;}
.History .ul li .info{ float:right; width:420px; padding-top:25px;}
.History .ul li .info time{ display:block; font-size:1.8rem; color:#999; margin-bottom:10px;}
.History .ul li .info .p{ font-size:2.025rem;}
.History .more{ padding:25px 0 20px}
.History .more i{ display:block; margin:0 auto; width:53px; height:53px; background:url(../images/history_more.png) no-repeat; animation:run 1.5s infinite linear;}
@keyframes run{
0{ transform:rotate(0deg);}
100%{ transform:rotate(360deg);}
}


.News{}
.News .ul li{ background:#fff; margin-bottom:50px; box-shadow:0 0 20px #ddd;}
.News .ul .pic{ float:left; width:280px; height:186px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.News .ul .info{ width:400px; float:right; padding:36px 38px 0;}
.News .ul .info .h3{ font-size:2.025rem; color:#333; margin-bottom:8px;}
.News .ul .info time{ display:block;  color:#ccc; font-size: 1.35rem;}
.News .ul .info .p{ font-size:1.8rem; color:#999;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;margin-bottom:8px;}


.Magazine{}
.Magazine .ul li{ float:left; width:328px; margin:0 0 50px; position:relative;}
.Magazine .ul li:nth-child(2n){ float: right}
.Magazine .ul li .pic{ width:100%; padding-bottom:440px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Magazine .ul li .title{ width:100%; height:40px; line-height:40px; background:url(../images/magazinebg.jpg) no-repeat;}
.Magazine .ul li .title .h3{ float:left; width:211px; padding:0 20px; font-size:2em; color:#333; font-weight:normal;}
.Magazine .ul li .title time{ float:right; color:#d3d3d3; padding-right:5px; font-size: 1.25rem;}
.Magazine .ul li .hover{ position:absolute; left:0; top:0; width:100%; height:100%; background:#2c2c2c; padding-top:150px; display:none;}
.Magazine .ul li .hover .MagazineIcon{ width:50px; height:50px; border:1px solid #424242; background:url(../images/magazineicon.png) no-repeat center center; position:absolute; top:18px; right:18px;}
.Magazine .ul li .hover .p{ color:#fff; text-decoration:underline; padding:0 40px; text-align:center; line-height:1.65; max-height:6.05rem; overflow:hidden; font-size:2.025rem;}
.Magazine .ul li .hover .more{ width:100%; height:60px; text-align:center; line-height:60px; color:#fff; background:#000; font-size:1.8rem; position:absolute; bottom:0; left:0;}

.MagazineBan .owl-theme .owl-dots{ position:absolute; bottom:15px; left:0; width:100%;}
.MagazineBan .owl-theme .owl-dots .owl-dot.active span,
.MagazineBan .owl-theme .owl-dots .owl-dot:hover span{ background:#000;}


.Test{}
.Test .skinhead{ font-size:2.7rem; font-weight:bold; padding:20px 0 30px;}
.Test .item{ border:1px solid #101001; border-radius:3px; margin-bottom:50px; padding:42px 60px 42px 60px; position:relative; box-sizing: border-box;}
//.Test .ul li .icon{ display:block; font-style:normal; width:50px; height:24px; border-radius:24px; color:#fff; background:#000; text-align:center; line-height:24px; position:absolute; top:42px; left:42px;}
.Test .item .tit{ font-size:22px; color:#000; font-weight:normal; margin-bottom:20px; position: relative; padding-left: 80px;}
.Test .item .tit::before{content:'提问'; width:60px; font-size: 16px; height:28px; border-radius:24px; color:#fff; background:#000; text-align:center; line-height:28px; position:absolute; top:50%; margin-top: -14px; left:0px; display: block;}
.Test .item .con dl dd{font-size: 20px; line-height: 36px; padding-left: 110px; position: relative;}
.Test .item .con dl dd::before{content:''; width: 20px; height: 20px; display: block; box-sizing: border-box; border:1px solid #000; position: absolute; left: 0; top:9px; border-radius: 50%;left: 80px; box-sizing: border-box;}
.Test .item .con dl dd:hover::before{background:url(../images/test_on.png) no-repeat; background-size: cover; border:none;}
.Test li label{ display:block; padding:10px 0;}
.Test li label input{ opacity:0; width:0; margin:0;}
.Test li label i{ display:inline-block; width:19px; height:19px; background:url(../images/test_off.png) no-repeat; vertical-align:middle; margin:-3px 5px 0 0;}
.Test li label input:checked + i{ background:url(../images/test_on.png) no-repeat;}
.Test li label input:checked + i + span{ color:#7a62bd;}
.Test .Test_h2{ padding:0 0 30px;}
.Test .btn{ text-align:center; padding:30px 0 85px;}
.Test .btn input{ width:155px; height:50px; border:none; background:#000; font-size:2.025rem; color:#fff; border-radius:5px;}
.Test .skincate .skinproblem{display: none;}


.TestResult{ padding:25px 0 70px;}
.TestResult .TestResultTxt{ padding:42px 40px 60px; background:#f6f4f7; border:1px solid #ebe9ec;}
.TestResult .TestResultTxt .h3{ font-size:2.25rem; color:#000; margin-bottom:15px;}
.TestResult .TestResultTxt .p{ font-size:1.8rem; color:#666; line-height:32px;}
.TestResult .TestResult_h{ text-align:center; padding:50px 0 55px;}
.TestResult .TestResult_h .h3{ font-size:2.7rem; color:#000; margin-bottom:10px;}
.TestResult .TestResult_h .p{ font-size:1.8rem; color:#666;}
.TestResult .owl-carousel{ width:340px; margin:0 auto;}
.TestResult .item .pic{ width:100%; padding-bottom:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.TestResult .item .p_cn{ font-size:2.25rem; text-align:center; padding:15px 0 10px;}
.TestResult .item .p_en{ font-size:1.35rem; color:#878787; text-align:center;}
.TestResult .owl-theme .owl-nav{ display:block;}
.TestResult .owl-theme .owl-dots{ display:none;}
.TestResult .owl-carousel .owl-nav .owl-prev,
.TestResult .owl-carousel .owl-nav .owl-next{ margin:0; padding:0; font-size:0; width:21px; height:40px; position:absolute; top:50%; margin-top:-20px;}
.TestResult .owl-carousel .owl-nav .owl-prev{ left:-110px; background:url(../images/left.png) no-repeat;}
.TestResult .owl-carousel .owl-nav .owl-next{ right:-110px; background:url(../images/right.png) no-repeat;}



.Contact{}
.Contact .Contact_h{ padding:15px 0 35px;}
.Contact .Contact_h .h3{ font-size:2.7rem; color:#000; margin-bottom:10px;}
.Contact .Contact_h .p{ font-size:1.8rem; color:#999;}
.Contact .map{ width:100%; height:375px;}
.Contact .form{ padding:45px 0 70px;}
.Contact .form .h3{ font-size:2.25rem; color:#000; font-weight:normal; margin-bottom:25px;}
.Contact .form .item{ margin-bottom:15px;}
.Contact .form .item .p{ line-height:45px; font-size:2.025rem; color:#333; padding-left:20px; position:relative;}
.Contact .form .item .p::before{ content:''; display:block; width:10px; height:10px; background:#333; position:absolute; left:0; top:17px;}
.Contact .form .item input{ width:100%; height:40px; line-height:40px; border:1px solid #dfdde0; padding:0 20px; font-size:1.8rem; color:#999; background:none; border-radius:5px;}
.Contact .form .item textarea{ width:100%; height:300px; border:1px solid #dfdde0; padding:20px; font-size:1.8rem; color:#999; background:none; border-radius:5px;}
.Contact .form .btn{ text-align:center; padding:30px 0;}
.Contact .form .btn input{ width:155px; height:50px; border:none; background:#000; font-size:2.025rem; color:#fff; border-radius:5px;}


.Detail{}
.Detail .Detail_h{ text-align:center; border-bottom:1px dashed #ddd; padding:20px 0 10px;}
.Detail .Detail_h .h3{ font-size:2.7rem; font-weight:normal; color:#000; margin-bottom:10px;}
.Detail .Detail_h time{ color:#999; font-size:1.8rem;}
.Detail .Detail_info{ padding:20px 0 30px; min-height:300px; font-size: 1.8rem !important; }
.Detail .Detail_info *{font-family: Microsoft YaHei,arial,'宋体' !important;}
.Detail .Detail_info span{font-size:1.8rem !important;white-space: normal !important;word-break: break-word !important;}
.Detail .Detail_info span a{font-size:1.8rem !important;white-space: normal !important;word-break: break-word !important;}

.Detail .Recommendlist{ position: relative;  
  width: 100%;
    box-sizing: border-box;
    padding: 50px 4%;}
.Detail .Recommendlist li .inner{ position: relative;}
.Detail .Recommendlist li .pic{ width: 100%; padding-bottom: 134%; position: relative; overflow: hidden;}
.Detail .Recommendlist li .pic a{ display: block; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
transition: transform .3s ease-in-out;
-webkit-transition: -webkit-transform .3s ease-in-out;
-moz-transition: -moz- transform.3s ease-in-out;
-ms-transition: -ms-transform .3s ease-in-out;
}
.Detail .Recommendlist li .pic:hover a{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.Detail .Recommendlist li .word{ position: absolute; width: 100%; left: 0; bottom: 0;  background:#4c4c4c; line-height: 1.5;padding: 0 10px; }
.Detail .Recommendlist li .word a{ color: #dadada; font-size: 1.6rem; display: block;}
.Detail .Recommendlist li :hover .word{ background: #000; }
.Detail .Recommendlist li :hover .word a{ color: #fff;}
.Detail .Recommendlist .owl-nav >div{ position: absolute; width: 20px; height: 38px; text-indent: 9999px; overflow: hidden; top: 50%; margin-top: -19px;}
.Detail .Recommendlist .owl-nav >div:before,
.Detail .Recommendlist .owl-nav >div:after{ position: absolute; content: ""; width: 25px; height: 0px; background-color: #6b6b6b; display: block; left: 0; transition: all ease-in-out .3s;}

.Titbox h2{ margin: 0; font-weight: normal; color: #000000; font-size: 2.3rem; text-transform: uppercase;text-align:center;}
.catebox{ text-align: center;font-size: 1.6rem;}
.catebox a{ display: inline-block; padding: 0 5px; margin: 10px; position: relative; color: #7b7b7b; padding-bottom: 5px;}
.catebox a:after{ content: ""; width: 100%; height: 2px; background: transparent; bottom: -5px; left: 0; display: block; position: absolute;}
.catebox a+a:before{ content: ""; width: 1px; height: 60%; background: #7b7b7b; top: 15%; left: -11px; display: block; position: absolute;}
.catebox a:hover{ color: #000;}
.catebox a.on:after{ background: #000;}


.MallBan{}
.MallBan .owl-theme .owl-dots{ position:absolute; bottom:10px; left:0; width:100%;}
.MallBan .owl-theme .owl-dots .owl-dot span{ background:none; border:1px solid #acaaac;}
.MallBan .owl-theme .owl-dots .owl-dot.active span,
.MallBan .owl-theme .owl-dots .owl-dot:hover span{ background:#000; border-color:#000;}

.MallVideo{ padding-bottom:80px;}
.MallVideo .MallVideo_h{ font-size:3.675rem; padding:60px 0 30px; color:#000; text-align:center;}
.MallVideo .MallVideo_info{ background:#000; position:relative;}
.MallVideo .MallVideo_info video{ display:block; width:100%; height:430px;}
.MallVideo .MallVideo_info .pic{ width:100%; height:100%; position:absolute; top:0; left:0; background-repeat:no-repeat; background-size:cover; background-position:center center; z-index:9;}
.MallVideo .MallVideo_info .pic .play{ width:59px; height:59px; background:url(../images/play.png) no-repeat; position:absolute; top:50%; left:50%; margin:-30px 0 0 -30px; cursor:pointer;}

.MallAd1{ width:100%;}
.MallAd1 img{width:100%;}


.MallHot{}
.MallHot .MallHot_h{ padding:100px 0 85px;}
.MallHot .MallHot_h .h3,
.MallHot .MallHot_h .h2{ font-size:34px; font-weight:normal; line-height:1.2; text-align:center;}
.MallHot .MallHot_h .h2{ font-size:55px;}
.MallHot .MallHotTop{}
.MallHotTop .pic{ width:375px; float:left;}
.MallHotTop .pic img{ width:100%;}
.MallHotTop .info{ width:300px; float:right; text-align:center; padding-top:25px;}
.MallHotTop .info .h2,
.MallHot .ul li .info .h2{ font-size:22px; font-weight:normal;}
.MallHotTop .info .h3{ margin:10px 0;}
.MallHotTop .info .h3 a,
.MallHot .ul li .info .h3 a{ font-size:2.025rem; font-weight:normal; color:#999;}
.MallHotTop .info .h3 a:hover{ color:#b69878;}
.MallHotTop .info .p,
.MallHot .ul li .info .p{ font-size:22px; color:#000; margin-bottom:10px;}
.MallHotTop .info .p span,
.MallHot .ul li .info .p span{ font-size:14px; color:#5b5b5b;}
.MallHotTop .info .btn,
.MallHot .ul li .info .btn{ display:block; width:128px; height:42px; line-height:42px; text-align:center; color:#fff; font-size:1.8rem; background:#000; margin:0 auto;}
.MallHot .ul{ padding:30px 0 80px;}
.MallHot .ul li{ width:50%; float:left;}
.MallHot .ul li .pic{ width:135px; float:left;}
.MallHot .ul li .pic img{ width:100%;}
.MallHot .ul li .info{ width:200px; padding:65px 10px 0; float:left;}
.MallHot .ul li .info .btn{ margin:0;}
.MallHot .ul li .info .h2{ margin:0;}
.MallHot .ul li .info .h3{ margin:25px 0 10px;}




.Mallmenu{ padding:0 0 40px;}
.Mallmenu .h3{ padding:45px 0 45px; text-align:center; font-size:3.675rem; font-weight:normal;}
.Mallmenu .ul{ border-top:1px solid #eee; border-bottom:1px solid #eee; text-align:center;}
.Mallmenu .ul li{ display:inline-block; margin:0 18px;}
.Mallmenu .ul li a{ line-height:60px; font-size:2.025rem; color:#999;}
.Mallmenu .ul li.aon a{ color:#000;}
.Mallmenu .ul li.on a{ color:#000;}  
.Mallmenu dl{ text-align:center; line-height:70px; border-bottom:1px solid #eee;display: none;}
.Mallmenu .dlon{ display: block;}
.Mallmenu dl dd{ display:inline-block;}
.Mallmenu dl dd a{ padding:0 15px; font-size:2.025rem; color:#999;}

.MallList{}
.MallList .ul li{ float:left; width:50%;  text-align:center; padding: 1.5% 1%;}

.MallList .ul li .pic{ width:100%; padding-bottom:134%; background-repeat:no-repeat; background-size:100% 100%; background-position:center center;}
.MallList .ul li .info{}
.MallList .ul li .info .p{ font-size:1.7rem; color:#000; padding:20px 0 8px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.MallList .ul li .info .h3{ font-size:2.5rem; color:#333; font-weight:normal;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;margin-top: 20px;}
.MallList .ul li .info .price{ font-size:1.7rem; color:#000; padding:10px 0;}
.MallList .ul li .info .price span{ font-size:1.7rem;}
.MallList .ul li .info .btn{   line-height:2.5; text-align:center; font-size:1.4rem; color:#fff; font-weight:normal; border:1px solid #000; margin:0 auto;width: 100%;}
.MallList .ul li .info .btn a{ color: #000;}
.MallList .ul li .info .btn i{ display:inline-block; width:12px; height:15px; background:url(../images/btn_i.png) no-repeat; margin-left:8px;}
.MallList .ul li .info  .star span{ color:#000;font-size: 1.7rem;}
.MallList .ul li .info  .star{margin-bottom: 20px;}

.ProductPart1{ padding:40px 0 50px;}
.ProductPart2{ padding:0 0 75px;}


.MallList .MallList_h{ font-size:3rem; color:#000; text-align:center; padding:35px 0 45px;}


.MallList_Ban{ padding:25px 0 70px;}
.MallList_Ban .MallList_Ban_h{ text-align:center; padding:50px 0 55px;}
.MallList_Ban .MallList_Ban_h .h3{ font-size:2.7rem; color:#000; margin-bottom:10px;}
.MallList_Ban .owl-carousel{ width:100%; margin:0 auto;}
.MallList_Ban .item .pic{ width:50%; padding-bottom:66.5%; background-repeat:no-repeat; background-position:center center; background-size:cover;margin:0 auto;}
.MallList_Ban .item .p_cn{ font-size:2rem; text-align:center; line-height: 3rem;color:#000; }
.MallList_Ban .item .p_en{ font-size:2rem; color:#000; text-align:center;line-height: 3rem;}
.MallList_Ban .owl-theme .owl-nav{ display:block;}
.MallList_Ban .owl-theme .owl-dots{ display:none;}
.MallList_Ban .owl-carousel .owl-nav .owl-prev,
.MallList_Ban .owl-carousel .owl-nav .owl-next{ margin:0; padding:0; font-size:0; width:22px; height:47px; position:absolute; top:50%; margin-top:-20px;z-index: 99;}
.MallList_Ban .owl-carousel .owl-nav .owl-prev{ left:10px; background:url(../images/left.png) no-repeat;}
.MallList_Ban .owl-carousel .owl-nav .owl-next{ right:10px; background:url(../images/right.png) no-repeat;}
.MallList_Ban .owl-carousel .price{ font-size:2rem; color:#000; text-align:center; line-height: 3rem;}
.MallList_Ban .owl-carousel .price span{ font-size:2rem;}
.MallList_Ban .owl-carousel .star{ font-size:2rem; color:#000; text-align:center; line-height: 3rem;}
.MallList_Ban .owl-carousel .btn{ width:50%; line-height:3rem; text-align:center; font-size:2rem; color:#000; font-weight:normal; background:#fff; margin:0 auto;border:1px solid #000;}
.MallList_Ban .owl-carousel .btn i{ display:inline-block; width:12px; height:15px; background:url(../images/btn_i.png) no-repeat; margin-left:8px;}



/* common */
.singleline{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fl{float: left;}
.fr{float: right;}
.info_back a{font-size: 2em !important;}
.info_pn{font-size: 2em !important;}

.IntroPageContainer{padding:75px 36px 64px 36px;}
.IntroPageContainer .ProductPic .owl-theme .owl-dots .owl-dot span{width: 17px; height: 17px; background-color: #dddddd;}
.IntroPageContainer .ProductPic .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #b69878;}

.IntroPageContainer .ProductIntro{padding: 34px 0 54px 0; text-align: left; line-height: 1.6; font-size: 1.6rem;}
.IntroPageContainer .ProductIntro .en_name{ color: #666666; line-height: 1;}
.IntroPageContainer .ProductIntro .cn_name{ color: #333333; padding-top: 16px;}
.IntroPageContainer .ProductIntro .star_score{ padding-top: 14px;}
.IntroPageContainer .ProductIntro .star_score .rmkaccount{color: #666666;}
.IntroPageContainer .ProductIntro .star_score .star{padding-right: 20px;}
.IntroPageContainer .ProductIntro .price{font-size: 40px; padding-top: 10px;}
.IntroPageContainer .ProductIntro .price span{ color: #2e2e2e;}
.IntroPageContainer .ProductIntro .share_to{ padding:2% 0; overflow:hidden;}
.IntroPageContainer .ProductIntro .share_to em{ float:left; font-size:24px; font-style:normal; line-height:28px;}
.IntroPageContainer .ProductIntro .inTro{font-size: 24px; font-weight: normal;; color:#666666;}
.IntroPageContainer .ProductIntro .inTro span{white-space: normal !important;}
.IntroPageContainer .ProductIntro .inTro>div{padding:20px 0; line-height: 36px;}
.IntroPageContainer .ProductIntro .btn_group{text-align: center; padding:20px 0 10px 0;}
.IntroPageContainer .ProductIntro .btn_group a{width: 208px; height: 60px; line-height: 60px; display: inline-block; margin:0 20px; font-size: 24px; color: #ffffff; font-weight: thin; background-color: #b69878; border-radius: 6px; border:none; }
.IntroPageContainer .ProductIntro .btn_group a.on{background-color: #000000; }
.IntroPageContainer .ProductIntro .devide_line{height: 1px; width: 100%; display: block; background-color: #d4d4d4; margin-top: 50px;}

.IntroPageContainer .DetailRemark{padding:0px 0 0 0;}
.IntroPageContainer .DetailRemark .hd{width: 100%; height: 58px; box-sizing: border-box; border:1px solid #d2d2d2; background-color: #f0f0f0; }
.IntroPageContainer .DetailRemark .hd ul{text-align: center; list-style: none;}
.IntroPageContainer .DetailRemark .hd li{width: 100%; display: inline-block; font-size: 24px; color:#666666; font-weight: normal; line-height: 58px; position: relative;}
.IntroPageContainer .DetailRemark .hd li img{position: absolute; left:72px; top:50%; width: 27px; height: 26px; margin-top: -13px;}
.IntroPageContainer .DetailRemark .hd li img.hv{display: none;}
.IntroPageContainer .DetailRemark .hd li.on{color: #000000;}
.IntroPageContainer .DetailRemark .hd li.on img.hv{display: block;}
.IntroPageContainer .DetailRemark .bd{padding-top: 50px;}
.IntroPageContainer .DetailRemark .bd .detail{width:100%; height: auto;}
.IntroPageContainer .DetailRemark .bd .detail img{width: 100%;height:auto;}

.IntroPageContainer .DetailRemark .bd .remark{}
.IntroPageContainer .DetailRemark .bd .remark form{}
.IntroPageContainer .DetailRemark .bd .remark form textarea{resize: none; width: 100%; height: 211px; box-sizing: border-box; border:1px solid #d5d5d5; text-align: left; font-size: 24px; color: #222; padding:10px;}
.IntroPageContainer .DetailRemark .bd .remark form div{padding-top: 24px;}
.IntroPageContainer .DetailRemark .bd .remark form div a{width: 30px; height: 30px; display: inline-block; margin-top:8px;}
.IntroPageContainer .DetailRemark .bd .remark form div a.icon{margin-right: 26px;}
.IntroPageContainer .DetailRemark .bd .remark form div a img{width:100%; height: 100%;}
.IntroPageContainer .DetailRemark .bd .remark form div .rmk_btn{width: 149px; height: 47px; border:none; background-color: #313131; font-size: 24px; color: #ffffff; line-height: 47px; text-align: center; float: right; border-radius: 6px;}

.IntroPageContainer .Related_products{padding:50px 0 0 0; text-align:center; }
.IntroPageContainer .Related_products h4{font-size:3.675rem; color: #000000; }
.IntroPageContainer .Related_products .swiper-container{margin-top: 44px;}
.IntroPageContainer .Related_products .main{}
.IntroPageContainer .Related_products .main .img_w{padding:0 178px;}
.IntroPageContainer .Related_products .main .img_w img{width: 100%; height: 100%;}
.IntroPageContainer .Related_products .main .txt_w{padding:0 78px;}
.IntroPageContainer .Related_products .main .txt_w .pro_name{font-size: 20px; color: #22252d; padding-top: 16px;}
.IntroPageContainer .Related_products .main .txt_w .pro_en_name{font-size: 12px; color: #878787; padding-top: 8px;}
.IntroPageContainer .Related_products .main .txt_w .pro_price{font-size: 36px; color: #000000; padding-top: 10px;}
.IntroPageContainer .Related_products .main .txt_w .pro_price span{font-size: 24px;}
.IntroPageContainer .Related_products .main .txt_w a{width: 169px; line-height: 49px; display: block; margin:20px auto 0 auto; background-color: #000000; font-size: 20px; color: #fff;}
.IntroPageContainer .Related_products .word {font-size:1.8rem;line-height: 3rem;}
.IntroPageContainer .Related_products .word a{color:#333;}
.IntroPageContainer .Related_products .word .tit .en{font-size:2rem;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.IntroPageContainer .Related_products .word .more{border:1px solid #000;width: 50%;display: inline-block;}

/* 注册  */
.registerContainer{padding:75px 36px 64px 36px; font-size: 24px;}
.registerContainer .form_title{font-size: 36px; line-height: 24px; color: #3b312e; text-align: center;}
.registerContainer form{padding:56px 0 0;}
.registerContainer form .wrap{color:#3b312e; line-height: 82px;}
.registerContainer form .wrap span{width: 170px; display: inline-block; text-align: right; font-size: 1.6rem;}
.registerContainer form .wrap input{border:none; border-bottom: 1px solid rgba(59,49,46,0.48); width: 430px; padding:0 10px;}
.registerContainer form .login_wrap{text-align: center;font-size: 1.6rem;}
.registerContainer form .login_wrap span{color: #666666; margin:0 30px 0 10px; }
.registerContainer form .login_wrap a{color: #000000; margin-top: 10px;}
.registerContainer form .btn{width: 487px; height: 58px; margin:30px auto 0 auto; background-color: #191919; text-align: center; color: #fff; border:none; display: block;}
.registerContainer form .code{position: relative;}
.registerContainer form .code a{width: 108px; height: 54px; display: block; background-color: #191919; color:#fff; text-align: center; line-height: 54px; position: absolute; top:-8px; right:70px;}
.registerContainer form .code img{ width: 108px; height: 54px;}
.registerContainer .other_login{margin:60px 110px 20px 104px; text-align: center;}
.registerContainer .other_login p{position: relative; color: #3b312e;font-size: 1.6rem;}
.registerContainer .other_login p::before{content:''; width: 147px; height: 1px; display: block; background-color: #3b312e; position: absolute; top:50%; left:-12px;}
.registerContainer .other_login p::after{content:''; width: 157px; height: 1px; display: block; background-color: #3b312e; position: absolute;top:50%; right:-9px;}
.registerContainer .other_login ul{text-align: center;}
.registerContainer .other_login li{width: 46px; height: 46px; border-radius: 50%; display: inline-block; margin:30px 8px 0; border:1px solid #cccccc; }
.registerContainer .other_login li a{width: 28px; height: 26px; display: block; margin:9px auto;}
.registerContainer form .vcode input{width:120px !important;}
.registerContainer form .vcode img{width: 150px;vertical-align: top;margin-top: 8px;}           
    
    

/*	登录	*/
.loginContainer form .remember_me{}
.loginContainer form .remember_me .checkbox{float: left; margin-left: 54px;}
.loginContainer form .remember_me label{font-size: 2rem; color: #666666; display: inline-block;	line-height: 30px;}
.loginContainer form .remember_me label input{width: 23px; height: 23px; border:none; border:1px solid #e2e2e2; background: #fff; position: relative; top:4px; border-radius: 2px; -webkit-appearance:none; outline: none; margin-right: 15px;}
.loginContainer form .remember_me .forget_password{float: right; margin-right: 22px; font-size: 2rem;}
.loginContainer form .remember_me label input[type=checkbox]:checked{
   background: #000;
}
.loginContainer form .login_wrap{margin-top: 38px;}



/*  个人中心  */
.myCenterContainer{padding:0 0 50px 0;}
.myCenterContainer .myCenter_banner{width:100%;}
.myCenterContainer .myCenter_nav{}
.myCenterContainer .myCenter_nav ul{}
.myCenterContainer .myCenter_nav ul li{line-height: 70px; display: block; border:1px solid #ccc; height: 70px; padding:0 36px; border-top:none;}
.myCenterContainer .myCenter_nav ul li a{display: block; width: 100%; height: 100%; position: relative;}
.myCenterContainer .myCenter_nav ul li a span{float: left; position: relative;font-size: 24px; color: #333333; padding-left: 60px;}

.myCenterContainer .myCenter_nav ul li a span img{ position: absolute; left:0; top:50%; margin-top: -12px;}
.myCenterContainer .myCenter_nav ul li a::after{content:''; width: 10px; height: 18px; display: block; background: url(../images/mycenter_tr.png) no-repeat center; position: absolute; right: 0; top:50%; margin-top: -9px;}


/* 购物车 */
.shopcatContainer{padding:48px 32px 50px 36px;}
.shopcatContainer .product_list{width: 100%; overflow:hidden;}
.shopcatContainer .product_list li{height: 180px; border-bottom: 1px solid #e4e4e4; margin-top:26px;}
.shopcatContainer .product_list li .checkbox{width: 35px; height: 35px; background: #fff; outline: none; -webkit-appearance:none; border:1px solid #ccc; margin:62px 43px 0 0;}
.shopcatContainer .product_list li input[type=checkbox]:checked{
   background: url(../images/shopcat_select.png) no-repeat center;
}
.shopcatContainer .product_list li .pd_detail{}
.shopcatContainer .product_list li .pd_detail .img_w{width: 132px; height: 154px; overflow: hidden; margin-right: 40px;}
.shopcatContainer .product_list li .pd_detail .img_w img{; height: 100%;}
.shopcatContainer .product_list li .pd_detail .detail_w{width: 240px;}
.shopcatContainer .product_list li .pd_detail .name{font-size: 24px; color: #000; padding:0 0 4px 0;}
.shopcatContainer .product_list li .pd_detail .en_name{font-size: 20px; color: rgba(0,0,0,0.5);}
.shopcatContainer .product_list li .pd_detail .price{font-size: 24px; color: #b69878; padding:4px 0;}
.shopcatContainer .product_list li .pd_detail .count{margin-top:10px;}
.shopcatContainer .product_list li .pd_detail .count .pro_number{width: 74px; height: 39px; border:1px solid #ddd; display: inline-block; text-align: center; font-size: 24px; color: #666666; float: left; border-left:none; border-right: none; line-height: 39px;}
.shopcatContainer .product_list li .pd_detail .count .control{width: 33px; height: 39px; -webkit-appearance:none; background-color: #fff; font-size: 24px; color: #666666; text-align:center; outline: none; border:none; border:1px solid #ddd; float: left;}
.shopcatContainer .product_list li .delete_btn{width: 114px; height: 47px; text-align: center; border-radius: 47px; font-size: 24px; color: #555555; background-color: #f6f6f6; margin-top: 54px; line-height: 47px;}
.shopcatContainer .settlement{height: 70px; background-color: #f5f5f5; width: 100%; margin-top: 37px;}
.shopcatContainer .settlement .selectall{width: 35px; height: 35px; background: #fff; outline: none; -webkit-appearance:none; border:1px solid #ccc; margin:17.8px 12px 0 38px; float: left;}
.shopcatContainer .settlement .selectall:checked{
   background: url(../images/shopcat_select.png) no-repeat center;}
.shopcatContainer .settlement>span{font-size: 24px; color: #999999; line-height: 70px;}
.shopcatContainer .settlement .counts{font-size: 24px; color: #555555; font-weight: 100; line-height: 70px; margin-right: 20px;}
.shopcatContainer .settlement .counts span{color: #ba9d7f;}
.shopcatContainer .settlement .btn_settlement{width: 143px; height: 70px; background-color: #ba9d7f; font-size: 24px; color: #fff; text-align: center; line-height: 70px; font-weight: 100;}



/*	账户中心-账户信息	*/
.accountinfoContainer{padding: 36px 36px 50px 36px; min-height: 1000px;}
.accountinfoContainer form{}
.accountinfoContainer form .user p{font-size: 1.825rem; color: #191919; padding-left: 12px; float: left;}
.accountinfoContainer form .wrap{line-height: 88px;}
.accountinfoContainer form .wrap::after{content:''; width: 0; height: 0; clear: both; display: block;}
.accountinfoContainer form .wrap span{font-size:1.825rem; color: #919191; width: 182px; text-align: right; float: left;}
.accountinfoContainer form .wrap span i{color: #d80005; padding-right:10px; display: inline-block; font-style: normal;}
.accountinfoContainer form .wrap input{height: 4rem; width: 488px; line-height:4rem; font-size: 1.825rem; padding:0 10px; border:none; border:1px solid #ccc;}
.accountinfoContainer form .wrap input.checkbox{ width: 2rem; height: 4rem;}
.accountinfoContainer form .btn{margin-top: 20px;}
.accountinfoContainer form .btn input{float: right; background-color: #000; color: #fff; text-align: center; outline: none; border:none;}

/*	修改账户密码  */
.accountpasswordContainer{padding:60px 36px 50px 36px;}
.accountpasswordContainer form .wrap span{width: 236px;}
.accountpasswordContainer form .wrap input{width: 430px;}
.accountpasswordContainer form .btn input{margin-right:20px;}


/*	账户中心-地址簿  */
.addressContainer{padding:0 0px;}
.addressContainer .returnCenter{display: block; height:80px; background-color: #191919; text-align: center; line-height: 80px; font-size: 24px; color: #fff; width: 100%; position: relative;}
.addressContainer .returnCenter::before{content:''; width: 17px; height: 27px; background:url(../images/address_tl.png) no-repeat center; position: absolute; left:36px; top: 50%; margin-top: -13.5px;}
.addressContainer .addAddress{display: block; height:80px; background-color: #191919; text-align: center; line-height: 80px; font-size: 24px; color: #fff; width: 100%; position: relative;}
.addressContainer .addresslist{}
.addressContainer .addresslist li{height: 245px; margin-bottom: 18px; background-color: #fff; padding:0 36px; position: relative;}
.addressContainer .addresslist li::after{content:''; width: 100%; height: 1px; display: block; background-color: #ccc; position: absolute; left:0; top:50%; margin-top:20px;}
.addressContainer .addresslist .username{font-size: 24px; color: #5e5e5e; padding-top: 20px; position: relative;}
.addressContainer .addresslist .username span{position: absolute; font-size: 24px; color: #777777; right: 0;}
.addressContainer .addresslist .addre{font-size: 24px; color: #5e5e5e; 	padding:20px 0;}
.addressContainer .addresslist .edit{margin-top: 47px;}
.addressContainer .addresslist .edit .switch{width: 60px; height: 31px; display: inline-block; border-radius: 30px; line-height: 31px; background-color: #dcdcdc; position: relative;}
.addressContainer .addresslist .edit .switch i{width: 29px; height: 29px; display: block; position: absolute; left:2px; top:50%; margin-top: -14.5px; background-color: #fff; border-radius: 50%;}
.addressContainer .addresslist .edit .switch::after{content:'默认地址'; display: block; position: absolute; right: -140px; width: 120px; color: #e62a38; font-size: 24px; font-weight: 100; line-height: 30px;}
.addressContainer .addresslist .edit .defaultAddr.switch{background-color:#86ec49;}
.addressContainer .addresslist .edit .defaultAddr.switch i{left:30px;}

.addressContainer .addresslist .edit .delete{font-size: 24px; color: #777777; float: right; position: relative; padding-left: 31px; height: 31px; margin-left: 20px;}
.addressContainer .addresslist .edit .delete img{width:31px; height: 31px; position: absolute; left:0; top:50%; margin-top:-15.5px; }
.addressContainer .addresslist .edit .aditaddr{ float: right; font-size: 24px;}

.addresseditContainer{padding:60px 36px 50px 36px;}
.addresseditContainer form .wrap span{ width: 292px;}
.addresseditContainer form .wrap input{ width: 386px;}
.addresseditContainer form .wrap input.checkbox{ width: 2rem; height: 2rem; position: relative; top: 0.8rem;}

/*  订单中心	*/


.orderContainer .detail_w .status{font-size: 24px; color: #999999;}
.orderContainer .detail_w .price{margin:4px 0;}
.orderContainer .detail_w .price span{color: #999999; margin-right: 10px;}
.orderContainer .detail_w .price .nums{font-size: 24px; color: #999999; margin-left: 10px;}
.orderContainer .detail_w .price .nums i{color: #b69878; font-style: normal;}
.orderContainer .hd{}
.orderContainer .hd ul{text-align: center;}
.orderContainer .hd li{display: inline-block; font-size: 28px; color: #555; position: relative; padding: 15px 0px; margin: 0 52px;}
.orderContainer .hd li.on::after{content:''; width: 62px; height: 6px; display: block; background-color: #191919; position: absolute; bottom: 0; left: 50%; margin-left: -31px;}
.orderContainer .hd li:first-child{margin-left: 10px;}
.orderContainer .hd li:last-child{margin-right: 10px;}


/*	退出登录	 */
.exitContainer{width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); position: fixed; bottom: 0; z-index: 2;}

.exitContainer .tankuan{width: 465px; height: 262px; border-radius: 6px; background-color: #fff; position: absolute; left:50%; margin-left: -232.5px; top:50%; margin-top:-131px;}
.exitContainer .tankuan .close{font-size: 80px; color: #787878; position: absolute; right: 10px; top:0px; line-height: 60px;}
.exitContainer .tankuan p{font-size: 24px; color: #000; text-align: center; max-width: 80%; margin:68px auto 40px auto;}
.exitContainer .tankuan .turnUrl{width: 139px; height: 52px; background-color: #b69878; font-size: 24px; color: #fff; display: block; margin: 0 auto; text-align: center; line-height: 52px; border-radius: 4px;}


/* 防伪查询 */
.securitycheckContainer{padding:76px 32px 50px 32px;}
.securitycheckContainer .securitycheck_banner{width: 100%; }
.securitycheckContainer .security_search{text-align: center;padding-top: 70px;}
.securitycheckContainer .security_search .title{font-size: 30px; color: #000000; }
.securitycheckContainer .security_search .subtitle{font-size: 24px; color: #666666; width: 474px; text-align: center; margin:20px auto; line-height: 36px;}
.securitycheckContainer .security_search div{padding:2px 80px;}
.securitycheckContainer .security_search input{ width: 400px; height: 48px; border:1px solid #c8c8c8; float: left; padding-left: 10px;}
.securitycheckContainer .security_search .search_btn{background-color: #303030; width: 94px; height: 48px; line-height: 48px; color: #fff; font-size: 24px; float: left; margin-left: 16px; border:none; outline:none;}
.securitycheckContainer .security_search .tips{display: block; font-size: 14px; color:#ff0000; padding: 10px 0; float: left;}

/* 授权查询 */

.authorcheckContainer{padding:76px 32px 50px 32px;}
.authorcheckContainer .authorcheck_banner{width: 100%; }
.authorcheckContainer .security_search{text-align: center;padding-top: 70px;}
.authorcheckContainer .security_search .title{font-size: 30px; color: #000000; }
.authorcheckContainer .security_search .subtitle{font-size: 24px; color: #666666; width: 474px; text-align: center; margin:20px auto; line-height: 36px;}
.authorcheckContainer .security_search div{padding:2px 80px;}
.authorcheckContainer .security_search input{ width: 400px; height: 48px; border:1px solid #c8c8c8; float: left; padding-left: 10px;}
.authorcheckContainer .security_search .search_btn{background-color: #303030; width: 94px; height: 48px; line-height: 48px; color: #fff; font-size: 24px; float: left; margin-left: 16px;  border:none; outline:none；}
.authorcheckContainer .security_search .tips{display: block; font-size: 14px; color:#ff0000; padding: 10px 0; float: left;}



/* 授权查询结果页面  2018/0821 */

.authorResultContainer{padding:76px 25px 50px 25px;}
.authorResultContainer .authorResult_banner{width: 100%; background-size: 100%; text-align: center;}
.authorResultContainer .authorResult_banner img{margin-top: 28px;}
.authorResultContainer .authorInfo{font-size: 24px; color:#333333; padding-top: 22px;}
.authorResultContainer .thankscheck{font-size: 24px; color:#333333;}
.authorResultContainer .base_title{width: 100%; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; padding-top: 50px; font-size: 30px; color: #000000; font-weight: normal;}
.authorResultContainer .base_warp{padding-top: 20px;}
.authorResultContainer .base_list{width: 50%; float: left;}
.authorResultContainer .base_list .base_key{width: 38%; display: inline-block; text-align: right; font-size: 24px; color: #333333; overflow: hidden; text-overflow: ellipsis; height: 36px; line-height: 36px; white-space: nowrap;}
.authorResultContainer .base_list .base_value{width: 62%; display: inline-block;font-size: 24px; color: #333333; overflow: hidden; text-overflow: ellipsis; height: 36px; line-height: 36px; white-space: nowrap;}


.authorResultContainer .author_title{width: 100%; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; padding-top: 50px; font-size: 30px; color: #000000; font-weight: normal;}
.authorResultContainer .author_warp{padding-top: 20px;}
.authorResultContainer .author_list{width: 50%; float: left;}
.authorResultContainer .author_list .author_key{width: 50%; display: inline-block; text-align: right; font-size: 24px; color: #333333; overflow: hidden; text-overflow: ellipsis; height: 36px; line-height: 36px; white-space: nowrap;}
.authorResultContainer .author_list .author_value{width: 50%; display: inline-block;font-size: 24px; color: #333333; overflow: hidden; text-overflow: ellipsis; height: 36px; line-height: 36px; white-space: nowrap;}


/*提交订单*/
.order_blank {width:100%; height:25px; background-color:#f1f1f1;}
.order_top {background-color:#191919; height:80px; border-top:2px solid #000;}
.order_top .inner, .order_btm .inner {margin:0 auto; position:relative; padding:0 25px;}
.order_top .pageTitle {text-align:center; font-size:30px; color:#fff; line-height:80px;}
.order_top .order_back {position:absolute; left:25px; top:0; width:17px; height:100%;}
.order_top .order_back a {display:block; background:url(../images/icon_arrow.png) no-repeat center center; position:absolute; left:0; top:0; height:100%; width:100%;}

.order_title {font-size:24px; color:#777; font-weight:normal; line-height:26px; position:relative; border-bottom:1px solid #c9c9c9; padding:40px 0 30px;}
.order_title a {display:block; float:right; width:10px; height:26px; background:url(../images/icon_arrow2.png) no-repeat center center;}

.order_addr {padding:24px 0;}
.order_addr p {font-size:24px; color:#5e5e5e; padding:8px ;margin-bottom: 10px;}
.order_addr p input{font-size:24px; color:#5e5e5e; height: 50px;width: 70%;box-sizing: border-box;border:none;border: 1px solid #c9c9c9;}

.box_title {background-color:#f1f1f1; font-size:24px; height:76px; line-height:76px; color:#999; position:relative;}
.box_title .submit, #alipaysubmit input[type="submit"],#pay_btn h1,.order_total h1{position:absolute; right:0; top:0; height:100%; width:140px; background-color:#ba9d7f; color:#fff; border:none; appearance:none; -webkit-appearance:none;}
.box_title .order_total {text-align:right; padding-right:180px; font-size:24px; color:#555;}
.box_title .order_total i {font-style:normal; color:#ba9d7f;}

#alipaysubmit input[type="submit"],#pay_btn h1,.order_total h1{ width: 225px; right: 15px;}
#pay_btn h1,.order_total h1{ width: 310px; text-align: center;}
#pay_btn h1 a,.order_total h1 a{ color: #fff;}


.order_btm {padding-bottom:40px;}
.payment dd {border-bottom:1px solid #c9c9c9; font-size:24px; color:#777;  text-align:right; overflow:hidden; padding:32px 0;}
.payment dd:last-child {border-bottom:none;}
.payment dd span {float:left;}
.payment dd input {display:none;}
.payment dd i {display:block; float:right; width:25px; height:25px; border-radius:50%; border:1px solid #dbdbdb; cursor:pointer;}
.payment dd i.selected {background:#b69878 url(../images/icon_select.png) no-repeat center center;}

.postment dd {border-bottom:1px solid #c9c9c9; font-size:24px; color:#777;  text-align:right; overflow:hidden; padding:32px 0;}
.postment dd:last-child {border-bottom:none;}
.postment dd span {float:left;}
.postment dd input {display:none;}
.postment dd i {display:block; float:right; width:25px; height:25px; border-radius:50%; border:1px solid #dbdbdb; cursor:pointer;}
.postment dd i.selected {background:#b69878 url(../images/icon_select.png) no-repeat center center;}

.order_pro .item {padding: 40px 0; border-bottom:1px solid #e4e4e4;}
.order_pro .item:last-child {border-bottom:none;}
.order_pro .itemMain {display:table;}
.order_pro .pic {display:table-cell; width:130px; position:relative; overflow:hidden;}
.order_pro .pic img {display:block; width:100%; height:auto; }
.order_pro .info {display:table-cell; vertical-align:middle; padding-left:0;}
.order_pro .info .cn {font-size:24px; color:#000; line-height:1.35em; margin-bottom:5px;}
.order_pro .info .cn .radio {border-bottom:1px solid #c9c9c9; font-size:24px; color:#777;  text-align:left; overflow:hidden; padding:32px 0; width: 700px; }
.order_pro .info .cn .radio :last-child {border-bottom:none;}
.order_pro .info .cn .radio input {display:none;}
.order_pro .info .cn .radio  i {display:block; float:right; width:25px; height:25px; border-radius:50%; border:3px solid #666; cursor:pointer;}
.order_pro .info .cn .radio  i.selected {background:#b69878 url(../images/icon_select.png) no-repeat center center;}
.order_pro .info .en {font-size:20px; color:#cacaca; line-height:1.35em; margin-bottom:10px;}

.order_pro .info span {font-size:24px; color:#999; padding-right:30px;}
.order_pro .info span i {font-style:normal; color:#b69878;}
.order_pro .info span:last-child {padding-right:0;}

/*订单中心*/
.order_box .shop-list{ padding-top: 25px;}
.order_box .item{ padding-bottom: 25px; border-top: 3px solid #666;}
.order_box .item-inner{ border: #e5e5e5 1px solid; color: #666;}
.order_box .item-head{ font-size: 2rem;line-height: 50px; padding: 0 20px; position: relative; background: #efefef; }
.order_box .item-head>*{ display: inline-block; text-align: center;}
.order_box .item-head span{color: #6a6a6a;}
.order_box .item-head span.total{ display: block; text-align: left;}
.order_box .item-head>* b{ font-weight: normal;}
.order_box .item-head .number{ text-align: left;}
.order_box .item-head .number b{ font-weight: normal;}
.order_box .item-head .statue{  }
.order_box .item-list{ display: table; width: 100%; text-align: center;}
.order_box .item-td{ display: table-cell; vertical-align: middle; padding: 10px; font-size: 2rem;}
.order_box .item-td .info .bluecolor{ color: #009ee8;}
.order_box .item-td .item-td_inner .bluecolor1{ color: #009ee8; display: block;}
.order_box .item-td .item-td_inner .bluecolor2{ color: #999999; display: block;}
.order_box .item-td+.item-td{ border-left: 1px solid #f2f2f2;}
.order_box .item-list+.item-list .item-td{ border-top: 1px solid #f2f2f2;}
.order_box .item-list .item-td:last-child{display: none;}
.order_box .paystatus{ display: block;}
.order_box .pro{ width: 60%; }
.order_box .pro .box > *{display: table; float: left; height: 97px; width: 70%;}
.order_box .pro .pic{position: relative;max-width: 97px; float: left;}
.order_box .pro .pic a{ display: table-cell; vertical-align: middle;}
.order_box .pro .pic a img{ max-width: 100%;max-height: 97px;}
.order_box .pro .tit { padding-left: 15px; text-align: left;width: 70%; float: right;}
.order_box .pro .tit a{ display: table-cell; vertical-align: middle; }

.order_box .pro .tit a{ display: table-cell; vertical-align: middle; color: #000;}
.order_box .pro .tit a span{color: #969191; display: block; font-size: 2em;}
/* 
分页 */
.mypage {
	position: relative;
    margin: 3% 0 1%;
    width: 100%;
    font-size: 12px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 5%;
    text-align: center;
}
.mypage span {
	padding: 0px 3px;
    display: inline-block;
}
/* .mypage a:first-letter {
    border: none;
    padding: 0 5px;
    background: none;
    color: #000;
}
.mypage a:last-child {
    border: none;
    padding: 0 5px;
    background: none;
    color: #000;
} */
.mypage a {
    display: inline-block;
    margin: 0px 2px;
    width: 30px;
    height: 30px;
    color: #000;
    background: #d3d3d3;
    line-height: 30px;
    border-radius: 5px;
    transition: .3s ease-out;
    box-sizing: content-box;
    padding: 0;
}
.info_back{ text-align:center; clear:both; padding:20px 0;}
.info_back a{ color:#cd1701; font-size:14px;}

/*搜索页面*/
.searchResult{ padding: 40px 0;}
.searchResult .searchbox{text-align: center;width: 100%;position: relative;padding-left: 1rem;padding-right: 1rem; font-size: 30px;}
.searchResult .searchbox:first-child{ margin-bottom: 30px;}
.searchResult .searchbox ul{ padding-bottom: 30px; min-height: 400px;}
.searchResult .searchbox li{ margin: 15px 0; border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.searchResult .searchbox li:after{ content: ""; clear: both; width: 100%; height: 0; display: block;}
.searchResult  .searchbox li a{color:#333;}
.searchResult h3{float:left;width: 70%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left; margin: 0; font-weight: normal; font-size: 28px;}
.searchResult time{float: right;width: 140px;white-space: nowrap; font-size: 24px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}


