html,
body {
    height: 100%;
    width: 100%;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
}

footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

#bgPic {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: url(../../../../webres/images/login_background.png);
    z-index: -1;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
}

#bgPic1 {
    background: url(../../../../webres/images/login_background1.png?time=20190305) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5.42rem;
    width: 17rem;
    background-size: cover;
}

.main-content {
    width: 5rem;
    height: 5.1rem;
    border-radius: 8px;
    position: relative;
    top: 2rem;
    left: 7.17rem;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.36);
    background-color: #fff;
    z-index: 1;
}


.logo {
    margin-top: .1rem;
    margin-left: 3.4rem;
    margin-right: .1rem;
    display: inline-block !important;
}

.register_title {
    font-size: .36rem;
    color: rgb(62, 62, 62);
    font-weight: normal;
    /*padding-top: .23rem;*/
}

.main-content .icon {
    font-size: .24rem;
    color: #2b6afd;
    position: absolute;
    margin-left: .875rem;
    bottom: .03rem;
}

#sign_form {
    margin-top: 0;
}

#sign_form>div>span {
    height: .36rem;
    line-height: .36rem;
    display: inline-block;
    width: 3.3rem;
    margin-left: .875rem;
    /* background-color: rgb(255,255,255);*/
}

#sign_form span input,
#sign_form span select {
    border-bottom: 1px solid rgb(207, 211, 214);
    background-color: transparent;
    height: .36rem;
    line-height: .36rem;
    color: rgb(74, 74, 74);
    width: 100%;
    padding-left: .445rem;
    font-size: .16rem;
}


/*#sign_form span select{
	border-radius: 4px;
	margin-left: 30px;
	border: 1px solid rgb(207,211,214);
	background-color:transparent;
	height: .36rem;
	line-height: .36rem;
	color: rgb(74,74,74);
	width: 89%;
	padding-left: .04rem;
	font-size: .16rem;
}*/

#sign_form span input:focus {
    border-bottom: 1px solid rgb(129, 160, 182);
}

form>div {
    padding-top: 0.16rem;
    height: .54rem;
    position: relative;
}

#getValidCode {
    color: #2b6afd;
    border-color: #2b6afd;
    border-radius: 4px;
    width: 1.4rem;
    height: .3rem;
    font-size: .12rem;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0;
    color: rgb(103, 103, 103);
    position: absolute;
    right: .82rem;
    background: -ms-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242));
    /* IE 10 */
    background: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242));
    /*火狐 */
    background: -webkit-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242));
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242));
    /*Opera 11.10+ */
}

#getValidCode.disable {
    border-color: #d9d9d9;
    color: #bfbfbf;
}

#getValidCode:focus {
    border: 1px solid rgb(235, 235, 235);
    outline: none;
}

.btn.disable,
.btn.disable:hover {
    border: 1px solid #5E93C1 !important;
    cursor: not-allowed;
}

.main-content input,
.main-content select {
    border: none;
    outline: none;
    box-shadow: none;
    width: 88%;
}

#btn_submit {
    background-color: rgb(27, 145, 251);
    margin-top: .2rem;
    margin-bottom: .1rem;
    color: #fff;
    width: 3.31rem;
    height: .46rem;
    margin-left: .875rem;
    font-size: .16rem;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

#validateImg {
    position: absolute;
    bottom: .05rem;
    right: .82rem;
    width: .98rem;
    height: .34rem;
}

.register_tc {
    padding-top: 0.1rem;
    height: .3rem;
    position: relative;
    font-size: .14rem;
    text-align: center;
}

.register_ret {
    text-align: center;
    border-top: 1px dashed rgba(151, 151, 151, 0.49);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: .5rem;
    line-height: .5rem;
    font-size: .14rem;
}


/* input提示信息 */

input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /*设置placeholder字体样式*/
    color: rgb(207, 211, 214);
    font-size: .16rem;
}

input:-moz-placeholder,
input:-moz-placeholder {
    /*设置placeholder字体样式*/
    color: rgb(207, 211, 214);
    font-size: .16rem;
}

input::-moz-placeholder,
input:-moz-placeholder {
    /*设置placeholder字体样式*/
    color: rgb(207, 211, 214);
    font-size: .16rem;
}

input:-ms-input-placeholder,
input:-moz-placeholder {
    /*设置placeholder字体样式*/
    color: rgb(207, 211, 214);
    font-size: .16rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-content {
        margin: 2rem auto 0;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        margin: .6rem auto 0;
        top: 0;
        left: 0;
    }
    footer {
        height: 60px;
        z-index: -1;
    }
    footer>div {
        line-height: 22px;
        margin: 10px 15px 0;
    }
    #getValidCode {
        font-size: .18rem;
        width: 1.6rem;
    }
    #sign_form span input {
        font-size: .2rem;
    }
    .register_ret {
        font-size: .2rem;
    }
    /* input提示信息 */
    input::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        /*设置placeholder字体样式*/
        color: rgb(207, 211, 214);
        font-size: .2rem;
    }
    input:-moz-placeholder,
    input:-moz-placeholder {
        /*设置placeholder字体样式*/
        color: rgb(207, 211, 214);
        font-size: .2rem;
    }
    input::-moz-placeholder,
    input:-moz-placeholder {
        /*设置placeholder字体样式*/
        color: rgb(207, 211, 214);
        font-size: .2rem;
    }
    input:-ms-input-placeholder,
    input:-moz-placeholder {
        /*设置placeholder字体样式*/
        color: rgb(207, 211, 214);
        font-size: .2rem;
    }
}

.requireStart {
    color: red !important;
    font-size: 7px !important;
    left: 3.4rem;
}

.required {
    left: 3.4rem;
    color: red !important;
    font-size: 14px !important;
}

.icon-question {
    left: 3.4rem;
    color: #666666 !important;
    font-size: 14px !important;
    margin-left: 0 !important;
}

#networkPerformance_pic {
    position: absolute;
    top: 7px;
    left: .445rem;
}