﻿* {box-sizing: border-box;font-size: 100%;font-family:'黑体',"SourceHanSansCN";}
html,body{background:#FFFFFF;color:#000000;font-size:0.11rem;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-touch-callout:none;}  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}  
body,button,input,select,textarea {font:22px \5b8b\4f53,'Helvetica Neue',Arial,'Liberation Sans',FreeSans,'Hiragino Sans GB',sans-serif\"Microsoft YaHei"\"微软雅黑";}  
h1{font-size:24px;}  
h2{font-size:22px;}  
h3{font-size:18px;}  
/*@media only screen and (min-width:360px) {  
    h1{font-size:28px;}  
    h2{font-size:26px;}  
    h3{font-size:22px;}  
    body,button,input,select,textarea {font-size:18px;line-height:26px;}  
}*/  
h1,h2,h3,h4,h5,h6 {font-weight:normal;}  
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;}/*阻止旋转屏幕时自动调整字体大小*/
.cutoverheader {
	overflow: hidden;
	background-color: #187082;
	padding: 20px 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px !important;
}

	.cutoverheader a {
		float: left;
		color: black;
		text-align: center;
		padding: 12px;
		text-decoration: none;
		font-size: 18px;
		line-height: 25px;
		border-radius: 4px;
	}

		.cutoverheader a.logo {
			font-size: 25px;
			font-weight: bold;
		}

		.cutoverheader a:hover {
			background-color: #ddd;
			color: black;
		}

		.cutoverheader a.active {
			background-color: dodgerblue;
			color: white;
		}

.cutoverheader-right {
	float: right;
}

.cutoverheader .btn {
	border: 2px solid white;
	background-color: transparent;
	color: white;
	padding: 1px 6px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 50px;
}

.btnCutover {
	border-color: #fff;
	color: white;
}


@media screen and (max-width: 500px) {
	.cutoverheader a {
		float: none;
		display: block;
		text-align: left;
	}

	.cutoverheader-right {
		float: none;
	}

	.btnCutover {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 10px;
	}
}
textarea{resize:none;}  
/*取消按钮在inphone上的默认样式*/  
input,button {-webkit-appearance:none;outline:none;border: none;}
input[type=button]{-webkit-appearance:none;outline:none}   
/*input::-webkit-input-placeholder{color:#F0F0F0;}  */
textarea::-webkit-input-placeholder{color:#F0F0F0;}  
input::-webkit-input-speech-button {display:none}  
table {border-collapse:collapse;border-spacing:0;}  
th {text-align:inherit;}  
fieldset,img {border:none;}  
abbr,acronym {border:none;font-variant:normal;}  
del {text-decoration:line-through;}  
ol,ul {list-style:none;}  
caption,th {text-align:left;}  
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}  
sup {top:-0.5em;}  
sub {bottom:-0.25em;}
a{color: #000000;}
ins,a,a:hover {text-decoration:none;}  
a:focus,*:focus {outline:none;}  
.clearfix:before,.clearfix:after {content:"";display:table;}  
.clearfix:after {clear:both;overflow:hidden;}  
.clearfix {zoom:1;}  
.clear {clear:both;display:block;font-size:0;height:0;line-height:0;overflow:hidden;}  
.hide {display:none !important;}  
.block {display:block;}  
.outL{white-space:normal;word-break:break-all;width:100px;}  
.outH{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width:100px;}  
/*布局*/  
.fl{float:left;display:inline;}  
.fr{float:right;display:inline;}  
.cb{clear:both;}  
.cl{clear:left;}  
.cr{clear:rigth;}  
.rel{position:relative;}  
.abs{position:absolute;}  
.tac{text-align:center;}  
.tal{text-align:left;}  
.tar{text-align:right;}  
.dib{display:inline-block;}  
.vab{vertical-align:bottom;}  
.vam{vertical-align:middle;}  
.vat{vertical-align:top;}  
/*网格*/  
.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;text-align:center;padding:5px 0;}  
.grid,.wrap,.grid:after,.wrap:after,.grid:before,.wrap:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}  
.grid{*zoom:1}  
.grid:before,.grid:after{display:table;content:"";line-height:0}  
.grid:after{clear:both}  
.grid{list-style-type:none;padding:0;margin:0}  
.grid>.grid{clear:none;float:left;margin:0 !important}  
.wrap{float:left;width:100%}  
/*网格*/ 
/*内容*/

/*flex*/


.flex_ral{/*左右居中*/
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 960px) {
  #account {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #code {
    width: 224px;
  }
  #name {
    width: 350px;
  }
  .zm_login {
    padding: 15px;
  }
  .sendSms {
    width: 117px;
    height: 60px;
    color: #ffffff;
    background-color: #cb2332;
    text-align: center;
    line-height: 60px;
  }
}

@media screen and (max-width: 500px){
	#account{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	}
	#code{
		width: 115px;
	}
	#name{
		width: 190px;
	}
  .zm_login{
    padding: 15px;
  }
  .sendSms{
    width: 66px;
    height: 0.305rem;
    color: #ffffff;
    background-color: #cb2332;
    text-align: center;
    line-height: 0.315rem;
  }
}

