@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: myCorbel, 微软雅黑 !important
}

body {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

li,
ol,
ul {
    list-style: none
}

a {
    color: #333
}

a,
a:active,
a:hover {
    text-decoration: none
}

h2 {
    font-size: 24px;
}

h4 {
    margin-top: 40px;
    font-size: 15px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.topNavBoxa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    line-height: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    cursor: pointer
}

.topNavBoxa img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(255, 157, 46, .6)
}

.detailBox {
    min-height: 333px;
    width: 80%;
    margin-left: 10%;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.detailBox .content {
    font-size: 24px;
    word-break: break-all;
}

.detailBox .content * {
    min-height: 16px;
}

.detailBox .content .is-null-true {

    text-align: center;
    margin: 240px auto !important;
    display: block !important;

}

.detailBox .content .is-null-true>img {
    border-radius: inherit !important;
    box-shadow: none !important;
    overflow: hidden;
    position: relative;
    left: -6px;
    top: -10px;
}

.is-null-true>p {
    color: #d1d1d1;
    font-size: 24px;

}

.detailBox .breadCrumbs {
    font-size: 18px;
    color: #999;
    height: 17px;
    line-height: 17px;
    background-color: #fff;
    padding: 0
}

.detailBox .breadCrumbs #tilePages {
    color: #ff9d2e
}

.detailBox h3 {
    font-size: 40px;
    color: #040f28;
    margin: 26px 0;
    word-break: break-all
}

.detailBox .biaoqiao {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detailBox .biaoqiao li {
    font-weight: 700;
    font-size: 24px;
    color: #a27321;
    margin-right: 44px
}

.detailBox .user {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin: 30px 0
}

.detailBox .user,
.detailBox .user .userLeftBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.detailBox .user .userLeftBox {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.detailBox .user .userLeftBox img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 20px
}

.detailBox .user .userLeftBox p {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    line-height: 50px
}

.detailBox .user .userRightBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.detailBox .user .userRightBox div {
    margin: 0 40px;
    text-align: center
}

.detailBox .user .userRightBox #downloadShow,
.detailBox .user .userRightBox #share {
    position: relative;
    cursor: pointer
}

.detailBox .user .userRightBox p {
    font-size: 18px;
    margin-top: 10px
}

.detailBox .user .userRightBox .sharebox {
    position: absolute;
    background: #fff !important;
    width: 200px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: -80px;
    left: -150px;
    line-height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.detailBox .user .userRightBox .sharebox a {
    display: inline-block;
    border-radius: 50%;
    margin: 7px 10px 10px 5px
}

.detailBox .pic {
    text-align: center
}

.detailBox .pic img {
    width: 100%
}

.detailBox .contentShows {
    color: #040f28;
    font-size: 30px;
    line-height: 40px;
    margin: 36px 0 56px;
    word-break: break-all
}

.detailBox .content-min-box-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 100px
}

.detailBox .content-min-box-3 .fisrtSpa {
    margin-right: 30px
}

.detailBox .content-min-box-3 .fisrtSpa img {
    margin-right: 10px;
    position: relative;
    top: -2px
}

.detailBox .content-min-box-3 .fisrtSpa1 {
    margin-left: 30px
}

.detailBox .content-min-box-3 .fisrtSpa1 img {
    margin-right: 10px;
    position: relative;
    top: -2px
}

.footBoxContent {
    background: #2a2e40;
    height: 84px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footBoxContent,
.footBoxContent ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footBoxContent ul li {
    color: #fff;
    line-height: 28px;
    margin: 6px
}

.footBoxContent ul li a {
    color: #fff;
    font-size: 14px
}

.footBoxContent ul li:first-child :after {
    content: "|";
    margin-left: 12px
}

.footBoxContent p {
    text-align: center;
    color: #fff
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .5)
}

.modal .modelsContent {
    width: 95%;
    background-color: #fff;
    text-align: center;
    margin: 40px auto;
    border-radius: 10px;
}

.modal h1 {
    color: #000;
    line-height: 50px;
    background-position: center 80%;
    font-size: 40px;
    font-family: myCorbel;
    height: auto !important;
    text-align: center;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAYCAYAAABKtPtEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDNiY2M3ZS1lMDVhLTQ3MjMtYmE5NS0zOGU4NWE3OGIxMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzVBRERGQTZFRTM4MTFFODk0NDA4MjIyMzNDMDREREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzVBRERGQTVFRTM4MTFFODk0NDA4MjIyMzNDMDREREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5M2U5ZGM1LTY2NzQtNDk0Mi04OGIzLTk5NTRmOWNlMGQyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDNiY2M3ZS1lMDVhLTQ3MjMtYmE5NS0zOGU4NWE3OGIxMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4pNUYuAAABbUlEQVR42uxYW27CMBC0TUoipKpX6A16ix6zZ+sVKqQ0D2J3qXbRsKzh1zixNHLkEJOZfTo+peTWPIJb+dgE2ATYBFj3aNzXh7XuM9fPOFLmmgWwiXsDzyRGghlxI0SjyAuCAS1GSYJocoJoAMW5CKCJn9d3PAu0EKVaHomfAAvPcu//99oDhPzegIgSCgwJtGoEspOC4/WEHoDWPxN8IbSEjvBdSbJ/Z443OcEKAfGAQ0XV7qBCQvimoEJgBwJ0FQnQqTD2uhHyRig0VfU71/nrksgfkfwkvBFe2Y1azhGhwEogCXAmjISecCT8PFLGqp2YRUcm7eEPShbgxO888DxBGYy5JCgbIPEB6n/ktT24UollUIwn798zBiVEynlABAF6vrfwBq1KIiV6ABpxZPwylwkaoSsP0OrNUDMX3qSWRmjWodBkYsiBGGOFrbAZAk65hzxQ42EomwS1irUdh9O943Du40HVH0T+BBgA7pPEiaVjSVAAAAAASUVORK5CYII=) no-repeat center 100%;
    padding-top: 20px;
    padding-bottom: 50px
}

