* {
    list-style: none;
    font-family: PingFangSC-Regular, sans-serif;
}
*

@charset "UTF-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;

}
html{
    font-family: PingFangSC-Regular, sans-serif;
}
body{
    background-color: #e6e6e6;
}
fieldset, img, input, button { 			
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
    
    font-family: "PingFangSC-Regular";
}
input::-ms-clear{
    display: none;
}
input::-ms-reveal{
    display: none;
}
select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}


img {
    border: 0;
    vertical-align: middle;
}


table {
    border-collapse: collapse;			
    color: #666;
    background: #fff;
    padding: 0;
    margin: 0;
    position: relative;
}
a {
    color: #000;
    text-decoration: none;
}

:focus
{
    outline: none;
}


.clearfix:before,
.clearfix:after
{
    display: table;
    content: '';
}

.clearfix:after
{
    clear: both;

}

.clearfix {
    *zoom: 1; 
}
.fl
{
    float: left;
}

.fr
{
    float: right;
}

.dn,
.hide,
.hidden,
.none
{
    display: none;
}

.show
{
    display: block;
}


.cp
{
    cursor: pointer;
}


.pr
{
    position: relative;
}

.pa
{
    position: absolute;
}


.w{
    width: 1098px;
    margin: 0 auto;
}
header{
    width: 100%;
    
}
.newFooter li a{
    color: #666666;
}
.pop{
    z-index: 99;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0,0.6) ;
}
.pop .pop-cntent{
    width: 320px;
    margin: 0 auto;
    position:fixed;
    top:300px;
    left: 50%;
    transform:translate(-50% , 0);
    -ms-transform:translate(-50% , 0);	
    -moz-transform:translate(-50% , 0);	
    -webkit-transform:translate(-50% , 0); 
    -o-transform:translate(-50% , 0); 	
    
    border-radius: 5px;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.pop .pop-cntent>div{
    padding: 10px 0px;
    display: flex;
    align-items:center;
    flex-direction: row;
}
.pop .pop-cntent>div>span{
    width: 50px;
    text-align: center;
}
.pop .pop-cntent>div .btn{
    padding: 2px 5px;
    margin: 0px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.pop .pop-cntent>div .no{
    
    background-color: rgba(153, 153, 153, 1);
    color: rgba(208, 208, 208, 1);
}
.pop .pop-cntent>div .ok{
    background-color: rgba(187, 54, 31, 1);
    color: #ffffff;
}
.pop .pop-cntent input{
    line-height: 30px;
    width: 200px;
    border: 1px solid silver;
    border-radius: 5px;
    margin-left: 15px;
    padding-left: 10px;
}