* {
    margin: 0;
    padding: 0;
}
/*
@font-face {
    font-family: 'Alibaba PuHuiTi bold';!*阿里巴巴-普惠体-bold*!
    font-display: swap;
    !*src: url('./font/bold/webfont.eot'); !* IE9 *!
    src: url('./font/bold/webfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
    url('./font/bold/webfont.woff2') format('woff2'),
    url('./font/bold/webfont.woff') format('woff'), !* chrome、firefox *!
    url('./font/bold/webfont.ttf') format('truetype'), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*!
    url('./font/bold/webfont.svg#webfont') format('svg'); !* iOS 4.1- *!*!
    src: url('./font/bold/webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Alibaba PuHuiTi';!*阿里巴巴-普惠体-Regular*!
    font-display: swap;
    !*src: url('./font/regular/webfont.eot'); !* IE9 *!
    src: url('./font/regular/webfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
    url('./font/regular/webfont.woff2') format('woff2'),
    url('./font/regular/webfont.woff') format('woff'), !* chrome、firefox *!
    url('./font/regular/webfont.ttf') format('truetype'), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*!
    url('./font/regular/webfont.svg#webfont') format('svg'); !* iOS 4.1- *!*!
    src: url('./regular/bold/webfont.ttf') format('truetype');
}*/
/*防止锚点被定位遮挡*/
html {
    scroll-padding-top: 75px;
}

body {
    background: #fff;
    font-family: "微软雅黑";
    font-family: "Microsoft YaHei Regular", "微软雅黑", "Microsoft YaHei Regular-Regular" !important;
    font-size: 16px;
}

/*div,p,a,h1,h2,h3,h4,h5,h6,i,em,span,li.textarea,input{
    font-family: "Alibaba PuHuiTi" !important;
}*/
a {
    text-decoration: none;
}

input {
    outline: none;
}

ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

div, h1, h2, h3, h4, h5, h5, p, li, span, em, i, a {
    word-break: break-all;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.rankNo1, .rankNo2, .rankNo3 {
    cursor: pointer;
}

.rank_list li span {
    cursor: pointer;
}

.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.leftBtn {
    position: absolute;
    left: 2%;
    top: 6px;
    width: 20px;
    height: 15px;
    z-index: 10;
    background: url(../img/imgIndex/indexLeftBtn.png) center center no-repeat;
}

/*头部*/
.header_top{
    position: relative;
    z-index: 1;
    height: 30px;
    background: #0001FE;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    background: #000000;
    color: #C6C6C6;
    font-size: 14px;
}


.header_fl div {
    margin-right: 30px;
    line-height: 30px;
}

.header_fl div.topChangeBox {
    margin-right: 10px;
    width: 80px;
    margin-left: -15px;
    text-align: center;
    color: #333333;
}

.header_fr div {
    margin-left: 15px;
    line-height: 30px;
}

.header_fr div.header_zhuce{
    margin-right: 15px;
    margin-left: 30px;
}

.header a {
    color: #C6C6C6;
}

.header_sy {
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px !important;
}

.syIndex {
    display: block;
    /*width: 100%;*/
    width: 85%;
    padding-left: 15%;
    text-align: left;
    color: #C6C6C6;
    background: url(../img/baseimg/xlk_xia.png) 50px center no-repeat;
}

.header_sy:hover {
    /*background: #eeeeee;*/
}

.header_sy.on > a {
    color: #000000;
    background: #eeeeee;
}

/*.header_sy:hover ul{
    display: block;
}*/
.header_sy ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 240px;
    /*height: 100px;*/
    /*background: #eeeeee;*/
    display: none;
    /*padding: 6px 0;*/
    z-index: 50;

}

.header_sy ul li {
    float: left;
    width: 80px;
    /*padding-left: 8px;*/
    background: url(../img/baseimg/menu-line.png) right center no-repeat;
}

.header_sy ul li:last-child {
    background: none;
}

.header_sy ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.header_nav a:hover {
    color: #2EC9B3;
}

.moreListBox {
    position: relative;
}

.moreListBox a.top {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 28px;
}

