﻿* {
	font-family: "Microsoft YaHei" !important;
}

ul.functions.login-button {
	width: 360px;
}

ul.li.count-2 {
	width: 60px;
}

ul.li.count-4 {
	width: 94px;
}

body {
	margin-right: 0 !important;
	overflow-y: scroll;
}

body.modal-open {
	overflow: visible !important;
}

div.modal.fade {
	overflow: hidden !important;
}

.modal-content-wrapper {
	width: 400px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.modal-content-wrapper.toggle .item-first {
	margin-top: -400px;
}

.modal-content {
	width: 400px;
	height: 400px;
	margin: 0 auto;
}

.modal-content hr {
	margin: 2px 0;
}

.form-title {
	margin-top: -4px;
	margin-bottom: 24px !important;
	font-size: 20px;
	margin-bottom: 10px;
	color: #161616;
	font-family: 'PingFangSC Regular';
}

.form-group {
	height: 40px;
	margin-bottom: 20px !important;
}

.form-group input[type=button] {
	height: 100%;
}

.form-control {
            /*width:215px;*/
	font-size: 12px;
	padding: 4px 12px;
	height: 40px;
	border-left-width: 0;
}

.form-control:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: lightgray;
}

.modal-dialog * {
	border-radius: 0 !important;
}

.input-group-addon {
	padding: 4px 12px;
	height: 100%;
	display: table-cell !important;
}

.btn {
	padding: 4px 12px;
}

.modal-header {
	border-bottom: none;
	padding: 0 0 6px 6px;
}

#regionModel .modal-body {
	padding: 0 !important;
}

#regionModel .form-group {
	margin-bottom: 10px;
	height: 34px !important;
	margin-bottom: 10px !important;
}

#regionModel .input-group {
	width: 100%;
}

#regionModel .form-control {
	height: 34px !important;
}

#uppwd .form-group {
	margin-bottom: 14px !important;
}

        /*new 2016-10-12*/
.close {
	float: left !important;
	margin-top: 0 !important;
}

.guide-tip {
	float: right;
}

.tip-img {
	margin-top: 8px;
	margin-right: -15px;
	vertical-align: top;
}

.toggle-container {
}

.other-method {
	margin-top: 4px;
}

.toggle-container .toggle-item {
	margin-right: -1px;
}

.toggle-container .toggle-first {
	display: inline;
}

.toggle-container .toggle-second {
	display: none;
}

.toggle-container:hover .toggle-first {
	display: none;
}

.toggle-container:hover .toggle-second {
	display: inline;
}

.expired_tip {
	width: 143px;
	height: 143px;
	padding-top: 45px;
	text-align: center;
	margin: 0px auto;
	background-color: rgb(204, 204, 204);
	display: none;
}

.qr_source {
	width: 143px;
	height: 143px;
	outline: 1px solid #dbdbdb;
}

.qr_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
}