
/* open-tips */
.open-tips{
    width: 100%;
    min-width: 1300px;
    height: 50px;
    background: #B2B2B2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}
.open-tips-box{
    width: 1200px;
    margin: 0 auto;
}
.open-tips p{
    font-size: 14px;
    line-height: 50px;
    float: left;
    text-indent: 2em;
    color: #fff;
}
.open-tips-btn{
    width: 270px;
    height: 50px;
    float: right;
}
.open-tips-btn a{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.open-tips-btn a:hover{
    background: #fff;
    color: #B2B2B2;
}
.open-tips-link{
    float: left;
    width: 180px;
}
.open-tips-close{
    float: right;
    width: 80px;
}

/* open-plate-back */
.open-plate-back{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.open-plate{
    width: 855px;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -427.5px;
}
.open-plate-close{
    width: 27px;
    height: 27px;
    background: url("../images/closer_btn.png");
    float: right;
    cursor: pointer;
}
.open-plate-content{
    width: 800px;
    height: 500px;
    border-top: 1px solid #BA3B33;
    background: #222130;
}
.open-plate-baseline{
    width: 800px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.open-plate-baseline p{
    width: 23px;
    height: 1px;
    background: #BA3B33;
}
.open-plate-baseline-left{
    float: left;
}
.open-plate-baseline-right{
    float: right;
}
.open-plate-content>div{
    width: 800px;
    color: #D6D6D6;
}
.open-plate-content h4{
    color: #F3CA30;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
/* .open-plate1{
    display: none;
} */
.open-plate2{
    text-align: center;
}
.open-plate1 h4{
    margin: 88px auto 61px;
}
.open-plate2 h4{
    margin: 74px auto 55px;
}
.code-submit,
.confirm{
    display: block;
    border: none;
    width: 211px;
    background: #BA3B33;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.code-submit{
    height: 63px;
    line-height: 58px;
    padding: 3.5px 0;
    margin-top: 40px;
}
.code-submit:hover,
.confirm:hover{
    background: #DB8B86;
}
.confirm{
    height: 63px;
    line-height: 63px;
    cursor: pointer;
}
.open-plate1>div{
    width: 710px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    margin: 0 auto 21px;
}
.open-plate1 .verification{
    display: none;
    width: 442px;
    height: 78px;
    margin: 10px auto;
}
#verification{
    width: 304px;
    height: 78px;
    float: right;
}
.open-plate1>div label,
.open-plate1>div input,
.open-plate1>div span{
    display: inline-block;
    vertical-align: middle;
}
.open-plate1>div label{
    width: 268px;
    text-align: right;
}
.open-plate1>div input[type='email'],
.open-plate1>div input[type='text']{
    width: 254px;
    height: 35px;
    color: #fff;
    border: 1px solid #4B4A56;
    text-align: center;
    background: #393845;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.open-plate1>div input[type='button']{
    width: 158px;
    height: 37px;
    background: #D1C181;
    font-weight: bold;
    color: #1A1612;
    margin-left: 15px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.open-plate1>div input[type='button']:hover{
    background: #F3CA30;
}
.open-plate2-email span{
    border-bottom: 1px solid #D6D6D6;
    padding: 0 10px;
}
.open-plate2-code{
    width: 100%;
    height: 37px;
    line-height: 37px;
    margin: 44px 0 17px;
}
.open-plate2-code p{
    display: inline-block;
    margin-right: 28px;
}
.open-plate2-code p:last-child{
    margin-right: 0;
}
.open-plate2-code p span{
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    margin-left: 5px;
    color: #F3CA30;
    background: #393845;
    border: 1px solid #5F5F69;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.open-plate2-text-1{
    font-size: 16px;
    color: #CD4239;
    line-height: 28px;
}
.open-plate3-text-1{
    margin: 94px auto 0;
    color: #fff;
    width: 735px;
}
.open-plate3-text-2{
    color: #fff;
    margin-bottom: 88px;
}
.open-plate2-text-2{
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 58px;
}