.m-flex {
	display: flex;
}
.m-flex1 {
	flex:1;
}

.m-align-items {
	align-items: center;
}

.m-color-orabge {
	color: #FF6400;
}

.m-hline {
	padding-right: 1.25rem;
	position: relative;
}

.m-margin-l {
	margin-left: auto;
}

.m-hline::before {
	content: '';
	position: absolute;
	height: 80%;
	width: 1px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.26);
}

.index-head-r .m-hline::before {
	right: -10px;
}

.m-border-r {
	border-right: 1px solid #E9E9E9;
}

.m-padding-24 {
	padding: 24px;
}

.m-padding-0 {
	padding: 0;
}
.m-margin-0{
	margin: 0;
}
.m-padding-l-0 {
	padding-left: 0;
}
.m-padding-r-0 {
	padding-right: 0;
}

.m-textalign-center {
	text-align: center;
}

.m-auto {
	margin: 0 auto;
}

.m-margin-b-0 {
	margin-bottom: 0 !important;
}

.card-header-r {
	margin-left: auto;
	color: #1890FF !important;
	font-size: 14px;
}

.m-margin-12 {
	margin: 0 12px;
}

.h-tip {
	font-size: 12px;
	color: #479BFF;
	margin-left: 1.125rem;
	cursor: pointer;
}

.h-tip .fa-exclamation-circle {
	color: #FAAD14;
	font-size: 18px;
	margin-right: 8px;
}

.h-text-color-blue {
	color: #479BFF !important;
	font-size: 14px;
}

.h-blue-btn {
	width: 114px;
	height: 32px;
	background-color: #1890FF;
	color: #fff;
	font-size: 12px;
	border: 0;
}

.h-blue-btn:active {
	background-color: #1582e2;
}
.foot-btn-white{
	width: 88px;
	height: 32px;
	background-color: #fff;
	border:1px solid rgba(196,196,196,1) !important;
	color: #666666;
	font-size: 12px;
	border: 0;
	text-align: center;
	border-radius:2px;
	margin: 0 5px;
}
.foot-btn-white:active,
.foot-btn-white:hover{
	width: 88px;
	height: 32px;
	background-color: #d8d8d8;
	color: #666666;
	font-size: 12px;
	border:1px solid rgba(196,196,196,1);
	text-align: center;
}
.foot-btn-blue{
	width: 88px;
	height: 32px;
	background-color: #1890FF;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
	border-radius:2px;
	margin: 0 5px;
}
.foot-btn-blue:active,
.foot-btn-blue:hover{
	width: 88px;
	height: 32px;
	background-color: #1582e2;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
}
.foot-btn-orange{
	width: 88px;
	height: 32px;
	background-color: #F39C12;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
	border-radius:2px;
	margin: 0 5px;
}
.foot-btn-orange:active,
.foot-btn-orange:hover{
	width: 88px;
	height: 32px;
	background-color: #dc8a0f;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
}
.foot-btn-green{
	width: 88px;
	height: 32px;
	background-color: #29C0B1;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
	border-radius:2px;
	margin: 0 5px;
}
.foot-btn-green:active,
.foot-btn-green:hover{
	width: 88px;
	height: 32px;
	background-color: #24aa9d;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
}
.h-green-btn {
	width: 114px;
	height: 32px;
	background-color: #29C0B1;
	color: #fff;
	font-size: 12px;
	border: 0;
}

.h-green-btn:active {
	background-color: #24aa9d;
}
.reuqird_c {
	color: red;
}

/* 首页 */
.info-logo {
	width: 72px;
	height: 72px;
	margin-right: 24px;
}

.index-head-l,
.index-head-r {
	padding: 24px 32px;
	background-color: #fff;
	color: #000000;
}

.index-head-l .lve {
	color: rgba(0, 0, 0, 0.45);
}

.index-head-l .count {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.index-head-r-b .num {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.85);
	font-weight: bold;
}

.index-head-r-b .txt {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}

.index-head-r-b {
	width: 140px;
}

