﻿@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 374px){
	.vcode_refresh{
		display: none;
	}
    .hides{
    display: none!important;
}
.topbar:after{
    display:none;
}
}

@media only screen and (max-width: 799px) and (min-width: 481px){
    .hides{
    display: none!important;
}

.topbar:after{
    display:none;
}
.welcomebox{
    width: 300px;
    text-align: center;
    line-height: 40px;
    padding: 50px 45px;
    margin: 250px auto 100px;
    font-size: 18px;
    position: fixed;
    left: calc(50% - 195px);
    background: #FFFFFF;
    background: -webkit-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #7F8672 0%);
    background: -moz-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #9acd32 0%);
    background: -o-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #9acd32 0%);
    background: linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #FBFBFB 0%);
    box-shadow: -2px 2px 2px #D8D8D8;
    border-radius: .5em;
    z-index: 99999;
}

.welcomebox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4)) 100% 0 no-repeat;
  width: 2.54558em;
  height: 2.54558em;
  transform: translateY(0em) rotate(0deg);
  transform-origin: bottom right;
  border-bottom-left-radius: inherit;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
}
.welcomebox p b{
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: -14px;
}
.welcomebox p{
    font-size: 24px;
}
}
@media only screen and (max-width: 480px) {
.welcomebox {
    width: 70%;
    text-align: center;
    line-height: 40px;
    padding: 20px 5%;
    margin: 40% 0 0;
    font-size: 10px;
    position: fixed;
    left:10%;
    background: #FFFFFF;
    background: -webkit-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #7F8672 0%);
    background: -moz-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #9acd32 0%);
    background: -o-linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #9acd32 0%);
    background: linear-gradient(-135deg, rgba(0, 0, 0, 0) 1.8em, #FBFBFB 0%);
    box-shadow: -2px 2px 2px #D8D8D8;
    border-radius: .5em;
    z-index: 99999;
}
.welcomebox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4)) 100% 0 no-repeat;
  width: 2.54558em;
  height: 2.54558em;
  transform: translateY(0em) rotate(0deg);
  transform-origin: bottom right;
  border-bottom-left-radius: inherit;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
}
.welcomebox p b{
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: -14px;
}
.welcomebox p{
    font-size: 24px;
}
}
@media only screen and (max-width: 799px){
.cloud_li{
    display: block;
}
.hides{
    display: none!important;
}
.header_bottom{
    height: 50px;
    width: 100%;
}
.topbar_box{	
    width: 100%;
    height: 50px;
    position: fixed;
    background: #fff;
    z-index: 999;
}
.topbar a>img{
	width:60px;
	height:25px;
	float:left;
	margin-top:15px;
	margin-left: 30px;
}
.images_max{
	display: block;
}
.top_images{
	background: url(../images/login-btn.png) no-repeat right;
    float: right;
    margin-top: 15px;
    margin-right: 5%;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    width: 40px;
}
.top-right{
    float: right;
    width: 100%;
    padding-bottom: 5px;
    position: fixed;
    right: 0;
    top: 45px;
    background: #fff;
    z-index: 999;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow:  0px 3px 1px 1px rgba(58, 58, 58, 0.45);
    -moz-box-shadow:  0px 3px 1px 1px rgba(58, 58, 58, 0.45);
    box-shadow:  0px 3px 1px 1px rgba(58, 58, 58, 0.45);
}
.top-right ul>li:nth-child(5){
    background: #cad3db!important;
    box-shadow: none;
    color: #000!important;
}
.top-right ul>li:nth-child(5) a{
    color: #000!important;
}
.top-right ul>li:nth-child(6){
    background: #cad3db;
}
.top-right ul>li:last-child{
    background:#fff;
}
.top-right ul>li:last-child a{
    color: #989898;
}
.top_close{
	background: url(../images/oLocation_close.png) no-repeat right;
    float: right;
    margin-top: 15px;
    margin-right: 5%;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    width: 40px;
}
.top-right ul{
		display: none;
}
.top-right ul>li{
    line-height: 40px;
    text-indent: 30px;
    margin: 5px auto;
    text-align: left;
    background: #F7F7F7;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12) inset;
    border-radius: 8px;
    width: 90%;
    font-weight: bold;
    border: 1px solid #d2d4d5;
}

.top-right ul li a{
	display: block;
    color: #000;
}
#mask1{
	background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
#mask2{
	background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
#login{
	position: fixed;
    z-index: 1001;
    background-color:#fff;
  	width:100%;
    min-height: 100%;
	left: 0 !important;
	top: 0 !important;
}
.signup{
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    min-height: 100%;
    position: fixed;
    z-index: 1001;
    background:#FFF;
}
#login h1{
	height:70px;
	padding-left:40px;
	line-height:70px;
	color:#fff;
	background:#4c95b5;
	font-size:18px;
	font-family:"微软雅黑";
}
.lname,
.lpassword{
	height:60px;
	border:1px solid #4c95b5;
	display:block;
	width: 70%;
	border-radius:5px;
	padding-left:3em;
	font-family:"微软雅黑";
	font-size:18px;
	color:#7f7f7f;
	}
.lname{
	background:url(../images/name.png) 10px center no-repeat;
	margin:10% 5% 20px;
	}
.lpassword{
	margin:20px 5% !important;
	background:url(../images/password.png) 10px center no-repeat;
	}
