@media only screen and (max-width: 320px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:link {
    outline: 0;
    text-decoration: none;
}

a:visited {
    outline: 0;
    text-decoration: none;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.color {
    color: #CCA66A;
}

ul li {
    list-style: none;
    float: left;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

div {
    word-wrap: break-word;
    word-break: break-all;
}

.clear {
    clear: both;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

a, img, button, input, textarea, select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: transparent;
}

input:focus, button:focus {
    border: 0px;
    outline: none;
}

select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

body {
    color: #333;
    font-size: 14px;
    padding-top: 48px;
    line-height: 22px;
    font-family: "微软雅黑";
    background-color: #fff;
}

header {
    height: 46px;
    line-height: 46px;
    text-align: left;
    position: relative;
    margin-bottom: 3px;
    z-index: 9999 !important;
    position: fixed;
    text-indent: 2rem;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #fff;*/
}

header a {
    font-size: 15px;
    font-weight: bold;
}

.headerTitle {
    font-size: 18px;
}

.box {
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    height: auto;
    color: #464646;
}

.backImg {
    position: absolute;
    top: 13px;
    left: 20px;
    cursor: pointer;
    height: 18px;
}

.headerRight {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    font-size: 14px;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 20px;
}

footer {
    padding: 1rem 2rem;
    box-sizing: border-box;
    /*margin-bottom: 3rem;*/
}

.partners-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 17px;
}

.partners-log {
    display: flex;
    justify-content: space-between;
}

.partners-log img {
    align-self: center;
}

.partners-log img:nth-child(1) {
    height: 3.7rem;
}

.partners-log img:nth-child(2) {
    width: 4.5rem;
}

.partners-log img:nth-child(3) {
    width: 4.5rem;
}

.cp-box {
    text-align: center;
    font-size: 13px;
    margin-top: 1.5rem;
}

.nodata {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 1.5rem 0;
}