/*登录*/

body,
html,
.contain {
    height: 100%;
}

html {
    background-image: linear-gradient(#acd8fd, #59b2ff);
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#acd8fd, endcolorstr=#59b2ff, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform.Microsoft.gradient(startcolorstr=#acd8fd, endcolorstr=#59b2ff, gradientType=0);
    /*IE8*/
    background: #59b2ff;
    /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #acd8fd, #59b2ff);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#acd8fd), to(#0f84e9));
    background: -o-linear-gradient(top, #acd8fd, #0f84e9);
}

body {
    background: url(../img/login-bj.png) no-repeat center center;
}

.login-bg {
    /*height: 100%;
	background: url(../img/bg.png) no-repeat center center;*/
}

.tab-change li {
    width: 50%;
    float: left;
    color: #999999;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 8px;
    cursor: pointer;
}

.tab-change .icur {
    color: #000000;
    border-bottom: 2px solid #017eff;
}


/*登录*/

.login-form {
    margin-top: 36px;
}

.form-input {
    margin-top: 22px;
    /*font-size: 20px;*/
}

    .form-input input {
        width: 100%;
        height: 40px;
        border: 1px solid #dddddd;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 3px;
    }

        .form-input input:focus {
            border: 1px solid #017eff;
        }

.hide {
    display: none;
}

.form-input .yzm {
    width: 150px;
}

.form-input .hdyzm {
    width: 137px;
    height: 38px;
    font-size: 14px;
    background: #ffab00;
    color: #ffffff;
    border: 0 none;
    float: right;
}

.loginbox {
    width: 980px;
    height: 530px;
    margin: auto;
    box-shadow: 0px 0px 10px #333;
    border-radius: 6px;
    margin-top: 130px;
}

.loginbox-L {
    width: 530px;
    height: 470px;
    padding: 30px;
    float: left;
    border-radius: 6px 0 0 6px;
    background: #1492ff;
    color: #fff
}


    .loginbox-L .left-title h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .loginbox-L .about {
        width: 100%;
        height: 385px;
        overflow: auto;
        font-size: 16px;
    }

        .loginbox-L .about p {
            margin-top: 10px;
        }

        .loginbox-L .about a {
            color: #fff;
        }

.about-1::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.about-1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #017eff;
}

.about-1::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #acd8fd;
}

.loginbox-R {
    width: 310px;
    height: 430px;
    padding: 50px 40px;
    float: left;
    border-radius: 0 6px 6px 0;
    background: #fff;
}


.auto span {
    background: url(../img/remember1.png) no-repeat center left;
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}

.forget {
    float: right;
    color: #017eff;
    font-size: 14px;
}

.form-input .login-btn {
    height: 52px;
    color: #ffffff;
    background: #007eff;
    border-radius: 5px;
    font-size: 18px;
}

.c-block {
    /*background-image: linear-gradient(#acd8fd, #59b2ff) ;height: 100%;
	 filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#acd8fd,endcolorstr=#59b2ff,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#acd8fd,endcolorstr=#59b2ff,gradientType=0);*/
    /*IE8*/
    /*background:#59b2ff; 
    background:-moz-linear-gradient(top, #acd8fd, #59b2ff);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#acd8fd), to(#59b2ff));  
    background:-o-linear-gradient(top, #acd8fd, #59b2ff); */
}

.form-block h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 41px 0;
}

.register {
    text-align: center;
    color: #007eff;
    font-weight: bold;
}

.style {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/zlb.png) no-repeat center center;
    vertical-align: middle;
}

    .style:hover {
        background: url(../img/zlbed.png) no-repeat center center;
    }


/*.auto input{
	opacity: 0;FILTER:alpha(opacity=0);display: none;
}*/

.auto .auto-icur {
    background: url(../img/remember.png) no-repeat center left;
}

.title {
    background: #ffffff;
}

.title-main {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background: #ffffff;
}

.title-left {
    float: left;
    line-height: 78px;
    font-size: 40px;
    color: #000000;
    font-family: "微软雅黑";
    font-weight: bold;
}

.title-right {
    float: right;
}

.phone {
    line-height: 22px;
    margin-top: 24px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.index-title {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 100px;
}

.btn-form {
    margin-top: 35px;
}

@media screen and (max-width: 640px) {
    body,
    html {
        background: -moz-linear-gradient(top, #9bcffb 0%, #1085ea 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bcffb), color-stop(100%,#1085ea));
        background: -webkit-linear-gradient(top, #9bcffb 0%,#1085ea 100%);
        background: -o-linear-gradient(top, #9bcffb 0%,#1085ea 100%);
        background: -ms-linear-gradient(top, #9bcffb 0%,#1085ea 100%);
        background: linear-gradient(to bottom, #9bcffb 0%,#1085ea 100%);
    }

    .title-main {
        width: auto;
        height: 50px;
        background-color: #8cc7f9;
    }

    .index-title {
        /*font-size: 20px;
        line-height: 50px;
        text-align: center;
        float: none;*/
        display: none;
    }

    .loginbox {
        width: 320px;
        height: 600px;
        margin: auto;
    }

    .loginbox-L {
        width: 300px;
        height: 250px;
        padding: 5px 10px 8px 10px;
        position: absolute;
        top: 390px;
        border-radius: 0 0 6px 6px;
        background: #fff;
        border-top: 2px dashed #017eff;
    }

        .loginbox-L .left-title h1 {
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 0px;
            display: inline-block;
            color: #000;
        }

        .loginbox-L .about {
            height: 200px;
            font-size: 14px;
            color: #333;
        }

            .loginbox-L .about p {
                margin-top: 5px;
            }

            .loginbox-L .about a {
                color: blue;
            }

    .about-1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        background: #666;
    }
    .about-1::-webkit-scrollbar-track { /*滚动条里面轨道*/
        background: #e2e2e2;
    }

    .loginbox-R {
        width: 300px;
        height: 320px;
        padding: 10px;
        position: initial;
        top: auto;
        left: auto;
        margin-left: auto;
        border-radius: 6px 6px 0 0;
    }

    .browser {
        /*display: none;*/
    }

    .tab-change li {
        font-size: 20px;
    }

    .login-form {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .form-input {
        margin: 10px 0;
        font-size: 16px;
    }

        .form-input .yzm {
            width: 140px;
        }

        .form-input .hdyzm {
            width: 120px;
        }

        .form-input input {
            font-size: 14px;
        }
}

@media screen and (max-width: 320px) {
    .form-input .yzm {
        width: 123px;
    }

    .form-input .hdyzm {
        width: 137px;
    }
}