.lname input,
.lpassword input{
	border: none;
    line-height: 60px;
    color: #7f7f7f;
    font-family: "微软雅黑";
	width:90%;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
	}

.vcode_input{
    width: 9em;
    height: 60px;
    border: 1px solid #4c95b5;
    display: block;
    padding-left: 10px;
    border-radius: 5px;
    font-family: "微软雅黑";
    color: #7f7f7f;
    margin: 0px 1em 1em 5%;
    float: left;
}
.vcode_box_content{
	height: 80px;
}
.vcode_box_content i{
	border:1px solid #4c95b5;
}
.vcode_box_content i,
.vcode_box_content img{
	float: left;
	border-radius:5px;
	overflow: hidden;
}
.vcode_input input{
	width: 9em;
	border: none;
    line-height: 60px;
    color: #7f7f7f;
	border-radius:6px;
    font-family: "微软雅黑";
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}
.vcode_explain{
	font-size: 14px;
	color: #f00;
	margin: 0px 5%;
}
.vcode_box_sign{
}
.vcode_input_sign{
    height: 40px;
    border: 1px solid #A0A0A0;
    display: block;
    padding-left: 5px;
    border-radius: 5px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #7f7f7f;
    margin: 0px 10px 5px 16px;
    float: left;
	margin-left:-moz-calc(5% + 6px + 0.5em) !important;
	margin-left:-o-calc(5% + 6px + 0.5em) !important;
	margin-left:calc(5% + 6px + 0.5em) !important;

}

.vcode_box_content_sign i{
	border: 1px solid #A0A0A0;
	margin-right: 10px;
}
.vcode_box_content_sign i,
.vcode_box_content_sign img{
	float: left;
	border-radius:5px;
	overflow: hidden;
}
.vcode_refresh_sign{
	cursor: pointer;
}
.vcode_input_sign input{
	border: none;
    line-height: 40px;
    color: #7f7f7f;
    width: 148px;
    border-radius: 6px;
    font-family: "微软雅黑";
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}
.vcode_explain_sign{
	font-size: 14px;
    line-height: 20px;
	color: #f00;
	margin-left:-moz-calc(5% + 6px + 0.5em) !important;
	margin-left:-o-calc(5% + 6px + 0.5em) !important;
	margin-left:calc(5% + 6px + 0.5em) !important;
	margin-right: 5%;
}
.vcode_box_content_sign i img{
	width: 79px !important;
	height: 40px !important;
}
.vcode_box_content_sign .vcode_refresh{
		height: 44px;}
#login label{
	cursor:pointer;}
.login-gray{
	height:50px;
	margin:5%;
	color:#7f7f7f;
	}
.login-gray span{
	display:inline-block;
	margin-right:26%;
	}
.login-gray span a{
	color:#7f7f7f;
	}
.loginBtn{
	width: 265px;
    height: 56px;
    border: 1px solid #7f7f7f;
    color: #000;
    text-align: center;
    border-radius: 5px;
    background: #FF0;
    margin: 10px auto;
    line-height: 56px;
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: bold;
    cursor: pointer;
	}
.register {
    font-size: 18px;
    text-align: right;
    font-family: '微软雅黑';
    margin-bottom: 20px;
    width: 80%;
    margin: 12px auto;
}
.register a{
	color: #4C95B5;}
.box1_indent .box_signup1{
    display:none;
}
.sign-box li{
    width: 100%;
    padding: 14px 0;
}
.sign-box li input{
	width: 90%;
    margin-left: 0.5em;
}
.signup h1{
	height: 70px;
    padding-left: 40px;
    line-height: 70px;
    color: #fff;
    background:#b0b046;
    font-size: 18px;
    font-family: "微软雅黑";
}
.sign-box{
	margin: 5% 0;
}
.sign-box1{
	display: block;
    list-style-type: none;
    color: #F00;
	width: 90%;
	margin: 0 5%;
    float: left;
}
.sign-box2{
    float: left;
	width: 90%;
	margin: -10px 5% 0;
}
.box_signup {
    background: rgba(255, 255, 255, 0);
    height: 36px;
    text-indent: 0.5em;}
.box_signup1{
    background: rgba(255, 255, 255, 0);
    height: 36px;
    text-indent: 0.5em;}
.close-si{
	background:url(../images/faq/close.png) no-repeat;
	width:30px; 
	height:30px; 
	cursor:pointer; 
	position:absolute; 
	right:20px; 
	top:20px; 
	text-indent:-999em;
	}
.box1_indent{
	margin-left: 6px !important;}

.boxclose{
	width: 22px;
	height: 22px;
	background: url(../images/close_white.png) no-repeat;
	position: absolute;
	right:25px;
	top:25px;
}
.boxclose:hover{
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-mz-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-mz-transition-duration:0.3s;
	transition-duration:0.3s;
	cursor: pointer;
}


#btn_top {
    width:40px;
    height:40px;
    position:fixed;
    left:50%; 
    margin-left:610px;
    bottom:30px; 
    display: none;
    background:url(../images/go_top.png) no-repeat left top;
    cursor: pointer;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    }
#btn_top:hover {
    background:url(../images/go_top.png) no-repeat 0 -40px;
    }
.sign-box2 .box1_indent{
    display: none;
}
}
/* LOgin img*/ 

/* home的内容 */