/*电脑适配*/
@media screen and (min-width: 800px){
    #logoImage{
        height: 76px;
    }

    #topToggle{
        display: none;
    }
    .imgHeadRight a{
        margin-left: 10px;
    }

    .imgMain2 li{
        margin: 10px;
    }
    .imgMainRight{
        width: 714px;
    }

    .liBox{
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    #navBox{
        line-height: 50px;
        margin-top: 15px;
    }
    #logoRight {
        width: 80%;
        height: 76px;
    }

    #logoLeft{
        margin-left: 10px;
    }

    #logoRight .commonInput {
        width: 80%;
        padding: 12px 5px;
    }

    #logoRight .commonBtnA {
        padding: 12px 20px;
        font-size: 16px;
        background: url(../images/fenlei-tiny-icon.png) no-repeat -12px -203px #F4543C;
    }

    .imgMain2 ul{
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: repeat(auto-fill,minmax(300px, max-content));
    }
    .faqOneLineBoxDiv h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 800px){
    #navBox{
        line-height: 30px;
    }
    .faqOneLineBoxDiv h6 {
        font-size: 14px;
    }
    .oneItemImageBox{
        float: left;
    }
}


.liBox{
    max-width: 100%;
    padding: 25px 0;
}
.indexA {
    background-color: #5b58fb;
    border: none;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 80px;
    border-radius: 6px;
    display: inline-block;
}
.oneItemImageBox{
    align-items: center;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 55px;
    justify-content: center;
    margin: 0 12px;
    width: 55px;
}
/*手机适配*/
@media screen and (max-width: 800px){
    #logoImage {
        height: 38px;
        margin-top: 18px;
    }
   #topDesc{
        display: none;
    }
    #navBox{
        display: none;
        text-align: center;
    }

    .imgMain2 li {
        margin: 15px 5px;
    }

    .imgHeadRight a{
        margin-left: 5px;
    }
    .imgMainLeft{
        width: 100%;
    }
    .imgMainRight{
        margin-top: 20px;
        width: 100%;
    }
    .imgMain2 ul{
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: repeat(auto-fill,minmax(300px, max-content));
    }
}

.oneItemImage{
    width: 28px;
}
.imgMainBox p{
    font-size: 14px;
    color: #222;
    padding: 5px 0;
    font-weight: bold;
}

.bottomImageBox span{
    BACKGROUND: #f0f0f0;
    color: #555;
    font-size: 12px;
}

.bottomImageBox{
    margin-top: 5px;
}

.bottomImageLeft{
    color: #8f97b1;
}

.liBox .rightA{
    text-align: left;
}

.liBox a:hover{
    text-decoration: none;
}

.imgMain2 p{
    font-size: 20px;
    margin: auto;
    word-break: keep-all;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}


.imgBox{
    margin-top: 20px;
}
.imgBox li{
    position: relative;
}
.playImage{
    cursor: pointer;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

 .playImage{
     height: 48px;
}

.interval20{
    height: 20px;
    clear: both;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, body ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, input, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: Inter,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #333;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}

ul, ol, li{
    list-style: none;
    display: inline-block;
    color: #fff;
}

a{
    text-decoration:none;
    color: #fff;
}

a:hover img,  .playImage:hover{
    /*transform: scale(1.1);*/
}
a:hover{
    font-weight: bolder;
    text-decoration: underline;
}
#topImage{
    max-width: 100%;
}
a img{
    text-decoration:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

body {
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: #14161b;
}

#bodyBox{
    max-width: 1300px;
    margin: auto;
    padding-top: 76px;
}


.clear{
    clear: both;
}



#navBox li{
    padding: 0px 8px;
    text-align: center;
    transition: all .2s ease-in;
    font-size: 15px;
    color: #44465c;
}

#navBox li:hover{
    background-color: #7ac9ff
}

#navBox a{
    font-weight: 500;
}

#navBox .sel{
    font-weight: bold;
}

.imgHeadBox{
    height: 40px;
    line-height: 30px;
}

.imgHead, .imgHeadRed{
    border-left: 6px solid;
    height: 30px;
}

.imgHead{
    border-left-color: #1592e5;
}
.imgHeadRed{
    border-left-color: #ff4eda;
}

.faqOneLineBoxDiv{
    border-top: 1px solid #323232;
    padding: 20px 30px;
}
.faqBoxDiv{
    border-bottom: 1px solid #323232;
}
.faqOneLineBoxDiv h3{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.faqOneLineBoxDiv h6{
    color: #b0b7cb;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 28px;
    margin-top: 10px;
}
.imgHeadLeft{
    float: left;
    text-indent: 7px;
}
.imgBoxDiv{
    float: left;
    position: relative;
}
#itemShowImgBoxResult .imgBoxDiv{
    float:none;
    margin-top: 20px;
}
.imgHead .imgHeadLeft strong{
    font-size: 18px;
    color: #1592e5;
}

.imgHeadRed .imgHeadLeft  strong{
    font-size: 18px;
    color: #ff4eda;
}

