﻿@charset "utf-8";
/* channels defalut */
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
html, body {
    height: 100%;
    font-size: 14px;
}
body {
    line-height: 1.5;
    font-family: sans-serif, "Lato", "Helvetica Neue", Helvetica, Arial;
}
ul, ol, li {
	margin: 0;
	padding: 0;
    list-style: none;
}
a {
    color: #00a0e9;
    cursor: pointer;
    text-decoration: none;
}
a:hover,a:active {
    opacity:.75;
}
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
select,
textarea {
    padding: 0 6px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand { display: none; }
select {
    padding: 0 15px 0 5px;
    background: url('Images/arrow.png') no-repeat right center #fff;
}
textarea {
    line-height: 24px !important;
    font-size: 1rem;
    font-family: sans-serif;
}
input[type="checkbox"]{
    padding: 0;
}
input[type="file"] {
    height:34px;
    line-height:34px;
    padding:4px 5px;
    border-radius:3px;
    border:1px solid #ccc;
    background:#fff;
}
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    border: 0;
}
input[disabled],
select[disabled]{    
    cursor: default;
    background-color: #f5f5f5;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=url]:focus,
input[type=password]:focus,
select:focus,
textarea:focus{
    outline: 0;
    border-color: #00a0e9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 3px rgba(102,175,233,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 3px rgba(102,175,233,0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 3px rgba(102,175,233,0.6);
}
input {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
button {
    border: 0;
    background: none;
}
table {
    border-collapse: collapse;
}
img {
	border: 0;
}
@font-face {
    font-family: "BR-CAC";
    src: url("./fonts/BR-CAC.woff2") format("woff2"), 
        url("./fonts/BR-CAC.woff") format("woff"), 
        url("./fonts/BR-CAC.ttf") format("truetype"), 
        url("./fonts/BR-CAC.eot?#iefix") format("embedded-opentype"), 
        url("./fonts/BR-CAC.svg") format("svg"), 
        url("./fonts/BR-CAC.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.ico {
    line-height: 1.1;
    font-style: normal;
    font-family: 'BR-CAC';
}

#aspnetForm {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}
#commonDoc {
	width: 100%;
    min-height: 100%;
    height: auto !important;
    position: relative;
}
#commonHeader {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #252d3a;
}
.logo {
    width: 180px;
    height: 60px;
    padding: 15px 0;
}
.icoLogo {
    color: #fff;
    display: block;
    height: 30px;
    font-size: 2.1428rem;
}
.icoLogo::before{
    content: "\e900";
}
#commonContent { 
	width: 100%; 
    padding: 0 0 80px;
    text-align: center;
}
#commonLeftColumn {
    display: inline-block;
    padding-top: 8%;
}
#commonLeftColumn::after {
    content: "";
    display: block;
    clear: both;
}
.flexslider {
    float: left;
    width: 600px;
    height: 400px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url('../Images/dot.png') no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 400px;
	display: block;
}
.loginFrom {
    float: left;
    padding-top: 60px;
}
.loginBox {
    width: 320px;
    padding: 20px 25px 30px;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.title-login {
    color: #333;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 1.1428rem;
}
.logintext{
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
}
.logintext1 {
    margin-bottom: 5px;
}
.logintext .ico {
    width: 36px;
    height: 36px;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}
.icoUser{
	background-image: url('../Images/ico-username.png');
}
.icoPwd{
	background-image: url('../Images/ico-password.png');
}
.formInput {
    float: left;
    width: 234px;
    height: 36px;
}
.formInput .inputBox{
	width:100%; 
	height:36px; 
	float: left;
	line-height:34px; 
	border: 1px solid #d8d8d8;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.loginLink {
    height: 24px;
    overflow: hidden;
    position: relative;
}
.loginLink span{
    line-height: 24px;
    color: #ff5252 !important;
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 0;
}
.loginBtn {
    padding: 0 0 10px;
}
.loginButtonindex {
    color: #fff;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    background-color: #00adf4;
    background: -webkit-linear-gradient(#00adf4, #009fe0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#00adf4, #009fe0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#00adf4, #009fe0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#00adf4, #009fe0); /* 标准的语法 */
    box-shadow: 6px 0 12px rgba(0,159,224,.3);
    -webkit-box-shadow: 0 6px 14px rgba(0,159,224,.3);
}
.loginPwd {
    height: 24px;
}
.checkBox {
    float: left;
}
.checkBox input{
    float: left;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 6px;
}
.checkBox label{
    float: left;
    color: #555;
    line-height: 24px;
}
.loginPwd a{
    float: right;
    line-height: 24px;
}

.commonLink {
    display: none;
}

/* -- register info -- */
.maincommon {
    width: 70%;
    min-width: 660px;
    margin: 0 auto;
}
.register-title {
    width: 100%;
    height: 40px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
.register-title h6 {
    color: #333;
    float: left;
    font-size: 1.1428rem;
    line-height: 25px;
    font-weight: normal;
}
.return-login {
    float: right;
    color: #00a0df;
    font-size: 1rem;
    line-height: 25px;
}
.register-form {
}
.registerTips {
    color: #888;
    text-align:left;
    line-height: 30px;
    margin-bottom: 15px;
}
dl {
    width: 100%;
    height: 50px;
    padding: 7px 0;
    position: relative;
}
.form-name {
    float: left;
    color: #333;
    width: 30%;
    height: 36px;
    line-height: 36px;
    text-align: right;
}
dl dd {
    float: left;
    position: relative;
}
.inputItem {
    float: left;
    padding-left: 20px;
    position: relative;
}
.registerInput {
    width: 260px;
    height: 36px;
    line-height: 36px;
    padding: 0 4px;
    border: 1px solid #ddd;
}
.Validform_Error {
    color: #fff;
    width: auto;
    height: auto;
    white-space: nowrap;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #222526;
    position: absolute;
    z-index: 999;
    top: 3px;
    left: 290px;
}
.Validform_Error::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #222526;
    position: absolute;
    top: 9px;
    left: -8px;
}
.registerBtn {
    color: #fff;
    display: block;
    width: 260px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-size: 1rem;
    border: 0;
    border-radius: 3px;
    background-color: #00adf4;
    background: -webkit-linear-gradient(#00adf4, #009fe0);
    background: -o-linear-gradient(#00adf4, #009fe0);
    background: -moz-linear-gradient(#00adf4, #009fe0);
    background: linear-gradient(#00adf4, #009fe0);
    box-shadow: 6px 0 12px rgba(0,159,224,.3);
    -webkit-box-shadow: 0 6px 14px rgba(0,159,224,.3);
}


#commonFooter {
    color: #999;
    width: 100%;
    height: 80px;
    font-size: 0.857rem;
    margin: 0 auto;
    padding: 20px 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
#commonFooter p { 
    line-height: 22px; 
}
#commonFooter a{
    color: inherit;
}
#commonFooter a:hover{
    color: #333;
    opacity: 1;
}
