﻿html, body {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	padding:0px;
	margin:0px;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 /* Firefox */
	-webkit-box-sizing: border-box;
 /* Safari */
}

.my-warp {
	width: 100%;
	position: relative;
	height: 100%;
	background: #ffffff;
	min-width: 1240px;
	overflow: hidden;
	z-index: 1;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.my-item-warp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.header {
	height: 60px;
	width: 100%;
	background-color: #F5F5F5;
	display: flex;
    justify-content: space-between;
}

.header-title 
{
    width:50%;
	margin-left: 5%;
	line-height:60px;
	height:60px;
	align-items: center;
	display: flex;
	 justify-content: space-start;
}
.logo-img {
	height: 40px;
	width:40px;
}
.header-tel 
{
    width:50%;
	line-height:60px;
	height:60px;
	text-align:right;
	margin-right:50px;
}

.context
{
    position: relative;
    display: flex;
    width: 100%;
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 60px);
    justify-content:center;
    align-items: center;
}
.context .item {
	height: 390px;
	width: 420px;
	background-color: #ffffff;
	text-align: center;
	border-radius: 8px;
}

.item .x-tabs {
	border-radius: 8px;
	padding: 0 0 0.9375rem 20px;
	text-align: center;
	max-width: 480px;
}

.x-tabs .item-line {
	width: 2px;
	margin: 0 20px;
	border: 0.0625rem solid #e0e0e0;
	background: #e0e0e0;
}

.item a, .item a:hover {
	text-decoration: none;
}

.cv {
	font-size: 1.375rem;
}

.item-title {
	color: #666;
	font-size: 1.1rem;
}

.x-tabs.item-title:hover {
	color: #333333;
}

.item-title.active {
	color: #333333;
	font-weight: bold;
}

.item a, .item a:hover {
	text-decoration: none;
}

.item input {
	width: 200px;
	border: 1px solid #95B8E7;
	color: #666;
	height: 35px !important;
	line-height: 35px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none; 
    outline: none; /* 移除点击时的默认蓝色边框 */
}
.icon-phone
{
    background:url(images/phone.png);
    background-repeat: no-repeat;
	background-size: cover;
}
.icon-code
{
    background:url(images/code.png);
    background-repeat: no-repeat;
	background-size: cover;
}
.btnCode
{
    background-color:White;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-left:2px solid red;
    width:130px;
    color:#ff6c28;
}
.item-warp-center
{
    display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}


.ic
{
    display: flex;
	justify-content: center;
    align-items: center;
    height:50px;
    line-height:50px;
    border-bottom: 1px solid #ccc;
    width:80%;
}
.item .vc 
{
    display: flex;
	justify-content: center;
    align-items: center;
	text-align: left;
	margin-top: 10px;
	width: 100%;
	height:50px;
}



.item-line {
	width: 0.0625rem;
	height: 1.5rem;
	margin: 0 2.1875rem;
	border: 0.0625rem solid #e0e0e0;
	background: #e0e0e0;
}

.reg {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: calc(100% - 10.75rem);
	justify-content: center;
}
.reg .item {
	height: calc(100% - 3.75rem);
	width: 38rem;
	background-color: #ffffff;
	text-align: center;
	padding: 1.875rem 2.5rem;
	position: relative;
	float: right;
	top: 1.875rem;
	right: 1.125rem;
	border-radius: 8px;
}


.btn {
	font-size: 1.0rem;
	color: #fff;
	background-color: #ff5211;
	border-color: #ff5211;
	width: 95%;
	border-radius: 20px !important;
}

.footer {
	position: fixed;
	text-align: center;
	bottom: 0;
	z-index: 999;
	color: #757575;
	padding: 0.625rem;
	width: 100%;
}

.footer .item {
	padding: 0.3125rem;
	font-size: 1rem;
}

.lang .item-line {
	width: 0.0625rem;
	height: 1.5rem;
	margin: 0 0.3125rem;
	border: 0.0625rem solid #e0e0e0;
	background: #e0e0e0;
}

.lang-item {
	cursor: pointer;
	font-size: 1.125rem;
}

.lang-item:hover {
	color: #e50113;
}

.lang-item.active {
	color: #e50113;
	
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}
.rf {
	color: #666666 !important;
	font-size: 13px;
	line-height: 16px;
	
}

.rc {
	color: #ff702d !important;
	font-size: 14px;
	letter-spacing:1px;
	font-weight:bold;
}

.account-a {
	color: #ff702d !important;
	font-size: 13px;
	line-height: 16px;
}
.account-b {
	color: #bdbdbd !important;
	font-size: 12px;
}

.datagrid-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
}

.datagrid-mask-msg {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 10px 5px 10px 30px;
	width: auto;
	height: 16px;
	border-width: 2px;
	border-style: solid;
	display: none;
}

.datagrid-mask {
	background: #ccc;
}

.datagrid-mask-msg {
	border-color: #F5F5F5;
}

.datagrid-mask-msg {
	background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}

.dz {
	font-size: 12px;
	background-color: #fff;
}