.jiaobiaoSpan{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0, 0.5);
    padding: 5px;
    color: #ffffff;
    font-size: 16px;
}
.imgBoxDiv img{
    max-width: 100%;
}
.imgHeadRight{
    float: right;
}
.showImgBox{
    text-align: center;
}
.showImgDiv{
    display: inline-block;
    margin-bottom: 10px;
}
.imgHeadRight a{
    font-size: 14px;
    color: #666;
    font-weight: 100;
    text-shadow: 1px 0px 0px #fff;
}

.imgMainLeft{
    float: left;
}

.imgMainRight{
    float: right;
}

.imgMainRight ul{
}
.imgMainRight li{
    margin-left: 5px;
}

.imgMainRight .liBottom{
    margin-top: 5px;
}


.mainBanner{
    margin: 20px 0px;
}

#topBanner, #bottomBanner{
    display:none;
}

.mainBanner img{
    width: 100%;
    max-width: 1020px;
    height: 100px;
    margin: auto;
    display: block;
}

#linkBoxHead{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}

#linkBoxHead strong{
    color: #1592e5;
    font-size: 18px;
}

#linkMainBox{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}


#linkMainBox a{
    color: #444;
    font-size: 12px;
    margin-left: 10px;
}

#copyRightBox{
    width: 100%;
    text-align: center;
    clear: both;
    margin: 25px 0px;
    color: #8f97b1;
}

.imgBoxDiv{
    margin: 0 30px;
}

#copyRightBox a{
    color: #8f97b1;
}

.imgMainLeftBig{
     width: 335px;
     height: 509px;
}

#position{
    clear: both;
    line-height: 50px;
    color: #1691e5;
    height: 50px;
    font-size: 13px;
    background: url(/images/position.png) no-repeat;
    text-indent: 25px;
    background-color: #ffffff;
    border-bottom: 3px solid #dddddd;
}
#position a{
    color: #1691e5;
}

.pageBox{
  text-align: center;
  padding: 20px 0px;
}

#ulPage{

}


.pageBox a{
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    text-decoration: none;
    padding: 8px 12px;
    color: #777;

}

.pageBox .pageSelect{
    background-color: #1592E5;
    color: #fff;
}

.pageBox a:hover{
    background-color: #1592E5;
    color: #fff;
}



.imgMainBox{
    text-align: center;
}
.imgMainBox img:hover + p{
    height: 30px;
    line-height: 30px;
    transition:  0.4s;
    -moz-transition:  0.4s; /* Firefox 4 */
    -webkit-transition:  0.4s; /* Safari 和 Chrome */
    -o-transition:  0.4s; /* Opera */
}


#logoBox{
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

#logoRight {
    float: right;
    padding-right: 5px;
    text-align: right;
}

.commonInput {
    border: 1px solid #ccc;
    padding: 5px 5px;
    box-sizing: border-box;
}

.commonBtnA {
    color: #fff;
    padding: 5px 7px;
    font-size: 14px;
    background-color: #F4543C;
}

#navBox a{
    text-decoration: none;
}

#logoLeft {
    float: left;
    height: 76px;
    line-height: 76px;
}

.logoOpenA {
    float: right;
    padding-left: 5px;
    color: #666;
    line-height: 76px;
    padding-right: 10px;
}

.topUsernameDiv{
    float: right;
}

#divMainImgBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0,0.8);
    overflow: auto;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -moz-box-pack: center;
    -o-box-align: center;
    -o-box-pack: center;
    -ms-box-align: center;
    -ms-box-pack: center;
    box-align: center;
    box-pack: center;
    cursor: zoom-out;
}

.buyBox .btn_buyBlue{
    background: #5b58fb;
    border-color: #5b58fb;
    background-image: url(/images/fileImage2.png);
    background-size: 24px;
    background-repeat: no-repeat;
    text-indent: 24px;
    background-position: 5px 50%;
}

body .downAfterImageA{
    background-image: url(/images/download1.png);
    background-size: 24px;
    background-repeat: no-repeat;
    text-indent: 24px;
    background-position: 5px 50%;
}

.waterDownDiv a{
    font-size: 14px;
    border-radius: 10px;
}

#applyTableBox{
    border-top: 1px solid #4a4a4a;
    margin-top: 10px;
    padding: 10px 0;
}
#applyTableBox table{
    margin: auto;
    border-collapse: collapse;
}
#applyTableBox th, #applyTableBox td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color: #b0b7cb;
    border: 1px solid #ddd;
}
#applyOkBox{
    color: #b0b7cb;
    font-size: 15px;
    margin-top: 10px;
}
.applyTipsBox{
    font-weight: bold;
    color: #b0b7cb;
    padding-bottom: 10px;
}
#applyPageBox, #applyPageBox a{
    color: #b0b7cb;
}
#applyPageBox{
    margin-top: 10px;
}
.interval10{
    height: 10px;
    clear: both;
}
#nowPageSpan{
    color: #b0b7cb;
}