.moreListBox .NavlistCont {
    position: absolute;
    padding: 17.5px 0;
    top: 30px;
    left: -264px;
    width: 254px;
    display: none;
    z-index: 1;
    background: #f5f5f5;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08),
    -4px 0px 10px 0px rgba(0, 0, 0, 0.08),
    4px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.moreListBox.on a.top {
    color: #333333;
    width: 54px;
    background: #fff;
    text-align: center;
    height: 30px;
}

.topChangeBox.on {
    background: #f5f5f5;
    height: 31px;
    z-index: 2;
    position: relative;
}

.topChangeBox a.top {
    float: right;
    width: 20px;
    height: 30px;
    margin-right: 11px;
    /*background: url(../img/baseimg/Navmore1.png) center 9px no-repeat;*/
    font-size: 22px;
    line-height: 27px;
}

.topChangeBox.on a.top {
    /*background: url(../img/baseimg/Navmore.png) center 9px no-repeat;*/
}

.topChangeBox.on a {
    color: #333333;
}

.topChangeBox.on a:hover {
    color: #2EC9B3;
}

.topChangeItem {
    margin-right: 6px;
    float: left;
    margin-left: 15px;
}

.moreListBox.on .NavlistCont {
    display: block;

}

.moreListBox .NavlistCont a {
    display: inline-block;
    margin: 2.5px 10px;
    width: 64px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #e4e4e4;
    color: #333333;
}

.NavlistCont a:hover {
    border: 1px solid #2ec9b3;
    color: #2EC9B3;
}

.menuItem.on {
    color: #2EC9B3;
    font-weight: bold;
}

.userCenter {
    position: relative;
    width: 106px;
    height: 30px;
    line-height: 30px;
}

a.myCenter {
    display: block;
    /*width: 100%;*/
    height: 30px;
    padding-left: 15px;
    text-align: left;
    background: url(../img/baseimg/xlk_xia.png) 78px center no-repeat;
}

.userCenter.on a {
    color: #000000;
    background: #eeeeee;
}

/*.userCenter:hover ul{
    display: block;
}*/
.userCenter ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 80px;
    /*max-width: 120px;*/
    width: 106px;
    background: #eeeeee;
    z-index: 50;
}

.headerName{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userCenter ul li {
    line-height: 30px;
    padding: 0 15px;
    color: #000000;
    white-space: nowrap;
}

.userCenter ul li a {
    color: #000000;
}

.header_login {
    padding: 0 15px 0 15px;
    background: #ee4041;
    color: #fff;
}

.header_login a {
    color: #fff;
}

.header_phone {
    padding-left: 15px;
    background: url(../img/baseimg/icon_djphone.png) left center no-repeat;
}

#login-form input::-webkit-input-placeholder {
    color: #333333;
}

#login-form input:-moz-placeholder {
    color: #333333;
}

#login-form input::-moz-placeholder {
    color: #333333;
}

#login-form input:-ms-input-placeholder {
    color: #333333;
}

