html {
    overflow-x:hidden;
}
.topRankingUl-down-right .down {
    right: 10px;
}
.new-fankui {
    padding: 5px 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #AAAAAA;
    background-color: white;
    text-align:center;
}
.new-fankui-top img {
    width: 20px;
}


/*详情页 顶部广告位*/
.ad-top {
	position: relative;
}
.ad-top img {
    width: 100%;
}
.ad-top .iconfont {
	font-size: 12px;
}
.ad-top .ad-top-close {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-18px, -18px);
    color: rgb(221, 221, 221);
    background: rgb(172, 172, 172);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.ad-top .ad-top-des {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-46px, -18px);
    color: rgb(221, 221, 221);;
    background: rgb(172, 172, 172);
    width: 28px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
}


.sm {
    text-align: center;
    font-size: 12px;
    color: #259d5d;
    padding: 10px 0;
}
.sm span {
    padding: 0 15px;
    position: relative;
}
.sm span::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../img/icon-lvse@2x.png) no-repeat;
    background-size: 11px;
}

/*安卓下载样式*/
.btn-wrapper .btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    line-height: 23px;
    height: 37px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 15px;
}
#anzhuo-down i {
    width: 15.5px;
    height: 18px;
    background-position: -142px -44px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 9px;
}
.c-btn--primary {
    color: #fff;
    background-image: -webkit-linear-gradient(55deg,#25cdff,#467bf3);
    background-image: -moz- oldlinear-gradient(55deg,#25cdff,#467bf3);
    background-image: linear-gradient(35deg,#25cdff,#467bf3);
    background-color: #467bf3;
}
.c-btn--orange {
    color: #fff;
    background-image: -webkit-linear-gradient(55deg,#f9c37d,#f59c26);
    background-image: -moz- oldlinear-gradient(55deg,#f9c37d,#f59c26);
    background-image: linear-gradient(35deg,#f9c37d,#f59c26);
    background-color: #f59c26;
}
.c-btn--gray {
    color: #fff;
    background-image: -webkit-linear-gradient(55deg,#e7e7e7,#d7d7d7);
    background-image: -moz- oldlinear-gradient(55deg,#e7e7e7,#d7d7d7);
    background-image: linear-gradient(35deg,#e7e7e7,#d7d7d7);
    background-color: #d7d7d7;
}

.c-btn--primary:before {
    color: transparent;
}
.c-btn {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 13.5px 3px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 13px;
    position: relative;
    background-color: #fff;
}
.c-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    pointer-events: none;
    display: block;
    width: 200%;
    height: 200%;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /* color: #48c8fb; */
}
.c-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*助手包样式*/
.checkbox-container {
    width: 320px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
}
.checkboxlabel {
    display: -webkit-box;
}
.checkbox:checked {
    background: #05b4ff;
    border: 1px solid #fff;
}
 .checkbox {
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: .8rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color ease .1s;
    transition: background-color .1s ease;
}
 .checkbox:checked:after {
    content: "";
    top: 4px;
    left: 4px;
    position: absolute;
    background: transparent;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 .checkboxlabel .checkmark {
    color: #999;
    vertical-align: bottom;
    margin-left: 6px;
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
 .checkboxlabel .checkmark .securecheckmark {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 .checkboxlabel .checkmark .checkmarktext {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    word-wrap: break-word;
    text-align: left;
}