.modal #app-imgshow {
    background: #fff;
    padding: 80px;
    padding: 5% 10% 1%;
    width: 70%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 80px;
    position: relative
}

.modal #app-imgshow .img1 {
    border-radius: 50px;
    z-index: 9;
    width: 54%
}

.modal #app-imgshow .img1,
.modal #app-imgshow .img2 {
    position: relative;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .2)
}

.modal #app-imgshow .img2 {
    top: 80px;
    left: -16px;
    z-index: 8;
    width: 45%
}

.modal .downLoads {
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: #ffa02e;
    color: #fff;
    border-radius: 100px;
    box-shadow: 0 10px 20px rgba(255, 157, 46, .4);
    margin-top: 38px;
    cursor: pointer
}

.modal .downLoads img {
    margin-right: 20px;
    margin-top: -4px;
    vertical-align: middle
}

#app-download {
    display: none;
}

@media screen and (max-width:750px) {


    .detailBox .user .userRightBox div {
        margin: 0 5px;
        text-align: center;
    }

    /* –¬‘ˆ */
    .detailBox {
        min-height: 333px;
        width: 100%;
        margin: 0 auto;
        padding: 16px;
    }

    .detailBox .content {
        font-size: 16px;
        word-break: break-all;
    }

    .detailBox .breadCrumbs {
        font-size: 15px;
    }

    .detailBox h3 {
        font-size: 26px;
        margin: 16px auto;
    }


    .detailBox .biaoqiao li {
        font-weight: 500;
        font-size: 18px;
        margin-right: 20px
    }

    .detailBox .user {
        margin: 16px 0 16px 0
    }

    .detailBox .user .userLeftBox img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 8px
    }

    .detailBox .user .userLeftBox span {
        font-size: 14px;
        height: 50px;
        line-height: 50px
    }

    .detailBox .user .userRightBox div {
        margin: 0 16px;
        text-align: center
    }

    .detailBox .user .userRightBox p {
        font-size: 14px;
        margin-top: 6px
    }

    .detailBox .user .userRightBox img {
        width: 25px;
        height: 25px;
    }

    .detailBox .user .userRightBox #share .sharebox {
        width: 180px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        top: -70px;
        left: -140px;
    }

    .modal h1 {
        line-height: 20px;
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 36px
    }

    .modal #app-imgshow {
        width: 95%;
        height: 500px;
        border-radius: 10px;
        margin: 0 auto 40px;
        padding: 56px 0 0 16px;

    }

    .modal #app-imgshow .img1 {
        border-radius: 50px;
        z-index: 9;
        width: 64%;
        margin-top: 50px;
        margin-left: -25px;
    }

    .modal #app-imgshow .img1,
    .modal #app-imgshow .img2 {
        position: relative;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .2)
    }

    .modal #app-imgshow .img2 {
        top: -275px;
        left: 140px;
        z-index: 8;
        width: 55%;
    }

    .modal .downLoads {
        width: 260px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        background: #ffa02e;
        border-radius: 50px;
        position: relative;
        top: 90px;
        left: -120px
    }

    .detailBox .contentShows {
        font-size: 18px;
        line-height: 24px;
        margin: 36px 0 26px;
        word-break: break-all;
        letter-spacing: 1px
    }

    .detailBox .content-min-box-3 {
        display: block;
        margin-top: 30px;
        padding-bottom: 20px;
        text-align: left;
    }

    .detailBox .content-min-box-3 div {
        text-align: left;
        padding-top: 10px;
        position: relative
    }

    .detailBox .content-min-box-3 .fisrtSpa {
        margin-right: 30px;
        font-size: 12px;
    }

    .detailBox .content-min-box-3 img {
        width: 15px;
    }

    .detailBox .content-min-box-3 .fisrtSpa:last-child,
    .detailBox .content-min-box-3 .fisrtSpa1:last-child {
        position: absolute;
        left: 160px;
    }

    .detailBox .content-min-box-3 .fisrtSpa1 {
        margin-left: 0px;
        margin-right: 70px;
        font-size: 12px;
    }

    #app-download {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        border: 1px solid #eeeeee;
        padding: 0 2%;
        background: #eeeeee;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    #app-download span img {
        width: 3.4rem;
        height: 3.4rem;
        margin-top: 0.3rem;
        background: #ff9d2e;
        border-radius: 10px;
        margin-right: 0.5rem;
    }

    #app-download p img {
        width: 100px;
        height: 26px;
        margin-right: 0.5rem;
    }

    #app-download span {
        line-height: 4rem;
        font-weight: bold;
        font-size: 14px
    }

    #app-download p {
        background: #ffa02e;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 2rem;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        margin: 0.6rem 0 0.6em 0;
        height: 3.4rem;
        font-size: 14px
    }

    .footBoxContent,
    .footBoxContent ul {
        margin-bottom: 1px;
    }

    .footBoxContent ul li a,
    .footBoxContent p {
        color: #fff;
        font-size: 12px;
    }
    .ccccc {
        height: 3.4rem;
    }

}
