@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 0.6rem;
	/**color: #666;**/
    color: #666;
	font-family: -apple-system,"微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:0.6rem;
	font-family: -apple-system,"微软雅黑";
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
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 {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
	resize:none;
	font-size:0.6rem;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	font-size:0.56rem;
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
	/*去掉小三角*/
	resize:none;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
	resize:none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	/*去掉点击显示透明方块背景*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family:-apple-system,"微软雅黑";
	font-size:0.6rem;
}
body {
	max-width: 750px;
	margin: 0 auto;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
.over1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9{ display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; }
.over2{ -webkit-line-clamp: 2;}
.over3{ -webkit-line-clamp: 3;}
.over4{ -webkit-line-clamp: 4;}
.over5{ -webkit-line-clamp: 5;}
.over6{ -webkit-line-clamp: 6;}
.over7{ -webkit-line-clamp: 7;}
.over9{ -webkit-line-clamp: 9;}

@font-face {
  font-family:"DINPro-Bold";
  src: url("http://chongqing-vtl.com/static/home/css/DINPro-Bold.woff2") format("woff2"),
       url("http://chongqing-vtl.com/static/home/css/DINPro-Bold.woff") format("woff"),
       url("http://chongqing-vtl.com/static/home/css/DINPro-Bold.ttf") format("truetype"),
       url("http://chongqing-vtl.com/static/home/css/DINPro-Bold.eot") format("embedded-opentype"),
       url("http://chongqing-vtl.com/static/home/css/DINPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}



.banner{position:relative;}
.banner>img{display:block;width:100%;}
.ftop{position:absolute;top:0;width:100%;display:flex;justify-content:space-between;padding:0 0.5rem;box-sizing:border-box;padding-top:0.5rem;}
.logo{width:2.48rem;margin-right:0.4rem;}
.tx{width:1.2rem;margin-left:0.4rem;}
.tx img{width:1.2rem;height:1.2rem;border-radius:50%;}
.serchbox{width:100%;flex:1;height:1.2rem;background-color:rgba(201, 201, 201, 0.3);border-radius:1.2rem;padding-left:0.6rem;box-sizing:border-box;}
.txt_search{width:90%;height:1.2rem;vertical-align:middle;color:#fff;background:url(../images/btnsearch.png) no-repeat left center/0.52rem;padding-left:0.8rem;}

.mnav{position:relative;padding:0.5rem;margin-top:-4rem;box-sizing:border-box; }
.mnav::before{position:absolute;width:100%;height:3.7rem;border-radius:0.4rem 0.4rem 0 0; background-color:#f6f6f6;display:inline-block;content:'';left:0;top:3.28rem;z-index:1;}
.mnav .con{background-color:#fff;border-radius:0.4rem;position:relative;z-index:2;padding-bottom:0.8rem;}
.mnav ul{display:flex;flex-wrap:wrap;}
.mnav ul li{display:inline-block;width:25%;text-align:center;}
.mnav ul li a{display:block;padding-top:0.86rem;}
.mnav ul li i{/* display:inline-flex;justify-content:center;align-items:center; */ display:inline-block; width:1.2rem;height:1.2rem;}
.mnav ul li i img{vertical-align:middle; display:inline-block;max-width:100%;max-height:100%;}
.mnav ul li .txt{padding-top:0.2rem;color:#000;font-size:0.48rem;}


.hotnew{background-color:#fff;border-radius:0.4rem;margin:0 0.4rem;padding:0.6rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;}

.hotnew img{width:1.4rem;}
.hotnew .con{width:10.4rem;height:1rem;overflow:hidden;}
.hotnew .swiper-container{width:10.4rem;height:1rem; }

.hotnew  ul li a{display:block; width:10.4rem;}


.ititle{position:relative;display:flex;align-items:center;padding-left:0.5rem;}
.ititle::before{width: 0.2rem;height: 0.52rem;background: #F8B62A;opacity: 1;border-radius: 0.14rem;display:inline-block;content:'';position:absolute;left:0;top:0.2rem;}
.ititle span{font-size:0.64rem;color:#000000;display:inline-block;margin-right:0.6rem;}
.ititle em{font-size:0.48rem;color:#B5B5B5;}
.cproduct{margin:0 0.4rem; margin-top:0.4rem;}

.tab{margin-top:0.8rem;}
.tab ul li{display:inline-block;width: 5rem;line-height: 1.24rem;
background: #DFDFDF;border-radius: 0.6rem;text-align:center;margin-right:0.4rem;}
.tab ul li a{font-size:0.48rem;color:#000;}


.tab ul li.active {background: #F8B62A;}
.tab ul li.active a{color: #fff;}
.tab.active{text-align:center;}
.tab.active ul{display:inline-block;}

.cproduct .info{margin-top:0.6rem;}
.cproduct .con{display:flex;justify-content:space-between;background-color:#fff;border-radius:0.4rem;}
.cproduct .img{width:5.24rem;text-align:center; max-height: 12rem;}
.cproduct .img img{ max-height: 12rem;}
.cproduct .txt{width:8rem;}
.cproduct .txt .t{padding:0.5rem 0; border-bottom: 1px solid #D5D5D5;}
.cproduct .txt .t span{color:#F8B62A;font-size:0.68rem;}
.cproduct .txt .t em{font-size:0.48rem;color:#212121;}
.cproduct .txt .desc{font-size:0.48rem;line-height:0.8rem;color:#7B7B7B; }
.cproduct .txt .desc h1{font-size:0.52rem;padding:0.2rem 0;color:#212121;font-weight:bold;}

.xd{width: 3.34rem;line-height: 1.2rem;background: #FFFFFF;border: 1px solid #F8B62A;text-align:center;border-radius: 1.2rem;}
.xd a{font-size:0.48rem;color:#F8B62A;display:inline-block;}
.xd span{display:inline-block;padding-right:0.68rem;background:url(../images/r.png) no-repeat right center/0.68rem;}
.cproduct .xd{margin-top:0.36rem;}

.curlanmu{height: 3.88rem;background: #F6F6F6;opacity: 1;border-radius: 0px 0px 1.2rem 0px;padding:0 0.5rem;padding-top:0.7rem;box-sizing:border-box;position:relative;}
.curlanmu img{position:absolute;right:0.7rem;bottom:0;width:2.16rem;}
.en{
	font-size: 0.96rem;
	font-family: PingFang SC;
	/* font-weight: bold; */
	color: #F8B62A;
}
.ch{font-size: 0.68rem;
font-family: PingFang SC;
/* font-weight: bold; */
color: #000000;}
.cs{font-size: 0.48rem;
font-family: PingFang SC;
/* font-weight: bold; */
color: #D4D4D4;}

.nbanner img{display:block;width:100%;}

.mbg{padding:1rem 0.5rem;}

.about{font-size:0.56rem;color:#212121;line-height:0.96rem;}
.about p img{margin:0.4rem 0;}

.honor{overflow:hidden;}
.honor ul{margin-top:-0.4rem;}
.honor ul li{width: 48%;display:inline-block;float:left;background: #F6F6F6;margin-top:0.4rem;}
.honor ul li:nth-child(2n){float:right;}
.honor ul li a{display:block;}
.honor ul li .img{height:8.8rem;line-height:8.8rem;text-align:center;overflow:hidden; background: #FFFFFF;
border: 1px solid #EEEEEE;}
.honor ul li .img img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle;}

.honor ul li .txt{font-size:0.52rem;color:#000;width:100%;height:2rem;padding:0.2rem;box-sizing:border-box;text-align: center;}

.mbg .tab{margin-right:-0.5rem;}
.mbg .tab.active {text-align:center;margin-top:0;}
.mbg .tab.active ul{}
.mbg .tab.active ul li{width:auto;}
.mbg .tab.active ul li a{padding:0 0.5rem;}

.newslist ul li {overflow:hidden;border-bottom:solid 1px #eee;padding:0.4rem 0;}
.newslist ul li  a{display:flex;height:3.2rem;justify-content:space-between;flex-wrap:nowrap;}
.newslist ul li  .img{width:4.4rem;height:3.2rem;border-radius:0.4rem;}
.newslist ul li  .txt{width:8.8rem;height:3.2rem;display:flex;justify-content:space-between;flex-direction:column;}
.newslist ul li .title{font-size:0.52rem;color:#000;}
.newslist ul li .time{font-size:0.52rem;color:#ccc;background:url(../images/jt.png) no-repeat right center/0.9rem;}

.prolist {overflow:hidden;margin-top:1rem;}
.prolist ul li{width: 48%;display:inline-block;float:left;text-align:center;}
.prolist ul li:nth-child(2n){float:right;}
.prolist ul li .img{height: 6.6rem;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 0.32rem;overflow:hidden;text-align:center;}
.prolist ul li .img img{display:inline-block;width:auto; height:100%;}
.prolist ul li .txt{padding:0.4rem 0;}
.prolist ul li .t1{font-size:0.68rem;color:#F8B62A;}
.prolist ul li .t2{font-size:0.48rem;color:#212121;}


.xpxq{padding:0.5rem;}
.xpxq .img{width:100%;text-align:center;background-color:#fff;height:14rem;}
.xpxq .img img{display:inline-block;max-height:100%;width:auto;}


.xpxq .txt .t{padding:0.5rem 0; border-bottom: 1px solid #D5D5D5;}
.xpxq .txt .t span{color:#F8B62A;font-size:0.96rem;}
.xpxq .txt .t em{font-size:0.68rem;color:#212121;}
.xpxq .txt .desc{font-size:0.56rem;line-height:1rem;color:#7B7B7B; }
.xpxq .txt .desc h1{font-size:0.6rem;padding:0.2rem 0;color:#212121;font-weight:bold;}

.xpxq .xd{width: 6.3rem;line-height: 1.4rem;background: #F8B62A;opacity: 1;border-radius: 1.2rem 0px 1.2rem 1.2rem;text-align:center;display:block;margin:0 auto;margin-top:0.8rem;}
.xpxq .xd a{font-size:0.6rem;color:#fff;}
.xpxq .xd span{background-image:url(../images/r02.png);}

.xpxq.xpxq02 .t{display:flex;justify-content:space-between;align-items:center;}
.xpxq.xpxq02 .t span{color:#212121;}
.xpxq.xpxq02 .t .pr,.xpxq.xpxq02 .t .pr span{font-size:0.68rem;color:#F8B62A;}

.xdfrom{padding:0 0.5rem;}
.xdfrom .row {padding-top:0.8rem;}
.xdfrom .t{font-size:0.6rem;color:#000; width:100%;padding:0 0.6rem;box-sizing:border-box;padding-bottom:0.26rem;font-weight:normal; }
.xdfrom .row .txt_input{height: 1.4rem;width:100%;background: #F6F6F6;vertical-align:middle; opacity: 1;border-radius: 0.7rem;padding:0 0.6rem;box-sizing:border-box;font-size:0.48rem;color:#888;}
.xdfrom .row p{font-size:0.48rem;color:#F8B62A;padding-top:0.44rem;padding-bottom:2.4rem;}
.xdfrom .end{text-align:center;}
.btnqk,.btnfs{font-size: 0.6rem;display:inline-block;width: 4.4rem;line-height: 1.4rem;border: 2px solid #F8B62A;opacity: 1;border-radius: 1.2rem 0px 1.2rem 1.2rem;color:#F8B62A;margin:0 0.3rem;}
.btnfs{background-color:#F8B62A;color:#fff;}
.xdfrom .row .txt_input.txt_msgc{height:3.2rem; line-height: 1.4rem;}


.hzlist{overflow:hidden;}
.hzlist ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:-0.4rem;}
.hzlist ul li{width:4.4rem;display:inline-block;text-align:center;margin-top:0.4rem;}
.hzlist ul li a{display:block;}
.hzlist ul li .img{height:3.06rem;line-height:3.06rem; background: #FFFFFF;
border: 1px solid #EEEEEE;}
.hzlist  ul li .img img{display:inline-block;vertical-align:middle;max-height:100%;}
.hzlist ul li .txt{ line-height: 1.4rem;font-size:0.52rem;color:#000; background: #F6F6F6;}



.lxlist ul {display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:-0.4rem;}
.lxlist ul li{width: 6.6rem;height: 6.6rem;background: #FFFFFF;border:1px solid #EEEEEE;border-radius: 0.32rem;text-align:center;margin-top:0.4rem;padding-top:0.5rem;box-sizing:border-box;}
.lxlist dl dt{width: 2.62rem;height: 2.62rem;background: #F6F6F6;border-radius: 50%;margin:0 auto;text-align:center;}
.lxlist dl dt i{display:inline-flex;justify-content:center;align-items:center;width: 2.62rem;height: 2.62rem; }
.lxlist dl dd .t{font-size:0.6rem;color:#000;padding-top:0.36rem;}
.lxlist ul li dl dd {padding:0 0.36rem;}
.lxlist ul li dl dd .d{color:#666;font-size:0.52rem;padding-top:0.3rem;}
.lxlist ul li:nth-child(1) dl dd .d{color:#F8B62A;font-size:0.6rem;}
.lxlist ul li:nth-child(1) dl dt img{width:1.18rem;}
.lxlist ul li:nth-child(2) dl dt img{width:1.24rem;}
.lxlist ul li:nth-child(3) dl dt img{width:1.12rem;}
.lxlist ul li:nth-child(4) dl dt img{width:1.2rem;}

.hdbg{background: #051F54;}

.hdsm{padding:0 0.5rem;}
.hdsm .t{background:url(../images/htbg.png) no-repeat center/100% 100%;width:11.4rem;height:2.1rem;font-size:0.8rem;color:#fff;margin:0 auto;/* text-align:center; */padding-left:4.04rem;padding-top:0.5rem;box-sizing:border-box;}

.hdsm .c{border: 2px solid #0090FF;
background: linear-gradient(194deg, #204A92 0%, #234EC1 100%);border-radius:0.4rem;padding:0.4rem 0.5rem;font-size:0.52rem;color:#8EE1FB;line-height:1rem;margin-top:0.4rem;text-align:justify;}

.hdbg{padding-bottom:1.2rem;}
.hdbg>img{display:block;width:100%;position:relative;z-index:1;}
.hdlist{overflow:hidden;padding:0 0.5rem;margin-top:-6rem;position:relative;z-index:2;}
.hdlist ul li {width:48%;display:inline-block;float:left;}
.hdlist ul li:nth-child(2n){float:right;}
.hdlist ul li .img{width: 6.6rem;
height: 6.6rem;
background: #FFFFFF;
opacity: 1;
border-radius: 0.32rem;
text-align:center;
line-height:6.6rem;
overflow:hidden;position:relative;
}
.hdlist ul li .img img{display:inline-block;max-height:100%;vertical-align:middle;}
/* .hdlist ul li .tip{width:auto;padding:0 0.5rem; line-height: 0.68rem;background: #F8B62A;text-align:center;color:#fff;font-size:0.4rem;border-radius: 0.4rem;position:absolute;left:0.5rem;top:0.5rem;} */

.hdlist ul li .txt{font-size:0.52rem;padding:0.4rem 0; }
.hdlist ul li .t{color:#fff;}
.hdlist ul li .pr{color:#F8B62A;}
.hdlist ul li .b{color:#F8B62A;display:flex;justify-content:space-between;align-items:center;padding-top:0.6rem; }

.register{padding:0 1.6rem;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:absolute;left:0;top:0;}
.register .timg {width:3.38rem;}
.register .t{font-size:0.8rem;color:#000;padding-bottom:2.6rem;}
.register .row{margin-top:0.74rem;}
.register .txt_input{height: 1.4rem;background: #F6F6F6;
border-radius: 0.7rem;width:100%;font-size:0.48rem;padding:0 0.7rem;box-sizing:border-box;}
.btnregister,.btnorg{display:block;width:100%;line-height: 1.4rem;border: 1px solid #F8B62A;border-radius: 1.2rem 0px 1.2rem 1.2rem;color:#F8B62A;font-size:0.6rem;text-align:center;margin-top:0.74rem;}
.register .argee{margin-top:1.04rem;display:flex;align-items:center;font-size:0.48rem;}
.register .end{padding-top:2.9rem;}
.btnregister{background-color:#F8B62A;color:#fff;}

.mtop{width:100%;position:relative;}
.mtop .bg{width:100%;height:100%;position:absolute;left:0;top:0;padding:0 0.6rem;box-sizing:border-box;}
.mtop dl{display:flex;align-items:center;padding-top:0.76rem;}
.mtop dl dt{width:2.1rem;height:2.1rem;overflow:hidden;}
.mtop dl dt img{display:block;width:100%;height:100%;border-radius:50%;}
.mtop dl dd{padding-left:0.5rem;}
.mtop dl dd .name{font-size:0.6rem;color:#000;}
.mtop dl dd .time{font-size:0.4rem;color:#666;}

.mtlist ul{display:flex;justify-content:center;align-items:center;}
.mtlist ul li{display:inline-block;padding:0 1rem;text-align:center; }
.mtlist ul li a{display:block;width:100%;padding-top:0.7rem;padding-bottom:1.26rem; }
.mtlist ul li span{font-size:0.52rem;display:block;}
.mtlist ul li i{width: 2.08rem;height: 2.08rem;border: 0.12rem solid #EEEEEE;border-radius: 50%; display:inline-block;line-height:2.08rem;position:relative;}
.mtlist ul li img{display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.mtlist ul li:nth-child(1) img{width:0.72rem;}
.mtlist ul li:nth-child(2) img{width:0.94rem;}
.mtlist ul li:nth-child(3) img{width:0.9rem;}

.olist{padding:0 0.6rem;}
.olist ul li{border-bottom: 1px solid #CCCCCC;}
.olist ul li a{height:2.16rem;display:flex;align-items:center;position:relative;background:url(../images/row.png) no-repeat right center/0.24rem;width:100%;}
.olist ul li span{position:absolute;left:1.1rem;top:0;display:inline-block;width:auto;height:100%; display:flex;align-items:center;}
.olist ul li:nth-child(1) i img{width:0.64rem;}
.olist ul li:nth-child(2) i img{width:0.56rem;}
.olist ul li:nth-child(3) i img{width:0.6rem;}


.orderlist{padding:0 0.5rem;}
.orderlist ul {padding-top:0.8rem;}
.orderlist ul li{background-color:#fff;margin-top:0.4rem;border-radius:0.4rem;padding:0 0.5rem;padding-bottom:0.4rem;}
.orderlist ul li:nth-child(1){margin-top:0;}
.orderlist ul li .hd{padding:0.4rem 0;font-size:0.48rem;}
.orderlist ul li .no{color:#24211D;}
.orderlist ul li .time,.orderlist ul li .desc,.orderlist ul li .num{color:#BFBFBF;font-size:0.48rem;}
.orderlist ul li .hd{display:flex;justify-content:space-between;align-items:center;}
.orderlist ul li .title{font-size:0.56rem;color:#2A2A2A;}
.orderlist ul li .mid{display:flex;justify-content:space-between;}
.orderlist ul li .mid .img{width: 3.2rem;height: 3.2rem;background: #FFFFFF;border: 1px solid #EEEEEE;overflow:hidden;text-align:center;}
.orderlist ul li .img img{display:inline-block;max-height:100%;}
.orderlist ul li .mid .txt{width:9.2rem;height:3.2rem;position:relative;}
.orderlist ul li .mid .b{position:absolute;left:0;bottom:0;width:100%;display:flex;justify-content:space-between;}
.orderlist ul li .desc{margin-top:0.3rem;}
.orderlist ul li .price{color:#F8B62A;font-size:0.4rem;}
.orderlist ul li .price span{font-size:0.52rem;}


.addlist{padding:0.5rem;padding-bottom:2.48rem;}
.addlist ul li{	background: #FFFFFF;border-radius: 0.4rem;margin-top:0.4rem;padding:0.66rem 0.6rem;}
.addlist ul li:nth-child(1){margin-top:0;}
.addlist ul li .name{font-size:0.56rem;color:#24211D;display:inline-block;margin-right:0.5rem;}
.addlist ul li .mr{height: 0.68rem;
background: #F8B62A;color:#fff;font-size:0.4rem;display:inline-block;text-align:center;
border-radius: 0.16rem;display:inline-block;margin-left:0.6rem;}
.addlist ul li .t{display:flex;align-items:center;}
.addlist ul li .d{font-size:0.48rem;color:#24211D;margin-top:0.3rem;}
.addlist ul li .inner{position:relative;padding-left:1.36rem;background:url(../images/cir.png) no-repeat left center/0.52rem;}
.addlist ul li  .inner .edit{position:absolute;right:0;top:50%;transform:translate(0,-50%);display:inline-block;width:0.56rem;}


.fixbot{width:100%;height:2.48rem;position:fixed;left:0;bottom:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 0.5rem;box-sizing:border-box;}

.del{background:url(../images/del.png) no-repeat left center/0.58rem;padding-left:1rem;}
.del span{font-size:0.56rem;color:#888;display:inline-block;}
.btnadd{width: 8.54rem;line-height: 1.6rem;background:#F8B62A !important;color:#fff;font-size:0.56rem;border-radius: 1.2rem 0px 1.2rem 1.2rem;display:inline-block;text-align:center;}




.addmang{padding:0 0.5rem;}
.addmang .row {padding-top:0.8rem;}
.addmang .t{font-size:0.6rem;color:#000; width:100%;padding:0 0.6rem;box-sizing:border-box;padding-bottom:0.26rem;font-weight:normal; }
.addmang .row .txt_input{height: 1.4rem;width:100%;background: #F6F6F6;vertical-align:middle; opacity: 1;border-radius: 0.7rem;padding:0 0.6rem;box-sizing:border-box;font-size:0.48rem;color:#888;}
.addmang .row p{font-size:0.48rem;color:#F8B62A;padding-top:0.44rem;padding-bottom:2.4rem;}
.addmang .end{text-align:center;}
.addmang .btnqd{line-height: 1.6rem;background:#F8B62A;color:#fff;font-size:0.56rem;border-radius: 1.2rem 0px 1.2rem 1.2rem;display:block;text-align:center;width:100%; }



.userinfo{background-color:#fff;padding:0 ;}
.userinfo .row{height:auto;padding:0.6rem 0.5rem; display:flex;justify-content:space-between;align-items:center;background-color:#fff;}
.userinfo .row span{font-size:0.56rem;color:#24211D;display:inline-block;}



.userinfo .row .peo{width:2.16rem;}
.userinfo .row .peo img{width:2.16rem;height:2.16rem;border-radius:50%;}
.userinfo .row .txt_input{text-align:right;width:8rem;height:2rem;vertical-align:middle;}
.userinfo .row.sex .txt_input,
.userinfo .row.birth .txt_input,
.userinfo .row.area .txt_input{background:url(../images/row.png) no-repeat right center/0.24rem;padding-right:0.6rem;}

.userinfo .end{ text-align:center;background: #F6F6F6;}
.userinfo .btnsave{width: 8.54rem;line-height: 1.6rem;background:#F8B62A !important;color:#fff;font-size:0.56rem;border-radius: 1.2rem 0px 1.2rem 1.2rem;display:inline-block;}