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: 1022px;
    height: 615px;
    margin: 60px auto;
} 
.content .Regiser .regiser_left
{
    width: 432px;
    height: 100%;
    float: left;
    background: url('../images/new_login_one.png') no-repeat;
}
.content .Regiser .regiser_right
{
    width: 590px;
    height: 100%;
    float: right;
}
.content .Regiser .regiser_right .weixinlogin
{
    width: 95%;
    margin: 14px auto auto;
}
.erweima
{
    height: 55px;
}
.erweima_one
{
    width: 135px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    float: right;
    margin-right: 8px;
    position: relative;
}
.erweima_one:before
{
    content: " ";
    position: absolute;
    top: 40%;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #E6E6E6;
    border-right: 5px solid transparent;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.ss::after{
    content: " ";
    position: absolute;
    top: 40%;
    right: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.ss:hover:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #E6E6E6;
    border-right: 5px solid transparent;
}
.erweima_one .erweima_one_img
{
    width: 18px;
    height: 19px;
    float: left;
    margin: 4px 9px 4px 9px;
    background: url('../images/weixin.png');
}
.erweima_one .erweima_one_words
{
    color: #828DA4;
    font-size: 12px;
    margin: 4px 9px 4px 9px;
}
.erweima_two
{
    float: right;
    width: 52px;
    height: 52px;
    background: url('../images/erweima.png') no-repeat;
}
.erweima_three
{
    float: right;
    width: 52px;
    height: 52px;
    background: url('../images/pc_login.png') no-repeat;
}
.weixinlogin .RegMain
{
    width: 342px;
    padding: 0;
    margin: 22px 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 .tab_ones
{
    width: 50%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #474257;
    text-align: center;
    margin: 0 auto;
}
.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: 24px;
}
.weixinlogin .RegMain ul li img
{
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.weixinlogin .RegMain ul li .iptTxt 
{
    height: 49px;
    border-radius: 35px;
    text-indent: 53px;
}
.weixinlogin .RegMain .BtnLogin
{

    height: 51px;
    border-radius: 26px;
    font-size: 18px;
    background: #FF6C60;
    margin: 59px 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;
}
.wechat_login .wechat_logo .qr_font
{
    width: 200px;
    text-align: center;
    margin: 81px auto auto;
}
.wechat_login .wechat_logo .qr_code
{
    width: 212px;
    height: 212px;
    margin: 37px auto auto;
    border: 1px solid #EEEEEE;
}
.wechat_login .wechat_logo .qr_code .qr_code_img
{
    width: 166px;
    height: 166px;
    margin: 23px;
}
