* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-ms-clear, ::-ms-reveal{display: none;}
html, body, .context-container {
    height: 100%;
    font-size: 14px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family:"Open Sans","Helvetica Neue",Roboto,Tahoma,"Heiti SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	-ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
body[al="ja_JP"] {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body, a {
    color: #797979;
}
input::-ms-clear,
input::-ms-reveal{
/*//clear去掉叉  reveal去掉眼睛*/
display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc!important;
    font-size: 12px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc!important;
    font-size: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc!important;
    font-size: 12px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc!important;
    font-size: 12px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.context-container {
    padding: 10px;
    background-color: #2d383d;
}
.plugin-context {
    padding: 0;
    background-color: #fff;
}
a {
    display: inline-block;
    text-decoration: none;
}
.col-3{
    color: #333;
}
.remember-me{
    float: left;
}
.important-link {
    color: #1c94e3;
    font-size: 14px;
}
.logo {
    background: url(/img/logo2.png) no-repeat center;
    height: 100px;
}
.container {
    max-width: 400px;
    margin: 0 auto;
    padding: 11px 37px 11px;
    background-color: #fff;
}
.server-title {
    font-size: 16px;
	color: #333;
	height: 48px;
    display: flex;
    align-items: center;
}
.server-logo {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
    background-position: left center;
	background-image: url(../images/logo_foxit.png);
	background-size: contain;
	vertical-align: -15px;
}
.server-title > span {
	display: inline-block;
    position: relative;
    width: 273px;
	padding-left: 5px;
	top: 2px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.error-container {
    margin-top: -12px;
    color: #f18300;
    position: relative;
}
label.error {
    background-color: #fff;
    color: #f18300;
    position: absolute;
    bottom: 90%;
    border: 1px solid;
    font-size: 80%;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
    left: 10px;
}
label.error:before,
label.error:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #f18300;
    left: 5px;
    bottom: -10px;
}
label.error:after {
    border-top-color: #fff;
    bottom: -9px;
}
.relative-blank {
    position: relative;
}
.form-error-tip {
    background-color: #fff;
    color: #f18300;
    position: absolute;
    border: 1px solid;
    font-size: 80%;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    max-width: 300px;
}
.form-error-tip:before,
.form-error-tip:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #f18300;
    left: 5px;
    bottom: -10px;
}
.form-error-tip:after {
    bottom: -9px;
    border-top-color: #fff;
}
.form {
    padding-top: 20px;
}
.form_cpdf {
    padding-top: 13px;
}
.form-group {
    margin-bottom: 13px;
}
.form-group.large-margin {
    margin-bottom: 21px;
}
.form-group.middle-margin {
    margin-bottom: 15px;
}
.form-group.small-margin {
    margin-bottom: 11px;
}
.input-group {
    position: relative;
    height: 40px;
}
.input-group.required:after {
    position: absolute;
    content: '*';
    color: #f18300;
    right: 10px;
    top: 11px;
}
.input-group > input {
    display:inline-block;
    width: 100%;
    *max-width: 320px!important;
    height: 40px;
    line-height:40px;
    padding: 0 40px;
    outline: none;
    border: 1px solid #d7d7d7;
}

.input-group > input.inline-input {
    width: 68%;
    float: left;
}

.input-group > input:focus {
    border-color: #959595;
}
.input-group > .icon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
}
/*.input-group > input + .icon-focus {*/
    /*opacity: 0;*/
/*}*/
/*.input-group > input:focus + .icon-focus {*/
    /*opacity: 1;*/
    /*cursor: pointer;*/
/*}*/
.icon-focus{
    cursor: pointer;
}
.hide{
    display: none!important;
}
.input-group > .icon-right {
    left: auto;
    right: 1px;
}
.icon-email {
    background-image: url(../images/sign_email.png);
}
.icon-phone {
    background-image: url(../images/sign_phone.png);
}
.icon-password {
    background-image: url(../images/sign_password.png);
}
.icon-code {
    background-image: url(../images/sign_code.png);
}
.icon-service {
    background-image: url(../images/sign_service.png);
}
.icon-name {
    background-image: url(../images/name.png);
}
.icon-eye-open {
    background-image: url(../images/eye-open.png);
}
.icon-eye-close {
    background-image: url(../images/eye-close.png);
}
.icon-white {
    background-color: #fff;
    z-index: 1;
}
.button {
    height: 46px;
    text-align: center;
    cursor: pointer;
    border:1px solid #f18300;
    background-color: #f18300;
    color: #fff;
    font-size: 16px;
}
.button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.block-button {
    width: 100%;
}
.inline-button {
    width: 28%;
    height: 40px;
	float: right;
    font-size: 10px;
}
.popup-button {
	height: 28px;
    display: inline-block;
    font-size: 12px;
	padding: 0 18px;
	margin-left: 10px;
}
.invert-button{
	background-color: #fff;
    color: #f18300;
}
.footer-container {
    color: #999;
    margin-top: 20px;
    text-align: center;
    line-height:20px;
}
.text-center {
    text-align: center;
}
.hidden {
    display: none !important;
}
.div-message{
	overflow-wrap: break-word;
	color: #797979;
	font-size: 14px;	
	margin: -20px 0px 20px 0px;
}

.line-hr{
    height: 1px;
    border-top: 1px solid #e8e8e8;
    margin: 22px 0 20px;
    text-align: left;
}
.line-hr span {
    position: relative;
    top: -12px;
    background: #fff;
    padding-right: 10px;
}
.third_party_login a {
	width:154px;
	height:43px;
}
.third_party_login .left {
	margin-right: 10px;
}
@media (min-width: 400px) {
	.third_party_login .right {
		float: right;
	}
}
@media (max-width: 400px) {
    .third_party_login .left {
    	margin-right: 0;
	}
}
.third_party_container {
	width: 109%;
    display: table;
    margin-left: -15px;
	padding-top: 8px;
}
.third_party_container a {
	width: 50px;
    font-size: 12px;
    display:table-cell;
	text-align: center;
}
.third_party_container span{
	padding-top: 5px;
	display: block;
}
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a img {border: none;}

.bind-title{
	margin: 88px auto 46px auto;
	font-size: 26px;
	color: #414141;
	text-align: center;
}
.bind-note{
	font-size: 16px;
	color: #707070;
}
div.bind-uptip {
	top:130px;
}
div.uptip {
    background-color: white;
    position: absolute;
	left: 15px;
    right: 15px;
    margin: auto;
    box-shadow: 1px 1px 25px #dcdcdc;
    color: black;
    padding: 10px 15px;
	z-index: 999;
	max-width: 370px;
	height: 50px;
	font-size: 11px;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 760px) {
	div.uptip {
		width: 500px;
		width: fit-content;
		width: -moz-fit-content;
	}
}
.tip-icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
.icon-error-s {
    background-image: url(../images/error-s.png);
}
.icon-success-s {
    background-image: url(../images/success-s.png);
}
.hightlight {
    background-color: #FFFFE2;
    position: initial;
    line-height: 23px;
    padding: 5px 25px;
    height: 80px;
	width:100%;
	display:table;
}
.panel-font {
	display: table-cell;
    vertical-align: middle;
	width:98%;
}
.panel-tool-close {
	display: table-cell;
	float: right;
    width: 2%;
    line-height: 80px;
    font-size: 23px;
}
.login-type {
    height: 24px;
    text-align: right;
    font-size: 14px;
	margin-bottom: 12px;
}
.login-type-link{
    color: #f18300;
}
.cn-icp {
	height: 48px;
	width: 100%;
	background-color: #f9f9f9;
	line-height: 48px;
	bottom: 0;
	position: absolute;
	text-align: center;
	font-size: 14px;
}
/**********verifyuser begin*********/
.verify-form {
	margin-top: 30px;
}
.select-input {
    line-height: 40px;
    height: 40px;
    width: 100%;
    color: #8a8a8a;
    display: inline-block;
    padding: 8px;
}
.verify-input {
	padding: 0 8px!important;
}
.verify-tip {
	color: #101010;
    font-size: 16px;
    padding: 10px 0 5px 0;
}
.mid-button {
	width: 40%;
    margin: 0 auto;
    display: block;
}
.pop-up {
    background-color: white;
    position: absolute;
	left: -28px;
    top: -25px;
    margin: auto;
    box-shadow: 1px 1px 1px #dcdcdc;
    z-index: 999;
    width: 382px;
    height: 110px;
}
.pop-layer{
	position: absolute;
	height: 100%;
	width: 100%;
    display:block;
    left:0;
    top:0;
    z-index:10;
    background:#000000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);/* 只支持IE6、7、8、9 */ 
}
.pop-up-close {
	display: block;
    float: right;
    width: 100%;
    height: 40px;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    margin-right: 15px;
}
.pop-up-text {
	display: block;
    padding: 0 26px;
	color: #707070;
}
.carsi-container {
    max-width: 416px;
    margin: 0 auto;
    background-color: #fff;
	overflow: hidden;
}
.carsi-logo {
	height: 38px;
    width: 308px;
	background: url(../images/carsi_logo.png) no-repeat;
	background-size: 100% 100%;
    margin: 6px auto;
}
.carsi-logo-en {
	height: 24px;
    width: 385px;
    margin: 14px auto;
    background: url(../images/carsi_logo_en.png) no-repeat;
	background-size: 100% 100%;
}
.carsi-inline {
	width: 100%;
    height: 8px;
    background-color: #2c5ce5;
}
.univ-list {
	padding: 0 23px 0 17px;
}
.univ-tip {
	font-size: 16px;
    color: #222222;
    padding: 8px 0 9px;
}
.univ-list ul {
	width: 375px;
	padding: 0;
    margin: 0;
}
.univ-list li {
	width: 124px;
    float: left;
    display: block;
    padding-bottom: 12px;
}
.univ-list li:nth-child(3n+3){
	width: 126px;
    float: left;
    display: block;
    padding-bottom: 12px;
}
.univ-list li a{
    color: #666666;
}
.univ-list-en {
	padding: 0 23px 0 17px;
}
.univ-list-en ul {
	width: 100%;
	padding: 0;
    margin: 0;
}
.univ-list-en li {
	line-height: 16px;
	width: 375px;
    float: left;
    display: block;
    padding-bottom: 11px;
}
.univ-list-en li a{
    color: #666666;
	display: block;
}
/**********verifyuser end*********/
/**********darkmode begin*********/
body[darkmode="1"] {
	color: #c5c5c5;
    background-color: #080808;
}
body[darkmode="1"] .container {
    background-color: #080808;
}
body[darkmode="1"] .server-title {
    color: #c5c5c5;
}
body[darkmode="1"] .icon-white {
    background-color: #1c1c1e;
}
body[darkmode="1"] input:focus {
    border-color: #2e2e31;
}
body[darkmode="1"] input {
	color: #c5c5c5;
	border: 1px solid #1c1c1e;
    background-color: #1c1c1e;
}
body[darkmode="1"] label.error {
	color: #c5c5c5;
	background-color: #080808;
}
body[darkmode="1"] label.error:before
{
    border-top-color: #c5c5c5;
}
body[darkmode="1"] label.error:after {
    border-top-color: #c5c5c5;
}
body[darkmode="1"] label.error:after {
    border-top-color: #080808;
}
body[darkmode="1"] .line-hr span {
    background: #080808;
}
body[darkmode="1"] input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #363638!important;
}
body[darkmode="1"] input:-moz-placeholder, textarea:-moz-placeholder {
    color: #363638!important;
}
body[darkmode="1"] input::-moz-placeholder, textarea::-moz-placeholder {
    color: #363638!important;
}
body[darkmode="1"] input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #363638!important;
}
body[darkmode="1"] .icon-eye-open {
    background-image: url(../images/eye-open-b.png);
}
body[darkmode="1"] .icon-eye-close {
    background-image: url(../images/eye-close-b.png);
}
body[darkmode="1"] .icon-email {
    background-image: url(../images/sign_email-b.png);
}
body[darkmode="1"] .icon-password {
    background-image: url(../images/sign_password-b.png);
}
/**********darkmode end*********/
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #ccc;
}