@charset "utf-8";
/* CSS Document */

/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font-size:12px;font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif;color:#333;outline:0;}
body{background:#fff;}
.NewMClear{
	overflow:hidden;
	clear:both;
}


.btnDbd{
	background: #999 !important;
	cursor: not-allowed;
}

body,html{
				height:100%;
			}
        	/*#API-FLOAT-CONTAINER{
				width:100%;
				height:100%;
				background:rgba(0,0,0,0.7);
				z-index:9999999999;
				overflow:hidden;
				clear:both;
				position:fixed;
				display:none;
				left:0;
				top:0;
			}
			.api-mian{
				height:246px;
				padding:0 40px;
				overflow:hidden;
				clear:both;
				position:absolute;
				left:50%;
				top:50%;
				margin-left:-201px;
				margin-top:-123px;
				background:#fff;
			}
			.api-mian img.API-Close{
				display:block;
				position:absolute;
				right:15px;
				top:15px;
				width:16px;
				heigth:16px;
				cursor:pointer;
			}
			.api-mian-p1{
				width:322px;
				text-align:left;
				font-size:14px;
				color:#696969;
				line-height:20px;
				padding-top:40px;
				overflow:hidden;
			}
			.api-lxb-cb-con{
				width:322px;
				overflow:hidden;
				clear:both;
				margin:0 auto;
				vertical-align:bottom;
				margin-top:10px;
			}
			.api-lxb-cb-con input.api-lxb-cb-input{
				width:188px;
				height:29px;
				border:none;
				border-bottom:1px solid #000;
				padding-top:10px;
				display:inline-block;
				vertical-align:bottom;
				background:#fff;
				font-size:16px;
			}
			.api-lxb-cb-con input.api-lxb-cb-btn{
				display:inline-block;
				vertical-align:bottom;
				width:120px;
				height:40px;
				border:none;
				background:#dc4370;
				color:#fff;
				font-size:18px;
				cursor:pointer;
			}
			.api-mian-p2{
				width:322px;
				text-align:left;
				font-size:14px;
				color:#696969;
				line-height:20px;
				padding-top:20px;
				overflow:hidden;
				clear:both;
			}
			a.api-link{
				display:block;
				width:322px;
				height:40px;
				background:#ae204a;
				color:#fff;
				font-size:18px;
				text-align:center;
				line-height:40px;
				margin-top:10px;
			}*/
			.open_apiFloat{
            display: block;
            position: fixed;
            left: 0;
            bottom: 0;
            cursor: pointer;
            z-index: 10000;
        }
        .floatingLayer_oneWrap{
            width: 100%;
            overflow: hidden;
            background: rgba(0,0,0,0.7);
            padding: 10px 0;
            position: fixed;
            left: -100%;
            bottom: 0;
            z-index: 10000;
        }
        .floatingLayer_one{
            width: 930px;
            clear: both;
            margin: 0 auto;
            position: relative;
            margin-left: 40px;
        }
        .floatingLayer_one_title{
            display: block;
            margin: 0;
            padding-left: 50px;
        }
        .floatingLayer_one_close{
            display: block;
            position: absolute;
            right: 40px;
            top: -10px;
            cursor: pointer;
            width: 26px;
        }
        #API-FLOAT-CONTAINER{
            width: 100%;
            overflow: hidden;
            clear: both;
            margin-top: 10px;
        }
        .api-mian{
            width: 100%;
            overflow: hidden;
            clear: both;
        }
        .api-mian-pic1{
            display: block;
            float: left;
            vertical-align: middle;
            width: 30px;
        }
        .api-lxb-cb-con{
            float: left;
            margin-left: 10px;
        }
        .api-lxb-cb-inputWrap{
            width: 240px;
            overflow: hidden;
            background-image: -webkit-linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            background-image: -moz-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -o-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -ms-linear-gradient(left,#ff2d86 0%, #ff690b 100%);  
            background-image: linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            border-radius: 30px;
            padding: 2px;
            display:inline-block;
            vertical-align: middle;
            box-sizing: content-box!important;
        }
        .api-lxb-cb-input{
            display: block;
            width: 220px;
            border: none!important;
            background: #fff;
            font-size: 14px;
            padding: 6px 10px;
            border-radius: 30px;
            box-sizing: content-box!important;
        }
        .api-lxb-cb-btn{
            display:inline-block;
            vertical-align: middle;
            width: 130px;
            font-size: 16px;
            padding: 6px 0;
            border-radius: 30px;
            border: none;
            color: #fff;
            background-image: -webkit-linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            background-image: -moz-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -o-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -ms-linear-gradient(left,#ff2d86 0%, #ff690b 100%);  
            background-image: linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            cursor: pointer;
        }
        .api-mian-p2{
            display: block;
            float: left;
            font-size: 16px;
            color: #fff;
            line-height: 20px;
            font-weight: bold;
            padding-left: 30px;
        }
        .api-link{
            width: 130px;
            height: 37px;
            float: left;
            vertical-align: middle;
            background-image: -webkit-linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            background-image: -moz-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -o-linear-gradient(left,#ff2d86 0%, #ff690b 100%); 
            background-image: -ms-linear-gradient(left,#ff2d86 0%, #ff690b 100%);  
            background-image: linear-gradient(left,#ff2d86 0%, #ff690b 100%);
            border-radius: 30px;
            text-align: center;
            line-height: 37px;
            margin-left: 30px;
        }
        .api-link img{
            display: inline-block;
            vertical-align: middle;
        }
        .api-link span{
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #fff;
            padding-left: 5px;
        }


/*原生下拉*/
.alertSelect{
    display: inline-block;
    width: 300px;
    padding: 7px 0;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    position: relative;
    background: none;
    z-index: 2;
    color: #666;
    vertical-align: middle;
}
.alertSelect_1{
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 12px 0;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.alertSelect_1 select{
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    padding:0 20px 0 16px;
    color: #333;
    box-sizing: border-box;
}
.alertSelect select{
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
    box-sizing: border-box;
}