.welcome_to_login .user-center{
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 2;
	width: 260px;
	background: #fff;
	margin: 0;
	margin-left: -130px;
	visibility: hidden;
	opacity:0;
	transition:.5s;
}
.resign-con{
	
	width:100%;
	overflow:hidden;
}
.welcome_to_login .user-center .resign-item{
	
	width:90%;
	margin:2px 5% 0;
	padding:10px 0;
	font-size:14px;
	border-bottom:solid 1px #ccc;
}
.resign-item:hover a{
	color:#3cb309;
}
.has-login .resign-point{
	position:absolute;
	top:15px;
	left:100%;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#3cb309;
}
.welcome_to_login .more{
	display:block;
	width:90%;
	
	line-height:32px;
	text-align:center;
	background:#f6f7fb;
}
.welcome_to_login .more a{
	display:block;
	color:#999;
}
.welcome_to_login .more.look-more a: hover{
	color:#fff !important;
}
 .resign-item h4{
 }
.container_left .company_introduction_all .triangle{
	background: none;
	width: 11px;
	height: 22px;
	margin-top: 10px;
}
.welcome_to_login .user-center:before{
	content: '';
	border: solid 15px transparent;
	border-bottom:solid #fff 15px ;
	position: absolute;
	margin-left: -7px;
	top: -30px;
	left: 50%;
}
.welcome_to_login .user-center div{
	float: left;
	margin: 0;
}
.user-img{
	text-align: center;
	padding: 20px 0;
}
.user-img img{
	width: 68px;
	height: 68px;
	border: solid 1px #3CB309;
	border-radius: 50%;
}
.user-integral{
	line-height: 20px;
	font-size: 14px;
	color: ;
	color: #888;
}
.user-integral .name{
	line-height: 20px;
	color: #3CB309;
	display: block;
	width: 100%;
	margin: 25px 0 10px !important;
	
}
.user-integral .integral-icon{
	display: inline-block;
	padding: 0 5px;
	background: #fbc02d;
	color: #FFF;
	border-radius: 10px;
	
}
.welcome_to_login .user-center div.user-model{
	margin: 10px 0;
	
}
.welcome_to_login .user-center .user-model .model-img{
	margin: 0 10px 0 20px;
}
.green{
	color: #3CB309;
}

.user-center .user-model .model-txt{
	color: #666;
}
.user-center .user-model .green{
	color: #3CB309;
}
.drop-out{
	display: block;
	width: 97%;
	border: none;
	background: #F6F7FB;
	color: #999;
	font-size: 14px;
	line-height: 32px;
	margin: 5px auto;
}

.container_right, .container_rights{
	margin-bottom: 4%;
}

.navbar{
	margin-bottom: 0;
	padding-bottom:20px;
	background: #fff;
}
.container_left{
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	margin-bottom:5%;
}
.container_left,.text_align{
	background: #fff;
}
.gas-list{
	padding-bottom: 40px;
}
.gas-item{
	background: #fff;
	
}
.gas-list-box{
	margin-top: 20px;
}
.gas-list-box.left{
	padding-right: 16px;
}
.gas-list-box.center{
	padding:0 8px;
}
.gas-list-box.right{
	padding-left: 16px;
}
.gas-item{
	padding: 20px;
}
.gas-item h4{
	margin: 0;
}
.gas-item .num{
	line-height: ;
	margin: 54px auto 52px;
	text-align: center;
}
.gas-item .big{
	font-size: 36px;
}
.gas-item .small{
	font-size: 16px;
}
.gas-item .analyse{
	font-size: 14px;
	height: 34px;
	color: #999;
	max-height: 34px;
}
.gas-item .btn{
	display: block;
	width: 50%;
	
	color: #fff;
	background: #3CB309;
	margin: auto;
	border-radius:0;
}
.graphic-con.yellow-bac{
	border: solid 10px #facb4b;
}
.graphic-con.red-bac{
	border: solid 10px #e02830;
}
.graphic-con.green-bac{
	border: solid 10px #3CB309;
}
.graphic-con{
	width: 110px;
	height: 110px;
	margin: 20px auto 30px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	
	
}
.graphic-circular,.graphic-text{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	position: absolute;
	top:0px;
	left: 0px;
	overflow: hidden;
}
.graphic-text{
	margin-top: 10px;
}
.graphic-circular .mask-l,.graphic-circular .mask-r{
	float: left;
	width: 50%;
	height: 110px;
	overflow: hidden;
	
}
.graphic-circular .circular{
	width: 110px;
	height: 110px;
	border: solid 10px #ccc;
	border-radius: 50%;
}
.graphic-circular .mask-l .circular{
	position: absolute;
	top: 0;
	left: 0;
}
.graphic-circular .mask-r .circular{
	position: absolute;
	top: 0;
	right: 0;
}
.graphic-circular .mask-con{
	width: 100%;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}
