body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", STHeiti, Arial
}
html{
    font-size: 50px;
}
body, div, a, p, b, i, em {
    font-size: .24rem;
}
a:hover {
    text-decoration: none;
}
body {
    background-color: white;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei", STHeiti, Arial;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ul, ol, li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0
}
input::-webkit-search-cancel-button {
    display: none
}
input[type=search]::-ms-clear {
    display: none
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

.ells {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

#page{
    text-align: center;
    padding: 0.3rem 0.2rem;
}
#page .pagination{
    margin-top: 0px;
}
#page .pagination li span{
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.05rem;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    padding: 0px;
    border: 1px solid #ff6860;
    background: #ff6860;
    color: #fff;
}
#page .pagination li a{
    width: 0.8rem;
    height: 0.6rem;
    line-height: .6rem;
    margin-bottom: 0.05rem;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    padding: 0px;
    border: 1px solid #f5f5f5;
    color: #666;
}
#page .pagination li.disabled span{
    color: #666;
    border: 1px solid #f5f5f5;
    background: #fff;
}

/*model层*/
.layui-m-layercont{
  line-height: unset!important;
}
.layui-m-layer0 .layui-m-layercont{
    padding: .1rem;
}
.layui-m-layer.layui-m-layer2 .layui-m-layercont p {
    margin-top: 0.2rem;
}
.layui-m-layer.layui-m-layer2 .layui-m-layercont i{
    width: 0.3rem;
    height:  0.3rem;
}
.layui-m-layer * {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;

}


.actionmodel-body i.dp{

    color: #fd7400;

    margin-bottom: .3rem;

    font-size: .8rem;

}

.actionmodel-header {

    position: relative;

    font-size: .32rem;

    padding: .15rem;

    color: #333;

    text-align: center;

}

.actionmodel-title-text {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}

.actionmodel-header > .close {

    position: absolute;

    top: 50%;

    right: .12rem;

    width: .38rem;

    height: .38rem;

    margin-top: -.18rem;

    background-color: #f0f0f0;

    border-radius: 50%;

    opacity: 1;

    outline:none;

}

.actionmodel-header .close::before,.actionmodel-header .close::after {

    content: "";

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    background-color: #777;

    border-radius: 1rem;

    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);

    transform: translateX(-50%) translateY(-50%) rotate(45deg);

    -webkit-transform-origin: center center;

    transform-origin: center center;

}

.actionmodel-header > .close::before {

    height: .02rem;

    width: 50%;

}

.actionmodel-header > .close::after {

    height: 50%;

    width: .02rem;

}

.actionmodel-body {

    overflow-x: hidden;

    overflow-y: auto;

    max-height: 4.8rem;

}

.actionmodel-body .cardnav-group {

    padding: 0 .1rem .1rem .1rem;

}

.actionmodel-tips {

    margin: 0 .15rem .15rem .15rem;

    text-align: center;

    color: #fd7400;

    padding: .07rem 0;

    white-space: nowrap;

    font-size: .12rem;

    background-color: #fff5eb;

    border-radius: .06rem;

}



.actionmodel-body .form-primary{

    padding: 15px 25px;

}

.actionmodel-body .form-group  .form-control{

    height: .8rem;

    box-shadow:  unset;

    border-radius: .12rem;

}   

.actionmodel-body .form-group .btn {

    width: 2rem;

    height: .8rem;

    outline: none;

    position: relative;

    display: block;

    line-height: .2rem;

    padding: .12rem;

    font-size: .32rem;

    text-align: center;

    color: #fff;

    cursor: pointer;

    background-color: #d6171a;

    border-radius: 1rem;

    margin: 1rem auto 0;

}
::-webkit-scrollbar {

    display: none;

    width: 0!important;

    height: 0!important;

    -webkit-appearance: none;

    background: transparent;
}

.container {
    width: 100%;
    max-width: 7.5rem;
    min-width:3.2rem;
    margin: auto;
    background: white;
    overflow: hidden;
    padding: 0rem;
}

