/*基础、全局样式文件*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

html {
    height: 100%;
    /*font-size:62.5%;*/ font-size: 125%; /*font-size:125%; font-size:1.6rem;基准是20px*/ /*比如实际高度为100px时，rem等于100/10/2=5rem; 也就是要除以20 */
}

@media screen and (min-width: 415px) and (max-width: 1024px) {
    html {
        /*font-size:62.5%;*/ font-size: 72.5%;
    }
}

@media screen and (min-width: 375px) and (max-width: 415px) {
    html {
        /*font-size:32.5%;*/ font-size: 62.5%;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    html {
        /*font-size:32.5%;*/ font-size: 62.5%;
    }
}

@media screen and (min-width: 300px) and (max-width: 320px) {
    html {
        /*font-size:32.5%;*/ font-size: 62.5%;
    }
}

body {
    height: 100%;
    min-width: 300px;
    max-width: 1080px;
    margin: 0 auto;
    color: #394043;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #b10209;
}

.warperbox {
    font-size: 1rem;
    padding-top: 4.5rem;
}

ol, ul, li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

strong, var, em, i {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #394043;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.no-margin {
    margin: 0 !important;
}

.margin10 {
    margin-top: 1rem !important;
}

.mar-right5 {
    margin-right: 4.5rem !important;
}

input {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

    input:focus, textarea:focus {
        outline: none;
    }

    input:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-user-modify: read-write-plaintext-only; /*去除高光*/
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #a0a0a0;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #a0a0a0;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #a0a0a0;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #a0a0a0;
    }
/*input{font-size:16px; color:#6d6d6d;}*/


.fix-partakebox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    padding: 1rem 1.2rem;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
}

.partake-btn {
    display: block;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background: #d60d45;
    color: #fff;
}

.fix-votebox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

    .fix-votebox .vote-btn {
        display: block;
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        background: #b10209;
        color: #fff;
    }

.logobox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .logobox .logo {
        display: inline-block;
        width: 10rem;
    }

.bannerbox, .enroll-bannerbox {
    position: relative;
}

    .bannerbox .logobox, .enroll-bannerbox .logobox {
        left: 50%;
        margin-left: -10rem;
    }

    .bannerbox .banner img, .enroll-bannerbox .banner img {
        width: 100%;
    }

.activity-detailsbox, .player-listbox, .assistance-listbox {
}

    .activity-detailsbox .titlebox, .player-listbox .titlebox, .assistance-listbox .titlebox {
        text-align: center;
        padding: 0 1.2rem;
    }

        .activity-detailsbox .titlebox img, .player-listbox .titlebox img, .assistance-listbox .titlebox img {
            max-width: 100%;
        }

.activity-details {
    margin: 0 1.2rem;
    padding: 1.5rem 1rem;
    border: 1px solid #ebc0a1;
    color: #fff;
    font-size: 1.3rem;
    background: #aa0130;
    border-radius: 0.2rem;
}

    .activity-details dl {
        line-height: 1.7;
    }

        .activity-details dl + dl {
            margin-top: 1rem;
        }

    .activity-details dt {
        color: #f7d688;
        font-size: 1.5rem;
    }

        .activity-details dt .number {
            font-size: 2.4rem;
            font-style: italic;
        }

.player-list {
    padding: 0 0.6rem;
    font-size: 1.3rem;
}

.player-item {
    margin: 0 0.6rem;
    border: 1px solid #f9e3d5;
    background: #aa0130;
}

.player-img {
    position: relative;
    padding-top: 100%;
}

    .player-img .avatar {
        width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

.house-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    color: #fff;
}

    .house-title a {
        display: block;
        height: 3.2rem;
        line-height: 3.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-size: 10px;
    }

.player-title {
    position: relative;
    line-height: 2.2rem;
    color: #fff;
    padding: 0.4rem 0.6rem;
}

    .player-title .name {
        display: block;
        color: #fff;
    }

    .player-title .votes {
        display: block;
    }

.player-btn {
    border: 1px solid #aa0130;
    text-align: center;
}

    .player-btn .btn {
        display: block; /*float: left; width: 50%;*/
        height: 3.2rem;
        line-height: 3.2rem;
        color: #6e3f8a;
        background: #fff0e0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid #aa0130;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        cursor: pointer;
    }

