/*
* @Author: WellsFeng
* @Date:   2016-09-02 14:22:38
* @Last Modified by:   Marte
* @Last Modified time: 2017-04-25 16:43:11
*/
.container{
    width: 100%;
    padding-bottom:2.143em;
}
.phoneWraper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#PhoneNum{
    font-size: 1.57em;
    width: 94%;
    height: 1.6em;
    line-height: 1.6em;
    border: none;
    outline: none;
    padding: 0.564em 0 0.564em 6%;
    background-color: #fff;
}
.deleteWrap{
    position: absolute;
    height: 1.6em;
    width: 1.6em;
    right: 2em;
    top: 1.4em;
}
#delete{
    display: block;
    height: 1.6em;
    width: 1.6em;
    cursor: pointer;
    background: url(../images/icon_delete1.png?v=72642cf) no-repeat;
    background-size: 0;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dedee3;
    font-weight: normal;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dedee3;
    font-weight: normal;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dedee3;
    font-weight: normal;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dedee3;
    font-weight: normal;
}
.mesWraper{
    width: 94%;
    height: 1.875em;
    line-height: 1.875em;
    background: #f2f2f7;
    color: #acacaf;
    padding-left: 6%;
    font-size: 0.86em;
}
.goodsWraper{
    width: 100%;
}
.goodsWraper h2{
    float: left;
    width: 50%;
    font-size: 1.286em;
    text-align: center;
    color: #3e3e43;
    height: 2.5em;
    line-height: 2.5em;
    border-bottom: 0.167em solid #f2f2f7;
    cursor: pointer;
}
.goodsWraper .active{
    color: #63bff6;
    border-bottom: 0.167em solid #63bff6;
}
#hf,#ll{
    padding: 1.07em 5% 0.9em 5%;
    width: 90%;
}
html .active{
    display: block;
}
#hf li,#ll li{
    width: 31%;
    height: 4em;
    text-align: center;
    float: left;
    margin-bottom: 4%;
    border: 1px solid #dedee3;
    box-sizing: border-box;
    border-radius: 0.43em;
    position: relative;
    cursor: pointer;
}
#hf li:nth-of-type(3n-1),#ll li:nth-of-type(3n-1){
    margin: 0 3.5%;
}
#hf li.current,#ll li.current{
    background: #66ccff;
    border: 1px solid #66ccff;
}
#hf li.inable,#ll li.inable{
    border: 1px solid #66ccff;
}
#hf li.inable a,#ll li.inable a{
    color: #63bff6;

}
#hf li.current a,#ll li.current a{
    color: #fff;
}
#hf li a,#ll li a{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #dedee3;
    font-size:1.286em;
    line-height:1em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#hf li span,#ll li span{
    font-size: 0.667em;
    font-weight: normal;
}
.btnSubmit{
    display: block;
    width: 90%;
    margin-left: 5%;
    height: 2.5em;
    line-height: 2.5em;
    color: #fff;
    text-align: center;
    border-radius: 0.4em;
    font-size: 1.286em;
}
.btn_inable{
	background-color: #63bff6;
}
.tips{
    margin: 1.583em 5% 2em;
    width: 90%;
    font-size: 0.86em;
    color: #c2c1c6;
}
.tips h4{
	font-size:1.286em;
	color:#2F2F2F;
	margin-bottom:10px;
}
.tips li{
    box-sizing: border-box;
    padding-left: 1.5em;
}
.tips span{
    margin-left: -1.5em;
    font-size: 1em;
}
.tips_index{
	color:#3F3F41;
}
.footer{
    width: 70%;
    height: 2em;
    padding: 0 15% 3em;
}
.footer a{
    display: block;
    line-height: 2em;
    width: 24%;
    text-align: center;
    float: left;
    color: #63bff6;
    font-size: 0.8572em;
    margin: 0 10%;  /* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归梿宥夋晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻幓顓э拷銊︽嫕閹风兘鏁撻敓锟� */
}
.footer a:nth-of-type(2){
    /* margin: 0 14%; */
    float: right;
}
.footer a.hide{
	display: none;
}
.ad{
    /*max-width: 860px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.143em;
    line-height: 2.143em;
    background: #b2b2b2;
}
.adLoge{
    display: block;
    height: 2.143em;
    width: 15%;
    position: absolute;
    background: url(../images/icon_ad.png?v=766b264) no-repeat 50% 0.4em;
    background-size: 1.3em;
    z-index: 2;
}
.closeAd{
    display: block;
    height: 1.4em;
    width: 1.4em;
    z-index: 2;
    position: absolute;
    right: 5%;
    top: 0.4em;
    background: url(../images/icon_delete2.png?v=ab46f2a) no-repeat;
    background-size: 1.3em;
    cursor: pointer;
}
ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    margin: 0 15%;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    /* optional styles for appearance */
    height: 2.6em; /* height should be included to reserve visual space for the marquee */
}

