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

body{font-size:medium !important;font-family:"微软雅黑"; max-width: 640px; margin: 0 auto;}
*{margin:0;padding:0;border:0;list-style:none;text-decoration:none;-webkit-tap-highlight-color:transparent;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}


body {
    padding-top: 40px !important;
}


a {text-decoration: none;}
.weui-header {
    position: fixed !important;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    top: 0 !important;
    left: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
}

.logo{ margin:  0; text-align: center;}
.logo img{width: 35%;}

/*统一*/


.placeholder{ display: flex;}
.placeholder p{display: inline-block; flex: 1; margin-right: 10px;}
.weui-cell__ft {
    text-align: right;
    color: #0b29dc  !important; 
}

/*登陆*/
.login_box{    margin: 8%;}

.biaodan_box{    margin:10px;}
.biaodan_box h3{ padding: 10px 0; font-size: 18px; border-bottom: 2px solid #0b29dc; color: #0b29dc; font-weight: 600;}

.register{    margin:20px;}
.register_info{    margin:10px  0px; margin-top: 10px; padding: 10px; background-color: #fff; border-radius: 0px; font-size: 14px !important; box-shadow: 0px 5px 5px rgb(0,0,0,0.1);}


.register_info h3 {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 2px solid #0b29dc;
    color: #0b29dc;
    font-weight: 600;
}

.register_info h3 span{float:right;     font-size: 12px;}

.register_pic{ font-size: 14px; line-height: 25px; margin-bottom: 15px; text-align: center;}


.register_pic span{ width: 96% !important; margin: 2% !important;}


.register_info p{font-size: 20px !important;}
.register_info .weui-cell__ft{font-size: 20px !important;}            
/*底部*/

.copyright{ position: relative; bottom:10px; width: 100%; text-align: center; font-size: 14px;}



/*提示*/

.hint{ padding: 10px; box-sizing: border-box; border: 1px solid #efefef; background-color: #fafafa; border-radius: 5px; font-size: 12px; line-height: 25px; margin-top: 15px; color: #999;}

/*登记*/
.Approach{ width: 100%; height: 130px; box-shadow: 0px 5px 5px rgb(0,0,0,0.1);background-color: #0b29dc;
background-image: linear-gradient(60deg, #0b29dc 0%, #0ebdff 100%); margin-top: 40px;border-radius: 10px; overflow: hidden; position: relative;}


.Approach h3{ width: 100%; line-height: 130px; text-align: center; font-weight: 400; color: #fff; position: absolute; top: 0; left: 0; z-index: 999; font-size: 27px;}

.Approach img{ width: 100%; opacity: 0.4; position: relative; left: -15%;}



.Appearance{ width: 100%; height: 130px; box-shadow: 0px 5px 5px rgb(0,0,0,0.1);background-color: #FAD961;
background-image: linear-gradient(90deg, #FAD961 0%, #F76B1C 100%); margin-top: 20px;border-radius: 10px; overflow: hidden; position: relative;}
.Appearance img{ width: 100%; opacity: 0.4; position: relative; right: -15%;}
.Appearance h3{ width: 100%; line-height: 130px; text-align: center; font-weight: 400; color: #fff; position: absolute; top: 0; left: 0; z-index: 999; font-size: 27px;}

/*导航*/
.hc_nav{ padding:15px  20px;  background: #fff; height: auto; position: fixed; width: 100%; z-index: 9999; top: 40px; left: 0; box-shadow: 0px 7px 17px #cccc;}


