﻿
/* 主内容 */
.reg_miam{
    width: 100%;
    height: auto;
    position: relative;
    margin: 7vh auto 0;
}
.reg_box{
    box-sizing: border-box;
    width: 700px;
    margin: 0 auto;
    position: relative;
    min-height: 420px;
    padding: 30px 60px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.reg_box::before{
    content: "";
    display: block;
    width: 100%;
    height:100px;
}
.reg_title{
    display: inline-block;
    width: auto;
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 9;
    padding: 0 5px;
    line-height: 30px;
    color: #040000;
    font-weight: bold;
}
.reg_title_cn{font-size: 30px;}
.reg_title_en{font-size: 20px;}
.reg_title_line{
    display: none;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: -1;
    background-color: #018ec3;
}
.reg_title_tip{
    display: block;
    width: 9.3rem;
    padding-left: 0.1rem;
    position: absolute;
    top: 110%;
    left: 0;
    color: #666666;
    font-size: 0.45rem;
    line-height: 0.6rem;
    text-align: left;
}
.input_text {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: #999999;
    border-bottom: 1px solid #eeeeee;
}
.select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    border: none;
    outline: none;
    padding-left: 0;
    border-bottom: 1px solid #eeeeee;
    color: #999999;
    background-color: white;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select option{padding: 0 20px;}
.input_aBox {
    width: 100%;
    position: relative;
}
.input_a {
    display: inline-block;
    width: auto;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    color: #018ec3;
}
.submit {
    box-sizing: border-box;
    float: left;
    display: block;
    min-width: 200px;
    height: 30px;
    margin-top: 0;
    line-height: 28px;
    outline: none;
    border: none;
    color: white;
    background-color: #018ec3;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(30,130,192,0.3);
}
.submit:hover{
    border: 1px solid #018ec3;
    background-color: white;
    color: #018ec3;
}
.submit_a{margin-left:0.2rem;border: 1px solid #018ec3;background-color: white;color: #018ec3;padding: 0 15px;}
.submit_a:hover{border:none;background-color: #018ec3;color:white;}
.reg_other{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.reg_other_btn{
    float: left;
    display: inline-block;
    width: auto;
    height:30px;
    padding: 0 20px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.reg_other_btn:hover{
    border: 1px solid #018ec3;
    color: #018ec3;
}
.reg_other_btn:last-child{margin-right: 0;}
.qu_btn{
    display: block;
    line-height: 2;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-decoration: underline!important;
    cursor: pointer;
}
/* END主内容 */


/* 右侧跳转方块 */
.reg_right{
    display: none;
    width: 320px;
    height:320px;
    position: absolute;
    top: 50px;
    left: 670px;
    background-color: #018ec3;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.reg_right_text{
    display: inline-block;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    line-height: 36px;
    color: white;
}
.reg_right_textT{font-size: 24px;}
.reg_right_textB{font-size: 20px;}
.reg_right:hover .reg_right_text span{font-weight: bold;}
/* 右侧跳转方块 */

/* 填写提示 */
.reg_alert{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
    transition: all .2s;
}
.reg_alert_box{
    display: table;
    width: 30%;
    min-width: 300px;
    max-width: 400px;
    height: 200px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.reg_alert_text{
    width: 100%;
    height: 150px;
    line-height: 2;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.reg_alert_text span{
    display: inline-block;
    width: 94%;
    position: absolute;
    left:50%;
    top:50%;
    font-size: 18px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.reg_alert_close{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color:#018ec3;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}
/* 填写提示 */