*{
    margin: 0;
    padding: 0;
}

/*ios��������*/
body,html{
    -webkit-overflow-scrolling:touch
}
li{
    list-style: none;
}
a{
    color: #333;
    display: inline-block;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
img{
    vertical-align: middle;
}

body{
    width: 100%;
    font-size:15px;
    color: #333;
    letter-spacing: 1px;
    line-height: 28px;
    background-color: #fff;
}

.tip{
    display: block;
}
.tip .qicon {
    margin: 0 auto;
    /* display: block; */
    width: 155px;
    height: 60px;
    background-image: url('/static/ggws/images/qqtongzhi1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tip .qicon .content {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 4px 48px;
}
.page_container{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 94%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 3%;
    background-color: #fff;
    border-bottom: 1px #dcdddd solid;
}
.h_back{
    float: left;
    width: 10%;
}
.h_back img{
    width: 11px;
}
.h_title{
    float: left;
    width:80%;
    text-align: center;
}
.h_index{
    float: left;
    width: 10%;
    text-align: right;
}
.h_index img{
    width: 23px;
}
/*����*/
.nav_list{
    position: fixed;
    top: 0;
    left: 0;
    width: 94%;
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
    background-color: #2f8efd;
}
.nav_list ul li{
    float: left;
    width: 16.66%;
    text-align: center;
}
.nav_list ul li img{
    width: 40px;
    margin-top: 10px;
}
.nav_list ul li a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
/*�м�*/
.center{
    width: 100%;
    min-height: calc(100vh - 226px);
    overflow-y: auto;
    margin-top: 51px;
    padding-bottom: 100px;
}

/*�ײ�*/
.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    background-color: #282828;
    /*margin-bottom: 40px;*/
}
.footer a{
    color: #fff;
}

.text_red{
    color: red;
}

/*��д��ĸ*/
.upper_case{
    text-transform: uppercase;
}

/*Сд��ĸ*/
.lower_case{
    text-transform: lowercase;
}

/*����ĸ��д*/
.capitalize{
    text-transform: capitalize;
}

/*��վ�û�*/
.pm_gray {
    /*grayscale(val):valֵԽ��ҶȾ�Խ��*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*��ֹ�û�ѡ��Ԫ��*/
.pm_wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*form*/
input {
    border: none;
    outline: none;
}

/*placeholder*/
input::-webkit-input-placeholder {
    color:#999;
}
input::-ms-input-placeholder {
    color:#999;
}
input::-moz-placeholder {
    color:#999;
}

/*overflow*/
.pm_overflow_1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pm_overflow_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.pm_overflow_3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*float*/
.pm_float_left{
    float: left;
}
.pm_float_right{
    float: left;
}

/*�������*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}
/*物流飘窗*/
.float_window{
    position: fixed;
    top: calc((100vh - 100px) / 2);
    right: 0;
    width: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px 0 0 6px;
    background-color: #ffa603;
}
.float_window a{
    color: #fff;
}
