* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 180%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 32px;
    font-weight: 700;
    color: #EA2386
}

a {
    text-decoration: none;
    color: #333;
    outline-style: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent
}

a:hover {
    color: #333;
    text-decoration: none;
    background: none;
}

a:active {
    color: #EA2386;
}



p {
    margin: 0;
}



.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clear15 {
    clear: both;
    height: 15px;
    overflow: hidden;
}

.clear30 {
    clear: both;
    height: 30px;
    overflow: hidden;
}






.top-line {
    background: #EA2386;
    height: 3px;
    position: absolute;
    width: 100%;
}

.main {
    width: auto;
    min-width: 300px;
    max-width: 640px;
    overflow: hidden;
    margin: 0 auto;
    min-height: calc(100vh - 60px);
}







/*box*/
.box {
    padding: 15px;
}

.box img {
    width: 100%;
    border-radius: 5px;
}

.content p {
    margin: 5px 0;
    text-indent: 2em;
}





/*footer*/

.footer {
    color: #ccc;
    text-align: center;
}

.footer .content {
    height: auto;
    line-height: 30px;
    width: auto;
    padding: 15px;
    font-size: 12px;
}

.footer a {
    color: #ccc;
}



























@media screen and (min-width:768px) and (max-width: 1199px) {}


@media screen and (min-width:640px) and (max-width: 767px) {}




@media screen and (max-width:639px) {



    .footer a {
        display: block;
        color: #ccc;
    }


}







#wx{
    display: none;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
}

.mask-content {
    position: absolute;
    z-index: 20;
    width: 78%;
    right: 16px;
    top: 12px;
    
}