﻿@charset "utf-8";
.input_box,.register_input_box,.Verification_input_box
{
	position: relative;
}
.placeholder {position: absolute;top: 10px;left: 10px;z-index: 10;color: #888;font-size: 12px;}
body {

    background: url('../../Images/Sign/1.jpg') no-repeat 0px 0px;
	background-position-x: 0px;
	background-position-y: 0px;
	background-attachment: scroll;
	background-size: auto;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
}
.container{
    padding-right: 0px;
    padding-left: 0px;
}
.sign_logo{
	float: left;
	margin-right: 20px;
}
.partner_logo_box{
	float: left;
	margin-left: 20px;
}
/* 顶部内容 */
.top_box{
    width: 70%;
    margin: auto;
    margin-top: 25px;
}
.nav_top > ul{
    margin-top: 15px;
}
.nav_top > ul > li{
    float: right;
    margin-left: 9%;
}
.nav_top > ul > li > a{
    font-size: 14px;
    color: #fff;
}

/* 版权 */








@media (min-width:768px) and (max-width:1100px ) { 
    .top_box {
        margin-top: 30px;
    }
    .register_ctn_box {
        width: 80%;
    }
 }



 @media only screen and (max-height: 755px) {
     .top_box_login{
        margin-top: 1%;
     }
 }

















@media only screen and (max-width: 780px) { 
.top_box{
    width: 100%;
    margin: auto;
    margin-top: 10%;
}
.nav_top > ul{
    margin-top: 7%;
    overflow: hidden;
}
.nav_top > ul > li{
    float: right;
    margin-right: 13%;
    margin-left: 0;
}
.nav_top > ul > li > a{
    font-size: 17px;
    color: #fff;
}  
/* 版权 */
.copyright{
    position: static;
    width: 80%;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
   margin-top: 20px;
   padding-bottom: 20px;
}
}