input::-webkit-input-placeholder { color:#CACEDC;font-size: 14px; }
input::-moz-placeholder { color:#CACEDC;font-size: 14px; } /* firefox 19+ */
input:-ms-input-placeholder { color:#CACEDC;font-size: 14px; } /* ie */
input:-moz-placeholder { color:#CACEDC;font-size: 14px; }
.content
{
    height: 760px;
    overflow: hidden;
}
.content .Regiser
{
    width: 848px;
    height: 519px;
    margin: 60px auto;
    box-shadow: 0px 1px 12px 0px rgba(129, 115, 113, 0.15);
} 

.content .Regiser .regiser_right .weixinlogin
{
    width: 95%;
    margin: 14px auto auto;
}
.weixinlogin {
    overflow: hidden;
    
}
.weixinlogin .top_border {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FCCAA7, #F93A3F, #FFACAC);
}
.weixinlogin .RegMain
{
    width: 342px;
    padding: 0;
    margin: 63px auto auto;
}
.weixinlogin .tab
{
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #F1F3F8;
    /* margin-bottom: 24px; */
}
.weixinlogin .tab_one
{
    width: 50%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: left;
    color: #474257;
    text-align: center;
}
.weixinlogin .modetobos
{
    border-bottom: 2px solid #FF6C60;
}
.weixinlogin .tab_two
{
    width: 50%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: right;
    color: #474257;
    text-align: center;
}

.weixinlogin .RegMain ul li 
{
    position: relative;
    margin-top: 27px;
    cursor: pointer;
}
.weixinlogin .RegMain ul li sapn
{
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    line-height: 51px;
    margin: auto;
    cursor: pointer;
}
.weixinlogin .RegMain ul li .iptTxt 
{
    height: 49px;
    border-radius: 35px;
    text-indent: 93px;
}
.weixinlogin .RegMain .BtnLogin
{

    height: 51px;
    border-radius: 26px;
    font-size: 18px;
    background: #FF6C60;
    margin: 49px auto auto;
}
.mt18{
    margin-top: 18px;
}
.send_message
{
    width: 127px;
    height: 49px;
    display: block;
    float: right;
    color: #B2B8CD;
    cursor: pointer;
    background: #F1F7FF;
    border-radius: 25px;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
}
.bottom_bg{
    width: 100%;
    bottom: 63px;
    height: 83px;
    position: absolute;
    background: url('../images/bottom_bg.png');
}
