﻿@charset "utf-8";
h1,h2,h3,h4,h5,h6{margin: 0;}
p{margin: 0;}
form{margin: 0;}
input,select{color: #333;margin: 0;padding: 0;border: none;outline: none;-webkit-appearance: none;}
textarea{color: #333;padding: 0;border: none;outline: none;-webkit-appearance: none;resize: none;text-align: justify;}
a{color: #333;text-decoration: none;-webkit-tap-highlight-color: rgba(255,255,255,0);}
b{font-weight: normal;}
i{font-style: normal;}
ul,ol{margin: 0;padding: 0;}
li{list-style: none;}
img{border: 0;}
table{border-collapse: collapse;text-align: center;}
td,th{padding: 0;}
html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust:100%;
    font-size: 54px;
}
.input_required{
    color: red !important;
}
body{
    width: 100%;
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    position: relative;
}
.body_wrap{
    display: block;
    width: 10rem;
    margin:auto;
    position: relative;
    background-position: center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_image{
    width: 100%;
    display: block;
}
.btn_box{
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
}
.btn_box a{
    display: inline-block;
    text-align: center;
    padding:5px 10px;
}
.btn_box a, .submit{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.apply_content_list, .group_tips_wrap{
    width: 9rem;
    margin: auto;
}
.apply_content_list .title_name{
    font-size: 16px;
    text-align: center;
    margin: 30px auto 10px;
}
.apply_content_list .apply_content{
    font-size: 12px;
}
.by_bigo{
    text-align: center;
    color: #eee;
    font-size: 14px;
    line-height: 50px;
}
.group_url{
    word-break: break-all;
}

.fixed_wrap{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5);
}
.fixed_box{
    width: 8.24rem;
    margin:auto;
    height: 100%;
    position: relative;
    overflow-x:hidden;
    overflow-y:auto;
    font-size: 0;
}
.fixed_box:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.form_title1{
    font-size: 28px;
}
.form_title2{
    font-size: 18px;
}
.fixed_content{
    width: 8.24rem;
    height: 11rem;
    border-radius: 0.55rem;
    overflow: auto;
    display: inline-block;
    vertical-align: middle;
}

.fixed_content .head_box{
    width: 7.4rem;
    position: relative;
    top: 0.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
}
.fixed_content .colse_btn{
    width: 0.46rem;
    height: 0.46rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.46rem;
    text-align: center;
    line-height: 0.46rem;
    position: absolute;
    right: 0.17rem;
    top: 0.17rem;
    z-index: 999;
}
.apply_form_wrap{
    width: 7.4rem;
    margin:auto;
    position: relative;
}
.apply_form{
    background: #fff;
}
.apply_form .lables{
    font-size: 0.3rem;
    color: #999;
    line-height: 0.4rem;
}
.apply_form ul{
    width: 6.76rem;
    margin:auto;
}
.apply_form li{
    padding-top: 0.2rem;
}
.apply_form input{
    width: 6.76rem;
    display: block;
    height: 20px;
    border:1px #e2e6f9 solid;
    text-indent: 0.2rem;
    font-size: 12px;
}
.apply_form select{
    width: 6.76rem;
    display: block;
    height: 20px;
    border:1px #e2e6f9 solid;
    text-indent: 0.2rem;
    font-size: 12px;
    background: none;
}
.apply_form select option{
    font-size: 12px;
}
.apply_form_wrap .input_tips{
    color: #ccc;
    font-size: 0.26rem;
    line-height: 0.55rem;
}
.apply_form_wrap .color_tips{
    color: #fad989;
    font-size: 0.3rem;
    margin:0.222rem 0 0.5rem;
}
.apply_form_wrap .messg{
    font-size: 0.333rem;
    color: #fff;
}
.apply_form_wrap input.submit{
    padding: 5px 10px;
    display: block;
    margin:10px auto 0;
}
.apply_form_wrap textarea{
    width: 6.76rem;
    height: 2rem;
    border:1px #e2e6f9 solid;
    font-size: 12px;
}
 ::-webkit-input-placeholder{
    color: #cccccc;
    font-size: 10px;
} 
 :-moz-placeholder {
    color: #cccccc;
    font-size: 10px;
} 
 ::-moz-placeholder {
    color: #cccccc;
    font-size: 10px;
} 
:-ms-input-placeholder {
    color: #cccccc;
    font-size: 10px;
}