.listheadimg {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.list-time {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

.block-s {
	padding: 15px 0;
}

.block-s ul li {
	margin-bottom: 0.5rem;
}

.block-fa {
	position: relative;
	padding: 10px 15px;
	height: 100%;
}
.block-foot{
	position: absolute;
	bottom: 15px;
}
.block-foot a {
	color: #1890FF;
	font-size: 14px;
}
.font-14-blue{
	color: #1890FF !important;
	font-size: 14px;
}
.gonggaoul {
	padding: 12px 24px;
}

.gonggaoul li {
	position: relative;
	margin-bottom: 0.6875rem;
}

.content {
	padding-bottom: 0;
}

.jifenblock {
	color: #333333;
	font-size: 14px;
}

.jifenblock img {
	width: 150px;
	height: 150px;
}
.jifen{
	position: relative;
}
.jifen:after{
	content: "";
	position: absolute;
	height: 40px;
	width: 1px;
	top: 35px;
	right: 0;
	border-right: 1px solid #E9E9E9;
}
.jifen .index-head-r-b .txt{
	color:#000
}
.jifen .index-head-r-b .num{
	margin-top: 15px;
	font-size: 18px;
	color: #FB3847;
}
.indexlabel {
	font-size: 14px;
	margin-bottom: 6px;
}

button:focus {
	outline: none
}

.checkbox-block {
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.14901960784313725);
	border-radius: 4px;
}

.blue-block {
	background: rgba(71, 155, 255, 0.26);
	border-radius: 4px;
	padding: 6px 8px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);;
}
.orange-block {
	background: rgba(255, 111, 15, 0.25);
	border-radius: 4px;
	padding: 6px 8px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);;
}
.page1 {
	float: right;
	padding: 10px;
	overflow: hidden;
	clear: both;
}

.page1 div {
	/*border-left: 1px solid #e2e2e2;*/
	/*overflow: hidden;*/
}

.page1 span, .page1 a {
	width: auto;
	/*overflow: hidden;*/
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	background: #fff;
	border: 1px solid #e2e2e2;
	/*border-left: none;*/
	font-size: 14px;
    margin: 0 2px;
    border-radius: 6px;
}

.page1 .current {
	background: #2699FB;
	color: #fff;
	border-top: 1px solid #2699FB;
}

.page1 span:hover, .page1 a:hover {
	color: #2699FB;
	text-decoration: none;
}

.page1 .current:hover {
	color: #fff;
}
.user-center{
	padding: 24px;
	padding-top: 0;
	margin-left: 0px;
	/*width:0 auto;*/
	width: auto;
}
.user-title{
	margin-top: 15px;
	margin-left: 15px;
	font-size: 16px;
	border-bottom:1px solid #D0D0D0;
	/*width: 925px;*/
	width: auto;
	padding-bottom: 10px;
}
.user-title span{
	color:#03a9f4;
	font-weight: bold;
	border-bottom:3px solid #03a9f4;
	padding-bottom: 10px;
}
.user-content{
	background-color: #FFF;
	padding-top:5px;
	/*width:0 auto;*/
	height: auto;
	margin-top:0
}
.information{
	display: flex;
	float: none;
	width:auto;
	/*height: 120px;*/
	padding-top: 25px;
	margin:25px 20px 5px 40px;
	background: #F9F9F9;
}
.information img{
	padding-left: 0px;
	width: 80px;
	height: 80px;
	float: left;
}
.information-text{
	/*float:left;*/
	/*margin-left: 30px;*/
}
.order-title{
	margin-top: 0;
}
.list-unstyled li a{
	font-size: 13px;
}
.side-navbar .list-unstyled li a{
	font-size: 14px;
}
.sonlist-unstyled li a{
	font-size: 13px !important;
}
.order-order{
	padding-bottom: 9px;
	border-bottom: 2px solid #03a9f4;
	color: #2699FB !important;
}
.check-lists label{
	cursor: pointer;
	line-height: 16px;
}
ul.thumbnails.image_picker_selector li{
	margin: 0px 44px 0px 0px;
}
.order-choice span {
	font-size: 14px;
	margin-top: 0;
	padding:12px 25px;
	border-right: 0px;
	padding-bottom: 0px;
}
.chaxun{
	background:#ffffff;
	border: 0px;
	margin: 0px;
	padding:0;
}
.order-choice{
	padding-right: 25px;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 42px;
}
.order-choice1{
	margin-right:0px;
	float: none;
	margin-bottom:0;
	border: 0;
	overflow: hidden;
	border-bottom: 1px solid #F5F5F5;
}
.son_choice{
	position: absolute;
	z-index: 9999;
	width: 100%;
	/*display: flex;*/
	display: none;
}
.son_choice .sonlist{
	flex:none;
	padding: 10px;
}

