﻿.enter {
    /*position: absolute;
    top: 0;
    left: 50%;
    z-index: 55;
    width: 1000px;
    margin-left: -500px;
    margin-top: 92px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    /* width: 0px; */
    margin-left: 700px;
    /*margin-bottom: 3.5%;*/
    /* margin-top: 92px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.enter_img
{
    float: left;
}
.enter_img img
{
    width: 528px;
}
.enter_xin
{
    width: 344px;
    text-align: center;
    padding-bottom: 12px;
}
.enter_xin img
{
 display:inline-block;    
}
.enter_xin strong
{
    width: 344px;
    font-size: 18px;
    color: #161616;
    height: 34px;
    line-height: 34px;
    display: block;
}
.enter_xin a
{
    width: 344px;
    font-size: 12px;
    color: #298ffd;
    height: 14px;
    line-height: 14px;
    display: block;
}

.enter_rt
{
    float: right;
    box-sizing: border-box;
    padding:25px;
    background-color: #ffffff;
    border-radius: 4px;
}
.enter_rt p
{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    color: #666;
    text-align: left;
}
.enter_rt p span
{
    overflow: hidden;
    color: #999;
    line-height: 12px;
    float: left;
    display: none;
}
.enter_rt p a
{
    color: #ccc;
    padding-left: 7px;
}
.enter_rt p label
{
    float: left;
    text-align: right;
    line-height: 38px;
    width: 80px;
}
.enter_input
{
    float: left;
    width: 344px;
    text-indent: 14px;
    height: 44px;
    line-height: 44px;
    border: solid 1px #eee;
    font-size: 13px;
    margin-bottom: 8px;
}

.enter_nianhou
{
    height: 40px;
}
.enter_nianhou a
{
    display: block;
    width: 344px;
    height: 44px;
    line-height: 44px;
    background: #ff3b3c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}
.enter_nianhou a:hover
{
    background: #c91723 repeat-x;
}
.suo1 {
    background: url(../../Images/phone.png) no-repeat 10px center;
    text-indent: 40px;
}
.suo2
{
    background: url(../../Images/suo2.jpg) no-repeat 10px center;
    text-indent: 40px;
}
.showmsg
{
     margin-top:5px; margin-bottom:5px;
}
.login-title 
{
    text-align: center;
    padding: 5px 0 15px 0;
    font-size: 18px;
    color: #333;
 }
 .enter_rt input {
     width: 280px !important;
 }