ul.marquee li {
    /* required styles */
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap; /* keep all text on a single line */
    /* optional styles for appearance */
    color: #fff;
    height: 2.143em;
    line-height: 2.143em;
}
ul.marquee a{
    color: #fff;
}
#hf li.icos_disable,#ll li.icos_disable{
    background: url(../images/icon_disable.png?v=de9dc98) no-repeat;
    background-size: 2.286em;
    background-position: right top;
}
.input_money{
	height:3em;
	line-height:3em;
	padding: .8em 5%;
    margin-top: -1.7em;
}
.input_wrap{
	width:100%;
	-webkit-border-radius: .43em;
	-moz-border-radius: .43em;
	border-radius: .43em;
	border:1px solid #63bff6;
	box-sizing:border-box;
	height:3em;
	padding:14px;
	line-height:3em;
}
.pay_btn{
	float:right;
	width:31%;
	text-align:center;
	background: #ff6600;
	color:#fff;
	font-size:1.286em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: 3em;
}
.input_wrap input{
	float:left;
	border:0;
	height:100%;
	width:80%;
	font-size:1em;
	color:#3e3e43;
	outline:0;
}
.input_wrap span{
	float:right;
	font-size:1.286em;
	color:#666;
	height:100%;
	line-height:1.5em;
}
.more_links{
	color:#3e3e43;
	background: #fff;
}
.more_links h4{
	font-size:1.28em;
	height:2.5em;
	line-height:2.5em;
	padding-left:1.11em;
}
.more_links ul{
	overflow: hidden;
}
.more_links ul li{
	float:left;
	width:20%;
	margin-bottom:.8em;
}
.more_links ul li a{
	display: block;
	text-align:center;
	margin:0 auto;
}
.more_links ul li a img{
	display: block;
	margin: 0 auto;
}
.more_links ul li a span{
	font-size:.857em;
	color:#3e3e43;
}
.grey_block{
	height:.8em;
	background: #f2f2f7;
}
.ad_red{
    display: block;
    padding-bottom: .8em;
    background: #f2f2f7;
}

#hf_tab{
	position:relative;
}
#hf_tab img{
	position:absolute;
	width:3em;
	top:.4em;
	right:.3em;
}
.submit_btn	 {
	width: 90%;
	margin: .5em 5%;
	height: 2.5em;
	line-height: 2.5em;
	color: #fff;
	text-align: center;
	border-radius: 0.4em;
	font-size: 1.4em;
	background: #66ccff;
}
.submit_btn.disabled{
	background: #dedee3;
}
.captcha{
	height:3em;
	line-height:3em;
	padding: .8em 5%;
}
#captcha_input{
	width:65%;
	color:#3e3e43;
	outline:0;
	-webkit-border-radius: .43em;
	-moz-border-radius: .43em;
	border-radius: .43em;
	border:1px solid #63bff6;
	box-sizing:border-box;
	padding:14px;
	line-height:3em;
	float:left;
	font-size:1em;
	height:3em;
}
#send_captcha{
	float:right;
	width:31%;
	text-align:center;
	background: #ff6600;
	color:#fff;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
}
#send_captcha.disabled{
	background: #dedee3;
}
#inputMoney{
	width:100%;
	border:1px solid #66ccff;
	text-align:center;
	height: 100%;
	box-sizing: border-box;
	border-radius: 0.43em;
	font-size:1em;
	outline: none;
}
.disabled #inputMoney{
	border:1px solid #dedee3;
	background:transparent;
}
.no_border{
	border:0 !important;
}