* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

button:focus {
    outline: none;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
    color: #333333;
    line-height: 1.4;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0
}

.clear {
    clear: both;
}

.flex-container {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*修改top栏默认样式*/
.top-width {
    width: 100% !important;
}

/*placeholder样式*/
.graduationPage input::-webkit-input-placeholder {
    color: #ccc;
}

.graduationPage input::-moz-placeholder {
    color: #ccc;
}

.graduationPage input:-ms-input-placeholder {
    color: #ccc;
}

/*按钮样式*/
.graduation-btn {
    width: 100%;
}

    .graduation-btn .btn {
        height: 48px;
        line-height: 48px;
        background: #6FC5FB;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        border-radius: 8px;
        margin: 0 auto;
        display: block;
        border: 1px solid #6FC5FB;
    }

        .graduation-btn .btn.btn-disabled,
        .graduation-btn .btn.btn-disabled:hover {
            color: #ffffff;
            background: #cccccc;
            border-color: #dddddd;
            cursor: default;
        }

.btn.msg-btn {
    width: 120px;
}

.btn.que-btn {
    padding: 0 24px 0;
}

.btn.white-btn {
    background: #ffffff;
    border: 1px solid #6FC5FB;
    color: #6FC5FB;
}

    .graduation-btn .btn:hover,
    .btn.white-btn:hover {
        cursor: pointer;
        background: #648BF8;
        border-color: #648BF8;
        transition: 0.5s;
        color: #ffffff;
    }

.que-btn-content.graduation-btn {
    text-align: center;
    font-size: 0;
}

    .que-btn-content.graduation-btn button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

.graduationPage {
    background: #8EE9FE;
}

.fix-bg {
    position: fixed;
    width: 100%;
    height: 100%;
}


.shadow-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 12;
    overflow: hidden;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

    .shadow-fixed .gift .gift-word {
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }

.btn-close {
}

    .btn-close svg {
        width: 30px;
        height: 30px;
        fill: #999;
        cursor: pointer;
    }

        .btn-close svg:hover {
            fill: #000;
        }

.gift-word .btn-close {
    position: relative;
    top: 50px;
    right: -210px;
    z-index: 2
}

.gift-img-open .btn-close {
    position: absolute;
    top: 100px;
    right: 50px;
}
.shadow-fixed .gift .gift-detail {
    position: relative;
    top: 25vh;
}
.shadow-fixed .gift .gift-img {
    width: 429px;
    height: 375px;
    margin: 0 auto;
    background-image: url("../images/graduation/gift-w-noopen.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

    .shadow-fixed .gift .gift-img:hover {
        -webkit-animation: onlinePhone 0.8s linear infinite;
        animation: onlinePhone 0.8s linear infinite
    }

.shadow-fixed .gift .gift-img-open {
    width:875px;
    height: 406px;
    position: relative;
    top: 20vh;
    margin: 0 auto;
    background-image: url("../images/graduation/gift-w-open.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

    .shadow-fixed .gift .gift-img-open .gift-content {
        position: absolute;
        width: 340px;
        height: 320px;
        top: 90px;
        left: 308px;
        margin: 0 auto;
        /*line-height: 40px;*/
    }

        .shadow-fixed .gift .gift-img-open .gift-content .gift-title {
            width: 140px;
            height: 34px;
            margin: 15px auto;
            background: url("../images/bottle/gift_t.png") no-repeat;
        }

        .shadow-fixed .gift .gift-img-open .gift-content .gift-result .gift-result-img {
            background: linear-gradient(45deg, #FD5492, #F86F64);
            border: 4px solid #fff;
            border-radius: 20px;
            display: flex;
            flex-direction:column;
            align-items: center;
            justify-content: center;
            height: 100px;
            font-size: 24px;
            font-family: Microsoft YaHei;
            text-align: center;
            font-weight: bold;
            color: #FBFCFF;
            margin: 6px auto;
        }
        .shadow-fixed .gift .gift-img-open .gift-content .gift-get {
            width: 184px;
            height: 96px;
            margin: 0 auto;
            cursor: pointer;
            background: url("../images/graduation/w_get_gift.png") no-repeat;
        }

        .shadow-fixed .gift .gift-img-open .gift-content .gift-footer {
            text-align: center;
            height: 14px;
            line-height: 14px;
            font-size: 12px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #010000;
            opacity: 0.8;
            margin-top:-15px
        }

.shadow-fixed .gift .gift-share {
    position: absolute;
    left: 130px;
    bottom: -30px;
}

    .shadow-fixed .gift .gift-share span {
        width: 67px;
        height: 20px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
    }

    .shadow-fixed .gift .gift-share .share-list {
        display: inline-block;
        width: 130px;
        height: 34px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        line-height: 34px;
        font-weight: 400;
        color: #000000;
        background: #FFFFFF;
        box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        cursor: pointer;
    }

        .shadow-fixed .gift .gift-share .share-list img {
            width: 24px;
            height: 20px;
            padding-left: 10px;
        }

        .shadow-fixed .gift .gift-share .share-list span {
            width: 80px;
            height: 17px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            line-height: 34px;
            font-weight: 400;
            color: #000000;
        }



@-webkit-keyframes onlinePhone {

    0%, 100%, 90% {
        transform: rotate(0) scale(1)
    }

    20%, 40% {
        transform: rotate(-15deg) scale(1.1)
    }

    30%, 50% {
        transform: rotate(15deg) scale(1.1)
    }
}

@keyframes onlinePhone {

    0%, 100%, 90% {
        transform: rotate(0) scale(1)
    }

    20%, 40% {
        transform: rotate(-15deg) scale(1.1)
    }

    30%, 50% {
        transform: rotate(15deg) scale(1.1)
    }
}

.filter-show {
    filter: blur(7px);
}
.graduationPage {
    position: relative;
    height: 100%
}

.graduation-scroll {
    position: absolute;
    top: 46px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
}

.graduation-content {
    position: relative;
    z-index: 2;
    background: url("../images/bottle/web_bg3.png") center bottom no-repeat, url("../images/bottle/web_bg2.png") repeat, linear-gradient(180deg, #3E3972, #3F92DD);
    background-size: contain, contain, cover;
    min-width: 1200px
}

    .graduation-content .top {
        width: 100%;
        height: 46px;
        background: #ffffff;
    }

    .graduation-content .activity-img {
        width: 100%;
        height: 280px;
        background: url("../images/bottle/title.png") center bottom 30px no-repeat;
    }

    .graduation-content .center-box {
        position: relative;
        z-index: 2;
        width: 1000px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 20px;
        /* overflow: hidden; */
        margin-top: -1px;
    }

/*tab切换*/
.activity-block {
    width: 100%;
}

    .activity-block .activity-tab {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 72px;
        background: #4294E5;
        font-size: 0;
        box-shadow: 0 2px 16px 4px rgba(0, 0, 0, .3)
    }

.activity-tab .tab {
    position: relative;
    display: inline-block;
    width: 48%;
    height: 72px;
    line-height: 70px;
    font-size: 24px;
    color: #E1E4F4;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

    .activity-tab .tab:first-child {
        z-index: 1
    }

        .activity-tab .tab:first-child:after {
            content: " ";
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: middle;
            position: absolute;
            border-top: 72px solid #4294E5;
            border-left: 0 solid transparent;
            border-right: 52px solid transparent;
            border-bottom: 0 solid transparent;
            right: -51px;
        }

    .activity-tab .tab:last-child {
        width: 52%
    }

    .activity-tab .tab.choose-on {
        background: #fff;
        color: #202856
    }

        .activity-tab .tab.choose-on:after {
            border-top-color: #fff
        }

.history-icon {
    position: absolute;
    right: -97px;
    top: 72px;
    text-align: center
}

    .history-icon .num {
        display: inline-block;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #5270D4;
        font-size: 24px;
        background: #D6DDFF;
        margin-bottom: 34px;
    }

        .history-icon .num:hover {
            cursor: pointer;
            background: #b4bce6;
        }

    .history-icon .tip {
        position: relative;
        color: #E1E4F4;
        font-size: 16px;
        margin-top: -20px;
        width: 2em;
        display: inline-block;
        line-height: 22px;
    }

        .history-icon .tip:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 16px solid #E1E4F4;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            margin-bottom: 10px
        }

/*活动介绍页*/
.activity-content {
    background: #ffffff;
}

.block-one {
    height: 838px;
    box-sizing: border-box;
    padding: 72px 100px;
    font-size: 18px;
    color: #fff;
    margin: 8px -32px 28px -15px;
    background: url(../images/bottle/block1.png)no-repeat;
    color: #fff;
}

    .block-one .intro-box {
        margin-bottom: 60px;
    }

    .block-one p {
        font-weight: bold;
        text-shadow: 4px 6px 27px rgba(0, 0, 3, 0.51);
        line-height: 32px;
    }

.block-two {
    margin: 30px 54px;
}

    .block-two .intro-box {
        height: 500px;
        box-sizing: border-box;
        background: url(../images/bottle/block2.png) left bottom no-repeat;
        border: 1px solid #333;
        color: #000;
    }

        .block-two .intro-box > p {
            text-align: center;
            padding: 54px 0;
            border-bottom: 1px solid #333;
            font-size: 18px;
        }

    .block-two .intro-box-r {
        margin: 62px 0 0 377px;
    }

.intro-box-r h4 {
    font-size: 26px;
}

.intro-box-r p {
    font-size: 16px;
    /* line-height: 32px; */
}

.block-two a {
    display: inline-block;
    width: 168px;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    margin-top: 21px;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
    background: linear-gradient(180deg, #4E5AC5, #6224CC);
    box-shadow: 2px 2px 7px 2px rgb(0 0 0 / 30%);
}

    .block-two a:hover {
        background: #6224CC
    }

.block-three h5,
.block-four h5 {
    font-size: 18px;
}

.block-three {
    margin: 50px 55px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #333;
}
    .block-three .intro-text {
        color: #333;
        margin-top: 30px;
    }
.gift-ul {
    display: flex;
    padding-top: 30px;
}

    .gift-ul li {
        width: 134px;
        margin-right: 30px;
    }

        .gift-ul li:last-of-type {
            margin-right: 0
        }

        .gift-ul li img {
            width: 100%;
            height: 83px;
            object-fit: contain;
        }

        .gift-ul li:nth-last-of-type(2) img {
            margin-top: -39px;
            height: 122px;
        }

        .gift-ul li p {
            font-size: 12px;
            margin-left: 8px
        }

.block-four {
    font-size: 16px;
    padding: 0 82px 73px;
    line-height: 32px;
}

    .block-four h5 {
        margin-bottom: 30px;
    }

.gift-content {
    padding-left: 76px;
}

    .gift-content p.title {
        margin-bottom: 31px;
    }

    .gift-content ul li {
        float: left;
        margin-right: 25px;
    }

        .gift-content ul li:last-child {
            margin-right: 0;
        }

    .gift-content .gift-title {
        margin-top: 24px;
        margin-bottom: 55px;
        font-size: 16px;
        font-weight: 300;
    }

        .gift-content .gift-title div {
            margin-bottom: 14px;
            line-height: 1;
            font-size: 16px;
            color: #000;
        }

            .gift-content .gift-title div:last-child {
                margin-bottom: 0;
            }

.gift-b-img {
    position: absolute;
    bottom: 0;
    margin-left: 225px;
}


/*寄语墙*/
.message-content .userinfo-box {
    position: relative;
    display: flex;
}

    .message-content .userinfo-box .tip-r {
        flex: none
    }

.opera-box {
    text-align: right;
    margin-top: 20px;
}

.opera-item {
    position: relative;
    display: inline-block;
    margin-left: 55px;
    vertical-align: middle;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    line-height: 1;
}

    .opera-item:hover,
    .opera-item.cur,
    .opera-item:hover i,
    .opera-item.cur i {
        color: #3594ff;
    }

    .opera-item i {
        color: #ccc
    }

    .opera-item i,
    .opera-item span {
        display: inline-block;
        vertical-align: middle;
    }

    .opera-item .complain-text {
        position: absolute;
        right: 0;
        top: 20px;
        width: 100px;
        height: 40px;
        background: #ffffff;
        border-radius: 6px;
        z-index: 2;
        text-align: center;
        color: #666666;
        line-height: 40px;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .opera-item.show .complain-text {
        display: block
    }

.complain-text:hover {
    color: #333333;
    cursor: pointer;
}

.order-type.media {
    display: none;
}

.message-content {
    padding: 60px 60px 45px;
}

    .message-content span.title {
        font-size: 16px;
        text-align: center;
        float: right;
        margin-right: 0;
    }

        .message-content span.title.choose-on {
            font-weight: bold;
            color: #333;
        }

 .message-content .message-input {
    width: 880px;
    height: 160px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 20px 18px 20px 24px;
    line-height: 24px;
    color: #666;
    box-sizing: border-box;
    font-size: 16px;
    text-align: justify;
}

.add-message.web {
    position: relative;
}

    .add-message.web .input-num {
        position: absolute;
        bottom: 1px;
        right: 22px;
        background: #ffffff;
        color: #cccccc;
        padding: 0 2px 10px 0;
        line-height: 1;
        font-size: 0;
    }

        .add-message.web .input-num span {
            font-size: 14px;
        }

.add-msg {
    margin-top: 20px;
}

.message-content .message-input::-webkit-input-placeholder {
    color: #cccccc !important;
}

.message-content .message-input:-moz-placeholder {
    color: #cccccc !important;
}

.message-content .message-input:-ms-input-placeholder {
    color: #cccccc !important;
}

.message .userinfo-box .userinfo {
    display: flex;
    flex: 1
}

.message .userinfo-box .delete,
.message .userinfo-box .not-check,
.message .userinfo-box .not-pass {
    float: right;
    line-height: 1;
    color: #999;
    font-size: 14px;
    padding-top: 32px;
}

.message .userinfo-box .not-check {
    color: #FFCC00;
}

.message .userinfo-box .not-pass {
    color: #F44C4C;
}

.message .userinfo-box .delete:hover {
    color: #666;
    cursor: pointer;
}

.message .userinfo-box .userinfo,
.message .msg-box {
    font-size: 0;
}

.message .userinfo .username {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.message .userinfo .time {
    font-size: 14px;
    color: #999999;
    margin-top: 2px;
}

    .message .userinfo .time span:first-child {
        margin-right: 6px;
    }

.message .userinfo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    flex: none;
}

.message .msg-box {
    position: relative;
    margin-top: 18px;
}

.message .msg-detail,
.msg-box .delete-block {
    box-sizing: border-box;
    font-size: 16px;
}

/*.message .msg-detail {
    background: rgba(245,247,250,0.6);
}*/
.message .msg-detail {
    color: #333;
    /* text-align: justify; */
    line-height: 24px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.msg-box .delete-block {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70px;
    cursor: pointer;
}

    .message .msg-box .zan > div,
    .msg-box .delete-block > div {
        height: 100%;
    }

.delete-block {
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
}

    .delete-block img {
        width: 26px;
        height: 26px;
        display: block;
        margin: 0 auto;
    }

    .delete-block:hover,
    .msg-box .zan:hover {
        background: #f5f5f5;
    }

.zan-img {
    width: 26px;
    height: 26px;
    background: url("../images/graduation/zan1.png") no-repeat;
    background-size: cover;
}

.message .msg-box .zan.choose-on,
.message .msg-box .zan.choose-on:hover {
    background: #6FC5FB;
    border-color: #6FC5FB;
}

.zan.choose-on .zan-img {
    background: url("../images/graduation/zan3.png");
    background-size: cover;
}

.message .msg-box .zan.choose-on .num {
    color: #ffffff;
}

.message-content .message {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
}

.message .msg-detail,
.message .msg-box .zan {
    border-radius: 4px;
}

.my-message-list .message:last-child {
    margin-bottom: 20px;
}

.message-list .message:last-child,
.my-message-list .message:last-child {
    margin-bottom: 0;
}

.message-content .message-list {
    position: relative;
    margin-top: 40px;
}

.message-content.web .message-list,
.message-content .my-message-list {
    background: url("../images/bottle/mark_web.png") top center;
    background-repeat: repeat-y;
    background-size: 76%;
    min-height: 700px;
}

    .message-content.web .message-list .show-list .msg-null,
    .message-content .my-message-list .msg-null {
        margin-top: 120px;
        text-align: center;
        color: #cccccc;
        font-size: 14px;
    }

/*.message-content.web .message .msg-detail, .message .msg-box .zan {
    background: rgba(245, 247, 250, 0.6);
}*/
.my-message-list {
    position: relative;
}

.message-content .message-list .wm-box,
.message-content .my-message-list .wm-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100px;
    width: 525px;
    height: 100%;
    background-image: url("../images/bottle/mark_web.png");
    background-repeat: repeat-y;
    background-position: top center;
    z-index: 2;
}

.order-type {
    font-size: 0;
}

    .order-type span {
        display: inline-block;
        font-size: 16px;
        color: #999999;
        margin-right: 20px;
        cursor: pointer;
        line-height: 1;
    }

.message-content.web .msg-center {
    margin: 60px 0 20px;
}

.order-type.school {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.order-type.new {
    margin-top: 20px;
    position: relative;
}

.recom.highlight .recom-list span {
    margin-right: 0;
    font-size: 14px;
}

    .recom.highlight .recom-list span:hover {
        color: #999999;
    }

.order-search .recom.highlight .recom-list:hover span {
    color: #6FC5FB;
}

.order-type.new > span {
    font-size: 14px;
    line-height: 36px;
}

.order-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    height: 34px;
    cursor: default;
    margin-right: 0;
    font-size: 14px;
}

    .order-search input {
        width: 200px;
        display: inline-block;
        padding: 0 0 0 9px;
        box-sizing: border-box;
        color: #333;
        font-size: 14px;
        height: 34px;
        margin-left: 2px;
    }

.modal-intro .order-search {
    position: absolute;
    top: 80px;
    left: 50px;
    width: 298px;
    text-align: left;
}

.modal-page.school .modal-content .submit {
    overflow: visible;
    transform: translate(-200px, -160px)
}

.modal-page.school .order-search .recom {
    width: 300px;
}

.modal-intro .order-search input {
    width: 294px;
}

.order-type .search-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("../images/graduation/search1.png") no-repeat center;
    background-size: 70%;
    float: right;
    cursor: pointer;
}

    .order-type .search-icon:hover {
        background: url("../images/graduation/search2.png") no-repeat center;
        background-size: 70%;
    }

.order-search .recom {
    position: absolute;
    top: 40px;
    left: 0;
    width: 240px;
    height: 191px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 4px;
    z-index: 3;
    overflow: auto;
    padding: 16px 12px;
    box-sizing: border-box;
}

.order-search .recom-list {
    color: #999;
    margin-bottom: 21px;
    font-size: 14px;
    cursor: pointer;
    clear: both;
}

.modal-intro .order-search .recom-list {
    height: 22px;
    margin-bottom: 12px;
    clear: both;
}

    .modal-intro .order-search .recom-list span {
        float: left
    }

.order-search .recom-list:last-child {
    margin-bottom: 0;
}

.order-search .recom-list:hover,
.order-search .recom-list:hover .keyword {
    color: #6FC5FB;
}

.order-search .recom-list .keyword {
    color: #333;
    margin-right: 0;
    font-weight: normal;
    font-size: 14px;
}

.order-type.school span:hover,
.order-type.school span.choose-on {
    color: #333333;
    font-weight: bold;
}

.order-type.new span:hover,
.order-type.new span.choose-on {
    color: #333333;
}

.center-box .msg-center .msg-list {
    float: left;
    width: 620px;
}

.center-box .msg-center .rank-box {
    float: right;
}

/*评论*/
.comment-box {
    padding: 20px;
    border-radius: 4px;
    background: #F5F7FA;
    margin-top: 12px;
}

.comment-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .comment-input .user-img {
        width: 32px;
        height: 32px;
        border: 1px solid #EEEEEE;
        object-fit: contain;
        border-radius: 50%;
        flex: none;
        margin-right: 12px;
    }

    .comment-input .input-box {
        flex: 1;
    }

    .comment-input .btn-blue {
        padding: 6px 21px 7px;
        border-radius: 4px;
        cursor: pointer;
        margin-left: 8px;
        border: 1px solid #3594ff;
        background: #3594ff;
    }

.input-box input {
    width: 100%;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    padding: 0 8px;
}

.btn-blue.is-disabled,
.btn-blue.is-disabled:hover,
.btn-blue.is-disabled:focus {
    cursor: default;
    background: #B7D9FF;
    border-color: #B7D9FF;
}

.comment-ul li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    word-break: break-word;
}

    .comment-ul li:last-of-type {
        margin-bottom: 0
    }

.comment-ul .user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #EEEEEE;
    object-fit: contain;
    border-radius: 50%;
    flex: none;
    margin-right: 12px;
}

.comment-ul .user-info {
    color: #999;
}

    .comment-ul .user-info span {
        margin-right: 16px;
    }

    .comment-ul .user-info .name {
        color: #333;
        font-weight: bold;
    }

.comment-ul .del-box {
    position: absolute;
    right: 0;
    color: #ccc;
    line-height: 1
}

    .comment-ul .del-box:hover {
        color: #3594ff;
        cursor: pointer;
    }

.fold-con {
    margin: 20px 0 0;
}

    .fold-con p {
        text-align: center;
        color: #999
    }

        .fold-con p:hover {
            cursor: pointer;
            color: #3594ff;
        }

/*排行榜*/
.rank-box {
    width: 200px;
}

    .rank-box .rank-title {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 20px;
        text-align: center;
    }

.rank-school {
    font-size: 0;
    padding: 14px 12px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}

    .rank-school:nth-child(2n+1) {
        background: #F5F7FA;
    }

    .rank-school:hover span.school-name {
        color: #6FC5FB;
    }

    .rank-school span {
        font-size: 14px;
        color: #333;
        display: inline-block;
        vertical-align: middle;
    }

        .rank-school span.rank-num {
            margin-right: 8px;
            color: #ccc;
        }

    .rank-school:first-child span.rank-num {
        color: #F44C4C;
    }

    .rank-school:nth-child(2) span.rank-num {
        color: #FF8800;
    }

    .rank-school:nth-child(3) span.rank-num {
        color: #FFCC00;
    }

    .rank-school span.school-name {
        width: 112px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .rank-school span.zan-num {
        float: right;
        max-width: 40px;
    }

/*分页*/
.activity-pagination {
    position: relative;
    margin-top: 64px;
}

.pagination-total,
.pagination-num {
    font-size: 0;
}

.activity-pagination .total {
    margin-right: 24px;
}

.activity-pagination .show-text {
    margin-right: 4px;
}

.pagination-total .show-num {
    margin-right: 8px;
}

.pagination-total,
.pagination-num {
    display: inline-block;
}

    .pagination-total span,
    .pagination-num span,
    .pagination-num li {
        color: #666666;
        font-size: 14px;
        display: inline-block;
        padding: 3px 0;
    }

    .pagination-total .show-num:hover,
    .pagination-total .show-num.choose-on,
    .activity-pagination .pagination-num span:hover,
    .activity-pagination .pagination-num li:hover {
        cursor: pointer;
        color: #6FC5FB;
    }

.activity-pagination .pagination-num span.choose-on,
.activity-pagination .pagination-num li.choose-on {
    background: #6FC5FB;
    border-color: #6FC5FB;
    color: #ffffff;
}

.activity-pagination .pagination-num li.total-page {
    border: none;
    padding: 0;
}

.activity-pagination .pagination-num li.nomore {
    cursor: not-allowed;
    opacity: 0.5;
}

    .activity-pagination .pagination-num li.nomore:hover {
        color: #666666;
    }

.activity-pagination .pagination-num {
    position: absolute;
    right: 0;
}

    .activity-pagination .pagination-num span,
    .activity-pagination .pagination-num li,
    .activity-pagination .pagination-num li.jump input {
        padding: 6px 9px;
        border-radius: 4px;
        border: 1px solid #eeeeee;
        margin-left: 6px;
        line-height: 1;
        vertical-align: middle;
    }

.pagination-num li:last-child:hover {
    color: #666;
    cursor: text;
}

.activity-pagination .pagination-num li.jump {
    border: none;
    padding: 0 6px;
    line-height: 28px;
}

    .activity-pagination .pagination-num li.jump:hover {
        color: #666666;
        cursor: text;
    }

    .activity-pagination .pagination-num li.jump input:hover,
    .activity-pagination .pagination-num li.jump input:focus {
        border-color: #6FC5FB;
        cursor: text;
    }

    .activity-pagination .pagination-num li.jump input {
        width: 40px;
        margin: 0 4px;
        height: 28px;
    }

.pagination-num input::-webkit-outer-spin-button,
.pagination-num input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pagination-num input[type="number"] {
    -moz-appearance: textfield;
}

/*答题模块*/

.question-block {
    padding: 80px 100px 60px;
}

.check-i {
    position: relative;
}

    .check-i input[type=checkbox] {
        opacity: 0;
        position: relative;
        z-index: 1;
        margin-top: -8px;
        cursor: pointer;
        margin-right: 2px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

        .check-i input[type=checkbox]:checked + .check {
            background-color: #6FC5FB;
            border-color: #6FC5FB;
        }

.check {
    position: absolute;
    top: 4px;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    cursor: pointer;
}

    .check:after {
        content: "";
        display: block;
        width: 9px;
        height: 4px;
        margin: 3px 0 0 2px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(-45deg);
    }

.question-block .question-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
}

.question-block .question-choose {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 16px;
    color: #666;
    margin-left: 20px;
    cursor: pointer;
}

.question-choose .choose-text:hover {
    color: #333;
}

.question-block .question-list .question {
    margin-bottom: 60px;
}

    .question-block .question-list .question:last-child {
        margin-bottom: 0;
    }

.question-block .question-list {
    margin-bottom: 80px;
}

/*结果页*/
.result-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.result-block {
    padding: 80px 100px 80px 120px;
    background: #ffffff;
}

.result-content {
    font-size: 0;
}

.share-content {
    font-size: 16px;
    color: #333;
    width: 360px;
    margin-left: 60px;
    vertical-align: top;
}

    .share-content .result-title {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 1;
        margin: 80px 0 40px;
    }

    .share-content .share-list {
        float: left;
        width: 170px;
        padding: 17px 29px;
        box-sizing: border-box;
        line-height: 1;
        border-radius: 8px;
        border: 1px solid #dddddd;
        margin: 0 20px 20px 0;
    }

        .share-content .share-list:hover {
            cursor: pointer;
            border-color: #666;
        }

        .share-content .share-list:nth-child(2n) {
            margin-right: 0;
        }

        .result-img,
        .share-content,
        .share-content .share-list img,
        .share-content .share-list span {
            display: inline-block;
        }

.result-img {
    position: relative;
}

    .result-img img {
        width: 360px;
        height: 640px;
        border-radius: 10px;
    }

    .result-img .result-intro {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-top: 60px;
    }

.share-list img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.activity-link img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}


/*提示语*/
.remind-tip {
    width: 100%;
    position: fixed;
    top: 80px;
    text-align: center;
    z-index: 15;
}

    .remind-tip > div {
        padding: 16px 69px;
        border-radius: 6px;
        line-height: 1;
        display: inline-block;
        color: #ff8800;
        background: #fff9ec;
        border: 1px solid #ffdcc9;
        /*background: #eeeeee;*/
    }

        .remind-tip > div.success {
            color: #29B049;
            background: #E3FDE4;
            border-color: #C6E8C8;
        }

        .remind-tip > div.fail {
            color: #F44C4C;
            background: #ffe4e4;
            border-color: #f5d0d0;
        }

        .remind-tip > div.warn {
            color: #ff8800;
            background: #fff9ec;
            border-color: #ffdcc9;
        }

/*分享弹窗*/
.modal-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
}

.modal-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
}

.modal-content .code {
    transform: translate(-200px, -205px);
    width: 400px;
    height: 409px;
}

.modal-header {
    height: 49px;
    padding: 15px 24px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

    .modal-header .title {
        float: left;
        color: #666;
    }

    .modal-header .close {
        float: right;
        width: 16px;
        height: 16px;
        background: url("../images/graduation/delete.png") no-repeat;
        background-size: cover;
        cursor: pointer;
    }

        .modal-header .close:hover {
            background: url("../images/graduation/delete-b.png") no-repeat;
            background-size: cover;
        }

.modal-intro .code-img {
    width: 240px;
    height: 240px;
    margin: 40px auto 20px;
    background: #dddddd;
}

.modal-intro .intro {
    width: 100%;
    text-align: center;
}

.modal-footer {
    position: absolute;
    bottom: 24px;
    width: 100%;
}

/*删除弹窗*/
.modal-content .delete,
.modal-content .submit {
    transform: translate(-200px, -180px);
    width: 400px;
    height: 249px;
}

.delete-confirm {
    padding: 60px 0;
    text-align: center;
}

.btn.del-btn {
    padding: 2px 19px 0;
    height: 36px;
    line-height: 1;
    border-radius: 6px;
    margin-top: 24px;
}

/*寄语发布成功弹窗*/
.submit-confirm {
    padding-top: 40px;
    text-align: center;
}

    .submit-confirm p {
        font-size: 14px;
        width: 206px;
        margin: 0 auto;
        line-height: 21px;
        color: #333333;
    }

        .submit-confirm p.c-title {
            line-height: 1;
            margin-bottom: 16px;
            font-weight: bold;
        }

        .submit-confirm p span {
            color: #6FC5FB;
        }

.modal-center.submit .submit-confirm p > a {
    color: #6FC5FB;
}

.modal-center.submit .submit-confirm p a:hover {
    color: #3594ff;
}


/*底部*/


.footer-box .footer-intro {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

    .footer-box .footer-intro p {
        width: 100%;
        text-align: center;
        color: #CCEEFF;
        font-size: 12px;
        line-height: 18px;
    }








/*******************************************************移动端样式********************************************************/
@media only screen and (max-width:1024px) {
    .graduationPage > .top  {
        display: none
    }

    html {
        font-size: 62.5%;
    }

   .media .graduation-content .center-box {
        width: 100%;
    }

   .media .graduation-content {
        min-width: 0
    }

    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .graduationPage {
        background: #ffffff;
    }


    .graduation-content .center-box {
        margin-top: 0;
    }

    /*移动端首页*/
    .graduation-scroll {
        top: 0;
    }

    .activity-content {
        background: transparent;
    }
    .home .graduation-content{
        min-width:0
    }
    .home .header-box {
        padding: 1.6rem 0 0 3.7rem;
    }

    .home  .graduation-content .activity-img {
        height: 14rem;
        background: url(../images/bottle/title_move.png) no-repeat center top;
        background-size: contain;
    }

    .block-one {
        font-size: 1.2rem;
        height: auto;
        margin: -3rem 0 0 0;
        padding: 6.2rem 0 9rem 3.9rem;
        background: url(../images/bottle/block_move1.png) no-repeat;
        background-size: 100% auto;
    }

        .block-one .intro-box {
            margin-bottom: 1.2rem;
        }

        .block-one p {
            width: 28.4rem;
            line-height: 2.1rem;
        }

    .block-two,
    .block-three,
    .block-four {
        background: #fff;
        margin: 0;
        padding: 0 0.6rem 1rem;
        margin-bottom:-1px;
    }

        .block-two .intro-box,
        .block-three .intro-box,
        .block-four .intro-box {
            border: 1px solid #333;
        }

    .block-two {
        margin: -10rem 0 -0.1rem 0;
        padding: 12rem 0.6rem 1rem;
        background: url(../images/bottle/block_move2.png)top center no-repeat;
        background-size: 100% auto;
    }

        .block-two .intro-box > p {
            font-size: 1.4rem;
            padding: 1.4rem 0.6rem;
            line-height: 2.2rem;
        }

        .block-two .intro-box {
            height: auto;
            background-size: contain;
            padding-bottom: 5.2rem;
            background: url(../images/bottle/intro_move.png) left bottom no-repeat;
            background-size: contain;
        }

        .block-two .intro-box-r {
            margin: 4rem 0 0 14.6rem;
        }

    .intro-box-r h4 {
        font-size: 1.6rem;
    }

    .intro-box-r p {
        font-size: 1.2rem;
    }

        .intro-box-r p.font-w {
            font-weight: bold;
            font-size: 1.4rem
        }

    .block-two a {
        width: 12.3rem;
        padding: 0.2rem 0;
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .block-three h5,
    .block-four h5 {
        font-size: 1.4rem;
        padding: 0.6rem 1rem 0.5rem;
        border: 1px solid #333;
        display: inline-block;
        margin: 2rem 0 0 2rem;
        line-height: 1.9rem;
    }

    .block-three {
        border-bottom: none
    }
        .block-three .intro-text {
            color: #333;
            margin-top:0;
            padding:0 2rem 2rem;
            line-height:1.7
        }
    .gift-ul {
        padding-top: 2rem;
        margin: 0 2rem;
        flex-flow: wrap;
        /*justify-content: space-between;*/
    }

        .gift-ul li {
            width: 9rem;
            margin-right: 2.4rem;
            margin-bottom: 3rem;
        }

            .gift-ul li:nth-of-type(3n) {
                margin-right: 0
            }

            .gift-ul li img {
                height: 5rem;
            }

            .gift-ul li p {
                font-size: 1.2rem;
                margin-left: 0;
            }

            .gift-ul li:nth-last-of-type(-n+2) img {
                margin-top: -1.7rem;
                height: 8.4rem;
            }

    .block-four {
        font-size: 1.4rem;
    }

        .block-four p {
            margin: 0 2.8rem;
            line-height: 2.2rem;
            text-align: justify;
        }

        .block-four .intro-box {
            padding-bottom: 2rem;
        }

        .block-four h5 {
            margin-bottom: 1.6rem;
        }

    /*移动端首页结束*/

    /******移动端寄语墙模块******/
    /*移动端遮罩*/
    .shadow-fixed .gift .gift-word {
        font-size: 1.6rem;
        top: 22.9rem;
    }

    .btn-close {
    }

        .btn-close svg {
            width: 2rem;
            height: 2rem;
            fill: #000;
            cursor: pointer;
        }

            .btn-close svg:hover {
                fill: #000;
            }

    .gift-word .btn-close {
        position: absolute;
        top: 3rem;
        right: 6rem;
    }

    .gift-img-open .btn-close {
        position: absolute;
        top: 4rem;
        right: 0;
    }

    .shadow-fixed .gift .gift-img {
        width: 20.3rem;
        height: 17.75rem;
        margin-top:2rem;
        background-image: url("../images/graduation/gift-h-noopen.png");
        background-size: contain;
    }

        .shadow-fixed .gift .gift-img:hover {
            -webkit-animation: onlinePhone 0.8s linear infinite;
            animation: onlinePhone 0.8s linear infinite
        }

    .shadow-fixed .gift .gift-img-open {
        width: 34.9rem;
        height: 18.6rem;
        top: 23rem;
        background-image: url("../images/graduation/gift-h-open.png");
        background-size: cover;
    }

        .shadow-fixed .gift .gift-img-open .gift-content {
            position: absolute;
            width: 17rem;
            height: 16rem;
            top: 4.65rem;
            left: auto;
            right: 3.5rem;
            margin: 0 auto;
        }

            .shadow-fixed .gift .gift-img-open .gift-content .gift-title {
                width: 6.95rem;
                height: 2rem;
                margin: 0 auto;
                background: url(../images/bottle/gift_t.png) no-repeat;
                background-size: contain;
            }

            .shadow-fixed .gift .gift-img-open .gift-content .gift-result .gift-result-img {
                width: 16.7rem;
                height: 5.6rem;
                font-size: 1.4rem;
                border: 0.2rem solid #fff;
                border-radius: 20px;
                margin:0.2rem 0 ;
            }

            .shadow-fixed .gift .gift-img-open .gift-content .gift-get {
                width: auto;
                height: auto;
                background: none;
                line-height: 1.4rem;
                font-size: 1rem;
                margin: auto;
                text-align: center;
                transform: scale(0.9);
            }
    .cus-share {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.2rem 2rem;
        background: #fff;
        font-size: 1.2rem;
        font-weight: bold;
    }

        .cus-share i {
            font-size: 1.4rem;
        }
        .shadow-fixed .gift .gift-img-open .gift-footer {
            position: absolute;
            width: 100%;
            top: 18.2rem;
            text-align: center;
        }

            .shadow-fixed .gift .gift-img-open .gift-footer img {
                width: 10.4rem;
                display: block;
                margin: 0.5rem auto;
            }

    .shadow-fixed .gift .gift-share {
        position: fixed;
        left: 50%;
        top: 74%;
        transform: translate(-50%, -50%);
    }

        .shadow-fixed .gift .gift-share span {
            width: 67px;
            height: 20px;
            font-size: 20px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #000000;
        }

    /*举报版本1*/
    .graduation-content.message .complain .complain-icon {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 0.4rem;
        text-align: right;
        background: url(../images/graduation/com.png) no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 1.2rem;
    }

    .graduation-content.message .complain .complain-text {
        position: absolute;
        right: 0.6rem;
        top: 4.4rem;
        width: 10rem;
        height: 0;
        background: #ffffff;
        border-radius: 0.8rem;
        z-index: 2;
        text-align: center;
        color: #ccc;
        line-height: 4rem;
        /*font-size:0;*/
        overflow: hidden;
        box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
    }

    .graduation-content.message .complain.animation .complain-text {
        height: 4rem;
        transition: height 0.1s linear;
        font-size: 1.4rem;
    }

    .graduationPage.media .complain .shaw {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.1);
        z-index: 1;
        display: none;
    }

    .graduationPage.media .complain.animation .shaw {
        display: block;
    }

    .graduationPage.media .message .msg-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        z-index: 1;
    }
    .media-msg .graduation-content .activity-img {
        height:18rem;
       background: url(../images/bottle/title_msg.png)  no-repeat;
       background-size:contain;
    }
    .media-msg .graduation-content {
        height: 100%;
        background: #3D417B
    }
    .media-msg .center-box {
        height: calc(100% - 16.6rem);
        background: #fff;
        margin-top: -1.4rem;
        border-radius:0;
        border-top-left-radius: 1.6rem;
        border-top-right-radius: 1.6rem;
    }

.media-msg .activity-block,.media-msg .message-content, .media-msg .user-block .user, .media-msg .rank-box {
    height: 100%;
    padding:0 1rem;
    box-sizing:border-box;
}
    .media-msg .msg-block, .media-msg .user-block, .media-msg .rank-block {
        height: calc(100% - 3.6rem)
    }
    .media-msg .message-list {
        height: calc(100% - 6rem)
    }
    .media-msg .history-icon{
        right:3rem;
        top:-3.1rem
    }
        .media-msg .history-icon img{
            margin-left:0.8rem
        }
        .media-msg .history-icon .tip {
            width: 6.1rem;
        }
     .media-msg .history-icon .year-img{
width:4.2rem;

    }
        .media-msg .history-icon .year-img+img{
            width:4.7rem;
        }
        /*搜索*/
        .media-search {
            border: 0.1rem solid #dddddd;
            border-radius: 0.4rem;
            margin-bottom: 2.4rem;
            text-align: center;
            height: 3.4rem;
        }

    .msg-block .media-search {
        width: 34.1rem;
        margin: 0 auto 2.4rem;
    }

    .match-block .media-search {
        width: 30.1rem;
        display: inline-block;
        margin-bottom: 0;
    }

    .user-block .media-search {
        margin-bottom: 0.8rem;
        text-align: left;
    }

    .match-block .key-cancel {
        font-size: 1.4rem;
        color: #ccc;
        display: inline-block;
        float: right;
        line-height: 3.4rem;
        vertical-align: middle;
    }

    .match-block .recom {
        background: rgba(255, 255, 255, 1);
        opacity: 1;
        border-radius: 0.4rem;
        z-index: 3;
        overflow: auto;
        padding: 0.8rem 1.2rem 1.6rem;
        box-sizing: border-box;
        max-height: -moz-calc(100vh - 6.5rem);
        max-height: -webkit-calc(100vh - 6.5rem);
        max-height: calc(100vh - 6.5rem);
    }

    .match-block .recom-list {
        color: #999;
        line-height: 4.8rem;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .match-block .recom.highlight .recom-list {
        clear: both;
    }

        .match-block .recom.highlight .recom-list span {
            float: left;
        }

    .match-block .recom-list .keyword {
        color: #333;
    }

    .match-block .recom-list:last-child {
        margin-bottom: 0;
    }

    .media-search .search-icon {
        width: 3.4rem;
        height: 3.4rem;
        display: inline-block;
        background: url("../images/graduation/search1.png") no-repeat center;
        background-size: 67%;
        cursor: pointer;
    }

    .user-block .media-search .search-icon {
        display: none;
    }

    .media-search .keyword-box {
        width: 100%;
    }

        .media-search .keyword-box span {
            display: inline-block;
            vertical-align: top;
            line-height: 3.4rem;
            font-size: 1.4rem;
            color: #333;
        }

    .user-block .keyword-box span {
        padding-left: 1.2rem;
    }

    .media-search .keyword-box span.key-confirm {
        color: #666;
    }

    .media-search .keyword-box span {
        color: #ccc;
    }

    .match-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        z-index: 10;
    }

    .match-box {
        box-sizing: border-box;
        padding: 24px 16px 0;
    }

    .match-block .media-search input {
        width: 25.6rem;
        display: inline-block;
        padding: 0 0 0 0.9rem;
        box-sizing: border-box;
        color: #333;
        font-size: 1.4rem;
        height: 3.4rem;
    }

    .match-block .media-search .search-icon,
    .match-block .media-search .share-confirm {
        float: right;
    }

    .match-block .media-search .share-confirm {
        line-height: 3.4rem;
        color: #6FC5FB;
        font-size: 1.4rem;
        text-align: center;
        padding-right: 1rem;
    }

    .match-block.input-school .media-search input {
        width: 29.9rem;
        padding: 0 1.1rem;
    }

    .match-block.input-school .media-search .search-icon {
        display: none
    }

    /*搜索结束*/
    /*移动端排行榜*/
    .graduationPage.media .rank-block {
        position: relative;
    }

    .rank-block .rank-box {
        width: 100%;
        min-height: calc(100vh - 33.3rem);
        overflow-y: auto;
    }

        .rank-block .rank-box .rank-school {
            font-size: 0;
            padding: 0 0.8rem;
            line-height: 4.8rem;
            cursor: pointer;
            background: #ffffff;
        }

    .rank-block .rank-school:active,
    .match-block .rank-block .recom-list:active {
        color: #6FC5FB;
    }

    .rank-block .rank-school span {
        font-size: 1.4rem;
        color: #666;
        display: inline-block;
        vertical-align: middle;
    }

        .rank-block .rank-school span.rank-num {
            margin-right: 0.8rem;
            color: #ccc;
        }

    .rank-block .rank-school:first-child span.rank-num {
        color: #F44C4C;
    }

    .rank-block .rank-school:nth-child(2) span.rank-num {
        color: #FF8800;
    }

    .rank-block .rank-school:nth-child(3) span.rank-num {
        color: #FFCC00;
    }

    .rank-block .rank-school span.school-name {
        max-width: 26rem;
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .rank-block .rank-school span.zan-num {
        float: right;
        max-width: 5rem;
    }


    .activity-block .message-btn {
        float: right;
        width: 13.05rem;
        height: 2.65rem;
        margin-top: -2.65rem;
        margin-right: 1.95rem;
        background: #009dff;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        border-radius: 1rem 1rem 0 0;
        line-height: 2.65rem;
    }

    .media .message-content {
        position: relative;
        padding: 2.4rem 0 0;
        box-sizing:border-box
    }

    .tab-content {
        margin-bottom:2rem;
        padding: 0 1.6rem
    }

    .message-content .message-list {
        margin-top: 0;
    }

    .order-type span,
    .tab-content .title {
        font-size: 1.6rem;
    }

    .order-type.media span:hover,
    .order-type.media span.choose-on {
        color: #333333;
        font-weight: bold;
    }

    .tab-content .title.choose-on {
        font-weight: bold;
        color: #333;
    }

    .tab-content > .title {
        float: right;
        margin-right: 0.8rem;
        color: #999;
        margin-bottom:0;
        line-height:1
    }

    .message .msg-box {
        margin: 0.4rem 0 0 5.6rem;
    }

    .opera-box {
        padding-right: 3rem;
        display: flex;
        justify-content: space-between;
        margin-top: 1.4rem
    }

    .opera-item {
        font-size: 1.4rem;
        margin-left: 0
    }

    .msg-box .not-check,
    .msg-box .not-pass {
        margin-top: 0.8rem;
    }

        .msg-box .not-check p,
        .msg-box .not-pass p {
            margin-bottom: 0.8rem;
        }

            .msg-box .not-check p:last-child,
            .msg-box .not-pass:last-child {
                margin-bottom: 0;
            }

    .msg-box .not-check {
        color: #FFCC00;
        font-size: 1.4rem;
    }

    .msg-box .not-pass {
        color: #F44C4C;
        font-size: 1.4rem;
    }

    .graduation-content.message .other-info {
        margin-top: 1rem;
    }

    .graduation-content.message .my-message-list .other-info {
        margin-top: 0.6rem;
    }

    .other-info .time {
        color: #cccccc;
        display: inline-block;
        line-height: 3.2rem;
    }

    .message .msg-box .zan {
        width: 6.3rem;
        height: 3.2rem;
        border-radius: 0.4rem;
        border: 0.1rem solid #dddddd;
        float: right;
        position: static;
        background: #ffffff;
        font-size: 0;
        vertical-align: middle;
        text-align: center;
    }

        .message .msg-box .zan span {
            display: inline-block;
            vertical-align: middle;
        }

        .media .message-content .message-input,
        .message .msg-detail,
        .message .userinfo-box .delete,
        .msg-box .time,
        .message .msg-box .zan span,
        .media .graduation-btn .btn,
        .add-msg.one-more .btn {
            font-size: 1.4rem;
            padding-top: 0;
            line-height: 4.8rem;
        }

    .msg-box .time {
        line-height: 3.2rem;
    }

        .msg-box .time span {
            display: inline-block;
            vertical-align: middle;
        }

            .msg-box .time span:first-child {
                margin-right: 0.2rem;
                max-width: 11rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
            }

    .message .msg-box .zan span {
        line-height: 2.8rem;
    }

    .order-type.media {
        display: inline-block;
        border-bottom: none;
        margin: 0 0 0 0.8rem;
        float: left;
    }

    .message .msg-detail {
        padding: 0;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        line-height: 2.1rem;
        padding-right: 0.4rem;
        box-sizing: border-box;
        text-align: justify
    }

    .zan .zan-img {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.4rem;
    }

    .message .msg-box .zan.choose-on {
        background: #6FC5FB;
        border-color: #6FC5FB;
    }

    .zan.choose-on span {
        color: #ffffff;
    }

    .zan.choose-on .zan-img {
        background: url("../images/graduation/zan3.png") no-repeat;
        background-size: cover;
    }

    .my-message-list {
        padding-bottom: 1rem;
    }

    .message-content .message {
        margin-bottom: 3.1rem;
        padding: 0 1.6rem 1.6rem;
        border-bottom: 1rem solid #efefef;
    }

        .message-content .message:last-child {
            margin-bottom: 0;
        }

    .media .message-content .message-input {
        width: 100%;
        height: 31rem;
        padding: 1.2rem 1rem;
        line-height: 2.1rem;
        border: 0.1rem solid #dddddd;
    }

    .add-message.media {
        position: relative;
    }

        .add-message.media .input-num {
            position: absolute;
            bottom: 0.1rem;
            right: 0.4rem;
            background: #ffffff;
            color: #cccccc;
            padding: 0 0.2rem 1rem 0;
            line-height: 1;
            font-size: 0;
        }

            .add-message.media .input-num span {
                font-size: 1.4rem;
            }

    .opera-item i {
        font-size: 1.6rem
    }

    /*评论*/
    .comment-box {
        padding: 1.4rem 0.8rem;
        background: #EDF1FB;
        border-radius: 6px;
        margin-top: 1rem
    }

    .comment-input {
        margin-bottom: 1.6rem
    }

        .comment-input .user-img {
            width: 3.6rem;
            height: 3.6rem;
            margin-right: 0.5rem
        }

    .input-box input {
        height: 3.6rem;
        line-height: 3.6rem;
        font-size: 1.4rem
    }

    .comment-input .btn-blue {
        line-height: 3.6rem;
        height: 3.6rem;
        padding: 0 2rem;
        color: #fff;
        font-size: 1.4rem;
    }

    .comment-ul .user-img {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 0.5rem
    }

    .comment-ul .user-info {
        margin-bottom: 0.4rem
    }

    .comment-ul li {
        margin-bottom: 1.6rem;
        font-size: 1.4rem
    }

    .comment-ul .del-box {
        line-height: inherit;
    }

        .comment-ul .del-box i {
            font-size: 1.4rem
        }

    .fold-con {
        margin: 1.6rem 0 0;
    }

        .fold-con p,
        .fold-con i {
            font-size: 1.4rem
        }

    /*评论结束*/
    .graduationPage.media .graduation-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #ffffff;
        padding: 0;
        z-index: 9;
    }

   .media .add-msg {
        margin-top: 0;
    }

    .media  .btn.msg-btn {
        width: 34.3rem;
        height: 4.8rem;
        margin: 0 auto;
        margin: 0 auto;
        border-radius: 0.4rem;
        margin-bottom: 1.6rem;
    }

    .add-msg .btn.cancel {
        color: #999999;
        background: #ffffff;
        border: 0.1rem solid #dddddd;
        width: 8rem;
        display: none;
    }

    .add-msg.one-more {
        font-size: 0;
        text-align: center;
    }

        .add-msg.one-more .btn.cancel {
            display: inline-block;
            margin-right: 1.6rem;
            height: 4.8rem;
            margin-bottom: 1.6rem;
        }

        .add-msg.one-more .btn.msg-btn {
            width: 24.7rem;
            display: inline-block;
        }

    .graduationPage.media .message .userinfo .username {
        font-size: 1.6rem;
    }

    .message .userinfo .time {
        font-size: 1.4rem
    }

    .graduationPage.media .message .userinfo img {
        width: 4.8rem;
        height: 4.8rem;
    }

    .graduationPage.media .no-more,
    .graduationPage.media .again {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        color: #ccc;
        margin: 3.2rem 0 2.4rem 0;
    }

    .graduationPage.media .user .no-more,
    .graduationPage.media .user .again {
        margin: -0.8rem 0 2.4rem;
    }

    .footer-media {
        text-align: center;
        padding: 2.9rem 2.4rem 2.1rem 2.4rem;
        line-height: 2.4rem;
        margin-top: 2rem;
        font-size: 1rem;
        color: #fff;
        background: url(../images/bottle/footer_move.png) center bottom repeat-x #3F92DD;
        background-size: contain;
    }

    /*列表区域滚动*/
    .media-msg .my-message-list, .media-msg .show-list, .media-msg .rank-list {
        min-height: 100%;
        background: url("../images/bottle/mark_move.png") repeat-y top center;
        background-size: 90% auto;
    }
    .graduationPage.media {
        height: 100vh;
        overflow: hidden;
    }


        .graduationPage.media .message-content .message-list,
        .graduationPage.media .message-content .user {
            margin-top: 0;
            overflow-y: auto;
            
        }

            .graduationPage.media .message-content .message-list .show-list .msg-null {
                margin-top: 3.6rem;
                text-align: center;
                color: #cccccc;
                font-size: 1.4rem;
            }

    /*答题模块*/
    /*5-21改版修改*/
    .graduationPage.que,
    .fix-bg.que {
        background: rgba(0, 0, 0, 0)
    }

        .graduationPage.que .graduation-content .center-box {
            background: rgba(0, 0, 0, 0)
        }

        .graduationPage.que .question-block .question-title {
            color: #ffffff;
            font-weight: bold;
            font-size: 1.6rem;
        }

        .graduationPage.que .question-block .question-choose {
            border-radius: 0;
            font-size: 1.5rem;
        }

            .graduationPage.que .question-block .question-list,
            .graduationPage.que .question-block .question-choose:last-child {
                margin-bottom: 0;
            }

        .graduationPage.que .question-block .q-option {
            position: relative;
        }


    .graduationPage .audio-content {
        /*position: fixed;*/
        top: 10rem;
        right: 1.55rem;
        z-index: 2;
    }

    /*5-21改版修改结束*/

    .audio-content audio {
        opacity: 0;
        width: 2.2rem;
        height: 2.05rem;
    }

    .audio-content .bgm-icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        width: 2.2rem;
        height: 2.05rem;
    }

        .audio-content .bgm-icon img {
            width: 2.2rem;
            height: 2.05rem;
            display: block;
        }

    .bgm-animation {
        -webkit-animation: bgm 5s linear infinite;
        -moz-animation: bgm 5s linear infinite;
        animation: bgm 5s linear infinite;
    }

    @keyframes bgm {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes bgm {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes bgm {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    .question-block.media-que {
        padding: 1.8rem 3rem 0;
    }

    .check-i {
        display: none;
    }

    .question-block .question-title,
    .question-block .question-choose {
        font-size: 1.4rem;
    }

    .question-block .question-title {
        font-weight: 400;
        line-height: 2.1rem;
        margin-bottom: 1.6rem;
    }

        .question-block .question-title span {
            display: inline-block;
            vertical-align: top;
        }

    /*.question-block .question-title span:last-child {
                width: calc(100% - 2.4rem);
            }*/

    .question-block .question-choose {
        position: relative;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 1.6rem;
        background: rgba(0, 0, 0, 0);
        /*-webkit-tap-highlight-color: rgba(111, 197, 251, 0.5);*/
    }

        .question-block .question-choose .q-border {
            padding: 1.3rem 1.6rem;
            padding: 1.3rem 1.6rem;
            width: 32rem;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
            line-height: 2.1rem;
            border: 0.1rem solid #6490f5;
            background: rgba(0, 0, 0, 0);
        }

        .question-block .question-choose .choose-text {
            position: absolute;
            top: -0.4rem;
            left: -0.4rem;
            padding: 1.3rem 1.6rem;
            padding: 1.3rem 1.6rem;
            width: 32rem;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
            line-height: 2.1rem;
            z-index: 2;
            background: #ffffff;
            border: 0.1rem solid #6490f5;
        }

            .question-block .question-choose .choose-text span {
                color: #6FC5FB;
                font-weight: bold;
                font-style: italic;
            }

    .question-block.media-que .question-choose .choose-text:active {
        /*background: #3594FF;
        border-color: #3594FF;*/
        color: #6FC5FB;
        /*-webkit-tap-highlight-color: rgba(111, 197, 251, 1);*/
    }

    .cur-question {
        position: fixed;
        left: 0;
        bottom: 2.4rem;
        height: 1.6rem;
        text-align: center;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        color: #ffffff;
        z-index: 2;
    }

    .que-finish {
        position: absolute;
        z-index: 2;
        width: 100%;
    }

        .que-finish .finish-text {
            width: 31rem;
            height: 11.5rem;
            margin: 0 auto;
            text-align: center;
            margin-top: 15rem;
            font-size: 1.8rem;
            font-weight: bold;
            color: #ffffff;
            line-height: 2.6rem;
            /*padding: 2.8rem 0;
            border-radius: 1.2rem;
            border: 0.2rem dashed green;*/
            background-image: url("../images/graduation/que_finish.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

            .que-finish .finish-text > div {
                padding-top: 3rem;
            }

        .que-finish .que-mark img {
            display: block;
            width: 6.6rem;
            height: auto;
            margin: 0 auto;
            margin-top: 2.4rem;
        }

    .graduation-btn.que {
        padding: 0 3.2rem 1.6rem;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0);
    }

        .graduation-btn.que button {
            width: 100%;
            box-sizing: border-box;
            border-radius: 0.4rem;
            margin: 0.8rem auto 0;
            height: 4.8rem;
            line-height: 4.8rem;
            padding: 0 2.4rem 0;
        }

            .graduation-btn.que button.blue {
                background: #137cf3;
            }

            .graduation-btn.que button:last-child {
                color: #137cf3;
            }

    .graduationPage.que .graduation-btn.que .btn.white-btn:hover {
        cursor: pointer;
        background: #ffffff;
        border-color: #ffffff;
        transition: 0.5s;
        color: #137cf3;
    }

    .question-choose .choose-text:hover {
        color: #666;
    }

    /*.question-block.media-que .que-finish{
        box-sizing: border-box;
        height: 100%;
        position:fixed;
        top:0;
        left:0;
        width:100%;
    }*/
    .question-block.media-que .que-finish .graduation-btn {
        position: static;
        /*bottom:4rem;*/
        margin-top: 3.6rem;
    }

    /*结果预测*/
    .media-bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100vw;
        height: 100vh;
        background: url("../images/graduation/h-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
    }


    .resultPage.media .result-img > img {
        width: 100%;
        height: auto;
        display: block;
    }

    .enter {
        position: absolute;
        top: 55.3rem;
        left: 0;
        width: 100%;
        z-index: 2;
    }

        .enter > div.enter-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 9.2rem;
            background: url(../images/graduation/r_footer.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0 auto;
            display: block;
        }

        .enter .enter-img img {
            width: 10.8rem;
            height: 3rem;
            display: block;
            margin: 0 auto;
            padding-top: 5.3rem;
            -webkit-animation: enterImg 1.2s linear infinite;
            -moz-animation: enterImg 1.2s linear infinite;
            animation: enterImg 1.2s linear infinite;
        }


    @keyframes enterImg {

        0%, 100% {
            transform: scale(1);
            -webkit-transform: scale(1);
        }

        50% {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }
    }

    @-webkit-keyframes enterImg {

        0%, 100% {
            transform: scale(1);
            -webkit-transform: scale(1);
        }

        50% {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }
    }

    .resultPage.media .share-btn {
        position: absolute;
        top: 0;
        right: 2.4rem;
        width: 8rem;
        height: 4rem;
        background: #ffffff;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
        font-size: 0;
        z-index: 3;
    }

        .resultPage.media .share-btn img,
        .resultPage.media .share-btn span {
            display: inline-block;
            vertical-align: middle;
        }

        .resultPage.media .share-btn span {
            font-size: 1.4rem;
            font-weight: bold;
            color: #FF8800;
        }

        .resultPage.media .share-btn img {
            width: 2.4rem;
            height: 2.4rem;
            margin-right: 0.4rem;
        }

    .remind-save {
        position: absolute;
        top: 50.5rem;
        height: 3.2rem;
        width: 100%;
        overflow: hidden;
    }

        .remind-save div {
            width: 25rem;
            height: 3.2rem;
            background-color: #78bffc;
            color: #ffffff;
            border: 0.4rem solid #003d75;
            border-bottom: none;
            border-top-right-radius: 1.5rem;
            border-top-left-radius: 1.5rem;
            margin: 0 auto;
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 2.6rem;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    /*移动端结果分享和寄语举报*/
    .media-share,
    .media-complain {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }

    .media-complain {
        position: fixed;
    }

    .share,
    .com-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #ffffff;
        overflow: hidden;
        /*transform: translateY(-400px);*/
    }

    .com-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        width: 100vw;
        height: 100vh;
    }

    .media-share.animation .share {
        height: 30.1rem;
        transition: 0.2s linear;
    }

    .media-complain.animation .com-text {
        height: 12.4rem;
        transition: 0.2s linear;
    }

    .media-share .share-list,
    .media-complain .com-list {
        width: 100%;
        height: 6rem;
        border-bottom: 0.1rem solid #eeeeee;
        text-align: center;
        line-height: 6rem;
        box-sizing: border-box;
        font-size: 0;
    }

    .media-complain .com-list {
        font-size: 1.6rem;
        color: #F44C4C;
    }

    .media-share .share-list > span,
    .media-share .share-list.cancel {
        color: #333333;
        font-size: 1.6rem;
        vertical-align: middle;
    }

    .media-share .share-list img {
        margin-right: 0.8rem;
    }

    .media-share .share-list:last-child,
    .media-complain .com-list:last-child {
        border-top: 0.3rem solid #eeeeee;
        border-bottom: none;
    }

    .media-share .share-list.cancel,
    .media-complain .com-list.cancel {
        color: #999999;
    }



    /*移动端提示语*/
    .remind-tip.media {
        position: fixed;
        top: 50vh;
        left: 0;
        width: 100%;
        transform: translateY(-8rem);
        text-align: center;
        z-index: 15;
    }

        .remind-tip.media > div {
            box-sizing: border-box;
            padding: 1.3rem 2.1rem;
            border: 1px solid #dddddd;
            border-radius: 0.4rem;
            line-height: 1;
            display: inline-block;
            background: rgba(0, 0, 0, 0.6);
            color: #ffffff;
            font-size: 1.4rem;
            margin: 0 auto;
        }

            .remind-tip.media > div.submit {
                width: 29.6rem;
                height: 12.3rem;
                padding: 2.4rem;
            }

        .remind-tip.media p {
            line-height: 2.1rem;
        }

            .remind-tip.media p.c-title {
                line-height: 1;
                margin-bottom: 1.6rem;
                font-weight: bold;
            }

    /*移动端寄语发布成功弹窗*/
    .modal-page.media {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: 11;
    }

        .modal-page.media .modal-content {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .modal-page.media .modal-center {
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 0.4rem;
            background: #ffffff;
            overflow: hidden;
            margin: 0 auto;
        }
    .modal-page .modal-center {
        transform: translate(-17rem, -15rem);
        width: 34rem;
        height: 25rem;
    }
    .graduationPage.media .modal-page .graduation-btn {
        position: static;
        text-align:center
    }
        .graduationPage.media .modal-page .graduation-btn .btn+.btn{
            margin-left:20px;
        }
        .graduationPage.media .modal-page .graduation-btn .btn {
            display: inline-block;
            height: 3.2rem;
            line-height: 3.1rem
        }
    .modal-page.media .modal-content .submit {
        transform: translate(-17rem, -15rem);
        width: 34rem;
        height: 25rem;
    }

        .modal-page.media.submit-suc .modal-content .submit {
            height: 45.2rem;
            transform: translate(-17rem, -27rem);
        }

        .modal-page.media.gift .modal-content .submit {
            height: 43.5rem;
            transform: translate(-17rem, -25rem);
        }

        .modal-page.media .modal-header {
            height: 4.9rem;
            padding: 1.5rem 2.4rem;
            box-sizing: border-box;
            border-bottom: 0.1rem solid #e6e6e6;
        }

            .modal-page.media .modal-header .title {
                float: left;
                color: #666;
                font-size: 1.4rem;
            }

            .modal-page.media .modal-header .close {
                float: right;
                width: 1.6rem;
                height: 1.6rem;
                background: url("../images/graduation/delete.png") no-repeat;
                background-size: cover;
                cursor: pointer;
            }

        .modal-page.media .submit-confirm {
            padding-top: 2.8rem;
        }

            .modal-page.media .submit-confirm p {
                width: 26rem;
                font-size: 1.4rem;
                line-height: 2.1rem;
            }

                .modal-page.media .submit-confirm p.c-title {
                    font-weight: bold;
                    font-size: 1.6rem;
                }

                .modal-page.media .submit-confirm p.code-remind {
                    font-size: 1.2rem;
                    color: #999;
                    text-align: center;
                }

            .modal-page.media .submit-confirm .media-code {
                width: 16rem;
                height: 16rem;
                display: block;
                margin: 0 auto;
                margin-top: 1.2rem;
            }

        .modal-page.media.gift .submit-confirm .media-code {
            margin-bottom: 2.4rem;
        }

        .modal-page.media .submit-confirm p.code-remind {
            margin-bottom: 2rem;
        }

        .modal-page.media .submit-confirm p > span {
            color: #6FC5FB;
        }

        .modal-page.media .modal-footer,
        .modal-page.media .modal-footer .graduation-btn {
            position: static;
        }

        .modal-page.media .modal-footer {
            margin-top: 3.6rem;
        }

            .modal-page.media .modal-footer .btn.del-btn {
                line-height: 3.2rem;
                height: 3.6rem;
                margin: 0 1.6rem;
            }

    /*移动端加载loading*/
    .gra-loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 7;
    }

        .gra-loading .loading-box {
            text-align: center;
            margin-top: 9rem;
        }

            .gra-loading .loading-box .loading-icon {
                width: 4.4rem;
                height: 4.4rem;
                display: inline-block;
                margin: 0 auto;
                -webkit-animation: loading 1s linear infinite;
                -moz-animation: loading 1s linear infinite;
                animation: loading 2s linear infinite;
            }

            .gra-loading .loading-box p {
                text-align: center;
                margin-top: 2rem;
                font-size: 1.4rem;
                color: #6FC5FB;
            }

    @keyframes loading {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes loading {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes loading {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }
}

@media only screen and (max-width:767px) {
    .flex-container {
        height: 100%;
        width: 100%;
        display: -moz-box;
        /* Firefox */
        display: -ms-flexbox;
        /* IE10 */
        display: -webkit-box;
        /* Safari */
        display: -webkit-flex;
        /* Chrome, WebKit */
        display: box;
        display: flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .index-media .logo img {
        padding: 0.8rem 0 2rem 2.6rem;
    }

    .q-start .start-img img {
        margin-top: 0.8rem;
    }

    .flex-container {
        height: 100%;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:541px) and (max-height:750px) {
    .flex-container {
        height: 100%;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .index-media .logo img {
        padding: 5.1rem 0 3.8rem 2.6rem
    }
}


@media only screen and (max-height:725px) and (max-width:412px) {
    .resultPage.media .result-img > img {
        width: 35rem;
        display: block;
        margin: 0 auto;
    }

    .remind-save {
        top: 47.3em;
        height: 2.9rem;
    }

    .enter {
        top: 51.6rem;
    }

        .enter > div.enter-img {
            /*left: 3rem;
                width: 32rem;*/
            height: 8.4rem;
        }

        .enter .enter-img img {
            padding-top: 4.7rem;
        }
}

@media only screen and (min-height:750px) and (max-height:1081px) and (max-width:539px) {
    .index-media .logo {
        margin-top: -8rem;
    }

    .resultPage.media .result-img {
        margin-top: -8rem;
        /*-webkit-transform: translateY(-8rem);
        -moz-transform: translateY(-8rem);
        transform: translateY(-8rem);*/
    }


    .que-finish .finish-text {
        margin-top: 20rem;
    }
}

@media only screen and (min-height:750px) and (max-height:1081px) and (min-width:540px) {
    .index-media .logo {
        margin-top: -2rem;
    }

    .resultPage.media .result-img {
        margin-top: -2rem;
    }


    .que-finish .finish-text {
        margin-top: 15rem;
    }
}

@media only screen and (min-width:540px) and (max-width:767px) and (min-height:1082px) and (max-height:1200px) {
    .index-media .logo {
        margin-top: -8rem;
    }

    .resultPage.media .result-img {
        margin-top: -8rem;
    }


    .que-finish .finish-text {
        margin-top: 20rem;
    }
}
