body{background: #f2f2f2;font-family:'PingFang SC'}

input:focus {outline:none;} /*for IE*/
input:-moz-focus-inner {border-color: transparent;} /*for mozilla*/

/*placeholder字体颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#B3BDC6;}  /* WebKit browsers */
input:-moz-placeholder, textarea:-moz-placeholder {color:#B3BDC6;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder, textarea::-moz-placeholder {color:#B3BDC6;}  /* Mozilla Firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#B3BDC6;} /* Internet Explorer 10+ */

.helpCenter-div1{
	width: 100%;
	position: relative;
	/*
	height: 10rem;
	background: url(../images/help1.png) no-repeat center;*/
}

.helpImg1{
	width: 100%;
	height: 14.2rem;
}

.helpCenter-div1-div1{
	position: absolute;
	width: 100%;
	height: 2.75rem;
	top: 0;
	left: 0;
}

.helpCenter-div1-p1{
	height: 2.75rem;
    line-height: 2.75rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
}

.helpCenter-div1-p1 i{
	position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: url(../../img/help/help_back.png) center center no-repeat;
    background-size: 0.64rem 1.28rem;
}

.helpCenter-div1-p2{
	position: absolute;
	width: 94%;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 2.4rem;
	background: #F5F5F5;
	left: 3%;
	top: 46%;
}

.helpCenter-div1-p2 img{
	height: 1.3rem;
    margin: 0.6rem 10px 0 15px;
    float: left;
}

.helpCenter-div1-p2 input{
	height: 2.4rem;
	width: calc(100% - 6rem);
	border: 0;
	float: left;
	font-size: 1.05rem;
	color: #333;
	background: #F5F5F5;
}

.helpCenter-div1-div2{
	position: absolute;
	width: 94%;
	left: 3%;
	bottom: -15%;
	padding: 1.2rem 0;
	background: #fff;
	box-shadow:0px 9px 20px 0px rgba(208,208,208,0.18);
	border-radius:4px;
}

.helpCenter-div1-div2 p{
	width: 25%;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
	float: left;
}

.helpCenter-div1-div2 p img{
	height: 2.2rem;
}

.helpCenter-div1-div2 p span{
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}

.helpCenter-div2{
	width: calc(94% - 1.6rem);
	margin: 0 auto;
	padding: 0 0.8rem;
	background: #fff;
	box-shadow:0px 9px 20px 0px rgba(208,208,208,0.18);
	border-radius:4px;
	margin-top: 0.8rem;
	padding-bottom: 0.5rem;
}

.helpCenter-div2-p1{
	width: 100%;
	font-size: 1.05rem;
	color: #333;
	font-weight: bold;
	padding: 0.8rem 0;
}

.helpCenter-div2-p1 i{
	display: inline-block;
	height: 14px;
	width: 6px;
	background: #1EAADC;
	margin-right: 7px;
	vertical-align: -2px;
}

.helpCenter-div2-p1 a{
	display: inline-block;
	font-size: 1rem;
	color: #666;
	float: right;
	font-weight: normal;
}

.helpCenter-div2-div1{
	width: calc(100% - 25.2px);
	margin: 0 auto;
	
}

.helpCenter-div2-div1 p{
	width: 100%;
	height: 2.6rem;
	line-height: 2.6rem;
	color: #333;
	font-size: 1.05rem;
	border-top: 1px #f5f5f5 solid;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


.helpCenter-div2-div1 p:last-child{
	border-bottom: 1px #f5f5f5 solid;
}

.helpCenter-div2-div1sp p:last-child{
	border-bottom: 0;
}

.fixBtn_h{
	height: 4rem;
	width: 100%;
}

.fixBtn{
	position: fixed;
	bottom: 0;
	height: 4rem;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
}

.fixBtn p{
	display: inline-block;
	width: 94%;
	height: 2.6rem;
	border-radius: 2.6rem;
	box-shadow:0px 9px 20px 0px rgba(208,208,208,0.18);
	background: #fff;
	margin-top: 0.7rem;
}

.fixBtn p a{
	display: inline-block;
	float: left;
	height: 2.6rem;
	width: 50%;
	line-height: 2.6rem;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
}

.fixBtn p a:nth-child(1){
	background: #fff;
	border-radius:2.6rem 0px 0px 2.6rem;
	color: #1EAADC;
}

.fixBtn p a:nth-child(2){
	color: #fff;
	background: #1EAADC;
	border-radius:0px 2.6rem 2.6rem 0px;
}

.fixBtn p a img{
	height: 1rem;
    vertical-align: -2px;
    margin-right: 2px;
}


.helpList-title{
	height: 2.75rem;
    line-height: 2.75rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #333;
    background: #fff;
}

.helpList-title i{
	position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: url(../../img/help/help_back1.png) center center no-repeat;
    background-size: 0.64rem 1.28rem;
}

.helpList-div2{
	width: 94%;
	padding: 0 3%;
	margin-top: 0.8rem;
	background: #fff;
	padding-bottom: 0.5rem;
}

.helpCenter-div2-div1 p i{
	height: 0.8rem;
	width: 0.5rem;
	background: url(../../img/help/help9.png) no-repeat center;
	background-size:100% 100%;
	float: right;
	margin-top: 0.9rem;
}

.helpCenter-div2-div1 p span{
	display: inline-block;
	width: calc(100% - 1rem);
	height: 2.6rem;
	line-height: 2.6rem;
	color: #333;
	font-size: 1.05rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.helpList-div1{
	width: 94%;
	padding: 0.2rem 3% 0.8rem 3%;
	background: #fff;
}

.helpList-p1{
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 2.4rem;
	background: #F5F5F5;
}

.helpList-p1 img{
	height: 1.3rem;
    margin: 0.6rem 10px 0 15px;
    float: left;
}

.helpList-p1 input{
	height: 2.4rem;
	width: calc(100% - 8.5rem);
	border: 0;
	float: left;
	font-size: 1.05rem;
	color: #333;
	background: #F5F5F5;
}

.helpList-sebtn{
	height: 2.4rem;
	width: 5rem;
	border: 0;
	float: right;
	font-size: 1rem;
	color: #fff;
	background: #0DA8E4;
	border-radius: 2.4rem;
	line-height: calc(2.4rem - 2px);
}


.helpNav{
	width: 94%;
	height: 3rem;
	background: #fff;
	padding: 0 3%;
}

.helpNav li{
	width: 20%;
	float: left;
	text-align: center;
}

.helpNav_sp li{
	width: 25%;
}

.helpNav-online li{
	width: 26%;
}
.helpNav-online li.li-first{
	width: 19%;
}

.helpNav li span{
	display: inline-block;
	font-size: 1.05rem;
	color: #999;
	height: calc(3rem - 3px);
	line-height: calc(3rem - 3px);
}

.helpNav li.cur span{
	border-bottom: 3px #0DA8E4 solid;
	color: #000;
}

.searchNum{
	width: calc(100% - 25.2px);
    margin: 0 auto;
    font-size: 1.05rem;
    color: #A6A6A6;
    height: 2.6rem;
    line-height: 2.6rem;
}

.helpDetail_main{
	width: 94%;
	padding: 1rem 3%;
	background: #fff;
	margin-top: 0.8rem;
}

.helpDetail_title{
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 1rem;
}

.helpDetail_main p{
	font-size: 1rem;
	line-height: 1.5;
}

.helpDetail_main img{
	width: 94%;
	margin: 0.5rem 3%;
	height: auto;
}

.question_detail{
	width: 94%;
	padding: 1.2rem 3%;
	border-top: 0.8rem #f2f2f2 solid;
}

.questionDe_div1{
	width: 90%;
	padding: 1rem 5%;
	background: #F6F5FA;
}

.questionDe_img1{
	width: 1.1rem;
	float: left;
	margin-top: 2.5px;
}

.questionDe_div2{
	width: calc(100% - 1.4rem);
	float: right;
}

.questionDe_p1{
	font-size: 1.05rem;
	color: #333;
}

.questionDe_p2{
	font-size: 0.9rem;
	color: #999;
	margin: 0.8rem 0;
}

.questionDe_p3{
	font-size: 1.05rem;
	color: #999;
	line-height: 1.5;
}

.questionDe_div3{
	width: 90%;
	padding: 1.5rem 5%;
}

.questionDe_div4{
	width: calc(100% - 1.4rem);
	float: right;
	font-size: 1.05rem;
	color: #666;
	line-height: 1.5;
}

.zsType{
	width: 100%;
	display: none;
}

.zsType li{
	width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    color: #333;
    font-size: 1.05rem;
    border-top: 1px #f5f5f5 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zsType li i{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #eee;
	border-radius: 50%;
	margin-right: 0.5rem;
}

.noFound-p1{
	width: 100%;
	text-align: center;
}

.noFound-p1 img{
	width: 10rem;
	margin-top: 30%;
}

.noFound-p1 span{
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	color: #333;
	margin-top: 0.5rem;
}

/*20424修改*/
.helpCenter-div1-p1{
	color: #333;
	background: #fff;
}
.helpCenter-div1-p1 i{
	background-image: url(../../img/help/help_back1.png);
}

/*210308修改*/
.order-list .total{
	padding: 1.25rem 0;
}
.order-list .total li{
	float: left;
	margin-left: 4.2%;
}
.order-list .total li a{
	width: 4.575rem;
	height: 1.6875rem;
	color: #1eaadc;
	font-size: 1rem;
	line-height: 1.6875rem;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #1eaadc;
}
.order-list .total li a.cur{
	color: #fff;
	background: #1eaadc;
}
.helpCenter-div2-div1 p:first-child{
	border: 0;
}

.detailsMain .questionDe_p2{
	margin-bottom: 0;
}
.detailsMain .questionDe_div3{
	padding-bottom: 0;
}
.detailsMain .describe{
	width: calc(100% - 1.4rem);
    float: right;
	font-size: 1rem;
	color: #464646;
	line-height: 1.7;
}
.detailsMain .describe *{
	width:auto !important;
}
.detailsMain .describe img{
	max-width: 100% !important;
}
.detailsMain .describe .descImg {
	height: 10.1688rem;
	margin: 1.92rem 0;
	display: block;
}
.detailsMain .floor .titLine {
	margin: 2rem 0 0;
}
.detailsMain .floor .titLine .border{
	width: 0.2rem !important;
	height: 1.2rem;
	background: #1f8bbc;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}
.detailsMain .floor .titLine .tit{
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 0.5rem;
	display: inline-block;
	vertical-align: middle;
}
.detailsMain .twoFloor{
	margin: 0 1.35rem;
	border-bottom: 1px dashed #e5e5e5;
}
.detailsMain .twoFloor .articleLine{
	margin-top: 0.75rem;
	margin-bottom: 1.35rem;
}
.detailsMain .twoFloor .articleLine .articleItem{
	height: 3rem;
	line-height: 3rem;
}
.detailsMain .twoFloor .articleLine .articleItem>a{display:block;}
.detailsMain .twoFloor .articleLine .articleItem .leftIcon{
	float: left;
	height: 0.675rem;
	margin-top: 1.125rem;
	margin-right: 0.525rem;
}
.detailsMain .twoFloor .articleLine .articleItem .tit{
	float: left;
	color: #333;
	font-size: 1.125rem;
	width: calc(100% - 0.98rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detailsMain .threeFloor{
	margin: 0 1.35rem;
	border-bottom: none;
	border-bottom: 1px solid transparent;
}
.detailsMain .shopList{
	margin-top: 1.5rem;
}
.detailsMain .shopItem{
	background: #fff;
	border-radius: 0.375rem;
	box-shadow: 0 0 1.125rem rgba(170, 177, 183, 0.2);
	padding: 0 0.825rem 1.35rem;
	margin-bottom: 1.05rem;
}
.detailsMain .shopItem .tit{
	padding: 1.35rem 0;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.125rem;
	color: #333;
}
.detailsMain .shopItem .tit .shopLogo{
	height: 1.5rem;
	margin-right: 0.675rem;
	float: left;
}
.detailsMain .shopItem .tit .titTxt{
	float: left;
	width: calc(100% - 2.2rem) !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detailsMain .shopItem .shopInfo{
	line-height: 1.275rem;
	font-size: 1rem;
}
.detailsMain .shopItem .shopInfo .infoItem{
	float: left;
}
.detailsMain .shopItem .shopInfo .priceImg{
	float: right;
	margin-right: 1.2rem;
	font-size: 1.1rem;
	color:#ff0000;
	font-weight: bold;
	line-height: 1.275rem;
}
.detailsMain .shopItem .shopInfo .infoItem .titTxt{
	color: #999999;
	float: left;
}
.detailsMain .shopItem .shopInfo .infoItem .conTxt{
	float: left;
}
.detailsMain .shopItem .shopInfo .infoItem ul{
	display: inline-block;
}
.detailsMain .shopItem .shopInfo .zy{
	margin-right: 1.875rem;
}
.detailsMain .shopItem .shopInfo .dt li{
	display: block;
	float: none;
	border: 0;
	height: 2px;
	width: 1.05rem !important;
	margin-bottom: 0.1875rem;
	background-size: 100% 100%;
}
.detailsMain .shopItem .shopInfo .dt li.lastLine{
	margin-bottom: 0;
}
.detailsMain .shopItem .shopInfo .dt li.over{
	background-image: url(../../img/nts/glDetails/redLine.jpg);
}
.detailsMain .shopItem .shopInfo .dt li.normal{
	background-image: url(../../img/nts/glDetails/redLine.jpg);
}
.detailsMain .shopItem .shopInfo .dt li.lower {
	background-image: url(../../img/nts/glDetails/greenLine.jpg);
}
.detailsMain .shopItem .shopInfo .dt li.default {
	background-image: url(../../img/nts/glDetails/darkLine.jpg);
}
.detailsMain .shopItem .shopInfo .dt li.zero {
	background-image: url(../../img/nts/glDetails/zeroLine.png);
}

.detailsMain .describe .oneFloor{
	text-indent: 0;
	line-height: normal;
	letter-spacing: normal;
}
.detailsMain .describe .shopItem .shopInfo .priceImg{
	margin-right: 0;
}