﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    background: #f6f7f9;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

@font-face {
    font-family: "宋体";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
    vertical-align: top;
}

input {
    outline: 0px;
}

.phcolor {
    color: #999;
}
/**/
/* Clear Fix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
    display: block;
}

/* End hide from IE Mac */

/* end of clearfix */



/* head */

.headbox {
    width: 1024px;
    height: 100px;
    margin: 0 auto;
	max-width: 100%;
}

.logo {
    float: left;
    margin-top: 25px;
}
.backto{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	background: url(../images/close-login.png) no-repeat center;
    cursor: pointer;
    background-size: 30px;
	display: none;
}

/* content */

.mid-content {
    background:url("../images/loginimg.jpg") no-repeat center;
	background-size: auto 100%;
    padding-top: 70px;
	position: relative;
}
.mid-content::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/login-bg.jpg") repeat-x center;
	background-size:auto 100%;
	top:0;
	z-index: -1;
}

.contentbox {
    width: 1024px;
    margin: 0 auto;
    height: 450px;
	max-width: 100%;
	position:relative;
}

.contentbox::before{
	content: "";
	position:absolute;
	height: calc(100% + 70px);
	width: 32%;
	left:75%;
	top:-70px;
	background: #ffcb01;
}
.ad {
    float: left;
}

.frame {
    width: 32%;
    -moz-box-shadow: 3px 3px 4px #333;
    -webkit-box-shadow: 3px 3px 4px #333;
    box-shadow: 6px 6px 20px rgba(0,0,0,.2);
    float: right;
    margin-right: 5%;/*
    border-top: 1px solid #e93912;
    border: 1px solid rgba(204,204,204,.5);*/
	padding-top: 10px;
	padding-bottom:30px; 
	position: relative;
	z-index: 5;
	background: #fff;
}

.titleL {
    float: left;
    font-size: 16px;
    width: 50%;
    height: 40px;
    line-height: 50px;
    margin-left: 8%;
	font-weight: 600;
}

.titleR {
    float: right;
}

    .titleR a {
        float: right;
        margin-right: 20px;
        height: 40px;
        line-height: 50px;
        color: #00C;
    }
/*input*/
.item {
    height: 30px;
    padding-left: 8%;
    margin-top: 20px;
    clear:both;
}

.itembox {
    width: 92%;
    border: 1px solid rgba(204,204,204,.75);
    float: left;
}

.icon {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 10px;
}

.login_input {
    float: left;
    width: 70%;
    height: 40px;
    margin-top: 0px;
    border: none;
    line-height: 40px;
    *border:0px;
}

.ok {
    display: none;
    width: 40px;
    height: 30px;
    background: url(/images/yes.png);
    float: left;
}

.info {
    color: red;
    float: left;
    margin-left: 50px;
    margin-top: 3px;
}

.msgs {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0697DA;
    text-align: center;
    height: 40px;
    background: #0697DA;
    cursor: pointer;
	padding: 0 10px;
}

form .msgs1 {
    background: #E6E6E6;
    color: #818080;
    border: 1px solid #CCCCCC;
}

.code_msg {
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 161px;
    height: 30px;
    border: 1px solid #999;
    margin-left: 30px;
    padding-left: 5px;
}

.box_5 p {
    color: red;
}

.Btn {
    width: 100%;
    background: #F50;
    border: none;
    color: #FFF;
    display: block;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
	padding: 10px 0;
	border-radius:5px;
}
input.Btn{height: 41px;}

.codeshow {
    float: left;
    width: 45%;
    height: 32px;
    font-size: 20px;
    letter-spacing: 5px;
}

.code {
    float: left;
    width: 45%;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
	padding-left: 10px;
	margin-right: 10px;
}

.thirdplatform {
    float: left;
    color: #666;
    *white-space:nowrap;
	margin: 5px 0;
}

    .thirdplatform img {
        margin: 0 5px;
    }

.item p {
    margin: 5px 0;
}
/* foot */
.bottom-foot {
    background: #F8F8F8;
    padding-top: 50px;
}

.footbox {
    margin: 0 auto;
}

    .footbox p {
        text-align: center;
    }

@media only screen and (max-width: 399px) {
    .contentbox {
        width: 100%;
    }

    .frame {
        width: 90%;
    }

    .headbox {
        width: 98%;
    }

    .ad {
        display: none;
    }
}

@media screen and (min-width: 400px) and (max-width: 639px) {
    .contentbox {
        width: 100%;
    }

    .frame {
        width: 90%;
    }

    .headbox {
        width: 98%;
    }

    .ad {
        display: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .contentbox {
        width: 100%;
    }

    .frame {
        width: 90%;
    }

    .headbox {
        width: 98%;
    }

    .ad {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contentbox {
        width: 100%;
    }

    .headbox {
        width: 98%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .headbox {
        width: 1020px;
    }

    .contentbox {
        width: 1020px;
    }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	.frame{width:50%}
}
@media screen and (min-width: 1441px) and (max-width: 1667px) {
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
}

@media screen and (max-width: 1023px) {
	.minhidden1023{display:none}
	.thirdplatform a{padding:0 5px;}
}

@media screen and (max-width: 639px) {
	.logo{ margin-left: 20px;}
	.min-show{display: block;}
	.login_input{height: 40px;}
	.itembox{border:0; border-bottom: 1px solid rgba(204,204,204,.7)}
	.icon{margin-top: 10px;}
}