*{margin: 0;padding: 0;}
table{border-collapse: collapse;border-spacing: 0;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, th, var{font-style: normal;font-weight: normal;}
ol, ul, li{list-style: none;}
/* h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;} */
q:before, q:after{content: '';}
textarea, select{font-family: inherit;font-size: inherit;font-weight: inherit;-webkit-appearance: none;}
textarea, select{*font-size: 100%;}
a{text-decoration: none;}
a, .answer-list li{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
*{outline: none;-webkit-touch-callout: none;}
/*img{display: block;width: 100%;height: auto;}*/
.hide{display: none;}
.g-fl{float: left;}
.g-fr{float: right;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;/*default value*/}
.c:before, .c:after{content: "";display: table;}
.c:after{clear: both;}
.c{zoom: 1;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;}
.flex.spb{justify-content: space-between;}
.t{text-indent: -9999rem;display: block;}
/*
header
*/
.headerName {
    padding: 0.26rem 0.36rem;
    background: #ffffff;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 7.5rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 555;
}
.headerName .leftBack{
    width: .32rem;
    height: .32rem;
    display: block;
    background: url(../img/leftHeader.png) no-repeat center;
    background-size: .32rem auto;
}
.headerName .leftHome{
    width: .4rem;
    height: .38rem;
    display: block;
    background: url(../img/home.png) no-repeat center;
    background-size: .4rem auto;
}
.headerName span{
    font-size: .36rem;
    color: #333333;
    flex: 2;
    text-align: center;
    padding-left: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 0.5rem;
    overflow: hidden;
}
.headerName .myOrderForm{
    font-size: .3rem;
    color: #666666;
}

.pdBody{
    padding-top: 1rem;
    overflow-x: hidden;
    /*text-align: center;*/
}

