* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 0;
}

html,
body {
	width: 100%;
	height: auto;
}

body {
	font-size: 14px!important;
}

input {
	border: none;
}

span,
em,
i,
b,
strong,
a {
	display: inline-block;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
	margin-top: 0;
}

i {
	color: #999 !important;
	font-size: 24px !important;
}

div {
	display: block;
	vertical-align: bottom;
	text-align: justify;
}
div.myPopup{
	    text-align: center;
    border: 1px solid #0DAD63;
    border-radius: 20px;
    padding: 5px 10px;
    color: #04A067;
}
div.myPopupWait{
	background-color: #0DAD63;
	color: #fff;
}
.popup-container .popup{
	background-color: white;
	    border-radius: 5px;
	    width: 328px;
	    height: 168px;
}
.popup-buttons{
	margin-top: 21px;
}
.popup-head{
	border-bottom: none;
	display: none;
}
.popup-body{
	margin-top: 36px;
}
button.button-default{
	background-color: white;
}
button.button-default:nth-of-type(2){
	color: #04A067;
}
button.button-default.activated{
	background-color: transparent;
	border: none;
}
ul {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:link {
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
}

p {
	text-align: center;
}

.over {
	overflow: hidden;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex_ {
	display: flex;
	justify-content: space-around;
}

b,
i,
em,
strong {
	font-style: normal;
	font-weight: normal;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.op {
	opacity: 0;
}

.hide_ {
	display: none!important;
}

.show_ {
	display: block!important;
}

.radius {
	border-radius: 50%;
}

/*.selected {
	background: url(../img/selected.png) no-repeat center;
	background-size: 100%;
	border: none !important;
}*/


/*ion-footer*/
.bar-footer {
	height: 48px;
	background-size: 0;
	background-color: #0DAD63;
}
.bar-footer .title {
	color: #fff;
	line-height: 48px;
}
.platform-android .bar .title {
	line-height: 48px;
	color: #fff;
	font-size: 16px;
}


/*完*/

a:active {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

/*极验Btn*/
.geeBtn {
	padding: 10px 15px 10px 0px;
}

/*按钮*/

.btn {
	    width: 81%;
    background-color: #0DAD63;
    color: #fbfbfb;
    border-radius: 23px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    margin-top: 26px;
}
/*订单按钮*/
/*1.橙色*/
.btn1{
	color:#ff8400 ;
	border: 1px solid #ff8400;
}
/*2.绿色*/
.btn2{
	color: #04A067;
	border: 1px solid #0DAD63;
}

/*3.灰色*/
.btn3{
	color: #999;
	border: 1px solid #999;
}

/*4.红色*/
.btn4{
	color: white;
	background-color: #e85454;
}

/*三级联动*/

.area_ctrl {
	background-color: white !important;
}


/*公共弹框*/
/*宽的*/
.alert {
	width: 79%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	border-radius: 24px;
	font-size: 18px;
	position: fixed;
	top: calc(50% - 27.5px);
	left: calc(50% - 39.5%);
	line-height: 50px;
	padding: 0 20px;
	display: none;
	z-index: 1000;
}
/*短的*/
.alertOther{
	    width: 56%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 5px;
    font-size: 18px;
    position: fixed;
    top: calc(50% - 27.5px);
    left: calc(50% - 28%);
    line-height: 50px;
    padding: 0 20px;
     display: none; 
    z-index: 1000;
}
/*灰色背景*/
.contentBg{
	background-color: #ededed;
}
.nineGray{
	color: #999 !important;
}
.lightgray{
	color: #666666 !important;
}

/*底部客服电话*/
.linksys{
	color: #646464;
	font-size: 12px;
	margin-top: 38%;
}
/*切换按钮*/
.toggle{
	margin: 2px 0 0 0 ;
}
/*侧滑删除*/
.item-complex .item-content{
	padding: 13px 28px 13px 16px;
}
.item-complex{
	border-bottom: none;
}
/*协议弹框*/
.xieyi {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.xieyi>.inner {
    width: 90%;
    height: 491px;
    margin: 0 auto;
    background-color: white;
    padding: 8%;
    overflow: hidden;
    overflow-y: auto;
    font-size: 12px;
    line-height: 24px;
    border-radius: 10px;
    margin: 10% auto 0;
}
.xieyi>.inner>p{
	text-align: left;
}
.xieyi>.inner>p:nth-of-type(1) {
    color: #ff6600;
    font-size: 18px;
    text-align: center;
}
.xieyi>.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4%;
    left: 91%;
    background: url(../img/mask_close.png) no-repeat;
    background-size: 100%;
}
.agreement{
	text-decoration:underline;
	vertical-align: baseline;
	color: #04A067;
}
