@CHARSET "UTF-8";
/*-------------样式初始化-----------------*/
body, div, iframe, ul, ol, li, a, p, span, label, pre, table, th, td, form, input, button, select, textarea{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Microsoft Yahei',Helvetica,sans-serif;
    font-size: 14px;
    color: #444;
    background: none;
}
ol, ul, li{
    list-style: none
}
img{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
}
#xbc_header{
	z-index:9999;
}
header,#main-container,footer{
    width: 100%;
    min-width: 1300px;
}
#main-container{
	margin-top:-86px;
	position: relative;
}
.center_content{
    width: 1200px;
    margin: 0 auto;
}
.red{
    color: #fc3636 !important;
}
.pray{
    color: #888 !important;
}
.blue{
    color: #46a6ea !important;
    font-weight: bold;
}
label.red{
    color: #fc3636 !important;
    position: relative;
    top: 1px;
    font-size: 16px;
}
a:hover {
    color: #333;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*重置select样式*/
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
.layui-textarea{
    resize: none;
}
.auto-item{
    padding: 12px 18px;
    font-size: 14px;
}
/*-------------头部样式-----------------*/

.top_bar{
    width: 100%;
    height: 32px;
    background-color: #232323;
}
/*-------------城市切换-----------------*/
#city_select{
    color: white;
    height: 32px;
    position: relative;
    width: 160px;
    float: left;
}
#cityScript,#city_value{
    color: white;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    font-size: 12px;
}
#cityScript{
    cursor: pointer;
}
#hello{
    float: left;
    color: white;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
}
#exit{
    color: #ffd927;
    font-size: 12px;
}
.tip_msg{
    margin-top: -8px;
    margin-bottom: 8px;
    text-indent: 8px;
}
.shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
}
.shade .shade_bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
#city_select_form{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -150px;
    margin-left: -180px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    border-radius: 4px;
}
#city_select_form .form_top{
    text-align: center;
    background: url("../image/top_bg.png?v=20191111") no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	margin-bottom:16px;
	margin-top: -80px;
    height: 110px;
}
#city_select_form .form_top_title{
	color:#333;
	text-align:center;
	font-size:18px;
	margin-bottom:16px;
	font-weight: 600;
}
#city_select_form .form_top img{
    margin-right: 5px;
}
#city_select_form .form_top div{
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}
#city_select_form .form_top p{
    font-size: 19px;
    line-height: 35px;
    font-weight: bold;
}
#city_select_form .form_title{
    position: relative;
    text-align: center;
    height: 50px;
    margin: 0 30px;
}
#city_select_form .form_title span{
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    background-color: #fff;
    padding: 0 10px;
}
#city_select_form .form_title hr{
    margin: 0;
    position: absolute;
    top: 25px;
    width: 100%;
}
#city_select_form .layui-form-item .layui-input-inline{
    width: auto;
    margin-right: 0;
}
#city_select_form .layui-form-item{
    margin: 0px 30px 16px;
}
#city_select_form .layui-form-item .layui-form-radio div{
    font-size: 16px;
    font-weight: bold;
}
#city_select_form .layui-form-item .layui-form-radio i{
    display: none;
}
#city_select_form .layui-form-item .layui-form-radio{
    border: 1px solid #d2d2d2;
    line-height: 30px;
    margin: 0;
    width: 80px;
    height: 60px;
    padding: 26px 30px;
    text-align: center;
}
#city_select_form .layui-form-item .layui-form-radioed{
    padding: 25px 29px;
    border: 2px solid #f8d650;
    background: url("../image/radio_b.png") no-repeat 118px 90px;
}
#city_select_form .layui-form-select dl dd.layui-this{
    background-color: #ffde44;
    color: #333;
}
#city_select_form .form_btn{
    text-align: center;
    margin-top: 30px;
	margin-bottom:30px;
}
#city_select_form .form_btn button{
    outline: none;
    border: 1px solid #FFD927;
    line-height: 36px;
    padding: 0 80px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #FFD927;
    border-radius: 18px;
	width:280px;
	font-size:16px;
	color:#333;
}
#city_select_form .form_btn button:hover {
    background-color: rgba(255, 217, 39, 0.7);
}
#city_select_form .form_btn button:active {
    background-color: rgba(255, 217, 39, 1);
}
/*-------------服务热线 -----------------*/
.top_right{
    float: right;
    line-height: 32px;
}
.top_right li{
    float: left;
    color: white;
    height: 32px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.top_right li.has_line::before{
	content:'';
	display:inline-block;
	width:1px;
	height:13px;
	background:#D0CFCE;
    vertical-align: middle;
}
.top_right .layui-icon{
	font-size:14px;
}
.top_right li>img{
    margin-top: 4px;
}
.top_right li div{
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 10000;
    width: 200px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.top_right li div img{
    width: 100%;
	display:block;
}
.top_right li div img.user{
    width: 90%;	
	margin:16px auto 10px;
}
.top_right li div span{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.top_right li:hover div{
    display: block;
}
.top_right li.hover_txt:hover a{
	color:#FFDA44;
}
.top_right li a.hover_txt:hover{
	color:#FFDA44;
}
.top_right li a{
    padding: 0 12px;
    color: #D0CFCE;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    position: relative;
}
.top_right li a img{
	vertical-align: middle;
    margin-right: 3px;
}
.top_right li a .layui-badge{
    padding: 0;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 15px;
    line-height: 14px;
    top: 5px;
    right: 8px;
    text-align: center;
}
/*-------------导航条-----------------*/
.nav_bar_box{
	position:relative;
	z-index:9999;
}
.nav_bar{
    width: 1200px;
    margin: 0 auto;
    height: 86px;
}
.logo{
    width: 480px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
    font-size: 28px;
    font-weight: 100;
    color: #626262;
    float: left;
    line-height: 80px;
}
.logo a{
    display: inline-block;
    height: 44px;
    vertical-align: middle;
    padding: 10px 5px;
}
.logo a img{
	height:100%;
}
.logo a:hover{
    background-color: rgba(255, 217, 39, 0.2);
}
.logo strong{
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 5px 0 2px;
    line-height: 60px;
    color: #454545;
}
.logo .slogan{
    margin-top: -2px;
}
nav{
    float: right;
}
nav>ul{
	overflow:hidden;
}
nav>ul>li{
    height: 86px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
	margin-left:50px;
}
nav>ul>li:last-child{
    margin-right: 0;
}
nav>ul>li:first-child{
    margin-left: 0;
}
nav>ul>li:hover{
	cursor:pointer;
}
nav>ul>li:hover i{
	background:#FFD927;
}
nav>ul>li i{
	position:absolute;
	width:26px;
	height:4px;
	border-radius:2px;
	background:#fff;
	bottom:20px;
	left:50%;
	margin-left:-13px;
}
nav>ul>li.nav_xz i{
	position:absolute;
	width:26px;
	height:4px;
	border-radius:2px;
	background:#FFD927;
	bottom:20px;
	left:50%;
	margin-left:-13px;
}
nav>ul>li.nav_xz>a{
	color:#333333;
	font-weight:bold;
}
nav>ul>li:hover ul{
    display: block;
}
nav>ul>li:hover a{
	color: #333333;
    font-weight: bold;
}
nav>ul>li>a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 100%;
    line-height: 86px;
	font-weight:bold;
}
nav>ul>li>ul{
    display: none;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
nav>ul>li>ul li a{
    display: inline-block;
    width: 100%;
    line-height: 36px;
    text-align: center;
    margin: 3px 0;
}
nav>ul>li>ul li:hover{
    background-color: #f6f6f6;
}
nav>ul>li>ul li.li_xz{
    background-color: #ffd927;
}

/*-------------底部-----------------*/
.mobile_con{
    width: 1250px;
    height:  55px;
    margin: 0 auto;
    position: relative;
}
.mobile{
    width: 168px;
    height: 345px;
    background: url("https://managerimage.xiangbaoche.cn/83f6db29e8872813b97f9c548f5c02f4.png?v=596847") no-repeat;
}
.mobile img{
    position: absolute;
    top: 185px;
    left: 35px;
    width: 100px;
}
.footer_top{
    background: url("../image/new/icon_bg_wg.png") repeat;
    height: 60px;
    line-height: 60px;
}
.footer_top_con{
    width: 1200px;
    margin: 0 auto;
}
.footer_top_con ul li{
    float: left;
	margin-right:52px;
    text-align: center;
    font-size: 16px;
	position:relative;
}
.footer_top_con ul li:hover div{
	display: block;
}
.footer_top_con ul li.vehicle:hover i{
    position: absolute;
    top: 62px;
    left: -32px;
    z-index: 10000;
    width: 130px;
	height:38px;
	background:url("../image/new/xbc_vehicle_icon.png") repeat;
	background-size:contain;
}
.footer_top_con ul li div{
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 10000;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);	
}
.footer_top_con ul li div img{
	width:100%;
}
.footer_top_con ul li .code span{
	color:#333;
	line-height:24px;
	display: block;
}
.footer_top_con ul li span{
    color: #E5E5E5;
    font-size: 16px;
}
.footer_top_con ul li span:hover{
    color: #ffd927;
	cursor: pointer;
}
.footer_top_con ul li .top{
    font-size: 30px;
    color: #555 !important;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.bot{
    width: 100%;
    background-color: #232323;
    padding-bottom: 60px;
}
.bot_con{
    width: 1200px;
    margin: 0 auto;
    padding-top: 44px;
    position: relative;
	overflow:hidden;
}
.bot_nav{
    width: 514px;
    float: left;
}
.bot_nav>ul>li{
    float: left;
    width: 130px;
}
.bot_nav>ul>li a{
    color: #BABABA;
}
.bot_nav>ul>li a:hover{
    color: #fff;
}
.bot_nav>ul>li>a{
    font-size: 20px;
	margin-bottom:32px;
	display: block;
}
.bot_nav>ul>li li a{
    font-size: 14px;
	margin-bottom:22px;
	display: block;
}
.bot_contact{
    width: 360px;
    float: left;
}
.bot_contact .contact_title{
    font-size: 18px;
    color: #BABABA;
    letter-spacing: 2px;
	margin-bottom:24px;
}
.bot_contact .contact_phone{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-indent: 3px;
	margin-bottom:20px;
}
.bot_contact ul{
    margin-top: 10px;
}
.bot_contact ul li{
    color: #aaa;
    font-size: 14px;
	margin-bottom:20px;
}
.bot_zixun{
	position: absolute;
    right: 0;
    top: 22px;	
}
.bot_zixun p{
    font-size: 18px;
    color: #ddd;
    letter-spacing: 1px;
    line-height: 30px;
}
.bot_zixun p span{
    color: #ffd927;
    font-size: 18px;
}
.bot_zixun form{
    margin-top: 5px;
    margin-bottom: 8px;
    height: 40px;
}
.bot_zixun form input{
    width: 200px;
    line-height: 35px;
    border: 1px solid #ffd927;
    padding: 0 10px;
    color: #ddd;
    outline: none;
    float: left;
    height: 35px;
}
.bot_zixun form button{
    width: 75px;
    line-height: 35px;
    background-color: #ffd927;
    border: 1px solid #ffd927;
    cursor: pointer;
    float: left;
    outline: none;
}
.bot_zixun form button:hover{
    background-color: rgba(255, 217, 39, 0.9);
}
.bot_zixun form button:active{
    background-color: rgba(255, 217, 39, 1);
}
.bot_zixun li{
    float: right;
    text-align: center;
}
.bot_zixun li.qrcode2{
	margin-left:60px;
}
.bot_zixun li.qrcode img{
    width:146px;
	margin-bottom:4px;
    margin-left:33px;
}
.bot_zixun li.qrcode2 img{
    width:112px;
	margin-bottom:4px;
}
.bot_zixun li p{
    font-size: 14px;
	color:#929292;
	line-height:24px;
}
.sug_a{
    position: absolute;
    top:215px;
    right: 60px;
}
.sug_a a{
    color: #ffd927;
    font-size: 13px;
}
.motor_enter{
	clear:both;
	padding-top:40px;
}
.motor_enter_title{
    color: #FFDA44;
    line-height: 30px;
    font-size: 16px;	
	margin-bottom:19px;
}
.motor_enter form{
    position: relative;
	overflow:hidden;
}
.motor_enter .cbBox{
    line-height: 34px;
    border: 1px solid #737373;
    padding: 0 10px;
    color: #BABABA;
    outline: none;
    height: 34px;
    font-size: 14px;
	float: left;
	width:198px;
    margin-right: 12px;
	position:relative;
}
.motor_enter .cbBox .cbTitle{
	position:absolute;
	top:0;
	left:10px;
	width:50px;
	color:#BABABA;
}
.motor_enter .cbBox .cbRight{
    display: inline-block;
    width: 11.3px;
    height: 22px;
    background: url(../image/new/icon_city_right.png?v=ab3de6a) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 8px;	
}
.motor_enter .cbBox input{
	border:none;
	padding-left:50px;
	color:#BABABA;
	width: 150px;
    height: 100%;
	line-height:34px;
}
.motor_enter .cbBox input::-webkit-input-placeholder,.motor_enter .cbBox2 input::-webkit-input-placeholder{
	color: #575757;
}
.motor_enter .cbBox input::-moz-placeholder,.motor_enter .cbBox2 input::-moz-placeholder{
	color: #575757;
}
.motor_enter .cbBox input::-ms-input-placeholder,.motor_enter .cbBox2 input::-ms-input-placeholder{
	color: #575757;
}
.motor_enter .cbBox2 input{
	border:none;
	color:#BABABA;
	width: 100%;
    height: 100%;
	line-height:34px;
}
.motor_enter .cbBox2{
    line-height: 36px;
    border: 1px solid #737373;
    padding: 0 10px;
    color: #BABABA;
    outline: none;
    height: 36px;
    font-size: 14px;
	float: left;
	width:300px;
    margin-right: 24px;	
}
.motor_enter form button{
    width: 158px;
    line-height: 34px;
    background-color: #545454;
    border: 1px solid #545454;
    cursor: pointer;
    float: left;
    outline: none;
	color:#BABABA;
}
.motor_enter form button:hover{
    background-color: #ffd927;
	color:#333;
}
.motor_enter form button:active{
    background-color: #ffd927;
	color:#333;
}
.copyright{
    min-width: 1200px;
    text-align: center;
    background-color: #232323;
    color: #929292;
    font-size: 12px;
	height:40px;
	line-height:40px;
	border-top:1px solid #444444;
}
.copyright img{
	vertical-align: middle;
    margin-right:8px;
}
.layui-layer-tips .layui-layer-content {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ffd927;
    -webkit-box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
    -moz-box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
    box-shadow: 1px 1px 3px rgba(255, 217, 39, .2) !important;
}
.layui-layer-msg .layui-layer-content {
    color: #fff !important;
}
.layui-layer-tips i.layui-layer-TipsB{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px !important;
    border-width: 1px !important;
    width: 10px !important;
    height: 10px !important;
    border-top-color: #ffd927 !important;
    border-left-color: #ffd927 !important;
    border-style: solid !important;
    z-index: 2 !important;
    top: -6px !important;
    background-color: white !important;
    border-right-color: #fff !important;
}
.layui-layer-tips i.layui-layer-TipsT{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px !important;
    border-width: 1px !important;
    width: 10px !important;
    height: 10px !important;
    border-bottom-color: #ffd927 !important;
    border-right-color: #ffd927 !important;
    border-style: solid !important;
    z-index: 2 !important;
    bottom: -6px !important;
    background-color: white !important;
}
.layui-form-select input{
    background-color: #fcfcfc;
}
.asterisk{
    width: 20px;
    color: #f73636;
    font-size: 24px;
    display: inline-block;
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 40px;
}
.layui-breadcrumb a:hover {
    color: #999!important;
    text-decoration: underline;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bbb;
}

.laydate-theme-molv .layui-laydate-header i, .laydate-theme-molv .layui-laydate-header span{
    color: #666 !important;
}

.exceed .exceed_tip{
    color: red;
    line-height: 25px;
    padding: 10px 25px;
    font-size: 16px;
}
.exceed ul{
    border-bottom: 1px solid #ccc;
    padding: 0 25px;
}
.exceed ul li{
    padding: 15px 5px;
}
.exceed ul li .li_left{
    float: left;
    width: 100px;
    margin-right: 30px;
    text-align: center;
}
.exceed ul li .li_left p{
    margin-top: 6px;
    font-size: 13px;
}
.exceed ul li .li_right{
    float: left;
    width: 170px;
}
.exceed ul li .li_right h1{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.exceed ul li .li_right h1 span{
    color: #666;
    margin-left: 15px;
}
.exceed ul li .li_right p{
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}
.exceed ul li .li_right p img{
    margin-right: 5px;
}
.exceed ul li:first-child{

}

.layui-layer-title{
    font-weight: bold;
}

body .xbcskin .layui-layer-content .layui-layer-ico1{background: url('../image/gou.png') no-repeat;}
body .xbcskin .layui-layer-btn .layui-layer-btn0{background:#ffd927;color: #333;border-color: #ffd927;}

.history{
    margin: 30px 30px 0;
    width: 1110px;
    height: 114px;
    overflow: hidden;
}
.history ul{
    height: 114px;
}
.history li{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 40px;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.history li img{
    border-radius: 100%;
}
.history li span{
    display: inline-block;
}
.history li span.pray{
    width: 60px;
    text-align: left;
}
.history li span.city{
    margin-left: 10px;
}
.history li span.surname{
    margin-left: 10px;
}
.history li span.phone{
    color: #3e9ce4;
}
.laydate-time-list>li{
    width: 50% !important;
}

.end_book{
    margin-top: 15px;
    text-align: center;
}
.end_book h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.end_book p.red{
    line-height: 30px;
}
.end_book p.end_book_tip{
    font-size: 12px;
    line-height: 24px;
}
.end_book input{
    display: inline-block;
    width: 200px;
    margin: 0 10px;
    margin-bottom: 5px;
}
.feature{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
}
.feature .feature_bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
#message_form{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 258px;
    margin-top: -220px;
    margin-left: -180px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.feature .feature_box{
	padding: 0 24px;
}
.feature .feature_box .feature_tip{
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #eee;
	color:#333;
}
.feature .feature_box .feature_content{
	padding:24px 0;
}
.feature .feature_content .feature_title{
	font-size:14px;
	line-height:20px;
	color:#333;
}
.feature .feature_content .feature_phone input{
	border:1px solid #FED925;
	background:#FFFEF9;
	height:40px;
	line-height:40px;
	width:310px;
	padding-left:16px;
	border-radius:20px;
	margin:24px 0;
}
.feature .feature_content button{
	width:156px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:14px;
	color:#666;
	border:1px solid #D3D3D3;
	border-radius:4px;
	display:inline-block;
}
.feature .feature_content button.js_submit{
	border:1px solid #FED925;
	font-size:14px;
	font-weight:bold;
	background:#FED925;
	margin-left:10px;
}


.show{display: block;}
.hide{display: none;}
.geetest_holder.geetest_wind{width: 100%!important;}

.app{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
}
.app .app_bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.app .app_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 574px;
    height: 730px;
    margin-top: -407px;
    margin-left: -319px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    border-radius: 4px;
    background: url('../image/new/app_download.png') no-repeat;
    background-size:cover;
}
.app .app_box_wrap{
    position: relative;
}
.app .app_box img{
    width:40px;
    height:40px;
    position: absolute;
    right:-20px;
    top:-20px;
}
