@charset "UTF-8";
/* css 重置 */
html, body, div, ul, li, nav, a, p, h1, h2, h3, h4, h5, h6, input, img, b, th, td, tr, table, thead, tbody {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    border: none;
    display: block;

}

ul, li {
    list-style-type: none;
}

body {
    color: #666666;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
}

a {
    color: #666666;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-full {
    width: 100%;
}

.bgfff {
    background: #FFFFFF;
}

.signIn_bg {
    background: url(../img/login_logo/bg.png) no-repeat;
    background-size: 100vw 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box_bg_bg {
    position: relative;
    width: 84%;
    height: 60%;
    margin: auto;
    margin-top: 6%;
}

.box_bg_bg .bg_img {
    width: 100%;
    position: relative;
}

.box_bg {
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 40%;
    height: 50%;
    padding-top: 20px;
}

.box_s {
    padding-left: 10%;
}

.box_bg .signIn_box {
    width: 23.4%;
    height: 33.49%;
    background: rgba(248, 252, 255, 1);
    box-shadow: 0px 0px 18px 0px rgba(37, 145, 255, 0.3);
    margin-right: 4%;
    padding: 2% 2% 3% 2%;
}

.box_bg .signIn_box a {
    display: block;
}

.box_bg .signIn_box img {
    width: 20%;
    height: 20%;
}

.box_bg .signIn_box h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 16px;
    color: rgba(51, 51, 51, 1);
}

.box_bg .signIn_box p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.box_bg .signIn_box span {
    background: url(../img/login_logo/jt.png) no-repeat;
    width: 12px;
    height: 24px;
    display: block;
    position: relative;
    top: -55px;
    left: 100%;
}

.uploadDiv {
	position: relative;
	top: -80px;
	left: 19%;
}
.uploadDiv a {
	font-size: 18px;
	color: #5684ea;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .box_bg .signIn_box h2 {
        font-size: 20px;
        color: rgba(51, 51, 51, 1);
    }

    .box_bg .signIn_box p {
        font-size: 14px;
        margin-top: 8px;
    }

    .box_bg .signIn_box {
        margin-right: 5%;
        padding: 1% 2% 0% 1%;
    }

    .box_s {
        padding-left: 11%;
    }

    .box_bg_bg {
        margin-top: 5%;
    }
    
    .uploadDiv {
		position: relative;
		top: -80px;
		left: 16%;
	}
	.uploadDiv a {
		font-size: 14px;
		color: #5684ea;
	}
}

.box_bg .signIn_box a:hover h2 {
    color: #2278f9;
}
