﻿.login_top .phone{
    color: #666666;
    font-size: 16px;
}
.login_top {
    height: 106px;
     line-height: 105px;
}
.login_cont {
   background-color: #76b7fb;
}
.login_bg {
    width: 1040px;
    height: 450px;
    margin: 0 auto;
    background: url("/img/img_dl3.jpg") no-repeat left;
    position: relative;
}
.input label {
    width: 45px;
    height: 46px;
}
.input label img {
    padding-left: 2px;
    position: relative;
    top: -2px;
}
.login_box {
    width: 306px;
    height: 411px;
    margin-top: 24px;
    position: absolute;
    right: 0px;
    background: #fff;
        padding: 0 23px;
      border-radius: 4px;
    overflow: hidden;
}
.login_box .p1 {
    line-height: 65px;
    color: #3497db;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    height: 55px;
}
.login_box .input {
    width: 260px;
    height: 48px;
    margin-bottom: 10px;
    border: 1px solid rgb(63, 157, 221);
    overflow: hidden;
        border-radius: 4px;
}
.login_box .input input {
    height: 45px;
    width: 209px;
    border: none;
    line-height: 46px;
    color: #666666;
    font-size: 14px;
    padding-left: 12px;
    border-left: 1px solid #3497db;
    margin-top: 1px;
}
.p2 {
    color: #0099ff;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
}

.p2 a.a2 {
    position: absolute;
    right: 0;
    top: 0;
}
 .p2 a {
    color: #0099ff;
}
 .login_botton {
     height: 60px;
     background: rgb(246, 246, 246);
     width: 306px;
     position: relative;
     bottom:-6px;
     left: -23px;
 }