/*尾部*/
.footer {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #0000ff;
    color: #ffffff;
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer_bq {
    margin-top: 50px;
}

.footer_ban {
    line-height: 35px;
}

.footer_ban a {
    color: #ffffff;
}

.footer_nav a {
    display: inline-block;
    margin-right: 18px;
    color: #ffffff;
}

.footer_mes {
    margin: 24px 0;
}

.footer_mes p {
    line-height: 20px;
}

.footer_mes p em {
    margin-right: 5px;
}

.footer_mes p i {
    margin-left: 10px;
    margin-right: 5px;
}

.footer_ewm {
    line-height: 24px;
}

.footer_ewm span {
    float: left;
}

.footer_ewm span.footer_ewmUs {
    margin-left: 30px;
}

.footer_icon {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
    float: left;
}

.footer_iconApple {
    background: url(../img/baseimg/base_apple.png) left center no-repeat;
}

.footer_iconandroid {
    background: url(../img/baseimg/base_android.png) left center no-repeat;
}

.footer_iconWeibo {
    background: url(../img/baseimg/base_weibo.png) left center no-repeat;
}

.footer_iconWeixin {
    background: url(../img/baseimg/base_weixin.png) left center no-repeat;
}

.beiAn {
    color: #ffffff;
    background: url(../img/imgIndex/beiAnIcon.png) left center no-repeat;
    padding: 2px 0 2px 23px;
}

/*排行榜*/
.rankingList {
    /*width: 210px;*/
    /*height: 458px;*/
    /*border-top: 2px solid #ff5252;*/
}

.rank_title {
    height: 27px;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #FF2020;
    /*margin-top: 17px;*/
    width: 210px;
    margin: 17px auto 0;
    background: url(../img/baseimg/rankTitle_bj.png) center center no-repeat;
}

/*.rank_title i{
    display: block;
    width: 38px;
    height: 1px;
    margin-top: 12px;
    margin-left: 10px;
    background: linear-gradient(90deg, rgba(255, 32, 32, 0) 0%, #FF2020 100%);
}
.rank_title i.fr{
    display: block;
    width: 38px;
    height: 1px;
    margin-top: 12px;
    margin-right: 3px;
    background: linear-gradient(90deg, #FF2020 0%, rgba(255, 32, 32, 0) 100%);
}*/
.rank_No {
    height: 113px;
    margin-top: 10px;
    background: url(../img/baseimg/xlk_rankBj.png) center center no-repeat;
    overflow: hidden;
}

.rankNo2 {
    width: 52px;
    /*height: 43px;*/
    margin-left: 12px;
    margin-top: 30px;
    position: relative;
}

.rankNo_huan {
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 34px;
    height: 34px;
    text-align: center;
    /*line-height: 34px;*/
    background: url(../img/baseimg/xlk_rank2_bj.png) left center no-repeat;
}

.rankNo_huan img {
    width: 32px;
    height: 32px;
    margin-top: 1px;
    border-radius: 50%;
}

.rankNo_bot {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 52px;
    height: 21px;
    top: 25px;
    background: url(../img/baseimg/xlk_rank2.png) left center no-repeat;
}

.rankNo1 {
    width: 60px;
    /*height: 50px;*/
    margin-left: 12px;
    margin-top: 12px;
    position: relative;
}

.rankNo1 .rankNo_huan {
    width: 60px;
    height: 40px;
    left: 0;
    background: url(../img/baseimg/xlk_rank1_bj.png) center center no-repeat;
}

.rankNo1 .rankNo_huan img {
    width: 36px;
    height: 36px;
    margin-top: 2px;
    border-radius: 50%;
}

.rankNo1 .rankNo_bot {
    width: 60px;
    height: 25px;
    top: 30px;
    background: url(../img/baseimg/xlk_rank1.png) left center no-repeat;
}

.rankNo3 {
    width: 52px;
    /*height: 43px;*/
    margin-left: 12px;
    margin-top: 30px;
    position: relative;
}

.rankNo3 .rankNo_huan {
    background: url(../img/baseimg/xlk_rank3_bj.png) center center no-repeat;
}

.rankNo3 .rankNo_bot {
    background: url(../img/baseimg/xlk_rank3.png) left center no-repeat;
}

.rank_No .cj {
    position: absolute;
    top: 50px;
    /*left: 5px;*/
    text-align: center;
    font-size: 12px;
    width: 52px;
}

.rank_No .cj h3 {
    line-height: 17px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.rank_No .cj h3:hover{
    color: #2EC9B3;
}

.rank_No .cj p {
    color: #999999;
    line-height: 14px;
}

.rank_No .rankNo1 .cj {
    top: 58px;
    /*left:10px;*/
}

.rankNo1 .cj {
    width: 60px;
}

.rank_list {
    padding: 6px 20px;
}

.rank_list li {
    margin: 8px 0;
    line-height: 24px;
}

.rank_list li:after {
    content: '';
    display: table;
    clear: both;
}

.rank_list li i {
    display: inline-block;
    width: 25px;
    color: #FF201D;
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.rank_list li span {
    font-size: 12px;
    color: #000000;
    float: left;
    /*font-weight: bold;*/
    max-width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank_list li span:hover{
    color: #2EC9B3;
}

.rank_list li p {
    float: right;
    font-size: 10px;
    color: #999999;
}

.rank_list li p em {
    margin-right: 5px;
}

.rank_more {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

/*弹框*/
.xlk_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}

.xlk_dialog {
    position: fixed;
    width: 484px;
    /*height: 272px;*/
    height: auto;
    margin-left: -242px;
    margin-top: -136px;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 1000;
    font-size: 17px;
    color: #000;
    padding-bottom: 35px;
    display: none;
}

.conDt {
    width: 570px;
}

.conDt.normal {
    width: 484px;
}

.dk_dialogTitleSuc {
    padding: 0 24px;
    height: 46px;
    line-height: 46px;
    background: #F0F0F0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dk_dialogTitleSuc span {
    padding-left: 24px;
    background: url(../img/imgIndex/dialog_sucIcon.png) 0 center no-repeat;
}

.xlk_dialog .closeDialog {
    width: 14px;
    height: 14px;
    margin-top: 16px;
    float: right;
    cursor: pointer;
    background: url(../img/imgIndex/dialog_close.png) left center no-repeat;
}

.xlk_dialog .closeThisDialog {
    width: 14px;
    height: 14px;
    margin-top: 16px;
    float: right;
    cursor: pointer;
    background: url(../img/imgIndex/dialog_close.png) left center no-repeat;
}

.dialogContent {
    padding: 15px 0;
    margin-top: 10px;
    /*margin-bottom: 22px;*/
    font-size: 19px;
    text-align: center;
}

.dialogContent p {
    padding: 20px 45px;
    min-height: 60px;
    line-height: 36px;
}

.dialogBtn a {
    display: inline-block;
    width: 135px;
    height: 44px;
    border: 1px solid #2ec9b3;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    margin: 5px 15px;
}

.dialogBtn a.on {
    color: #FFFFFF;
    background: #2ec9b3;
}

.dialog_sure {
    color: #2ec9b3;
}

.dialog_next {
    background: #2ec9b3;
    color: #FFFFFF;
}

.mask {

}

/*.notOpen {
    width: 246px;
    height: 166px;
    padding: 30px 8% 40px;
    text-align: center;
    background: #ffffff url(../img/baseimg/notOpendialogBj.png) left bottom no-repeat;
    background-size: 100%;
}

.notOpen a.close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 20px;
    background: url(../img/imgIndex/dialog_close.png) left center no-repeat;
}

.notOpen .content {
    width: 198px;
    padding-left: 48px;
    color: #333333;
    font-size: 18px;
    line-height: 38px;
    margin-top: 40px;
    background: url(../img/baseimg/Dialogtip.png) left center no-repeat;
}

.notOpen .botBtn {
    width: 177px;
    height: 44px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    line-height: 44px;
    border-radius: 67px;
    background: #36cab5;
    font-size: 18px;
    color: #ffffff;
}*/
.notOpen {
    width: 484px;
    height: 236px;
    padding: 0;
    text-align: center;
    background: #ffffff;
}
.notOpen .dk_dialogTitleSuc span{
    background: none;
    padding-left: 0;
}
.notOpen a.close {
    width: 14px;
    height: 14px;
    margin-top: 16px;
    background: url(../img/imgIndex/dialog_close.png) left center no-repeat;
}
.notOpen .content {
    /*width: 198px;*/
    /*padding-left: 48px;*/
    line-height: 38px;
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    /*background: url(../img/baseimg/Dialogtip.png) left center no-repeat;*/
}

.notOpen .botBtn {
    width: 177px;
    height: 44px;
    display: inline-block;
    text-align: center;
    margin-top: 35px;
    line-height: 44px;
    border-radius: 67px;
    background: #36cab5;
    font-size: 18px;
    color: #ffffff;
}

/*分页*/
.djpage02 {
    width: 580px;
    line-height: 30px;
    height: 32px;
    padding: 0 10px;
    text-align: center;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.djpage02 .pagenum { /*float:right;*/
    font-size: 14px;
    padding: 0 10px;
}

.djpage02 .pagenum span {
    padding: 0 8px;
    color: #222;
    font-size: 16px;
}

.djpage02 .pagenum span code {
    padding: 0 2px;
    font-weight: bolder;
}

.djpage02 .pagenum a {
    width: 58px;
    height: 30px;
    float: left;
    font-size: 12px;
    color: #000000;
}

.djpage02 .pleft {
    border: 1px solid #e6e7ec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 8px;
}

.djpage02 .plefth {
    border: 1px solid #e6e7ec;
}

.djpage02 .pright {
    border: 1px solid #e6e7ec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
}

.djpage02 .prighth {
    border: 1px solid #e6e7ec;
}

.djpage02 .pageform { /*float:right;*/
    font-size: 12px;
    margin-left: 3px
}

.djpage02 .pageform span {
    float: left;
    padding: 0 5px;
}

.djpage02 .pageform .pagetext { /*float:left;*/
    width: 42px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    margin: 0 5px;
}

.djpage02 .pageform .pagebtn { /*float: left;*/
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 0 10px;
    color: #666;
    width: 45px;
    text-align: center;
    margin-left: 5px;
}

/*登录窗口  start*/
.login_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
.notOpenMask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
.signbox {
    width: 296px;
    height: 150px;
    float: left;
}

.loginBox {
    width: 430px;
    height: 160px;
    background: #ebf2fa;
}

.signIn {
    display: none
}

.signIn .close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#login-form .autoOn {
    display: none;
}

#login-form input:checked ~ .autoOn {
    display: inline-block;
}

#login-form input:checked ~ .autoOff {
    display: none;

}

.error {
    display: none;
    margin-right: 5px;
}

.signIn .close:hover {
    background: red;
    border-radius: 0 5px 0 0;
}

.signIn p {
    margin: 0;
}

.signIn {
    width: 430px;
    height: 340px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -170px;
}

.signs {
    display: none;
}

.signBg {
    width: 430px;
    height: 180px;
    background: url('../img/imgIndex/sign-bg.jpg') no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.signBg .logo {
    width: 150px;
    height: 120px;
    background: url('../img/imgIndex/signlogo.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -56px;
}

.userimg {
    width: 94px;
    height: 94px;
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -47px;
    background: url('../img/imgIndex/morenImg.png') no-repeat;
    background-size: 100%;
}

.warning {
    margin-right: 11px;
    margin-left: 6px;
}

.loginon {
    width: 208px;
    background: #30a4dd;
    padding: 7px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    outline: none;
}

.dtb-bg {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.loginCheckedNo {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url('../img/imgIndex/aotoOff.png') no-repeat;
}

.loginChecked {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url('../img/imgIndex/aotoOn.png') no-repeat;
}

/*登录窗口  end*/

/*左侧  s*/
.indexAllL {
    /*min-width: 200px;
    height: 100%;
    background: #000000;
    position: relative;
    display: none;*/
    min-width: 200px;
    height: 100vh;
    background: #000000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.indexAllR {
    width: 100%;
}

.leftSideCont {
    width: 80%;
    margin: 0 auto;
}

.leftSideCont a {
    font-size: 14px;
}

.leftSideCont .closeLeft {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
    display: inline-block;
    cursor: pointer;
    background: url(../img/imgIndex/indexClose.png) left center no-repeat;
}

.leftSideCont .listBox1 {
    margin-top: 40px;
}

.leftSideCont .listBox1 p {
    padding: 15px 10px 10px;
    border-top: 1px solid #636366;
    padding-left: 8.8%;
}

.leftSideCont .listBox1 a {
    color: #fff;
}

.leftSideCont .listBox2 {
    padding: 20px 8.8%;
    border-top: 1px solid #636366;
}

.leftSideCont .listBox2 p {
    line-height: 30px;
}

.leftSideCont .listBox2 a {
    color: #fff;
}

.leftSideCont .apples, .leftSideCont .android {
    margin-left: 8.8%;
    display: block;
}

.leftSideCont .android {
    margin-top: 10px;
}

/*左侧  e*/
.loadBusy {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("../img/baseimg/load.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999;
    text-align: center;
    line-height: 50;
    font-size: 18px;
}