.fa_menu{
	padding-bottom: 9px;
}
.sonlist:hover{
	border-bottom: 2px solid #03a9f4;
	color: #2699FB !important;
}
@media (min-width: 1200px){
	.m-padding-r-0{
		padding-right: 0;
	}
	.m-padding-r-15 {
		padding-right: 10px;
	}
}
.dengjinum{
	position: absolute;
	font-size: 20px;
	color: #fff;
	top: -1px;
	left: 34px;
	font-style: italic;
}
.yaoqing{
	display: flex;
	align-items: center;
	width: 170px;
	background-color: #FE7418;
	border-radius: 5px;
}
.yaoqing .left img{
	width: 64px;
}
.yaoqing .right{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 64px;
	padding: 5px 11px;
}
.yaoqing .right .top{
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
}
.yaoqing .right .bt button{
	width: 80px;
	height: 20px;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.7);
	color: #FE7418;
	border: 0;
	font-size: 12px;
	cursor: pointer;
}
.m-border-r-m{
	border-right: 1px solid rgba(20, 60, 95, 0.09803921568627452);
}
.myt{
	font-size: 14px !important;
	line-height: 24px;
}
.myt img{
	margin-right: 12px;
}
.nonedata{
	font-size: 14px;
	color: #999;
	line-height: 127px;
}
.side-navbar li a[aria-expanded="true"][class='user-expanded']::before{
	content: "";
}
.height204{
	height: 204px;
}
@media (max-width: 767px){
	.height204{
		height: auto;
	}
}
@media (min-width: 1200px) and (max-width: 1400px){
	.danhao a{
		width: 80px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}
}
@media (min-width: 1200px) and (max-width: 1488px){
	.team-text{
		width: 80px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
		line-height: 24px;
	}
	.myt{
		display: flex;
		align-items: center;
	}
}
.service-1,.service-2,.service-3,.service-4{
	width: 42.5px;
	height: 50px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow:0px 2px 3px rgba(71,155,255,0.2);
}
.service-1{
	background-image: url(/Public/Home/newlh/image/sercer_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-1:hover{
	overflow: unset;
}
.service-1:hover{
	background-image: url(/Public/Home/newlh/image/sercer_3_c.png);
}
.service-2{
	background-image: url(/Public/Home/newlh/image/sercer_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-2:hover{
	background-image: url(/Public/Home/newlh/image/sercer_2_c.png);
}
.service-3{
	background-image: url(/Public/Home/newlh/image/sercer_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-3:hover{
	height: 100px;
	background-image: url(/Public/Home/newlh/image/sercer_1_c.png);
}
.service-4{
	background-image: url(/Public/Home/newlh/image/sercer_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-4:hover{
	background-image: url(/Public/Home/newlh/image/sercer_4_c.png);
}

.service{
	position: fixed;
	bottom: 28%;
	right: 0;
	transition: all .3s ease-in-out;
}
.service img{
	position: absolute;
	width: 8.5rem;
	left: -240%;
	top: -50%;
}
.service-1 img{
	position: absolute;
	width: 100px;
	left: -100px;
	top: -50px;
}
.service-2 img{
	position: absolute;
	width: 100px;
	left: -100px;
	top: 0;
}
.success-block1{
	margin-top: 72px;
}
.success-block1 img{
	width: 72px;
	height: 72px;
}
.success-block2{
	font-size: 24px;
	margin-top: 25px;
}
.success-block3{
	font-size: 13px;
	margin-top: 16px;
	color: rgba(0, 0, 0, 0.45);
}
.success-block4{
	width: 560px;
	background-color: #FAFAFA;
	padding: 24px 48px;
	border-radius: 2px;
}
.success-block4 .title1{
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}
.success-block4 .title2{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 20px;
}
.success-btngrup{
	margin-top: 100px;
}
.success-back{
	width: 88px;
	padding: 8px;
	border-radius: 4px;
	border:0;
	background-color: #479BFF;
	color: #fff;
	font-size: 12px;
}
.success-detail{
	width: 88px;
	padding: 8px;
	border-radius: 4px;
	border:0;
	background: rgba(20, 60, 95, 0.25);
	color: #143C5F;
	font-size: 12px;
}
.clear {
	clear: both
}
.RadioStyle input {
	display: none
}
.RadioStyle .Block{
	display: flex;
	flex-flow: wrap;
}
.RadioStyle label {
	background: #FFFFFF;
	color: #999999;
	/*line-height: 28px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 102px;
	text-align: center;
	float: left;
	margin: 4px 4px;
	font-size: 12px;
	border: 2px solid #F5F5F5;
	margin-right: 56px;
}
.RadioStyle input:checked + label {
	position: relative;
	/*background: url(images/ico_checkon.svg) no-repeat right bottom;*/
	background: #FFFFFF;
	background-size: 21px 21px;
	color: #2699FB;
	border: 2px solid #2699FB;
}
.RadioStyle input:checked + label:after{
	position: absolute;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
	background-color: #2699FB;
	border-radius: 50%;
	font-size: 12px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	left: 2px;
	bottom: 2px;
}
.RadioStyle input:disabled + label {
	opacity: 0.7;
}
.indexlabel3{
	width: 100px;
}
.new-btnbg2{
	width: 80px;
	height: 28px;
	text-align: center;
	/*line-height: 28px;*/
	font-size: 12px;
	border-radius: 4px;
	color: #ffffff;
	padding: 0;
}
/*.new-btnbg2:active,*/
/*.new-btnbg2:hover{*/
    /**/
/*}*/
.new-btnbg2:hover{
	color: #fff;
}
.new-table-b{
    padding: 0 22px;
}
.new-table{
    border: 1px solid #dee2e6 !important;
}
.new-table th{
    line-height: 36px;
    padding: 0 !important;
    height: 36px;
	vertical-align: inherit;
}
.n-banner{
	padding: 0 24px;
}
.n-banner img{
	width: 100%;
}
.n-payform{
	padding: 0 24px !important;
}
.n-payform .card .card-header h4{
	font-size: 16px;
	font-family: PingFang SC;
}
.n-payform .card .card-header{
	border-bottom: 0;
	padding: 10px 12px;
}
.n-payform label{
	padding: 2px;
}
.n-payform label img{
	cursor: pointer;
}
.n-payform input:checked + label {
	border: 2px solid #2699FB;
	box-shadow: 0px 3px 6px rgba(38, 153, 251, 0.5);
	border-radius: 4px;
	padding:0;
}
.n-payform input:checked + label .package .title{
	color: #479BFF;
}
.n-payform .card-body{
	padding: 16px 0;
}
.n-payform .card{
	margin-bottom: 16px;
}
.n-payform .package {
	padding: 0 10px;
}
.n-payform .packageBlock label{
	border: 2px solid #D9D9D9;
	border-radius: 4px;
	cursor: pointer;
}
.n-payform .packageBlock .package{
	border-radius: 4px;
}
.n-payform .packageBlock input:checked + label{
	border: 2px solid #2699FB;
	padding: 2px;
	background: transparent url(../img/icon-selected.png) no-repeat right bottom;
}
.n-payform .package .title{
	font-size: 18px;
	line-height: 42px;
	font-family: SF Pro Display;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid rgba(20, 60, 95, 0.09803921568627452);
	font-style: italic
}
.n-payform .package .center .t{
	margin-top: 15px;
	color: #FB3847;
	text-align: center;
}
.n-payform .package .center .t .t1{
	font-size: 16px;
}
.n-payform .package .center .t .t2{
	font-size: 24px;
	font-weight:bold;
}
.n-payform .package .center .b{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}
.new-xuzhi{
	padding: 0 16px ;
	font-size: 12px;
	color: #666666;
}
.n-payform #money{
	width: 174px;
	height: 28px;
	line-height: 28px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 4px;
	margin: 0 8px;
}
.n-payform .new-chong{
	font-size: 12px;
	color: #333333;
}
.n-payform .ins_red_l a{
	width: 180px;
	height: 32px;
	background: #1890FF;
	opacity: 1;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 39px;
	margin-left: 150px;
	margin-bottom: 10px;
}
.n-payform .ins_red_l a:hover,
.n-payform .ins_red_l a:active{
    background: #1582e2;
}
.new-table .order-list{
	height: 36px !important;
}
.new-table tr td{
    font-size: 12px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #dee2e6 !important
}
.new-table tr th{
	border-bottom:1px solid #dee2e6 !important;
	font-size: 12px;
	font-weight: bold !important;
	color: #333333;
}
.noneZhang-i img{
    width: 163px;
}
.noneZhang-t{
    font-size: 12px;
    font-family: PingFang SC;
    color: #666666;
}
.shoptitle{
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    background: rgba(20, 60, 95, 0.1);
}
.new-goods{
    color: #333333;
}
.new-goods .left{
    margin-right: 47px;
}
.new-goods .right .title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
.new-goods .right .n-row{
    font-size: 14px;
    margin: 12px 0;
}
.new-goods .right .number img{
    width: 16px;
    cursor: pointer;
}
.new-goods .right .number input{
    width: 36px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    text-align: center;
    border-bottom: 1px solid rgba(20, 60, 95, 0.09803921568627452);
}
.new-goods .right .lables{
   width: 100px;
    text-align: left;
}
.new-goods .right input{
    width: 364px;
}
.new-fmcform{
    padding: 34px;
}
.new-fmcform span{
    display: inline;
}

.new-fmcform p{
    margin-bottom: 0;
    display: inline;
}
.new-fmcform .labels{
    text-align: right;
    padding-right: 20px;
}
.postmodel {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.7);
    top: 0;
	left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.postmodel-block {
    width: 51.833333rem;
    height: 19.083333rem;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius: 5px;
}

.postmodel-head {
    margin-top: 5rem !important;
}

.postmodel-head img {
    width: 3.333333rem;
    height: 3.333333rem;
}

.postmodel-head span {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 3.333333rem;
    color: rgba(71, 155, 255, 1);
    margin-left: 2.083333rem;
}

.postmodel-text {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: rgba(102, 102, 102, 1);
    margin: 0 auto;
}

.postmodel-text1 {
    margin-top: 3.333333rem;
}

.postmodel-text2 {
    margin-top: 15px;
}
.order-choice2{
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #E9E9E9;
}
.new-card .block-fa{
    position: relative;
    padding: 16px;
    height: 140px;
}
.new-card .block-fa .heads .left img{
    width: 48px;
}
.new-card .block-fa .heads .right{
    display: flex;
    flex-flow: column;
    margin-left: 14px;
}
.new-card .block-fa .heads .right .t{
    font-size: 15px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: auto;
}
.new-card .block-fa .heads .right .b{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 5px;
}
.new-card .block-fa .check-btn{
    position: absolute;
    right: 19px;
    bottom: 16px;
    width: 84px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #2699FB;
    opacity: 1;
    border-radius: 12px;
    text-align: center;
    color: #2699FB;
    font-size: 14px;
}
.yuangong .RadioStyle input{
	display: none;
}
.yuangong .RadioStyle label{
	border: 1px solid #CCC;
	color: #666;
	padding: 5px 0 5px 0;
	line-height: 28px;
	min-width: 80px;
	text-align: center;
	float: left;
	margin: 2px;
	border-radius: 4px;
	margin-right: 20px;
	width: 86px;
	line-height: 19px;
	width: 102px;
	cursor: pointer;
}
.yuangong .RadioStyle label .t1{
	font-size: 14px;
}
.yuangong .RadioStyle input:checked + label{
	border: 1px solid #00a4ff;
	background-size: 21px 21px;
	color: #00a4ff;
}
.yuangong .RadioStyle input:checked + label:after{
	content:'';
	width: 0px;
	height: 0px;
}
.baofei-txt{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FF0A0A;
}