/* 
* @Author: Marte
* @Date:   2016-07-15 10:33:16
* @Last Modified by:   Marte
* @Last Modified time: 2017-11-14 16:44:18
*/
@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse; /*让表格边框细线*/
    border-spacing: 0; /*清除边框间距*/
}

fieldset, img {
    border: 0 none; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
    display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
    /*清除标签默认文本样式和加粗*/
}

ol, ul {
    list-style: none; /*清除列表默认样式*/
}

caption, th {
    text-align: left; /*清除标签默认文本居中对齐*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; /*清除标题标签的默认样式*/
}

a {
    text-decoration: none; /*大部分页面中的链接没有下划线*/
}

a:hover {
    text-decoration: none; /*大部分页面中的链接没有下划线*/
}

input {
    border: 0;
    outline: none; /*去除蓝色边框*/
}

.clearfix:after {
    height: 0;
    content: " ";
    display: block;
    overflow: hidden;
    clear: both;
}

.clearfix {
    zoom: 1; /*IE低版本浏览器不支持after伪类所以要加这一句*/
}

* {
    margin: 0;
    padding: 0;

}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

/* 头部*/

.head img {
    display: block;
    margin-bottom: 30px;
    width: 35px;
    height: 35px;
    float: left;
}

.mainbox .title {
    color: #1992EF;
    font-family: Source Han Sans CN;
    font-weight: medium;
    font-size: 25px;
    padding-left: 10px;
}