.graphic-circular .mask-r .mask-con {
	
	 transform: rotate(45deg);
	 -ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	transform-origin: 0 50%
}
.graphic-circular .mask-l .mask-con{
	 transform: rotate(0deg);
	 -ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 
	 transform-origin: 100% 50%
}
.graphic-mask{
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	height:110px;
	border-radius:50%;
	border:solid 10px #3cb309;
	padding:20px;
	background:#fff;
}
.graphic-mask img{
	width:100%;
	height:100%;
}
.yellow{
	color: #FACB4B;
}
.red{
	color: #E02830;
}
/*安全设置*/
.safe-neck{
	padding: 3% 10% 0;
}
.safe-box{
	padding: 15px;
	text-align: center;
	
}
.safe-icon{
	margin: auto;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #bbb;
	text-align: center;
	padding: 15%;
}
.safe-icon.active{
	background: #3CB309;
}
.safe-setting{
	background: #fff;
}
.safe-list{
	padding: 3% 0;
}
.safe-con{
	padding:5% 10%;
	text-align: center;
}
.safe-list-img{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/static/image/security_icon_05.png) center center no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.safe-list-img.ss{
	background-image: url(/static/image/security_icon_04.png);
}
.safe-list-text{
	vertical-align: top;
}
.list-des{
	color: #999;
	padding: 0 7%;
}
/*安全设置弹窗*/

.alert-con{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.alert-box{
	width: 680px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border: solid 1px #3CB309;
	padding: 22px;
	max-height: 80%;
	overflow: auto;
}
.alert-box h4{
	margin: 0;
}
.alert-list{
	overflow: hidden;
	min-width: 600px;
	padding: 8px 0;
	line-height: 36px;
}
.alert-list .list-name{
	float: left;
	margin-left: 100px;
}
.alert-list .list-input{
	float: right;
	margin-right: 100px;
	padding: 2px;
	line-height: 40px;
}
.alert-list .list-input input{
	width: 260px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 5px;
	border: solid 1px #ddd;
}
.alert-list .list-input .get-code-con{
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 140px;
	height: 36px;
	padding: 0 5px;
	margin: 0;
	background: transparent;
}
.alert-list .list-input .get-code{
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	border-left:solid 1px #3cb309;
	padding-left: 15px;
	margin-top: 8px;
}

.alert-list .sub-change{
	display: block;
	width: 130px;
	height: 40px;
	background: #3CB309;
	color: #fff;
	border: none;
	margin: 10px auto;
}
.alert-close{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: url(/static/image/btn.png) center center no-repeat;
	background-size: contain;
}
/*.alert-close:hover{
	background: url(/static/image/btn.png) center center no-repeat;
	background-size: contain;
}*/

.alert-upload{
	overflow: hidden;
}
.upload-name{
	float: left;
	margin-left: 16px;
}
.upload-con{
	float: left;
	width: 220px;
	overflow: hidden;
	background: #F6F7FB;
	margin: 0 25px;
	position: relative;
}
.upload-con .img-con{
	width: 168px;
	margin: 40px auto;
}
.upload-con .upload-mask{
	height: 40px;
	line-height: 40px;
	background: #bbb;
	color: #333;
	text-align: center;
}
.upload-con input{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	opacity: 0;
}
.upload-des{
	float: left;
	width: 224px;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}


/*个人信息*/
.personal-data{
	padding-bottom: 40px;
}
.personal-data .img-box{
	width: 128px;
	height: 128px;
	margin: 0 auto;
	border: solid 1px #3CB309;
	border-radius: 50%;
	background: #ebebeb;
	margin-top: 20px;
}
.personal-data .img-box img{
	border: none;
	width: 100%;
	height: 100%;
	
}
.data-list .data-item{
	overflow: hidden;
	background: #EBEBEB;
	overflow: hidden;
	line-height: 48px;
	padding:6px 20px;
	margin: 24px 100px;
}
.data-item .item-name{
	float: left;
	width: 150px;
	font-size: 16px;
	color: #000;
	padding-left: 15px;
}
.data-item .item-input{
	float: left;

}
.data-item .item-input input{
	background: transparent;
	border:none;
	outline: none;
	color: #666;
	
}
.data-item .item-input input.green{
	color: #3CB309;
}
.data-item .item-input input[type='radio']{
	visibility: hidden;
}
.data-item .item-input label{
	display: inline-block;
	width: 16px;
	height: 16px;
	border:solid 1px #BCBCBC;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	margin: -4px 10px -4px 0;
	cursor: pointer;
	position: relative;
}
.data-item .item-input input[type='radio']:checked+label:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #3CB309;
	border-radius: 50%;
}
.data-sure{
	display: block;
	width: 130px;
	height: 40px;
	background: #3CB309;
	color: #FFf;
	border: none;
	margin: 40px auto;
}


