*{padding:0;margin:0;font-family: 'Microsoft Yahei','Simsun',Helvetica,Arial,sans-serif;font-weight:100;}
html{min-height:100%;height:100%;}
body{min-height:100%;height:100%;background:#efefec;color:#333;}
ul,ol,li{list-style: none;}
em,strong,i{font-style:normal;}
input{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
img{vertical-align:middle;}
a{color:#000;}
a,a:visited{text-decoration:none;}
textarea{resize:none;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.cf60{color:#f60;}
.c333{color:#333;}
.c666{color:#666;}
.c999{color:#999;}
.cc00{color:#c00;}
.cf00{color:#f00;}
.cblue{color:#36c;}
.font-b{font-weight:700;}

/*浮动*/
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

/*宽度*/
.w-full{width:100%;}
.w-49p{width:49%;}
.w-45p{width:45%;}
.w-90p{width:90%;}

/*按钮样式 begin*/
.nav-btn{position:absolute;top:8px;display:inline-block;min-width:36px;height:28px;padding:0 6px;border:1px solid #cecece;text-align:center;background:transparent;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.nav-btn i{float:left;width:12px;height:14px;margin-top:7px;}
.back-home{display:none;right:10px;min-width:16px;}
.back-home i{width:17px;height:16px;margin-top:6px;background:url(../images/home.png) no-repeat;-webkit-background-size:17px 16px;-moz-background-size:17px 16px;background-size:17px 16px;}
.nav-btn span{line-height:30px;color:#333;font-size:14px;font-weight:bold;}
.nav-btn-sure{right:10px;}
.nav-btn-left{left:10px;}
.org-btn{display:inline-block;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
background-image:-moz-linear-gradient(top,#ec6618 0%,#ed7c18 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ec6618),color-stop(1,#ed7c18));
-webkit-box-shadow:0 1px 1px rgba(130,130,130,0.75);
-moz-box-shadow:0 1px 1px rgba(130,130,130,0.75);
box-shadow:0 1px 1px rgba(130,130,130,0.75);
}
.org-btn-hover{color:#fff;background-image:-moz-linear-gradient(top,#ed7c18 0%,#ec6618 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ed7c18),color-stop(1,#ec6618));}
.gray-btn{display:inline-block;height:40px;line-height:40px;text-align:center;color:#666;font-size:16px;
-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
background-image:-moz-linear-gradient(top,#ececec 0%,#e5e5e5 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ececec),color-stop(1,#e5e5e5));
-webkit-box-shadow:0 1px 1px rgba(130,130,130,0.75);
-moz-box-shadow:0 1px 1px rgba(130,130,130,0.75);
box-shadow:0 1px 1px rgba(130,130,130,0.75);
}
.gray-btn-hover{color:#666;background-image:-moz-linear-gradient(top,#e5e5e5 0%,#ececec 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e5e5e5),color-stop(1,#ececec));}
.btns-box{padding:0 10px;margin-bottom:20px;text-align:center;overflow:hidden;}
.btns-box:after{content:"";clear:both;}
.oprt-btn{display:inline-block;height:35px;padding:0 15px;border:1px solid #cecece;text-align:center;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
background-image:-moz-linear-gradient(top,#f5f5f5 0%,#fff 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),color-stop(1,#fff));
-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.4);
-moz-box-shadow:0 1px 1px rgba(255,255,255,0.4);
box-shadow:0 1px 1px rgba(255,255,255,0.4);	
}
.oprt-btn span{line-height:35px;color:#000;font-size:15px;font-weight:bold;}
.oprt-btn i{display:inline-block;width:20px;height:17px;margin-right:8px;vertical-align:middle;}
.blue-btn{display:inline-block;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;
background-image:-moz-linear-gradient(top,#59b6d9 0%,#68cbf0 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#59b6d9),color-stop(1,#68cbf0));
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
-webkit-box-shadow:0 2px 0 #b6b6b5;
-moz-box-shadow:0 2px 0 #b6b6b5;
box-shadow:0 2px 0 #b6b6b5;
}
.blue-btn-hover{
background-image:-moz-linear-gradient(top,#68cbf0 0%,#59b6d9 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#68cbf0),color-stop(1,#59b6d9));
}
/*返回按钮样式begin*/
.btn-left{position:absolute;top:8px;left:10px;display:none;height:31px;padding-left:14px;}
.btn-left span{display:inline-block;height:28px;line-height:28px;padding:0 8px 0 4px;color:#000;font-size:14px;font-weight:bold;border:1px solid #cecece;border-width:1px 1px 1px 0;background:rgba(0,0,0,0);
-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.btn-left span:before{position:absolute;top:4px;left:4px;content:"";display:inline-block;width:20px;height:20px;border:1px solid #cecece;border-width:1px 0 0 1px;background:transparent;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);}
/*返回按钮样式end*/
.green-btn{display:inline-block;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
background-image:-moz-linear-gradient(top,#99c442 0%,#689a00 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#99c442),color-stop(1,#689a00));
-webkit-box-shadow:0 1px 1px rgba(130,130,130,0.75);
-moz-box-shadow:0 1px 1px rgba(130,130,130,0.75);
box-shadow:0 1px 1px rgba(130,130,130,0.75);
}
/*按钮样式 end*/


/*页面布局 begin*/
div[data-role='page']{height:100%;}
.page{padding-top:44px;}
.header{position:fixed;left:0px;top:0px;z-index:1000;width:100%;height:44px;
background-image:-moz-linear-gradient(top,#f6f6f6 0%,#d9d9d9 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f6f6f6),color-stop(1,#d9d9d9));
}
.p-title{line-height:44px;text-align:center;font-size:18px;font-weight:600;}
.content{width:100%;padding-bottom:20px;}
.province-list {position: fixed;left: 0;top: -324px;width: 100%;height: 300px;padding-bottom: 20px;font-size: 16px;background-color: #f7f7f7;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;transition: top .5s ease-in-out;-webkit-transition: top .5s ease-in-out;-moz-transition: top .5s ease-in-out;-o-transition: top .5s ease-in-out;z-index: 1002;}
.province-list.list-down {top: 0;}
.province-list>p {line-height: 40px;color: #F60;text-align: center;font-size: 18px;}
.province-list .province-row {position: relative;padding-left: 20px;}
.province-list .province-row:before {content: '';position: absolute;top: 0;left: 0;height: 1px;width: 100%;background: -webkit-linear-gradient(left, #F7F7F7, #E9E9E9, #F7F7F7);background: -moz-linear-gradient(left, #F7F7F7, #E9E9E9, #F7F7F7);-o-linear-gradient(left, #F7F7F7, #E9E9E9, #F7F7F7);border-bottom: 1px solid #FFF;}
.province-list .province-row>p {position: absolute;top: 0;left: 20px;font-size: 12px;letter-spacing: 2px;width: 10px;height: 42px;line-height: 14px;padding: 9px 0;word-wrap: break-word;text-align: center;}
.province-list .province-row>ul {padding-left: 20px;height: 60px;overflow: hidden;}
.province-list .province-row>ul li {display: inline-block;width: 20%;line-height: 30px;float: left;}
.province-list .province-row>ul li a {display: inline-block;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;font-size: 14px;}
.province-list .province-row>ul li a.selected:before {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: -10px;background: url(../images/province_selected.png) 0 50% no-repeat;background-size: contain;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;}
.province-list .province-row>ul li a.long-prov:before {left: -4px;}
.province-list .province-close {width: 32px;height: 30px;position: absolute;bottom: -25px;right: 40px;}
.province-list .province-close:before {content: '';width: 70px;height: 1px;position: absolute;top: -4px;left: -19px;background: -webkit-linear-gradient(left, #F7F7F7, #A2A2A2, #F7F7F7);background: -moz-linear-gradient(left, #F7F7F7, #A2A2A2, #F7F7F7);-o-linear-gradient(left, #F7F7F7, #A2A2A2, #F7F7F7);z-index: 1;}
.province-list .province-close:after {content: '';width: 3px;height: 8px;position: absolute;top: -3px;right: -3px;background: -webkit-linear-gradient(left, #A2A2A2, #F7F7F7);background: -moz-linear-gradient(left, #A2A2A2, #F7F7F7);-o-linear-gradient(left, #A2A2A2, #F7F7F7);z-index: 1;}
.province-list .province-close>div {width: 50%;height: 100%;float: left;background-color: #f7f7f7;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.province-list .province-close .left {transform: translate(1px, -6px) skewY(-30deg);-webkit-transform: translate(1px, -6px) skewY(-30deg);-moz-transform: translate(1px, -6px) skewY(-30deg);-o-transform: translate(1px, -6px) skewY(-30deg);-ms-transform: translate(1px, -6px) skewY(-30deg);padding: 0 0 3px 3px;}
.province-list .province-close .right {transform:translateY(-6px) skewY(30deg);-webkit-transform: translateY(-6px) skewY(30deg);-moz-transform: translateY(-6px) skewY(30deg);-o-transform: translateY(-6px) skewY(30deg);-ms-transform: translateY(-6px) skewY(30deg);padding: 0 3px 3px 0;}
.province-list .province-close>div>p {width: 100%;height: 100%;border-bottom: 1px dotted #F60;}
.province-list .province-close .left p {border-left: 1px dotted #F60;}
.province-list .province-close .right p {border-right: 1px dotted #F60;}
.province-list .province-close .close-btn {width: 100%;height: 16px;position: absolute;left: 0;top: 0;background-color: transparent;cursor: pointer;}
.province-list .province-close .close-btn:before, .province-list .province-close .close-btn:after {content: '';width: 14px;height: 2px;background-color: #F60;position: absolute;left: 50%;top: 50%;margin-left: -7px;margin-top: -1px;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;}
.province-list .province-close .close-btn:before {transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.province-list .province-close .close-btn:after {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
/*页面布局 end*/

/*tabs切换 begin*/
.tabs-box{width:100%;}
.tabs-box .tabslist{position:relative;z-index:100;width:100%;overflow:hidden;}
.tabslist li{float:left;width:32%;height:35px;line-height:32px;margin-right:2%;margin-bottom: 10px;border:1px solid #bbb;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
font-size:12px;background:#fff;text-align:center;}
.tabslist li.tab-last{float:right;margin-right:0;}
.tabslist label{display:inline-block;line-height:1.2em;}
.tabs-conts{}
.tabslist li.tab-on{border:1px solid #ec661b;background:url(../images/selected.png) no-repeat right bottom #fff;-webkit-background-size:20px 16px;-moz-background-size:20px 16px;background-size:20px 16px;}
.tabs-cont{display:none;width:100%;padding:10px;
-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;
-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.tabs-cont p{font-size:11px;line-height:1.8em;}
.tabs-box-unactive{}
.tabs-box-unactive .tabslist li{border:1px solid #ddd;color:#999;}
.tabs-box-unactive .tabslist li label{color:#999;}
.tabs-box-unactive .tabslist li.tab-on{background:none;}
.tabs-box-unactive .tabs-cont p{color:#999;}
/*tabs切换 end*/

/*温馨提示 begin*/
.reminder{margin-bottom:20px;padding:0 5px;}
.reminder-title{height:18px;line-height:18px;margin-bottom:10px;color:#d21a1a;font-weight:bold;font-size:12px;}
.reminder-title i{display:inline-block;width:11px;height:16px;margin-right:5px;background:url(../images/tips_icon.png) no-repeat;vertical-align:middle;-webkit-background-size:11px;-moz-background-size:11px;background-size:11px;}
.reminder-cont{padding:5px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#e6e6e6;font-size:11px;}
.reminder-cont p{line-height:20px;}
/*温馨提示 end*/

/*圆角 begin*/
.bdr-radius-rt{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
.bdr-radius-lt{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
.bdr-radius-rb{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;}
.bdr-radius-lb{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}
/*圆角 end*/

/*错误提示 begin*/
.error-tips{z-index:10001;display:none;position:absolute;left:50%;padding:5px;border:2px solid #5798ff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#f8fcff;font-size:14px;}
/*错误提示 end*/

/*遮罩层 begin*/
.mask{display:none;position:fixed;top:0;left:0;z-index:1001;width:100%;height:100%;min-height:420px;background:rgba(0,0,0,0.7);}
.mask-layer{display:none;position:fixed;top:0;left:0;z-index:1001;width:100%;height:100%;background:transparent;}
/*遮罩层 end*/

/*输入框和select样式 begin*/
.input-style{width:100%;height:30px;padding-left:6px;border:1px solid #c2bfbf;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;}
.input-stylephone{width:100%;height:30px;padding-left:6px;border:1px solid #c2bfbf;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;}
.select-style{width:100%;height:30px;padding:0 6px;border:1px solid #c2bfbf;font-size:16px;-webkit-appearance:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;}
.select-w{position:relative;}
.select-w:after{position:absolute;top:10px;right:10px;content:"";display:inline-block;width:6px;height:6px;border-left:2px solid #666;border-top:2px solid #666;background-color:transparent;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);transform:rotate(225deg);}
/*输入框和select样式 end*/

/*延时加载样式 begin*/
/*页面下方加载*/
.loading{width:100%;height:70px;background:url(../images/loading.gif) no-repeat center center;}
/*整个页面加载*/
.p-load{position:fixed;z-index:10001;top:100px;width:100%;height:70px;margin-top:-35px;background:url(../images/loading.gif) no-repeat center center;}
/*延时加载样式 end*/

#footer{display:none;}
.link{ height:38px; line-height:38px; border-top:1px solid #cecece; border-bottom:1px solid #cecece; background:-webkit-linear-gradient(top,#f5f3f3,#efeeee); background:-o-linear-gradient(top,#f5f3f3,#efeeee); background:linear-gradient(top,#f5f3f3,#efeeee); color:#0068b7; font-size:0.9em; text-align:center;}
.link:first-child{ border-bottom:none; -webkit-box-shadow:0 -3px 10px -3px rgba(0,0,0,0.1);}
.link a{ color:#0068b7!important;}
.link span{ padding:0 11px; color:#cfcdcd; text-shadow: 1px 0 1px #fff;}
.copyright{ color:#515151; text-align:center; font-size:0.85em; line-height:180%; background:#eaeaea;}
#footer1 .copyright{padding:10px 0;}

/*版本控制 touchVersion为触屏版，embedVersion为微信支付宝版*/
.touchVersion .back-btn,.touchVersion .back-home{display:block;}
.touchVersion .home-btn{display:none;}
.touchVersion #footer,.embedVersion #footer1{display:block;}
.embedVersion #footer,.touchVersion #footer1{display:none;}
.embedVersion .back-btn,.embedVersion .back-home{display:none;}
.embedVersion .home-btn{display:block;}
.touchVersion .header,.embedVersion .header{position:relative;}
.touchVersion .page,.embedVersion .page{padding-top:0;}
/* 2016/03/18 增加悬浮按钮 */
.fixed-btn-box {width: 100%;height: 45px;position: fixed;left: 0;bottom: 0;background-color: #FFF;overflow: hidden;-webkit-transition: bottom .25s ease-in-out;-moz-transition: bottom .25s ease-in-out;-o-transition: bottom .25s ease-in-out;transition: bottom .25s ease-in-out;-webkit-box-shadow: 1px -2px 10px -3px rgba(0, 0, 0, .6);-moz-box-shadow: 1px -2px 10px -3px rgba(0, 0, 0, .6);-o-box-shadow: 1px -2px 10px -3px rgba(0, 0, 0, .6);box-shadow: 1px -2px 10px -3px rgba(0, 0, 0, .6);z-index: 1001;}
.fixed-btn-box.hide {bottom: -50px;}
.fixed-btn-box a {display:inline-block;float: left;width: 50%;height:45px;line-height:45px;text-align:center;color:#fff;font-size:16px;}
.fixed-btn-box a.blue {background-image:-moz-linear-gradient(top,#59b6d9 0%,#68cbf0 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#59b6d9),color-stop(1,#68cbf0));}
.fixed-btn-box a.org {background-image:-moz-linear-gradient(top,#ec6618 0%,#ed7c18 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ec6618),color-stop(1,#ed7c18));}
.fixed-btn-box a.w-full {width: 100%;}
.b-45 {padding-bottom: 45px;}

/** 20190327 靓号二次确认 **/
.number-window{width:90%;top:50%;font-size:14px;border-radius:3px;background:#fff;z-index:99999;position:fixed;left:50%;margin-left:-45%;margin-top:-100px;padding:10px;font-family:'PingFangSC-Regular',sans-serif;box-sizing:border-box}
.number-window .chose{width:23px;height:23px;display:block;border:1px solid #fff;border-radius:50%;position:absolute;top:-50px;right:0}
.number-window .chose::after{content:'';width:1px;height:26px;display:block;border-left:1px solid #fff;position:absolute;left:11.5px;top:23px}
.number-window .chose i:first-child{position:absolute;left:11px;top:4px;width:1px;height:16px;display:inline-block;border-left:1px solid #fff;transform:rotate(43deg)}
.number-window .chose i:last-child{position:absolute;top:11px;left:3px;height:1px;width:16px;display:inline-block;border-top:1px solid #fff;transform:rotate(49deg)}
.number-window ul li{float:left;font-size:14px;line-height:24px;font-weight:bold}
.number-window ul li span{color:#ff6c00}
.number-window .left{float:left;text-align:left}
.number-window label{font-weight:bold}
.number-window span{font-weight:bold}
.number-window .right{float:right;text-align:right}
.number-window .message{color:#666;line-height:24px}
.number-window .number-rule span{display:inline-block;height:30px}
.number-window .number-rule{font-size:14px;border:0;background:#fff;text-align:center;height:30px;line-height:30px}
.number-window .number-rule i{vertical-align:text-top;width:15px;height:15px;border-radius:50%;background-color:#ff6c00;display:inline-block;margin-right:3px;position:relative;top:3px}
.number-window .grey{background-color:#cfd3d9!important}
.number-window .number-rule i:after{content:'';display:block;position:absolute;height:3px;width:6px;border-style:solid;border-width:1px;transform:rotate(-45deg);right:3px;top:3px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff}
.number-window .choose-number-btn{width:80%;height:40px;margin:8px auto 3px}
#choose-number{width:100%;display:block;height:40px;background:#ff6c00;font-size:16px;text-align:center;line-height:40px;border-radius:5px;color:#fff}
.mobileMask{display:none;position:fixed;top:0;left:0;z-index:99989;width:100%;height:100%;min-height:420px;background:rgba(0,0,0,0.7)}