.player-list li {
    float: left;
    width: 33.33%;
    margin: 0.6rem 0;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .player-list li {
        width: 25%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .player-list li {
        width: 20%;
    }

    .player-title {
        padding: 0.8rem 0.6rem;
    }

        .player-title .votes {
            position: absolute;
            top: 0.8rem;
            right: 0.6rem;
        }

    .player-btn .btn {
        float: left;
        width: 100%;
        cursor: pointer;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1920px) {
    .player-list li {
        width: 25%;
    }

    .player-title {
        padding: 0.8rem 0.6rem;
    }

    .player-btn .btn {
        float: left;
        width: 100%;
        font-size: 1.2rem;
        cursor: pointer;
    }
}

.assistance-list {
    margin: 0 1.2rem;
    background: #fff;
    font-size: 1.3rem;
    border-radius: 0.2rem;
}

    .assistance-list li {
        padding: 1rem 0;
        border-bottom: 1px solid #e8e8e8;
    }

.assis-item {
    position: relative;
    padding-left: 12.2rem;
    padding-right: 8rem;
    min-height: 5.5rem
}

    .assis-item .link-btn {
        position: absolute;
        top: 50%;
        right: 1.2rem;
        z-index: 1;
        margin-top: -1.8rem;
        display: block;
        padding: 0 0.8rem;
        height: 3.6rem;
        line-height: 3.6rem;
        border-radius: 2px;
        background: #ccac6d;
        color: #fff;
    }

    .assis-item .number {
        position: absolute;
        left: 1.1rem;
        top: 1.1rem;
        z-index: 1;
        display: block;
        width: 3.3rem;
        height: 3.3rem;
        line-height: 3.3rem;
        text-align: center;
        background: #b1b1b1;
        color: #fff;
        border-radius: 50%;
        font-size: 1.6rem;
        font-weight: 600;
    }

.assistance-list li.no1 .number, .assistance-list li.no2 .number, .assistance-list li.no3 .number {
    top: 0.45rem;
    left: 0.45rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 0;
}

.assistance-list li.no1 .number {
    background: url(/Content/images/activity/goddess/number01.png) center no-repeat;
    background-size: 4.6rem;
}

.assistance-list li.no2 .number {
    background: url(/Content/images/activity/goddess/number02.png) center no-repeat;
    background-size: 4.6rem;
}

.assistance-list li.no3 .number {
    background: url(/Content/images/activity/goddess/number03.png) center no-repeat;
    background-size: 4.6rem;
}

.assis-item .avatar {
    position: absolute;
    top: 0;
    left: 5.5rem;
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    overflow: hidden;
    border-radius: 0.2rem;
}

.assis-info {
    color: #ccac6d;
}

    .assis-info h2 {
        height: 2.6rem;
        line-height: 2.6rem;
        color: #5e1717;
        font-size: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 1rem;
    }

    .assis-info .name {
        color: #5e1717;
    }

@media screen and (min-width: 767px) and (max-width: 1920px) {
    .assistance-list li {
        padding: 1.5rem 0 1.5rem 1rem;
    }

    .assis-item {
        padding-left: 12.7rem;
    }

        .assis-item .avatar {
            left: 6rem;
        }
}

.copyrightbox {
    padding: 1.2rem;
    line-height: 2.4rem;
    color: #760207;
    font-size: 1.3rem;
    text-align: center;
}


.videobox {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 15.93%;
    background: #c70209 url(/Content/images/activity/goddess/video_bg.png) center bottom no-repeat;
    background-size: 100% auto;
}

.video-wrap {
    position: relative;
    width: 80%;
    min-height: 2.6rem;
    margin: 0 auto;
    background: #000;
    font-size: 1.3rem;
}

    .video-wrap .title {
        height: 2.6rem;
        line-height: 2.6rem;
        text-align: center;
        padding: 0 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: rgba(0,0,0,0.2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
        color: #fff;
    }


.playerbox {
    padding-top: 2.2rem;
    background: #fff;
    font-size: 1.4rem;
}

.player-user {
    position: relative;
    min-height: 9.1rem;
    padding: 0 1.2rem 0 10.7rem;
}

.puser-avatar {
    position: absolute;
    top: 0;
    left: 1.2rem;
    z-index: 1;
    width: 8.5rem;
    height: 9.1rem;
    overflow: hidden;
}

    .puser-avatar img {
        width: 8.5rem;
        height: 9.1rem;
    }

    .puser-avatar .title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        font-size: 1.5rem;
        height: 2.6rem;
        line-height: 2.6rem;
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
        text-align: center;
    }

        .puser-avatar .title a {
            display: block;
            height: 2.6rem;
            line-height: 2.6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #fff;
            font-size: 10px;
        }

.puser-info h2 {
    font-size: 1.8rem;
    font-weight: 600;
    height: 2.6rem;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-btn {
    display: inline-block;
    height: 2.6rem;
    line-height: 2.6rem;
    padding: 0 1.2rem;
    margin-top: 1.3rem;
    color: #fff;
    background: #cd092e;
    cursor: pointer;
}

.player-synopsis {
    line-height: 1.7;
    margin-top: 2rem;
    padding: 0 1.2rem;
    font-size: 1.5rem;
}

    .player-synopsis strong {
        font-weight: 600;
    }

.video-listbox {
    margin-top: 1.5rem;
}

    .video-listbox .titlebox {
        margin-left: 1.2rem;
        line-height: 3rem;
        border-bottom: 1px solid #e1e1e1;
    }

        .video-listbox .titlebox h2 {
            font-size: 1.5rem;
        }

            .video-listbox .titlebox h2 * {
                vertical-align: middle;
            }

        .video-listbox .titlebox .ico {
            display: inline-block;
            width: 1.6rem;
            height: 1.6rem;
            margin-right: 0.5rem;
        }

            .video-listbox .titlebox .ico.ico-video {
                background: url(/Content/images/activity/goddess/ico_video.png) center top no-repeat;
                background-size: 1.5rem;
            }

.video-list {
    padding: 1.2rem 0.6rem;
}

    .video-list li {
        float: left;
        width: 50%;
    }

.video-item {
    margin: 0.6rem;
}

.video-img {
    position: relative;
    padding-top: 100%;
}

    .video-img img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .video-img .ico {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin: -1.75rem 0 0 -1.75rem;
        width: 3.5rem;
        height: 3.5rem;
    }

        .video-img .ico.ico-play {
            background: url(/Content/images/activity/goddess/ico_play.png) center no-repeat;
            background-size: 3.5rem;
        }

    .video-img .time {
        position: absolute;
        bottom: 0.4rem;
        right: 0.4rem;
        z-index: 1;
        height: 1.6rem;
        line-height: 1.6rem;
        padding: 0 0.3rem;
        border-radius: 0.8rem;
        background: rgba(0,0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
        color: #fff;
        font-size: 1.2rem;
    }

.video-info {
}

    .video-info h2 {
        height: 2.6rem;
        line-height: 2.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0.5rem;
        font-size: 1.5rem;
    }
/*@media screen and (min-width: 767px) and (max-width: 1920px) {
	.video-list li{float: left; width: 33.33%;}
}*/
@media screen and (min-width: 767px) and (max-width: 1920px) {
    .video-list li {
        float: left;
        width: 33.33%;
    }
}



.enroll-formbox {
    margin: 0 1.2rem;
    padding-bottom: 2.5rem;
    border: 1px solid #e09a9d;
    background: #c11213;
}

.enroll-form {
    padding-right: 1.2rem;
    font-size: 1.5rem;
}

    .enroll-form dl {
        position: relative;
        min-height: 3rem;
        line-height: 3rem;
        padding-left: 8rem;
        margin-top: 2rem;
    }

        .enroll-form dl.has-other {
            padding-right: 7rem;
        }

    .enroll-form dt {
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        width: 7rem;
        color: #fbe0a3;
    }

    .enroll-form dd {
    }

    .enroll-form .get-code {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 6rem;
        height: 3rem;
        line-height: 3rem;
        background: #f9e8c1;
        text-align: center;
        border: none;
        cursor: pointer;
        color: #394043;
        font-size: 1.5rem;
    }

        .enroll-form .get-code.disabled {
            background: #ccc;
        }

.eform-text {
    background: #fff;
}

    .eform-text .text {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-indent: 0.5rem;
        border: none;
        font-size: 1.5rem;
    }

.eform-area {
    padding: 0 0.6rem;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .eform-area textarea.area {
        width: 100%;
        height: 9rem;
        line-height: 3rem;
        border: none;
        resize: none;
        font-size: 1.5rem !important;
    }

    .eform-area .numberbox {
        line-height: 3rem;
        text-align: right;
        color: #9c9fa1;
    }

.enroll-uploadbox {
    border-top: 1px solid #c7999a;
    margin: 4rem 1.2rem 0;
}

.enroll-upload {
    padding-top: 1.5rem;
}

    .enroll-upload .title {
        line-height: 3.2rem;
        text-align: center;
        color: #fbe0a3;
        font-size: 1.6rem;
    }

    .enroll-upload .eupload {
        padding: 2rem 0;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
    }

.up-img {
    position: relative;
    width: 8rem;
    height: 10rem;
    margin: 0 auto;
    background: url(/Content/images/activity/goddess/upload_add.jpg) center no-repeat;
    background-size: 8rem;
}

.up-video {
    position: relative;
    width: 12rem;
    height: 10rem;
    margin: 0 auto;
    background: url(/Content/images/activity/goddess/upload_video.jpg) center no-repeat;
    background-size: 12rem;
}

.up-imgbtn, .up-videobtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.enroll-hint {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.7;
}

.date_btn.lcalendar_cancel {
    color: #959697;
}

.date_btn.lcalendar_finish {
    color: #c11213;
}

.date_ctrl {
    background: #fff !important;
}

.eupload .link-btn {
    display: block;
    height: 4rem;
    line-height: 4rem;
    width: 80%;
    margin: 0 auto 2rem;
    border-radius: 0.2rem;
    background: #fbe0a3;
    color: #c11213;
}

.enroll-hint .subhint {
    margin-top: 2rem;
}

.enroll-hint h2 {
    line-height: 3rem;
    font-size: 1.4rem;
}

.enroll-formbox {
    margin-top: 1.5rem;
}

.navbar {
    max-width: 1080px;
    z-index: 1;
    background: #b10209;
    box-shadow: 0 0 20px #561214;
    width: 100%;
    height: 3rem;
    position: relative;
}

    .navbar li {
        float: left;
        width: 20%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
    }

        .navbar li a {
            color: #ece0cd;
            cursor: pointer;
        }
