@charset "utf-8";
/* by Sean Lu 20180613 */
/* 移动端全局控制reset */




.popup_layer { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0,0,0,.8); opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; z-index: 9; }
.popup_layer.show { opacity: 1; visibility: visible; }
.popup_layer .popuo_box { position: absolute; top: 50%; left: 50%; width: 420px; height: 600px; margin-top: -255px; margin-left: -210px; border-radius: 10px; background: #fff; overflow: hidden; -webkit-transform: scale(.8); transform: scale(.8); -webkit-transition: all .2s; transition: all .2s; }
.popup_layer.show .popuo_box { -webkit-transform: scale(1); transform: scale(1); }
.popup_layer .popuo_box .ptit { height: 60px; background: #333; color: #fff; text-align: center; position: relative;}
.popup_layer .popuo_box .ptit .name { font-size: 16px; padding: 0 20px; line-height: 60px; text-align: left; }
.popup_layer .popuo_box .ptit .pop_close { display: block; width: 30px; height: 30px; background: url(../img/close.png) no-repeat center; position: absolute; right: 10px; top: 16px; -webkit-transition: all .2s; transition: all .2s; }
.popup_layer .popuo_box .ptit .pop_close:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.popup_layer .popuo_box .pcon { padding: 25px; font-family: microsoft yahei; }
.popup_layer .popuo_box .pcon p { font-size: 16px; color: #666; line-height: 30px; margin-bottom: 20px; font-family: microsoft yahei; }
.popup_layer .popuo_box .pcon .pbtn { text-align: right; }
.popup_layer .popuo_box .pcon .pbtn a { display: inline-block; margin-left: 5px; line-height: 30px; padding: 0 15px; background: #999; color: #fff; border-radius: 4px; font-size: 14px; }
.popup_layer .popuo_box .pcon .pbtn a:hover { opacity: .8; }
.popup_layer .popuo_box .pcon .pbtn a.comon { background: #f39801; }
.popup_layer .popuo_box .pcon .pbiao { height: 40px; margin-bottom: 10px; }
.popup_layer .popuo_box .pcon .pbiao .pbinput { height: 40px; line-height: 38px; border: 1px solid #dedede; box-sizing: border-box; font-size: 14px; padding: 0 20px; font-family: microsoft yahei; color: #333; border-radius: 4px; width: 100%; }
.popup_layer .popuo_box .pcon .pbiao .pbbtn { height: 50px; line-height: 50px; border: 0; box-sizing: border-box; font-size: 14px; padding: 0 20px; font-family: microsoft yahei; color: #fff; background: #1eb9ef; cursor: pointer; border-radius: 4px; width: 100%; }
.popup_layer .popuo_box .pcon .pbiao .pbbtn:hover { opacity: .8; }



.popup_layer1 { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0,0,0,.8); opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; z-index: 9; }
.popup_layer1.show { opacity: 1; visibility: visible; }
.popup_layer1 .popuo_box { position: absolute; top: 50%; left: 50%; width: 420px; height: 510px; margin-top: -255px; margin-left: -210px; border-radius: 10px; background: #fff; overflow: hidden; -webkit-transform: scale(.8); transform: scale(.8); -webkit-transition: all .2s; transition: all .2s; }
.popup_layer1.show .popuo_box { -webkit-transform: scale(1); transform: scale(1); }
.popup_layer1 .popuo_box .ptit { height: 60px; background: #333; color: #fff; text-align: center; position: relative;}
.popup_layer1 .popuo_box .ptit .name { font-size: 16px; padding: 0 20px; line-height: 60px; text-align: left; }
.popup_layer1 .popuo_box .ptit .pop_close { display: block; width: 30px; height: 30px; background: url(../img/close.png) no-repeat center; position: absolute; right: 10px; top: 16px; -webkit-transition: all .2s; transition: all .2s; }
.popup_layer1 .popuo_box .ptit .pop_close:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.popup_layer1 .popuo_box .pcon { padding: 25px; font-family: microsoft yahei; }
.popup_layer1 .popuo_box .pcon p { font-size: 16px; color: #666; line-height: 30px; margin-bottom: 20px; font-family: microsoft yahei; }
.popup_layer1 .popuo_box .pcon .pbtn { text-align: right; }
.popup_layer1 .popuo_box .pcon .pbtn a { display: inline-block; margin-left: 5px; line-height: 30px; padding: 0 15px; background: #999; color: #fff; border-radius: 4px; font-size: 14px; }
.popup_layer1 .popuo_box .pcon .pbtn a:hover { opacity: .8; }
.popup_layer1 .popuo_box .pcon .pbtn a.comon { background: #f39801; }
.popup_layer1 .popuo_box .pcon .pbiao { height: 40px; margin-bottom: 10px; }
.popup_layer1 .popuo_box .pcon .pbiao .pbinput { height: 40px; line-height: 38px; border: 1px solid #dedede; box-sizing: border-box; font-size: 14px; padding: 0 20px; font-family: microsoft yahei; color: #333; border-radius: 4px; width: 100%; }
.popup_layer1 .popuo_box .pcon .pbiao .pbbtn { height: 50px; line-height: 50px; border: 0; box-sizing: border-box; font-size: 14px; padding: 0 20px; font-family: microsoft yahei; color: #fff; background: #1eb9ef; cursor: pointer; border-radius: 4px; width: 100%; }
.popup_layer1 .popuo_box .pcon .pbiao .pbbtn:hover { opacity: .8; }






















