body {
	font-size: 16px;
    /*overflow: auto;
    height: 100%;*/
}
html{
    /*overflow: hidden;
    height: 100%;*/
}

* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

.popup {
	z-index: 10000;
	position: fixed;
    margin: 0px calc(50% - 304px);
	width: 609px;
	height: 382px;
	background: url(preferential_popup1.png) no-repeat;
}

.popup__close {
	width: 39px;
	height: 39px;
	background: url(close_03.png) no-repeat;
	position: absolute;
	right: 0;
	display: inline-block;
    cursor: pointer;
}

.popup__content-wrap {
	position: absolute;
	left: 51px;
	top: 10%;
}

.content__subject {
    margin: 0px calc(50% - 205px);
    margin-top: 24px;
    text-align: center;
    overflow: hidden;
}
.content__subject li {
	float: left;
}

.content__subject li:nth-child(1){
	width: 198px;
	font-family: SourceHanSansHWSC-Regular;
	font-size: 2.2em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 1px;
	color: #ffffff;
}
.content__subject li:nth-child(2) {
	width: 203px;
	height: 70px;
	font-family: SourceHanSansHWSC-Bold;
	font-size: 4em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: 2px;
	color: #ffffff;
}
.content__input {
	overflow: hidden;
	margin-top: 22px;
}
.content__input li{
	float: left;
}

.content__input li{
	width: 214px;
	background: wheat;
}

.content__input li:nth-child(1){
	margin-right: 49px;
}

.content__input input {
	font-size: 2.2em;
	color: #484c4c;
	border: solid 1px #b5b5b5;
}

.content__input input:focus{
	border: solid 1px #ff526c;
}

input[name="input__phone"] {
	width: 214px;
}

input[name="input___code"] {
	width: 121px;
	float: left;
}

.content__input span {
	text-align: center;
    float: left;
    display: inline-block;
    width: 91px;
    background-color: #00a0e9;
    font-family: MicrosoftYaHei;
    font-size: 1em;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.65;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 2px 2px 1px #356277;
}
.content__input span:active {
	background: #3b7f9e;
}
.content__button {
	text-align: center;
	margin: 1em calc(50% - 76px);
	margin-bottom: 19px;
    line-height: 2.5;
    background-color: #00a0e9;
    border-radius: 2em;
    font-weight: bold;
	font-stretch: normal;
	font-family: MicrosoftYaHei;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 2px 2px 1px #356277;
}

.content__button:active {
	background: #3b7f9e;
	opacity: 0.8;
}

.content__description-title {
	float: left;
	margin-right: 5px;
	width: 14px;
	font-family: SimSun;
	font-size: 0.9em;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d0cece;
}
.content__description-content {
	float: left;
    font-family: SimSun;
    font-size: 0.7em;
    font-weight: normal;
    font-stretch: normal;
    color: #d0cece;
    text-align: left;

}


.fix__nav {
	width: 216px;
    height: 187px;
    position: fixed;
    right: 35px;
    bottom: 250px;
    z-index: 10000;
    text-align: center;
    background: url(preferential_popup2.png) no-repeat;
	
}

.fix__nav-content {
	color: #dd0f26;
	margin: 0px calc(50% - 52px);
}

.fix__nav-content span:nth-child(1) {
	display: inline-block;
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
}
.fix__nav-content span:nth-child(2) {
	display: inline-block;
    font-size: 1.2em;
}

.fix__nav-button {
    margin: 0px calc(50% - 70px);
    width: 135px;
    font-size: 1em;
    line-height: 2.3;
    background: #fbe39c;
    border-radius: 5px;
    margin-top: 42px;
    color: #dd0f26;
    box-shadow: 2px 2px 2px #84611dc7;
    cursor: pointer;
}
.fix__nav-button:active {
	background: #c5ae69;  
    opacity: 0.8;    
}
/*开启haslayout*/
.xfz{
	*zoom: 1;
}



/*ie 6 7 不支持伪元素*/
.xfz:after{
	content: "";
	display: block;
	clear: both;
}

input::-webkit-input-placeholder { /* WebKit browsers */ 
	font-size: 0.6em;
	line-height: 1.8em;
	text-indent: 0.3em;
} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	font-size: 0.6em;
	line-height: 1.8em;
	text-indent: 0.3em;
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	font-size: 0.6em;
	line-height: 1.8em;
	text-indent: 0.3em;
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	font-size: 0.6em;
	line-height: 1.8em;
	text-indent: 0.3em;
} 