.wq-title {
    font-size: .32rem;
    padding-bottom: 0.12rem;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.wq-title .more {
    position: absolute;
    right: 0;
    line-height: .48rem;
    font-weight: 400;
    font-size: .26rem;
    color: #666;
}

header {
    height: 1.1rem;
    padding: .15rem .2rem .1rem;
    width: 100%;
    background: #ffffff;
    position: relative;
}
header .logo {
    width: 1.6rem;
    height: 0.8rem;
    float: left;
    background-position: 0 0rem;
    margin: .0rem 0.7rem 0 0;
    position: relative;
    z-index: 1;
}
header .logo img{
    height: 100%;
}
header .search {
    float: right;
    width: 3.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #f2f2f2;
    border-radius: 0.3rem;
    margin-top: 0.04rem;
}
header .search .ss {
    width: 0.35rem;
    height: 0.35rem;
    float: right;
    background: url("../images/head_search.png") no-repeat;
    background-size: 0.35rem;
    margin: 0.13rem 0.2rem 0 0.13rem;
}
header .menu-btn {
    width: 0.5rem;
    height: 0.5rem;
    float: right;
    margin: 0.08rem 0;
}

.menu-shadow{
    position: relative;
    background: #fff;
    z-index: 1;
}
.menu-shadow ul {
    display: flex;
    overflow-x: auto;
    width: 100%;
}
.menu-shadow ul li a {
    display: block;
    position: relative;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #666;
    white-space: nowrap;
    padding: 0 0.1rem;
    margin: 0 0.22rem 0.04rem;
}
.menu-shadow ul li a i {
    display: none;
    opacity: .3;
    position: absolute;
    width: 0.3rem;
    height: .3rem;
    left: 0;
    bottom: 0.1rem;
    z-index: -1;
    background-image: url(../images/top.png);
    background-size: .3rem;
}
.menu-shadow ul li a.on i{
    display: block;
} 
.menu-shadow ul li a.on {
    font-weight: bold;
    color: #379dec;
    font-size: 0.32rem;
}
.menu-shadow ul li:first-child a {
    margin-left: 0.22rem;
}
.menu-shadow .menu-mb {
    position: absolute;
    height: 0.62rem;
    width: 0.36rem;
    top: 0;
    right: 0;
    background: linear-gradient(to right,rgba(255,255,255,.6),#fff);
}

.tbl {
    box-shadow: 1px 1px 1px #f6f7fa;
    border-bottom: .06rem solid #f6f7fa;
    background: #fff;
}
.map{
    overflow: hidden;
    padding: 0 .285rem 0 .6rem;
    background: #f6f6f6;
    height: .72rem;
    line-height: .75rem;
    color: #888;
    position: relative;
}
.map a{
    display: inline-block;
    padding: 0 0.1rem;
    color: #888;
    font-size: .24rem;
}
.map span{
    width: 4rem;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map>a:before{
    content: "";
    position: absolute;
    left: .285rem;
    top: .22rem;
    width: .28rem;
    height: .28rem;
    background: url("../images/home.png");
    background-size: .28rem;
}

footer {
    padding: 0.4rem 0 0.6rem 0;
    min-height: 1.4rem;
    background: #1d1d1d;
    width: 100%;
    /*max-width: 7.5rem;*/
    min-width: 3.2rem;
    margin: 0 auto;
    position: relative;
    border: 0;
}
footer a.logo {
    display: block;
    width: 3rem;
    /*height: 0.64rem;*/
    background-position: 0 -0.87rem;
    margin: 0 auto 0.15rem;
}
footer a.logo img{
    width: 100%;
}
footer p {
    text-align: center;
    line-height: 0.48rem;
    color: #666666;
    font-size: 0.24rem;
    margin: auto;
}

.f-map{
    background: #1d1d1d;
    position: relative;
    box-shadow: 1px 1px 1px #f6f7fa;
    border: 0;
}
.f-map ul{
    width: 100%;
    border: 0;
}
.f-map ul li{
    width: 25%;
    float: left;
    border: 0;
}
.f-map ul li a{
    color: #fff;
    width: 100%;
    display: block;
    font-size: .28rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    position: relative;
    border: 0;
}
.f-map ul li:not(:last-child) a:after{
    position: absolute;
    content: "|";
    right: 0px;
    top: 0px;
    color: #fff;
}
.f-map>div{
    display: inline-block;
    width: 100%;
    margin-left: 5%;
    text-align: center;
    position: relative;
}
.f-map>div a{
    display: block;
    float: left;
    width: 30%;
    font-size: .32rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    position: relative;
}
.f-map>div:not(.menu-flist) a:not(:last-child):after{
    position: absolute;
    content: "|";
    right: 0px;
    top: 0px;
    color: #24c8af;
}
.f-map .menu-flist{
    position: absolute;
    right: -100%;
    top: -2.4rem;
    height: 3.2rem;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 0 0.16rem;
    box-shadow: 0px 1px .26rem .04rem #e4e4e4;
    transition: .3s;
    opacity: 0;
}
.f-map .menu-flist.on{
    right: 0rem;
    opacity: 1;
}
.f-map .menu-flist a{
    width: 50%;
    float: left;
    display: block;
    color: #000;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.f-map .menu-flist a:nth-child(2n){
    border-right: 0px;
}

.hot-game ul{
    margin: 0 -0.285rem;
}
.hot-game ul li {
    float: left;
}
.hot-game ul li a {
    display: block;
    width: 1.68rem;
    height: 2.1rem;
    margin: 0 0.0975rem;
}
.hot-game ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin: 0.28rem auto 0;
}
.hot-game ul li a p {
    text-align: center;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #333333;
    font-size: 0.28rem;
}

.app-blist ul li a {
    display: block;
    height: 1.9rem;
    padding: 0.3rem 0rem .2rem;
    border-top: 1px solid #ececec;
    position: relative;
}
.app-blist ul li:first-child a{
    border: 0px;
}
.app-blist ul li a img {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin-right: 0.32rem;
}
.app-blist ul li a div {
    float: left;
    width: 3.7rem;
    white-space: nowrap;
    overflow: hidden;
}
.app-blist ul li a div p:nth-child(1) {
    height: 0.55rem;
    line-height: 0.55rem;
    color: #333333;
    font-size: 0.3rem;
}
.app-blist ul li a div p:nth-child(1) .highlight{
    color: #ff0c00;
}
.app-blist ul li a div p:nth-child(2) {
    margin-top: .2rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #b1b1b1;
    font-size: 0.22rem;
}
.app-blist ul li a div p:nth-child(2) em {
    color: #ff756e;
}
.app-blist ul li a span {
    float: right;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #379dec;
    border-radius: 0.06rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.42rem;
}

.mmap{
    padding: 0.2rem 0;
}
.mmap ul{
    padding: 0.2rem 0.3rem;
    border-bottom: .06rem solid #f5f5f5;
    margin-bottom: .1rem;
}
.mmap ul:last-child{
    border: 0px;
}
.mmap ul li{
    float: left;
    margin-bottom: .2rem;
    margin-right: .2rem;
    min-width: 1.575rem;
    padding: 0 .14rem;
    text-align: center;
    line-height: .5rem;
    border: 0.02rem solid #d6d6d6;
}
.mmap ul li:nth-child(4n){
    margin-right: 0px;
}
.mmap ul li a{
    font-size: .28rem;
    color: #333;

}