﻿ 

.artical_con div {
    clear: both;
}
 

.formDiv {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}
.formDiv label {
    display: inline-block;
    margin-bottom: 12px;
    height: 48px;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 3px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    overflow: hidden;
    position: relative;
}
.formDiv label i.iconfont {
    display: block;
    width: 64px;
    height: 48px;
    background-color: #f0f2f6;
    font-size: 18px;
    float: left;
    border-right: 1px solid rgba(34,36,38,.15);
    background-image: url(../IMG/icon.png);
    background-repeat: no-repeat;
}
.txt_input, .pwd_input {
    float: left;
    width: 252px;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}
 
.pwd > i.icon {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pwd > i.icon:after, .pwd  > i.icon:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
} 
.yzm .code {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    margin-top: 5px;
}

.formtext {
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}

.formtext a {
    float: left;
}

#backtop {
    position: fixed;
    width: 40px;
    right: 40px;
    top: 30%;
    z-index: 9999;
    box-shadow: -2px 2px 5px 3px rgba(7,17,27,.1);
}
  
.rccontent {
    width: 100%;
    margin: auto;
    min-width: 1200px;
    background-color: #1691d7;
}

.rccontent .wrapper {
    height: 630px;
    position: relative;
    margin: auto;
    width: 1200px;
}

.rccontent .wrapper .bg1 {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -214px;
    opacity: 0.4;
}     

.logincontent {
    width:700px;
    padding: 10px 25px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -220px;
    overflow: hidden;
    border: 1px solid #eceaea;
    border-radius: 8px;
}

.rccontent .wrapper .loginBox {
    width: 320px;
    height: 380px;
    float: left;
}

.rccontent .wrapper .loginBox .logo {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.logo {
    color: #fff;
    float: left;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    margin-top: 7px;
}

.rccontent .wrapper .loginBox .logo a {
    float: left;
    display: block;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    width: 50%; 
}

.logo_a {
    color: #1691d7;
}

.aboutlogin {
    width: 350px;
    height: 380px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
    padding-left: 15px;
    padding-right: 6px;
    margin-left: 20px;
    padding-top: 33px;
    box-sizing:border-box;
}
.aboutlogin h2 {
    font-size: 20px;
    font-family: "微软雅黑";
    text-align: center;
    color: black;
    font-weight: bold;
}
.aboutlogin p {
    line-height: 25px;
    font-size: 15px;
    text-align: justify; 
    color: #646464;
    letter-spacing: 1px;
    margin-top: 10px;
}