.main{
    background: #ebebeb;
    margin: auto;
    height: 290px;
    width: 840px;
    margin-top: 190px;
    padding:30px;
    box-shadow:1px 1px 1px 1px #808080 ;
    border-radius: 5px;
}

.left{
    /* background: #fcfcfc; */
    float: left;
    height:250px;
    width: 240px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-right: solid 1px #3f3f3f;
}

.right{
    /* background: #110e0e; */
    float: right;
    height:290px;
    width: 558px;
}

span[class="api"]{
    display: inline;
    margin-left: 28px;
}

div[class="WeChat"]{
    background: #51b341;
    margin: auto;
    margin-top: 20px;
    width: 210px;
    height: 40px;
    display: flex;
    cursor:pointer;
}

div[class="WieBo"]{
    background: #d92520;
    margin: auto;
    margin-top: 20px;
    width: 210px;
    height: 40px;
    display: flex;
    cursor:pointer;
}

div[class="QQ"]{
    background: #3d9ee5;
    margin: auto;
    margin-top: 20px;
    width: 210px;
    height: 40px;
    display: flex;
    cursor:pointer;
}

div[class="DouBan"]{
    background: #007610;
    margin: auto;
    margin-top: 20px;
    width: 210px;
    height: 40px;
    cursor:pointer;
    display: flex;
}

div > img{
    width:32px;
    height:32px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

img[class="check"]{ 
    height: 30px;
    outline:none;
    display: block;
    float: left;
    border-radius: 5px;
}

p{
    margin: auto;
    font-size: 20px;
    color: #2b2929;
}

td > p{
    padding-left: 10px;
}

div > p{
    margin: auto;
    font-size: 20px;
    color: #ebebeb;
}

div[class="signin"]
{
    height:290px;
    width: 380px;
    /* background: #f59e9e; */
    background: url(./img/bc3.jpg)
    margin:auto;
}

table[class="signin"]
{

    height:290px;
    width: 380px;
}

input[class="TEL"]{
    height: 40px; 
    width: 260px;
    border-radius: 10px;
    border:0px;
    padding-left: 5px;
    outline:none;
}

input[class="check"]{
    height: 40px; 
    width: 150px;
    border-radius: 10px;
    border:0px;
    padding-left: 5px;
    outline:none;
    display: block;
}

input[class="pwd"]{
    height: 40px; 
    width: 150px;
    border-radius: 10px;
    border: 0px;
    padding-left: 5px;
    outline:none;
    display: block;
}

.check_TEL{
    height: 30px; 
    width: 96px;
    border:1px solid #3d9ee5;
    background: none ;
    vertical-align:middle;
    cursor:pointer; 
    outline: none;
    color:#3d9ee5;
}

input[class="signin"]{
    height: 30px; 
    width: 96px;
    background: #3d9ee5;
    border: 0px;
    vertical-align:middle;
    cursor:pointer; 
    outline: none;
    color:#ebebeb;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 15px;

}

td > span{
    font-size: 13px;
    float: right;
    padding-right: 50px;
}

a{
    text-decoration: none;
}

.forget
{
    font-size: 14px;
}