a{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
br{
    margin-bottom: 12px;
}

.Reg_container,.logo_container{
    width: 1200px;
    height: 680px;
    margin: auto;
}
._left{
    margin-top:55px;
}
.Reg_right ._r_header{
    border-bottom: 1px solid #d7d7d7;
    width:355px;
    padding:12px 0;
    font-family: "Microsoft Yahei";
    margin-bottom: 25px;
}
.Reg_right ._r_header i{
    font-style: inherit;
    font-size: 25px;
    font-family: "Microsoft Yahei";
    color: rgb( 68, 68, 68 );
}
.Reg_right ._r_header a{
    color:rgb( 102, 102, 102 );
    margin-top: 10px;
    cursor: pointer;
}
.Reg_right ul{
    list-style: none;
    padding:0
}
.Reg_right ul li{
    margin-bottom: 20px;
    width: 355px;
}
.Reg_right ul li input[type="text"]{
    height: 42px;
    line-height: 42px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    padding-left: 8px;
    font-family: "Microsoft Yahei", Microsoft Yahei, "Helvetica Neue" , Helvetica , Arial, sans-serif;
}
.Reg_right ul li input[type="password"]{
    height: 42px;
    line-height: 42px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    padding-left: 8px;
    font-family: "Microsoft Yahei", Microsoft Yahei, "Helvetica Neue" , Helvetica , Arial, sans-serif;
}
.Reg_right ul li input[type='button']{
    width: 355px;
    height: 50px;
    background: #ff6200;
    border: none;
    border-radius: 4px;
    font-size: 23px;
    color: #fff;
    font-family: "Microsoft Yahei";
    cursor: pointer;
}
.Reg_right ul li input.text{
    width: 98%;
}
.Reg_right ul li input.test{
    width: 60%;
}
.Reg_right ul li.select{
    width: 550px;
}
.Reg_right ul li .btn{
    width: 32%;
    background: #ff6200;
    float: right;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    color:#fff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
	padding:initial;
}
.Reg_right ul li span#yanzhengma{
    cursor: pointer;
}
.Reg_right ul li span#num{
    cursor:not-allowed;

}
.Reg_right label {
    font-size:14px;
    color:#444;
    font-weight:normal;
    font-family: "Microsoft Yahei", Microsoft Yahei, "Helvetica Neue" , Helvetica , Arial, sans-serif;
}
.checkbox-custom a {
    color: #428bca;
}

.checkbox-custom a:hover {
    color: #ff6200;
}
.coop_logo div{
    display: inline-block;
    width: 150px;
    margin-top: 12px;
}
.coop_logo div:last-child{
    margin-left: 12px;
}
.coop_logo .sina,.coop_logo .qq{
    background:url(https://static.fxbtg-bank.com/portal/zh-cn/login/logo.png);
    display: inline-block;
    float: left;
}
.coop_logo i{
    font-style: inherit;
    font-family: "Microsoft Yahei";
    color: rgb( 153, 153, 153 );
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}
.coop_logo i:hover{
    color:#ff6200;
}
.coop_logo .sina{
    width: 34px;
    height:26px;
    background-position: 0 0;
}
.coop_logo .qq{
    width: 23px;
    height:27px;
    background-position: -34px 0;
}
/*tishi*/
.Reg_right li.hint{
    text-align: center;
}
.hint span{
    background: red;
    border-radius: 20px;
    width: 18px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 18px;
    line-height: 16px;
    margin-right: 5px;
    cursor: pointer;
}
.hint i{
    font-style: inherit;
}
.hint label{
    color:red;
}