.point,.add-alert{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index:100;
}
.point-con{
	width: 460px;
	background: #FFF;
	border: solid 1px #3CB309;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.point-text{
	text-align: center;
	margin-top: 50px;
}
.nptpointer{
	cursor: pointer;
}
.notpoint,.add-alert{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index:100;
}
.notpoint-con{
	width: 460px;
	background: #FFF;
	border: solid 1px #3CB309;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.notpoint-text{
	text-align: center;
	margin-top: 50px;
}
/*账户绑定*/
.account-box{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.account-box .mark{
	float: left;
	width: 30px;
	background: #3CB309;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 180px;	
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.account-box .account-data{
	overflow: hidden;
	background: #fff;
	height: 180px;
	padding: 8px 120px 0 30px;
	
}
.account-data-list{
	margin-top: 20px;
}
.account-icon{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 24px 0 30px;
}
.account-data-des{
	font-size: 16px;
	color: #555;
	border: none;
	background: transparent;
}
.account-data-des.green{
	color: #3CB309;
}
.account-operate{
	width: 120px;
	position: absolute;
	right: 0;
	height: 180px;
	top: 0;
	background: #F6F7FB;
	text-align: center;
}
.operate-con{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	line-height: 25px;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%); 
}
.operate-con div{
	cursor: pointer;
}
.has-shadow{
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}
.has-hide{
	display: none;
}
.add-account-con{
	height: 60px;
	margin: 30px 0;

}
.add-account-box{
	float: left;
	width: 48%;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.add-account-box:active{
	background: #efefef;
}
.add-account-normal{
	margin-right: 4%;
}
.add-alert-con{
	width: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%); 
	background: #fff;
	border: solid 1px #3CB309;
}
.add-alert-con h4{
	margin: 20px;
}
.add-alert-con p{
	padding: 0 20px;
	font-size: 14px;
	color: #999;
}
.add-alert-data{
	width: 80%;
	margin: 32px auto;
}
.add-data-name{
	display: inline-block;
	width: 150px;
}
.add-alert-data input{
	border: solid 1px #a3a2a2;
	color: #333;
	width: 270px;
	height: 32px;
	padding-left: 10px;
}
.add-alert-data select{
	width: 106px;
	height: 32px;
	border: solid 1px #a3a2a2;
	text-align: center;
	color: #333;
	padding: 0 15px;
}
.account-operate.account-operate-mask{
	background: #3CB309;
	color: #fff;
	overflow: hidden;
	width: 0px;
}
.account-operate-mask .sure{
	min-width: 30px;
}


/*商品订单*/
.order-item{
	width: 100%;
	background: #fff;
	position: relative;
	padding: 30px 0 34px 38px;
	border-top:solid 1px #eee;
}
.order-cla{
	display: inline-block;
	font-size: 18px;
	color: #030303;
	line-height: 20px;
	padding-bottom: 5px;
	margin-right: 40px;
	
}
.order-cla.active{
	color: #ff4303;
	border-bottom: solid 1px #ff4303;
}
.order-search{
	position: absolute;
	top: 30px;
	right: 20px;
	width: 130px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-indent: 15px;
	border: solid 1px #dfdfdf;	
	color: #666;
	cursor: pointer;
	background: url(/static/image/bottom.png) 90% center no-repeat;
}
.search-item{
	width: 100%;
	height: 100%;

}
.search-hide{
	position: absolute;
	top:23px;
	left: 0;
	width: 100%;
	border: solid 1px #dfdfdf;
	background: #fff;
	display: none;
}
.search-list{
	line-height: 30px;
	cursor: pointer;
}
.search-list:hover{
	background: #eee;
}
.order-row{
	overflow: hidden;
	width: 100%;
}
.order-col{
	float: left;
	text-align: center;
	border: solid 1px #eee;
}
.order-col.goods{
	width: 40%;
}
.order-col.unit-price{
	width: 14%;
}
.order-col.num{
	width: 10%;
}
.order-col.total-price{
	width: 11%;
}
.order-col.statu{
	width: 14%;
}
.order-col.operate{
	width: 11%;
}
.order-th .order-col{
	border: none;
	line-height: 45px;
}

.order-box{
	background: #fff;
	padding-top:10px;
}
.order-bri{
	line-height: 34px;
	padding-left: 30px;
	font-size: 12px;
	background:#f5f6f7;
	border-top:solid 1px #eee;
}

.order-bri .order-time{
	display: inline-block;
	margin-right: 10px;
	color: #333;
}
.order-bri .order-num{
	display: inline-block;
	color: #666;
}

.order-td .order-col{
	padding: 16px 0;
	height: 120px;
	font-size: 12px;
	color: #333;
}
.order-td .statu div{
	line-height: 20px;
}
.order-td .statu .order-operate{
	cursor: pointer;
}

.goods .img-box{
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	height: 100%;
	margin-left: 15%;	
}

.goods .goods-title{
	display: inline-block;
	width: 50%;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	
}
.sure-over{
	cursor: pointer;
}
.pointer{
	cursor: pointer;
}
.order-page{
	text-align: right;
	background: #fff;
}
.order-page span{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 15px;
	color: #999;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.order-page span.green{
	color: #3CB309;
}
.order-th,.order-bri,.order-page,.order-item{
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
/*订单详情*/
.order-step{
	text-align: center;
	font-size: 18px;
	color: #666;
	padding: 25px;
}
.order-box table{
	width: 100%;
	font-size: 14px;

}
.order-box td{
	padding:10px 30px;
	font-size: 14px;
	border: solid 1px #eee;
}
.order-box td.order-title{
	background:#f5f6f7;
}
.order-detail-data .td-row{
	margin: 10px 0;
}
.order-detail-data .data-name{
	display: inline-block;
	width:35% ;
	line-height: 25px;
	vertical-align: top;
}
.order-detail-data .data-detail{
	display: inline-block;
	line-height: 25px;
	width:60% ;
}
.order-detail-data .order-status-step .light{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3CB309;
	vertical-align: top;
	margin: 9px 15px 0 0;
}
.order-detail-data .order-status-step .text{
	display: inline-block;
	width: 90%;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.order-goods-data th{
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.order-goods-data .col1{
	width: 55%;
	overflow: hidden;
	border-right: none;
	padding-bottom: 30px;
}
.order-goods-data .col2,.order-goods-data .col3,.order-goods-data .col4{
	width: 15%;
	border: none;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px;
	text-align: center;
}
.order-goods-data .img-box{
	float: left;
	width:35%;
}
.order-goods-data .goods-title{
	float: left;
	width:65%;
	padding-left: 5%;
}
.order-goods-data .goods-title{
	font-size: 12px;
	line-height: 20px;
}
.order-data-tatal{
	background: #f6f7fb;
	padding: 10px 0;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.order-data-tatal div{
	
	text-align: right;
	padding-right: 30px;
}
.order-data-tatal div span{
	display: inline-block;
	width: 70px;
	line-height: 40px;
}
.order-data-tatal div .cost-item{
	text-align: left;
	width: 100px;
	margin-left: 10px;
}
/*收货地址*/
.adress-sup .account-icon{
	width: 68px;
}
/*身份验证*/
.authentication{
	background: #fff;
	padding:50px;
}
.authentication .alert-upload{
	margin: 20px 0 40px;
}
.authentication .upload-name{
	width: ;
}
.authentication .upload-con{
	width: 30%;
	margin: 0 10% 0 5%;
}
.authentication .upload-des{
	width: 30%;
	line-height: 30px;
}
/*用量分析*/
.dosage-con{
	background: #fff;
}
.chart{
	height: 460px;
	padding: 20px;
}
.dosage-ansy{
	text-align: center;
}


/*网上营业厅*/
/*业务申请*/
.business-apply{
	
}
.business-apply .box{
	position: relative;
	/*overflow:hidden;*/
}
.business-apply .img-box{
	width: 100%;
}
.business-apply .img-box{
	width: 100%;
}
.business-apply .mask{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding:5px 0;
	font-size:16px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	
}
.business-apply .mask .icon{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.company_introduction_all .triangle img{
	background:url('/static/image/left-menu.png') center center no-repeat;
	background-size:contain;
}
.company_introduction_all.background_f_color .triangle img{
	background:url('/static/image/title10.png') center center no-repeat;
	background-size:contain;
}
.company_introduction_all:hover .triangle img{
	background:url('/static/image/title10.png') center center no-repeat;
	background-size:contain;
}
.company_introduction_all:hover .company_introduction a{
	color:#3cb309;
}
.invoice.order-con .order-th{
	display:flex;
}
.invoice.order-con .order-th .order-col,.invoice.order-con .order-body .order-col{
	border:none;
}
.invoice.order-con #pull{
	float:right;
	margin-right:0px;
	padding:5px 10px;
	border:solid 1px #3cb309;
	border-radius:4px;
	color:#3cb309;
}
.invoice.order-con .order-body .item{
	overflow:hidden;
	display:flex;
	vertical-align:center;
	-webkit-align-items:center;
       align-items:center;
        -webkit-justify-content:center;
        justify-content:center;
}
.invoice.order-con .order-body .item:nth-child(2n+1){
	background:#f6f6f6;
}
.invoice.order-con .order-body .order-col{
	padding:10px;
	overflow:hidden;
	color:#666;
	font-size:16px;
	flex:1;
	overflow: hidden;
	text-overflow:ellipsis;
	
}
.invoice.order-con .order-body .order-col.invoice-price{
	color:#333;
}
.invoice.order-con .order-body .order-th .order-col{
	padding:0px;
	overflow:hidden;
	color:#333;
	font-size:16px;
}

#invoice1 .order-body .order-col .operat{
	color:#ff4303;
}
#invoice2 .order-body .order-col .operat{
	color:#3cb309;
}

.invoice.order-con .order-item,.invoice.order-con .order-th{
	border:none;
}
#invoice3 {
	overflow:hidden;
}
#invoice3 .item{
	overflow:hidden;
	margin:20px 0;
	font-size:16px;
}
#invoice3 .item .type{
	display:inline-block;
	padding:6px 20px;
	color:#333;
	border:solid 1px #ebebeb;
	position:relative;
	margin-right:30px;
	cursor:pointer;
}