.head p {
    display: block;
    font-family: "YouYuan", "Microsoft Yahei";
    font-size: 22px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

/* 中间*/

.mainbox {
    height: 800px;
    width: 100%;
    background: url(/config/login/images/big-bg-60d14e91b29890587dc3e40711f03514.png) no-repeat center center;
}

/* 联系电话什么的*/


/* 登录框*/

.top {
    width: 1000px;
    margin: 0 auto;
}

/* 登录框类型选择*/

.top .title {
    width: 290px;
    height: 40px;
    padding: 10px 28px 0 58px;
    background: #ffffff;
}

.title a {
    display: block;
    width: 145px;
    font: 14px/40px "微软雅黑";
    color: #85c7ff;
    text-align: center;
    float: left;
    border-bottom: 2px solid #d3e8fa;
}

.title .default {
    color: #2494f2;
    font-weight: bold;
    border-bottom: 2px solid #2494f2;
}

.title a:hover {
    color: #2494f2;
    font-weight: bold;
    border-bottom: 2px solid #2494f2;
}

/* 登录框密码错误提示*/

.loginbox .inform {
    display: block;
    position: absolute;
    top: 150px;
    width: 400px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color: red;
}

/* 登录框录入部分*/

.loginbox {
    position: absolute;
    left: 60%;
    top: 20%;
    height: 500px;
    width: 400px;
    background: #ffffff;
    box-shadow: 20px 20px 3px #ddedfa;
}

input::-ms-input-placeholder {
    color: #93A7BE;
}

::-webkit-input-placeholder {
    color: #93A7BE;
}

::-moz-placeholder {
    color: #93A7BE;
}

.login {
    width: 290px;
    padding: 25px 0 10px 57px;
}

.input-wrap {
    height: 36px;
    width: 290px;
    border: 1px solid #DBE5F0;
    border-radius: 8px;
    font-size: 14px;
    background: url(/config/login/images/yh-de36a52952c6a205e6312a01cd43acea.png) no-repeat 10px 9px;
}

.input-wrap-phone {
    height: 36px;
    width: 218px;
    border: 1px solid #cacaca;
    font-size: 14px;
    background: url(/config/login/images/phone-14521d6c1de39c5aabf71d6c1e85007e.png) no-repeat 10px 9px;
}

.login .input-wrap:hover, .login .input-wrap-phone:hover, .login .verify4Email:hover {
    border: 1px solid #2494f2;
}

.login .input-wrap input, .login .input-wrap-phone input {
    height: 36px;
    margin-left: 40px;
    width: 178px;
    border: none;
    box-shadow: none;
}

.login .password .input-wrap {
    background: url(/config/login/images/mm-58c7269a6fe671e17d4534773b0980be.png) no-repeat 10px 8px;
}

.login .verify4Email {
    height: 36px;
    width: 290px;
    border: 1px solid #DBE5F0;
    border-radius: 8px;
    background: url(/config/login/images/mm-58c7269a6fe671e17d4534773b0980be.png) no-repeat 10px 8px;
}

.login .username, .login .password {
    margin-bottom: 12px;
}

/* 登录框验证码部分*/

.login .yzm {
    margin-bottom: 10px;
}

.login .checkDigit2 {
    width: 145px;
    height: 36px;
    box-sizing : border-box;
    border: 1px solid #DBE5F0;
    font-size: 14px;
    text-align: center;
    float: left;
}

.login .yzm2 {
    display: block;
    float: left;
    width: 135px;
    height: 36px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #cacaca;
    box-sizing : border-box;
    margin-left: 10px;
}

.login .yzm2 img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* 登录框记住密码部分*/

.remmenber input {
    width: 14px;
    height: 14px;
    float: left;
    padding-right: 10px;
}

.login .remmenber {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 290px;
}

.login .remmenber p {
    float: left;
}

.login .remmenber a {
    display: block;
    float: right;
    color: #93A7BE;
}

.login .remmenber a:hover {
    color: #2494f2;
}

.login .login_btn {
    display: block;
    width: 290px;
    line-height: 38px;
    text-align: center;
    background: #2494f2;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";

}

.technicalSupport:hover {
    color: #1992EF !important;
}

.code {
    background: white;
    height: 140px;
    width: 420px;
    position: fixed;
    bottom: 50px;
    right: 35%;
    display: none;
    justify-content: space-around;
    box-shadow: 10px 10px 3px #ddedfa;
}

.text {
    color: #222222;
    font-family: Source Han Sans CN;
    font-weight: bolder;
    font-size: 16px;
    flex: 2;
    display: block;
    line-height: 55px;
    text-align: center;

}

/* 登录框二维码部分*/

/* 公司地址链接*/

.foot {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    background: white;
    -moz-opacity: 0.6;
    opacity: 0.6;
    line-height: 50px;
}

.foot img {
    width: 16px;
    height: 16px;
}

.foot li {
    float: left;
    margin-right: 30px;
}

.foot li span {
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    display: block;
    padding-left: 40px;
    background: url(/config/login/images/call-f9121605a3c0fdd47092625bf0542242.png) no-repeat 10px 17px;
}

li:nth-child(2) span {
    background: url(/config/login/images/email-8d1fe7a0448a26092ae5be1e2d7e7296.png) no-repeat 10px 17px;
}

li:nth-child(3) span {
    background: url(/config/login/images/app-7a0532314ea220b4963b1f5f100464c3.png) no-repeat 10px 17px;
}

li:nth-child(4) span {
    background: url(/config/login/images/wechat-07ddaee09f98a2cb65c191e9c4387181.png) no-repeat 10px 17px;
}

.foot li span:hover {
    color: #2494f2;
    cursor: pointer;
    background: url(/config/login/images/call-f9121605a3c0fdd47092625bf0542242.png) no-repeat 10px 17px;
}

li:nth-child(2) span:hover {
    background: url(/config/login/images/email-8d1fe7a0448a26092ae5be1e2d7e7296.png) no-repeat 10px 17px;
}

li:nth-child(3) span:hover {
    background: url(/config/login/images/app-7a0532314ea220b4963b1f5f100464c3.png) no-repeat 10px 17px;
}

li:nth-child(4) span:hover {
    background: url(/config/login/images/wechat-07ddaee09f98a2cb65c191e9c4387181.png) no-repeat 10px 17px;
}

.showArea {
    position: absolute;
    width: 100%;
}

.otherLoginBox {
    text-align: right;
    margin: 0px 30px;
    font-size: 15px;
    margin-top: 2px;
}

.otherLoginWords {
    font-size: 12px;
    color: #999;
    background: #fff;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto;
    margin-bottom: -8px;
    width: 80px;
    position: relative;
}

.otherLoginLeft {
    width: 55px;
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

.otherLoginRight {
    width: 55px;
    margin: 10px 42px 0px 10px;
    display: inline-block;
}

digitContainer {

}