/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-10-23, 17:24:00
    Author     : Administrator
*/

*{padding:0; margin:0; boder:none;}
body, div, label, dl, dt, dd, ul, ol, li, pre, code, form, p, blockquote, th, td, img,a img{
	border: none;
	outline: 0;
	list-style:none;}
body{
    font-family: Helvetica,Tahoma,Georgia,'微软雅黑',Arial,sans-serif,'microsoft yahei',"黑体",'宋体';
}
.line1{border-bottom:1px solid #bbbbbb;}
a{color:white;text-decoration:none;}
.clear{clear:both;}
#noborder{border:0;}
.thirdicon{background:url('../img/thirdicon.png') no-repeat;background-size:20rem 20rem;}
.tip_mask{display:none;position:fixed;width:100%;height:100%;background:black;opacity:0.5;top:0;z-index:65;}
.error_box{
    z-index:66;
    display:none;
    position:fixed;
    top:50%;background:white;
    right: 4.33em;
    left: 4.33rem;font-size: 1.2rem;
    border-radius: 0.6rem;-webkit-border-radius: 0.6rem;-moz-border-radius: 0.6rem;-o-border-radius: 0.6rem;
    transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);
}
.error_mess{
    padding: 2.53rem 2.33rem;
    border-bottom: 1px solid #ececec;
    text-align: center;
    color: #333;
}
.error_btn{
    height: 4.33rem;
    text-align: center;
    line-height:4.33rem;
    color: #1a191e;
}
.orderc_subbox{
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}
.orderc_subbutton{
    height: 4em;
    margin: 0.5em 0.5em;
    line-height: 4em;
    text-align: center;
    background: #85b93a;
}
.orderc_subbutton span{
    font-size: 1.4em;
    color: #fff;
}
.pub_f_nav{position:fixed;right:0.5rem;bottom:3rem;z-index:2;}
.pub_f_nav ul li{
    background:rgba(0,0,0,0.6) url('../img/main.png') no-repeat;background-size:22rem 22rem;width:3.5rem;height:3.5rem;margin-top:1rem;
    border-radius:100% 100%;-webkit-border-radius:100% 100%;-moz-border-radius:100% 100%;-o-border-radius:100% 100%;
}
.pub_f_nav ul li a{display:inline-block;width:100%;height:100%;}
.pub_f_nav ul .pub_b_home{
    background-position: -17.2rem -1.2rem;
}
.pub_f_nav ul .pub_b_back{
    background-position: -0.5rem -4rem;
}