#invoice3 .item .type.checked{
	color:#3cb309;
	border-color:#3cb309;
}
#invoice3 .item .type.checked:after{
	content:"";
	width:0;
	height:0;
	border-top:solid 6px transparent;
	border-left:solid 6px transparent;
	border-right:solid 6px #3cb309;
	border-bottom:solid 6px #3cb309;
	position:absolute;
	bottom:0;
	right:-1px;
	
}
#invoice3 .item .name{
	display:inline-block;
	padding:10px 0;
	
}
#invoice3 .item .val{
	display:inline-block;
	border-bottom:solid 1px #ebebeb;
	padding:10px 0 10px 10px;
	margin-left:20px;
	
}
#invoice3 .item .val input{
	border:none;
	width:200px;
}
#invoice3 .item .val input:focus{
	outline:none;
}
#invoice3 .warring{
	color:#fa4403;
	font-size:14px;
	margin-top:-12px;
	margin-bottom:24px;
}
#invoice3 .data-sure{
	margin-bottom:20px;
}
#invoice4{
	padding-bottom:36px;
}
#invoice4 .title{
	font-size: 18px;
	color: #030303;
	line-height: 20px;
	padding: 36px 0;
	overflow:hidden;
}
#invoice4 .title a{
	float:right;
	collor:#3cb309;
	font-size:14px;
	color:#3cb309;
}
#invoice4 .con{
	overflow:hidden;
}
#invoice4 .con .left{
	float:left;
	width:50%
}