.flex_left{/*左对齐*/
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.flex_rsb{/*左右对齐*/
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.flex_col { /*上到下*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.flex_cac{/*上下对齐*/
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
}
.flex_row { /*换行*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-lines: multiple;
	width: 100%;
	height: auto;
	margin: auto;
}
.flex_aic{/*上下居中*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
}
.flex1{-webkit-box-flex:1;-webkit-flex:1;flex:1;}  
.flex2{-webkit-box-flex:2;-webkit-flex:2;flex:2;}  
.flex3{-webkit-box-flex:3;-webkit-flex:3;flex:3;}  
/*flex*/  
/*容器*/  
/*.wrapper{position:absolute;top:0;right:0;bottom:0;left:0;padding:5px 5px 60px 5px;overflow:auto;margin-top:44px;-webkit-overflow-scrolling:touch;}*/  
/*banner*/
.banner{ position: relative; }
.banner_title{ position: absolute; top: 0.78rem; left: 0.185rem; }
.banner_title h2{ font-size: 0.23rem; color: #FFFFFF; font-weight: bold; line-height: 0.36rem; }
.banner_title a{ margin-top: 0.3rem; display: block; font-size: 0.11rem; color: #FFFFFF; width: 1.12rem; text-align: center; line-height: 0.255rem; background-color: #cb2332; font-family: 'SourceHanSansCN'; }
.zx_bj{ position: absolute; left: 0; bottom: 0; width: 1.96rem; opacity: 0.8; }
.zxd_bj img{width: 100%;height: 100%;}
.zxd_bj{width: 1.21rem;height: 0.64rem;position: absolute;left: 0; bottom: -0.38rem;}
.banner_bj_r{
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 0;
    left: auto;
}
/*宽度*/  
.w100p{width:100%}  
.w20p{width:20%;}  
  
/*边距*/  
.mt048{margin-top:0.48rem !important;}
.mt185{margin-top: 0.185rem;}
.p5{padding:5px;}  
.pt5{padding-top:5px;}  

img {width: 100%;display: inherit;}
/*阴影*/
.bs_yello{ box-shadow: 0px 1px 6px #ffc07f; }
.bs_gray{ box-shadow: 0px 0px 20px #cccccc; }



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c5c5c5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c5c5c5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #c5c5c5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  
   color: #c5c5c5;
}
.max-width {max-width: 18.75rem;margin: 0 auto;}

.zb_list_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zb_lb {
  width: 90%;
  background-color: #ffffff;
  position: absolute;
  padding-bottom: 50px;
  background-image: url(../../img/login_bj_t.png), url(../../img/login_bj_b.png);
  background-repeat: no-repeat;
  background-position: top right, bottom right;
}

.zb_list_close {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  padding: 14px;
}

.zb_list_close img {
  width: auto;
}

.zb_jg {
  padding: 0 30px 0px 30px;
}

.zb_title {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.zblb {
  height: 300px;
  overflow-y: auto;
}

.zbxx {
  float: left;
  width: 100%;
}

.warranty_table_item {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 30px;
  color: #6c6c6d;
}

.zbxx ul li {
  font-size: 0.12rem;
  color: #6c6c6d;
  line-height: 0.2rem;
}

.ul-6 li {
  font-size: 18px;
  line-height: 30px;
  color: #6c6c6d;
  text-align: center;
  background-color: #fafafa;
}

.ul-6 .ul-6-title {
  font-weight: bold;
}

.ul-6-title li {
  text-align: center;
  font-weight: bold;
  text-indent: 15px;
}

.li-text li {
  text-align: start;
}

.btn-detail-sm {
  line-height: 24px;
  color: white;
  background-color: #154f93;
  width: 75pt;
  cursor: pointer;
  font-size: 12px;
}
.btn-detail {
  display: none;
}
.warranty-sgxx {
  align-items: initial;
  background-color: #fafafa;
  margin-top: 10px;
}

.btn-detail-block {
  display: flex;
  text-align: center;
  background-color: #fafafa;
  align-content: center;
  justify-content: center;
  padding: 8px;
}

.zbxx.zblb {
  margin-top: 0px;
}

.zb_title_text h2 {
  margin-left: 8px;
}

.zb_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: auto;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zb_details {
  display: initial !important;
  width: 90%;
  background-color: #ffffff;
  position: absolute;
  top: 10%;
  padding-bottom: 50px;
  background-image: url(/img/pc/login_bj_t.png), url(/img/pc/login_bj_b.png);
  background-repeat: no-repeat;
  background-position: top right, bottom right;
}

.zb_details .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.zb_jg {
  padding: 0 30px 0px 30px;
}

.warranty_main_info_block {
  display: initial;
}

.warranty_main_info_no {
  display: block;
  width: 100%;
  background: url(../../../cn/images/store/no.png) no-repeat center left;
  padding-left: 16px;
}

.warranty_main_info_date {
  display: block;
  width: 100%;
  background: url(../../../cn/images/store/date.png) no-repeat center left;
  padding-left: 17px;
}

.zbxx {
  margin-top: 10px !important;
}

.warranty-mlx-1 {
  flex-direction: column;
}

.ul-4.sgyxx {
  margin-top: 10px;
}

.zbxx .zbxx_title {
  height: 26px;
}

.zbxx.flex_col.qmbhm{
	padding-bottom: 30px;
}

.more-button-block {
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
}

.more-button-block img {
  width: 30px;
  float: right;
}
