@font-face {
    font-family: fangzheng01;
    src:url("../css/fzltthjw.ttf?v=20180205");
    src:url("../css/fzltthjw.woff?v=20180205") format('woff'),
    url("../css/fzltthjw.ttf?v=20180205") format('truetype'),
    url("../css/fzltthjw.svg?v=20180205") format('svg'),
    url("../css/fzltthjw.eot?v=20180205") format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
*,:before,:after{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a{
    text-decoration:none;
}
.wrapped{
    max-width: 84%;
    margin:0 auto;
}
.am-animation-fadeInUp{
    will-change:translate;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
ul,li,ol,ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul{
    list-style: none;
    padding:0;
    margin:0;
}
p,*+p{
    margin:0;
    line-height: 1;
}
img{
    user-select: none;
}
.clearfix{
    *zoom:1;
}
section{
    padding:0.5px 0;
}
html{
    max-width:414px;
    margin:0 auto;
}
main{
    background: #25002e;
}

.banner{
    width:100%;
    height:234px;
    background:#25002e url("../images/banner.png?v=20180223") no-repeat center;
    background-size:cover;
}
.infomation p{
    font-size:14px;
    color:#fff;
    line-height:1.5;
    margin:35px auto;
    text-align: justify;
}
.infomation .divition{
    margin-bottom:43px;
    padding-left:10px;
    line-height: 1;
}
.infomation .divition span{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #ff9a3c;
    margin-right:15px;
}
.infomation .divition span:nth-of-type(2){
    background: #0bb26e;
}
.infomation .divition span:nth-of-type(3){
    background: #ff3636;
}
.infomation .divition span:nth-of-type(4){
    background: #7d20c2;
}
.formType--wrapper{
    padding:25px 4.12% 0;
    background: rgba(255, 255, 255, 0.09);
    margin-bottom:25px;
    position: relative;
    border-radius: 5px;
}
.form_title{
    font-family: fangzheng01;
    font-size:32px;
    position: absolute;
    top:-16px;
    color:#fff;
    left:0;
}
.form_tip{
    color:#fff;
    font-size:14px;
    margin-bottom:25px;
    font-weight:bold;
}
.form_tip span{
    font-weight:normal;
    font-size:9px;
}
.am-form-group{
    margin-bottom:0;
}
.register{
    padding-bottom:1px;
}
.register form label{
    display: block;
    line-height:30px;
    min-height:30px;
    padding-bottom:25px;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
}
.register form label>span:not(.tip){
    display: inline-block;
    vertical-align: top;
    width:23.18%;
    max-height:30px;
    text-align: right;
    font-size:14px;
    color:#fff;
}
.register form label span span{
    font-size:9px;
    line-height:1;
    position:relative;
    top:-17px;
}
.register form label .tip{
    position: absolute;
    bottom: 10%;
    left:29%;
    display: none;
    min-width: 75px;
    color:#dd514c;
    font-size:11px;
    text-align: left;
    line-height: 1.6;
    user-select: none;
}
.register form label span.unit{
    display: inline;
    margin-left:12px;
}
.register form label input[type=text]{
    display: inline-block;
    color:#25002e;
    width:69%;
    max-width:200px;
    height:30px;
    font-size:18px;
    font-weight:bold;
    padding:7px 10px;
    margin-left:15px;
    border:1px solid #666;

}
.register form label input[type=text]:focus{
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgb(253, 41, 164);*/
    /*border:1px solid #fd29a4;*/
    /*outline:none;*/
}
.register form .am-form-error input[type=text]{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #eda4a2;
    border:1px solid #dd514c;
    outline:none;
}
.register form .form_scale input[type=text]{
    width:31.14%;
    max-width:90px;
}
.register form .am-form-error .tip{
    display: block;
}
.register form .form_button{
    text-align: center;
    margin-bottom:25px;
}
.register form button{
    width:210px;
    line-height:50px;
    background: #f60;
    border:none;
    border-radius:1000px;
    font-size:23px;
    color:#fff;
    font-weight:bold;
}
.register form button:hover {
    background: #af1d71;
}
.register form button:focus{
    outline: 1px solid #fd29a4;
}


.register .exhibiter_button{
    position: absolute;
    min-width:108px;
    height:30px;
    bottom:5px;
    right:0;
}
.register .exhibiter_button .button{
    display: inline-block;
    width: 120px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background: #fd29a4;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in;
}

.register .exhibiter_button a:first-of-type:hover .button{
    background: #ae1d71;
}

.goTop{
    width:32px;
    position: fixed;
    right:10px;
    bottom:100px;
    font-size:12px;
}
.goTop li{
    width:32px;
    height:32px;
    transition: ease-in;
}
.goTop li img{
    height:32px;
}

/*alert*/
.alert--success{
    display: none;
    padding:18px;
    width:250px;
    height:180px;
    background: #fff;
    font-size:12px;
    line-height: 1.5;
    color:#666;
    position: fixed;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    z-index: 1000;
}
.alert_shadow{
    display: none;
    content:'';
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.73);
}
.alert--success img{
    max-height:54px;
    margin-bottom:8px;
}
.alert--success p{
    font-size:18px;
    color:#000;
    font-weight:bold;
    margin-bottom:18px;
}
.my_alert {
    padding: 15px 25px;
    position: fixed;
    text-align: center;
    font-size: 15px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 4;
}

.logo_title{
    margin:35px 0;
}
.logo_title img{
    max-height:60px;
    min-width:260px;
}
section .logo_title{
    margin-left:-6%;
}
section.news .logo_title,section.article .logo_title{
    margin-left:0;
}