#invoice4 .con .right{
	float:right;
	width:40%;
	font-size:0;
	border:solid 1px #ededed;
	padding:10px;
	border-radius:4px;
}

#invoice4 .con .left .item{
	overflow:hidden;
	margin:20px 0;
	font-size:16px;
}
#invoice4 .con .left .item .type{
	display:inline-block;
	padding:6px 20px;
	color:#333;
	border:solid 1px #ebebeb;
	position:relative;
	margin-right:10px 30px 10px 0;
	cursor:pointer;
}

#invoice4 .con .left .item .type.checked{
	color:#3cb309;
	border-color:#3cb309;
}
#invoice4 .con .left .item .type.checked:after{
	content:"";
	width:0;
	height:0;
	border-top:solid 6px transparent;
	border-left:solid 6px transparent;
	border-right:solid 6px #3cb309;
	border-bottom:solid 6px #3cb309;
	position:absolute;
	bottom:0;
	right:-1px;
	
}
#invoice4 .con .left .item .name{
	display:inline-block;
	padding:10px 0;
	width:90px;
	
}
#invoice4 .con .left .item .val{
	display:inline-block;
	border-bottom:solid 1px #ebebeb;
	padding:10px 0 10px 10px;
	margin-left:8px;
	
}
#invoice4 .con .left .item .val input{
	border:none;
	
}
#invoice4 .con .left .item .val input:focus{
	outline:none;
}
#invoice4 .con .left .item .val select{
	border:none;
	
}
#invoice4 .warring{
	color:#fa4403;
	font-size:14px;
	margin-top:-12px;
}
.order-con.invoice .con2 {
	padding-bottom:36px;
}
.order-con.invoice .con2 .item{
	overflow:hidden;
	margin:20px 0;
	font-size:16px;
}
.order-con.invoice .con2 .item .type{
	display:inline-block;
	padding:6px 20px;
	color:#333;
	border:solid 1px #ebebeb;
	position:relative;
	margin:10px 30px 10px 0;
	cursor:pointer;
}

