body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* Status bar height on iOS 10 */
    /* padding-top: 20px;  */
    /* Status bar height on iOS 11+ */
    padding-top: constant(safe-area-inset-top);
    /* padding-bottom: constant(safe-area-inset-bottom); */
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

ol,
ul,
li {
    list-style: none;
}

input focus:-moz-placeholder,
input input:focus::-webkit-input-placeholder {
    color: transparent;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

.share {
    width: 3rem;
    height: 3rem;
    background: url(//n.sinaimg.cn/products/special/runningGroup2017/images/share.png) no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    position: fixed;
    top: 21rem;
    right: 1.5rem;
    z-index: 101;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 320px) {
    html,
    body {
        font-size: 12px;
    }
}

@media screen and (min-width: 375px) {
    html,
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 425px) {
    html,
    body {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    html,
    body {
        font-size: 30px;
    }
}

body {
    background: #c8f391;
    width: 100%;
    /* width: 26.786rem; */
    margin: 0 auto;
}

.banner img {
    width: 100%;
    display: block;
}

.distance {
    width: 100%;
    height: .3rem;
    background: #c8f391;
    /* margin-top: 1.429rem; */
}

.footer_copyright {
    background: url("//n.sinaimg.cn/sports/paotuan2018/imgs/foot_copyRight.png") no-repeat 0 0;
    background-size: cover;
}

.cooperativePartner {
    clear: both;
    overflow: hidden;
    padding-bottom: 1.6rem;
    /* background: linear-gradient(to right bottom, #d4f1a9, #ffe795); */
}

.cooperativePartner .partnerTitle {
    text-align: center;
    /* color: #000; */
    font-size: 1.3rem;
    width: 100%;
    height: 1.2rem;
    background-size: contain;
    /* font-family: FZZYJW--GB1-0; */
    /* font-size: 1rem; */
    /* font-style: italic; */
    /* width: 100%;
    height: 10.3rem;
    background: url(//n.sinaimg.cn/sports/paotuan2018/imgs/zbdw.png) no-repeat 0 0;
    background-size: 100% 100%; */
}

.cooperativePartner .comList {
    width: 50%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2rem;
}

.cooperativePartner .comList li {
    width: 50%;
    padding-top: 8%;
    margin-right: 5%;
    float: left;
    display: block;
}

.cooperativePartner .comList li img {
    width: 100%;
}

.cooperativePartner .comList li:first-child {
    padding-top: 0px;
    margin-right: 10%;
    width: 35%
}

.cooperativePartner .partnerList1 {
    display: -webkit-flex;
    /* display: flex; */
    width: 23.893rem;
    -webkit-justify-content: center;
    /* justify-content: center; */
    padding-top: 1.58rem;
    border-bottom: 1px solid #e5cf86;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -webkit-align-items: center;
    /* align-items: center; */
}

.cooperativePartner .partnerList1 li {
    width: 5.32rem;
    margin-right: calc((100% - 15.96rem)/3);
    /* height: 3.321rem; */
    margin-bottom: 1.46rem;
}

.cooperativePartner .partnerList1 li:nth-of-type(3n) {
    margin-right: 0;
}

.cooperativePartner .partnerList1 li img {
    width: 100%;
    /* height: 3.321rem; */
}

/* .cooperativePartner .partnerList li:first-child {
    padding-top: 0px;
    margin-right: 10%;
    width: 35%
} */

.exclusiveMedia {
    clear: both;
    overflow: hidden;
    margin-bottom: -1%;
    background-color: #7fb906;
}

.exclusiveMedia .partnerTitle {
    padding-top: 15%;
    background: url(//n.sinaimg.cn/products/special/runningGroup2017/images/exclusiveMedia.png) no-repeat;
    background-size: 100% auto;
}

.exclusiveMedia .partnerList {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #7fb906;
    overflow: hidden;
    padding-top: 1rem;
    margin-top: -1%;
}

.exclusiveMedia .partnerList li {
    width: 18%;
    margin-right: 5%;
    float: left;
    display: block;
}

.exclusiveMedia .partnerList li img {
    width: 100%;
    border-radius: 50%;
}

.exclusiveMedia .partnerList li:first-child {
    margin-left: 5%;
}

.contactUs {
    clear: both;
    /* border-top: 1px solid #3a72d1;
    padding-top: 1rem; */
    overflow: hidden;
    /* background-color: #ffe795; */
}

.contactUs .twoDimensionCode {
    margin: 0 auto;
    width: 50%;
    background-color: #000;
}

.contactUs .twoDimensionCode li {
    width: 45%;
    margin-bottom: 10%;
}

.contactUs .twoDimensionCode li img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.contactUs .twoDimensionCode li p {
    text-align: center;
    color: #000;
    font-size: .9rem;
    padding: 5% 0;
}

.contactUs .twoDimensionCode .weibocode {
    float: left;
}

.contactUs .twoDimensionCode .weixinCode {
    float: right;
}

iframe {
    position: absolute;
    left: -100%;
}

.hide {
    display: none;
}

.adoptSymbol {
    width: 12rem;
    margin: 0 auto;
    margin-top: 24%;
}

.adoptSymbol img {
    display: block;
    margin: 0 auto;
}

.success-title {
    color: #393939;
    text-align: center;
    margin-top: 10%;
    font-size: 1.6rem;
}

.pendingReview {
    color: #94b34b;
    text-align: center;
    display: block;
    width: 70%;
    margin: 5% auto 2rem;
    font-size: 1rem;
    line-height: 2rem;
}

.organizers {
    width: 100%;
    height: 0.964rem;
    background: url("//n2.sinaimg.cn/sports/paotuan2018/imgs/zhubandanwei.png") no-repeat center;
    background-size: 4.214rem 0.964rem;
    margin: 1.821rem 0 0;
}

.sponsor {
    width: 100%;
    height: 0.929rem;
    background: url("//n3.sinaimg.cn/sports/paotuan2018/imgs/zanzhushang.png") no-repeat center;
    background-size: 3.179rem 0.929rem;
    margin: 1.821rem 0 0;
}

.gotoAdUrl {
    display: block;
    width:92%;
    margin: 0 auto;
}

.gotoAdUrl img {
    display: block;
    width: 100%;
}