﻿@charset "utf-8";
body,
div,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
ul,
li,
dd,
dl,
textarea {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	letter-spacing: 1px;
}
html, body {
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #eeeeee;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #fff;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}   
a {
	text-decoration: none;
	color: #000000;
}
.rd_nav {
	padding: 0 8%;
	background: linear-gradient(to right, #0b3e27, #197149);
}
.rd_nav > a {
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: bold;
}

	.rd_nav > a:not(:first-child) {
		padding-left: 20px;
	}

		.rd_nav > a:not(:first-child):before {
			color: #fff;
			position: absolute;
			top: 4px;
			left: 5px;
			content: '';
			width: 5px;
			height: 5px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg);
		}
img {
	border: 0;
    /*max-width: 1920px;*/
}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	appearance:none;
	-webkit-appearance: none;
    -moz-appearance:none;
	color: #333;
	border-style: none;
}

textarea,select {
	-webkit-appearance: none;
    -moz-appearance:none;
	appearance:none;
	outline: none;
	border-style: none;
}
select::-ms-expand { display: none; }   
input[disabled]{
	color:#000;
	opacity:1;
	}
.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}
table{
    border-spacing: 0;
}
/*@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}*/

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

html,body{
	height: 100%;
}
#Mark{
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: #ffffff \9;
    background:rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	display: none;
}
.LoadingSHow{
	position: absolute;
	width: 30%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.LoadingSHow>img{
	width:100%;
}
.LoadingSHow>img:nth-child(2){
	position: absolute;
	left: 48.1%;
	top: 33.7%;
	width: 10%;
	transform-origin: 18.965% 83.247%;
	animation: Rote linear 5s infinite;
}
.LoadingSHow>p{
	text-align: center;
}
@keyframes Rote{
	from{transform: rotate(0);}
	to{transform: rotate(360deg);}
}
.SmallNav a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #333333;
}

.Page{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.PageContent{
	display: inline-block;
}
.PageContent>a{
	float: left;
	margin: 0 5px;
}
.PageList{
	float: left;
}
.PageList ul li{
	float: left;
	margin: 0 5px;
	vertical-align: middle;
}
.PageContent a{
	display: inline-block;
	padding: 5px 10px;
	color: #333333;
	border: 1px solid #ccc;
}

.PageActive a,a.PageActive{
	background: #86878A;
	color: #ffffff;
}
.PageNull a,a.PageNull{
	color: #CCCCCC;
	cursor: not-allowed;
}

.UpShadow{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	border: 1px solid transparent \9;
}
.UpShadow:hover{
	box-shadow: 0 0 15px 1px #CCCCCC;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	border: 1px solid #E5BB73 \9;
}


input[type="checkbox"],input[type="radio"]{
	position: relative;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-radius: 0;
	vertical-align: middle;
	border-style: none;
	border: 0;
	margin:0 3px;
	outline: none;
	background: url(../images/Square.png) no-repeat;
	
}
input[type="checkbox"]:checked,input[type="radio"]:checked{
	
	background: url(../images/Checkmark.png) no-repeat;
}
.NoWrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.EorroShow {
    text-align: center;
}
.EorroShow>img {
    display: inline-block;
    width: 20%;
    margin: 1rem 0;
}
@media screen and (max-width: 1200px) {
    .ChangeContent {
        width: 1007px !important;
    }
    .NavTop_TopShow_content,.NavTop_content>div,.NavTop_content>div,.NavBottom_content,.NavTopShow {
        width: 1007px !important;
    }
    .HelpQuestion {
        margin-right: 6% !important;
    }
    .NavTop_RightNav>ul>li {
        margin-left: 30px !important;
    }
}
.div_voice {
    text-align: center;
    color: #808080;
    font-size: 12px;
}
.div_voice button {
    color: darkgoldenrod;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0 2px;
}

#web-chat-page{
    z-index: 9999999;
    position: fixed;
    bottom: 20px;
    width: 320px;
    height: 500px;
    box-shadow: 0px 2px 7px 2px #ccc;
    display: none;
    right: 15px;
    border-radius: 3px;
    overflow: hidden;
}
#web-chat-page .close-btn {
    position: absolute;
    top: 21px;
    right: 8px;
    color: #fff;
    width: 18px;
    height: 16px;
    font-size: 30px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
}

.rolex-font {
	font-family: Helvetica,sans-serif;
}