.order-con.invoice .con2 .item .type.checked{
	color:#3cb309;
	border-color:#3cb309;
}
.order-con.invoice .con2 .item .type.checked:after{
	content:"";
	width:0;
	height:0;
	border-top:solid 6px transparent;
	border-left:solid 6px transparent;
	border-right:solid 6px #3cb309;
	border-bottom:solid 6px #3cb309;
	position:absolute;
	bottom:0;
	right:-1px;
	
}
.order-con.invoice .con2 .item .name{
	display:inline-block;
	padding:10px 0;
	width:90px;
	
}
.order-con.invoice .con2 .item .val{
	display:inline-block;
	border-bottom:solid 1px #ebebeb;
	padding:10px 0 10px 10px;
	margin-left:8px;
	
}
.order-con.invoice .con2 .item .val input{
	border:none;
	
}
.order-con.invoice .con2 .item .val input:focus{
	outline:none;
}
.order-con.invoice .con2 .item .val select{
	border:none;
	
}
.order-con.invoice .warring{
	color:#fa4403;
	font-size:14px;
	margin-top:-12px;
}
.invoice-pull .title,.invoice-detail .title{
	font-size: 18px;
	color: #030303;
	line-height: 20px;
	padding: 36px 0 0;
	overflow:hidden;
}
.invoice-pull .title a,.invoice-detail .title a{
	float:right;
	collor:#3cb309;
	font-size:14px;
	color:#3cb309;
}

.invoice-detail .invoice-box{
	height:300px;
	overflow:auto;
	border:dashed 1px #ededed;
	margin:20px 0;
	border-radius:4px;
}

.invoice-detail {
	padding-bottom:20px;
	overflow:hidden;
}
.invoice-detail .item .name{
	display:inline-block;
	padding:10px 0;
	width:90px;
	
}
.invoice-detail .item .val{
	display:inline-block;
	border-bottom:solid 1px #ebebeb;
	padding:10px 0 10px 10px;
	margin-left:8px;
	
}
.invoice-detail .item-btn{
	text-align:center;
	margin-bottom:20px;
	margin-top:16px;
}
.invoice-detail .item-btn a{
	display:inline-block;
	width:130px;
	line-height:38px;
	border:solid 1px #3cb309;
}
.invoice-detail #sendEmail{
	color:#3cb309;
	margin-right:40px;
}
.invoice-detail #downloadImg{
	background:#3cb309;
	color:#fff;
}

#invoice4,#invoice2,#invoice3{
	display:none;
}
.orderlist-fixed,.email-mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	display:none;
}

.orderlist-fixed .orderlist-con,.email-mask .email-box{
	width:800px;
	margin:200px auto;
	border:solid 1px #3cb309;
	background:#fff;
	padding:0 0 20px;
	
}
.orderlist-fixed .orderlist-con .title,.email-mask .email-box .title{
	font-size:20px;
	line-height:36px;
	padding:10px 20px;
	position:relative;
	border-bottom:solid 1px #ededed;
}
.orderlist-fixed .alert-close,.email-mask .email-box .alert-close{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(/static/image/btn.png) center center no-repeat;
    background-size: contain;
	
}
.orderlist-fixed .orderlist-con .orderlist-box{
	display:flex;
	border-bottom:solid 1px #ededed;
	padding:10px 20px;
	 -webkit-display:flex;
        display:flex;
        -webkit-align-items:center;
        align-items:center;
        -webkit-justify-content:center;
        justify-content:center;
	
}
.orderlist-fixed .orderlist-con .orderlist-box .left{
	flex:1;
	fongt-size:16px;
	font-size:18px;
	line-height:36px;
}
.orderlist-fixed .orderlist-con .orderlist-box .left .item span{
	display:inline-block;
	font-size:16px;
	color:#666;
}
.orderlist-fixed .orderlist-con .orderlist-box .btns{
	flex:0 0 96px;
	height:32px;
	line-height:32px;
	font-size:18px;
	text-align:center;
	background:#3cb309;
	color:#fff;
	cursor:pointer;
}
#email-input{
	display:block;
	margin:28px auto 0;
	width:360px;
	line-height:28px;
	padding:10px;
}
#warring-up{
	color:#fa4403;
	font-size:14px;
	margin:12px 0 ;
}
#warring-bottom{
	color:#aaa;
	font-size:14px;
	margin-bottom:24px;
	padding:16px 0;
}