﻿/*setwarpper*/
.setwarpper {
    border: solid #ccc;
    border-width: 1px 0;
    background-color: white;
}

    .setwarpper div.warpper {
        padding: 5.9% 4.3% 5.9% 4.3%;
        overflow-y: auto;
        line-height: 0;
        position: relative;
        vertical-align: middle;
        border-bottom: 1px solid #ccc;
    }

    .setwarpper div.item:last-child div.warpper {
        border-bottom: none;
    }

    .setwarpper div.item div.warpper:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        width: 0;
        padding: 1.5%;
        border: solid #bbb;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }

    .setwarpper div.item div.warpper:active {
        background-color: #f0f0f0;
    }

    .setwarpper div.item .left {
        float: left;
        color: #333;
    }

    .setwarpper div.item .right {
        float: right;
        color: #999;
        padding-right: 2%;
        white-space: nowrap;
    }

    .setwarpper div.item div.warpper .right {
        padding-right: 5%;
    }
/*setwarpper end*/

.ctitle {
    line-height: 0;
    padding: 4.5% 0;
    font-size: 110%;
}

/*orderlist*/
.ordertodeal {
    padding: 0 3%;
}

.orderlist {
    border-top: 1px solid #e1e1e1;
}

    .orderlist .top {
        overflow-y: auto;
        background-color: #73c7a5;
        color: #fff;
    }

    .orderlist .item {
        margin: 0 0 3%;
        background: #fff;
        position: relative;
        padding-bottom: 1.5%;
    }

        .orderlist .item:after {
            content: "";
            position: absolute;
            right: 4%;
            top: 55%;
            width: 0;
            padding: 1.5%;
            border: solid #bbb;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
        }

        .orderlist .item:active {
            background-color: #f0f0f0;
        }

        .orderlist .item .top, .orderlist .item .top2, .orderlist .item .b {
            line-height: 2;
            padding: 0 7% 0 2%;
            overflow-y: auto;
        }

            .orderlist .item .top span:last-child, .orderlist .item .top2 span:last-child, .orderlist .item .b span:last-child {
                float: right;
            }

        .orderlist .item .top {
            line-height: 2.5;
        }

        .orderlist .item .top2 {
            border-bottom: 1px solid #f0f0f0;
            font-size: 88%;
        }

        .orderlist .item:active .top2, .orderlist .item:active .b2 {
            border-color: #fff;
        }

        .orderlist .item .b2 {
            border-top: 1px solid #f0f0f0;
            line-height: 1.5;
            font-size: 80%;
            text-align: center;
        }

        .orderlist .item .b span:first-child {
            color: #000;
        }

        .orderlist .item a {
            color: #666;
        }
/*orderlist end*/


/*staticbot*/
.staticbot {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    max-width: 600px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fourbtn a {
    width: 16%;
    margin: 0 1%;
}

.threebtn a {
    width: 20%;
}

.twobtn a {
    width: 40%;
}
/*staticbot end*/


.emptytips {
    padding-top: 40%;
    background: url('/Images/newmb/empty.png') center 37% no-repeat;
    background-size: auto 62%;
    text-align: center;
    color: #999;
}

header {
    position: fixed;
    width: 100%;
    max-width: 600px;
    top: 0;
    color: #333;
    text-align: center;
    background: rgba(69,142,238,0.9);
    box-sizing: border-box;
    padding-top: 12%;
    z-index: 10;
}

    header #backto {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 0;
        height: 0;
        padding: 3% 3% 0 0;
        display: inline-block;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        text-indent: -9999px;
        position: absolute;
        left: 4.5%;
        top: 45%;
    }

    header h1 {
        position: absolute;
        top: 50%;
        display: inline-block;
        font-size: 125%;
        font-weight: 400;
        white-space: nowrap;
        color: white;
        line-height: 0;
        z-index: 101;
    }

    header #headmore {
        position: absolute;
        right: 4%;
        top: 50%;
        background: center no-repeat;
        background-size: 100% auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 4%;
    }

        header #headmore.more {
            background-image: url(/Images/newmb/more.png);
        }

    header.c h1 {
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    header.l h1 {
        left: 11%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .menu {
        text-indent: -9999px;
        position: absolute;
        right: 4.5%;
        top: 57%;
        margin-top: -10px;
        background: url('../images/bg/menu.png') center no-repeat;
        background-size: 100% auto;
        z-index: 31;
        width: 5%;
    }

.moreaction {
    display: none;
    position: fixed;
    right: 3%;
    top: 10%;
    width: 25%;
    background-color: #49484b;
    border-radius: 2px;
    color: white;
    padding: 2%;
    z-index: 100;
}

    .moreaction:after {
        content: "";
        position: absolute;
        top: -5px;
        right: 14%;
        border-style: solid;
        border-width: 0 8px 9px;
        border-color: transparent transparent #49484b transparent;
    }

#moreactioncontent {
    display: none;
}
/*header end*/


/*用户登录框*/
#jsloginbox div:first-child {
    height: 30px;
    line-height: 30px;
    text-align: left;
}

#jsloginbox div.item {
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
}

#jsloginbox div.errtips {
    font-size: 85%;
    padding: 0 5%;
    border: 0;
    line-height: 25px;
    transition: height .5s;
    color: red;
    text-align: center;
}

#jsloginbox #loginbottips {
    padding: 0 5%;
    height: 30px;
    line-height: 30px;
}

    #jsloginbox #loginbottips a {
        color: #458eee;
        float: left;
    }

        #jsloginbox #loginbottips a:last-child {
            float: right;
        }
/*用户登录框 end*/

/*头部悬停框*/
.statichead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: 12%;
}
/*头部悬停框 end*/


/*commonfrm2*/
.commonfrm2 {
    margin: 2%;
}

    .commonfrm2 .item {
        margin: 2% 0;
        position: relative;
        overflow-y: auto;
        padding: 1% 0;
    }

        .commonfrm2 .item .fl {
            width: 27%;
            text-align: right;
            line-height: 35px;
        }

        .commonfrm2 .item .fr {
            width: 70%;
            margin-left: 3%;
            padding-right: 2%;
            box-sizing: border-box;
        }

        .commonfrm2 .item.sp::after {
            content: "";
            position: absolute;
            right: 3%;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            border-width: 6px 3px 0 3px;
            border-style: solid;
            border-color: rgba(102,102,102,1) rgba(0,0,0,0) rgba(0,0,0,0);
        }

        .commonfrm2 .item.sp2:after {
            content: "元";
            position: absolute;
            right: 3%;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
        }

        .commonfrm2 .item.sp3:after {
            content: "%";
            position: absolute;
            right: 3%;
            top: 50%;
            transform: translateY(-50%);
        }

        .commonfrm2 .item.sp4 .fr input {
            float: left;
            width: 60%;
        }

        .commonfrm2 .item.sp4 .fr span {
            float: left;
            width: 30%;
        }
/*commonfrm2 end*/


/*multiple upload*/
.imgswarpper {
    padding: 2% 3%;
    overflow-y: auto;
    background-color: #f5f5f5;
}

    .imgswarpper li {
        position: relative;
        float: left;
        padding: 15%;
        margin: 1.6%;
    }

        .imgswarpper li span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .imgswarpper li .add {
            border: 1px dashed #aaa;
        }

            .imgswarpper li .add:before {
                content: "";
                position: absolute;
                width: 80%;
                left: 10%;
                top: 50%;
                border-bottom: 2px solid #aaa;
                margin-top: -1px;
            }

            .imgswarpper li .add:after {
                content: "";
                position: absolute;
                height: 80%;
                left: 50%;
                top: 10%;
                border-right: 2px solid #aaa;
                margin-left: -1px;
            }

        .imgswarpper li img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .imgswarpper li i {
            position: absolute;
            top: 0%;
            right: 0%;
            width: 18px;
            height: 18px;
            border: 1px solid rgba(28,87,143,.5);
            border-radius: 100px;
            background: rgba(28,87,143,.8);
            transform: rotate(45deg);
        }

            .imgswarpper li i:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 10%;
                border-top: 1px #fff solid;
                width: 80%;
            }

            .imgswarpper li i:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 10%;
                border-right: 1px #fff solid;
                height: 80%;
            }
/*multiple upload end*/


/*slides*/
ul#slideswarpper {
    height: 100%;
}

    ul#slideswarpper li {
        position: relative;
        height: 100%;
        text-align: center;
    }

        ul#slideswarpper li img {
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }
/*slides end*/

/*multiple upload*/
.vidswarpper {
    padding: 2% 3%;
    overflow-y: auto;
    background-color: #f5f5f5;
}

    .vidswarpper li {
        position: relative;
        padding-top: 10%;
        margin: 1% 5%;
        background: #f9f9f9;
        box-shadow: 1px 1px 2px #ccc;
    }

        .vidswarpper li div {
            border: 1px dashed #aaa;
            box-sizing: border-box;
            line-height: 1;
        }

            .vidswarpper li div span {
                float: left;
                display: block;
                height: 100%;
                position: relative;
            }

                .vidswarpper li div span i {
                    font-style: normal;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-indent: 4%;
                }

                .vidswarpper li div span.name {
                    width: 55%;
                }

                    .vidswarpper li div span.name i {
                        text-overflow: ellipsis;
                    }

                    .vidswarpper li div span.name img {
                        height: 80%;
                        padding: 2% 0 0 5%;
                    }

                .vidswarpper li div span.size {
                    width: 20%;
                    color: red;
                }

                .vidswarpper li div span.del {
                    float: right;
                    padding-right: 2%;
                    width: 8%;
                    background: url('/Images/newmb/delete2.png') center no-repeat;
                    background-size: auto 50%;
                }

                .vidswarpper li div span.del {
                    float: right;
                    width: 8%;
                    background: url('/Images/newmb/delete2.png') center no-repeat;
                    background-size: auto 50%;
                }

                .vidswarpper li div span.play {
                    float: right;
                    width: 10%;
                    position: relative;
                }

                    .vidswarpper li div span.play:after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        border-style: solid;
                        border-width: 6px 0 6px 7px;
                        border-color: transparent transparent transparent #000;
                    }

        .vidswarpper li .add {
            border: 1px dashed #aaa;
            width: 70%;
            height: 90%;
            margin: .5% 15% 0;
        }

            .vidswarpper li .add:before {
                content: "";
                position: absolute;
                width: 80%;
                left: 10%;
                top: 50%;
                border-bottom: 2px solid #aaa;
                margin-top: -1px;
            }

            .vidswarpper li .add:after {
                content: "";
                position: absolute;
                height: 80%;
                left: 50%;
                top: 10%;
                border-right: 2px solid #aaa;
                margin-left: -1px;
            }
/*multiple upload end*/


/*pricelist*/
.p_list li {
    padding: 2% 0 3.2% 0;
    font-size: 106%;
    border-bottom: 1px #eee solid;
}

    .p_list li.subtitle {
        padding: 3.4% 0 2.8% 0;
    }

    .p_list li span:last-child {
        width: 21.3%;
    }

    .p_list li span {
        display: inline-block;
        width: 22%;
        text-align: center;
        padding-left: 2%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .p_list li .last_bt {
        position: relative;
        top: 4px;
    }

    .p_list li .red {
        color: #ec4141;
    }

    .p_list li a {
        display: block;
        color: #fff;
        background:#43a9b7;
        padding: 4px;
        border-radius: 4px;
        width: 66%;
        margin: 0 auto;
        font-size: 90%;
    }
/*pricelist end*/

/*hotshow*/
.hotshow {
    background-color: #FFF;
    overflow-y: auto;
    padding-top: 2.7%;
}

    .hotshow .htitle {
        line-height: 0;
        padding: 5% 0;
        text-align: center;
        font-size: 114.286%;
        position: relative;
    }

        .hotshow .htitle:before {
            content: "";
            position: absolute;
            border-left: 4px solid #000;
            height: 16px;
            top: 50%;
            left: 35%;
            transform: translate(-50%,-50%);
        }

        .hotshow .htitle:after {
            content: "";
            position: absolute;
            border-left: 4px solid #000;
            height: 16px;
            top: 50%;
            left: 65%;
            transform: translate(-50%,-50%);
        }

    .hotshow .hcontent {
        margin: 2.3% 1%;
        overflow-y: auto;
    }

        .hotshow .hcontent li {
            float: left;
            width: 27%;
            margin: 0 3% 1%;
            position: relative;
        }

            .hotshow .hcontent li .top {
                position: relative;
                padding: 70% 0;
                width: 100%;
                background: #fff;
                vertical-align: top;
                overflow-y:hidden;
            }

            .hotshow .hcontent li img {
                width: 100%;
                vertical-align: top;
            }

            .hotshow .hcontent li span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                line-height: 0;
                padding: 18.5% 0;
                background-color: rgba(0,0,0,0.2);
                color: #fff;
                text-align: center;
                white-space: nowrap;
                overflow-x: hidden;
            }
/*hotshow end*/


/*staff*/
.staff {
    margin-bottom: 2.4%;
    overflow-y: auto;
    background-color: #fff;
}

    .staff .top {
        padding: 4.6% 3% 5.1%;
        overflow-y: auto;
        position: relative;
    }

        .staff .top .avatar {
            width: 20%;
        }

            .staff .top .avatar img {
                width: 100%;
                vertical-align: top;
                    border-radius: 50%;
            }

        .staff .top .info {
            padding-left: 3.8%;
            white-space: nowrap;
        }

            .staff .top .info div:first-child {
                font-size: 114.286%;
            }

            .staff .top .info div:nth-child(100n+2) {
                font-size: 83.857%;
                line-height: 3.2;
            }

            .staff .top .info div:nth-child(100n+3) {
                font-size: 83.857%;
                line-height: 0.9;
                color: #676767;
            }

        .staff .top .shoucang {
            position: absolute;
            top: 19%;
            right: 3%;
            display: inline-block;
            padding: 2%;
            background: url('/Images/newmb/i14.png') center no-repeat;
            background-size: 100% auto;
        }

        .staff .top .yy {
            position: absolute;
            right: 3%;
            bottom: 21%;
            font-size: 114.286%;
            padding: 0.9% 6%;
        }

    .staff .bot {
        border-top: 1px solid #ddd;
        padding-top: 9.4%;
    }

        .staff .bot div.warpper div {
            float: left;
            position: relative;
            width: 33.33%;
            height: 100%;
            font-size: 83.857%;
            overflow: hidden;
        }

            .staff .bot div.warpper div span {
                padding-left: 15%;
                white-space: nowrap;
                background: url('/Images/newmb/i12.png') left center no-repeat;
                background-size: auto 83%;
                color: #676767;
            }

            .staff .bot div.warpper div:first-child span {
                color: #ec4141;
                background-image: url('/Images/newmb/i11.png');
            }

            .staff .bot div.warpper div:last-child span {
                background-image: url('/Images/newmb/i13.png');
            }
/*staff end*/

/*coster*/
.coster .top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.coster:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.coster {
    background: #fff;
    padding: 3.6% 13px;
}

    .coster .top {
        position: relative;
    }

        .coster .top .detal .name:first-child {
            font-size: 110%;
        }

        .coster .top .people {
            float: left;
            position: relative;
            margin-right: 0;
        }

            .coster .top .people img {
                width: 50px;
                display: block;
                border-radius: 100px;
            }

        .coster .top .detal {
            float: left;
            line-height: 1.7;
            font-size: 110%;
            margin-left: 12px;
            width: 53%;
        }

            .coster .top .detal div {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .coster .top .detal .star {
                width: 90px;
            }

        .coster .top .note {
            font-size: 90%;
            color: #818181;
            position: absolute;
            right: 0;
            top: 0;
        }

    .coster .pingyu {
        font-size: 110%;
        line-height: 1.4;
        margin: 1.6% 0 3% 64px;
    }

    .coster .pic {
        margin-left: 64px;
    }

        .coster .pic img {
            width: 28%;
            float: left;
            margin: 0 2% 2% 0;
        }
/*coster end*/


/*list*/
.list .idea {
    background: #fff;
    padding: 0 13px;
    border-bottom: 1px #d3d3d3 solid;
    border-top: 1px #d3d3d3 solid;
}

.list .idea {
    background: #fff;
    padding: 0 13px;
    border-bottom: 1px #d3d3d3 solid;
    border-top: 1px #d3d3d3 solid;
}

    .list .idea .s1 {
        position: relative;
        display: flex;
        padding: 3% 0;
    }

        .list .idea .s1 .com {
            background-size: 23%;
            padding: 2%;
        }

        .list .idea .s1 .wei {
            background: url(/Images/weixin.png) no-repeat;
            background-size: 24%;
            padding: 2%;
            background-position-y: 2px;
        }

        .list .idea .s1 span {
            line-height: 0;
            margin-left: 40px;
            font-size: 110%;
        }

    .list .idea input {
        border: 1px #aaaaaa solid;
        border-radius: 100px;
        width: 26px;
        height: 26px;
        position: absolute;
        right: 13px;
    }
/*list end*/


/*sli*/
.sli {
    background: #fff;
    padding: 2.6% 13px;
    border-bottom: 1px #d2d2d5 solid;
}

    .sli .block {
        line-height: 0;
        padding: 5.6% 0;
        font-size: 116%;
    }

        .sli .block .left {
            color: #6a6a6a;
            float: left;
        }

        .sli .block .right {
            float: right;
        }
/*sli end*/

/*show*/
.showlist .stf {
    width: 49%;
    margin: 1% 0;
}

    .showlist .stf div.top {
        position: relative;
        padding: 62% 0;
        width: 100%;
        background: #fff;
        overflow-y:auto;
    }

        .showlist .stf div.top img {
            width: 100%;
        }

    .showlist .stf .show_top {
        width: 100%;
        display: block;
    }

    .showlist .stf .stf_fig {
        background: #fff;
        position: relative;
        padding: 9px 13px;
    }

        .showlist .stf .stf_fig span {
            display: block;
        }

        .showlist .stf .stf_fig .stf_s1 {
            color: #222;
            font-size: 110%;
            margin-bottom: 10%;
            white-space: nowrap;
            overflow: hidden;
            line-height: 0;
            padding: 7% 0;
        }

        .showlist .stf .stf_fig .stf_s2 {
            font-size: 100%;
            color: #989898;
        }

        .showlist .stf .stf_fig .stf_my img {
            width: 20%;
            border-radius: 100px;
            position: absolute;
            top: -30%;
            right: 13px;
            border: 2px #fff solid;
        }

.showlist a:nth-child(2n+1) figure {
    float: left;
}

.showlist a:nth-child(2n) figure {
    float: right;
}

.showlist .stf_col {
    position: absolute;
    right: 13px;
    bottom: 10px;
    padding: 8%;
    display: inline-block;
    background: url('/Images/newmb/show_col.png') center no-repeat;
    background-size: auto 80%;
}

    .showlist .stf_col.sel {
        background-image: url('/Images/newmb/i14.png');
    }
/*show end*/

/*order_list*/
.order_list .center {
    background: #fafafa;
    padding: 4% 13px;
    border-bottom: 1px #cccccc solid;
}

    .order_list .center:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .order_list .center .left {
        float: left;
        width: 22%;
    }

        .order_list .center .left img {
            width: 100%;
            border: 1px #bfbfbf solid;
            border-radius: 2px;
        }

    .order_list .center .right {
        float: left;
        margin-left: 4%;
        width: 74%;
    }

        .order_list .center .right .detail {
            font-size: 110%;
        }

            .order_list .center .right .detail span {
                display: inline-block;
            }

        .order_list .center .right .s1 {
            width: 76%;
        }

        .order_list .center .right .s2 {
            float: right;
        }

        .order_list .center .right .number {
            text-align: right;
            margin-top: 6%;
            text-align: right;
            color: #626167;
            font-size: 90%;
        }

.order_list .bottom {
    background: #fff;
    border-bottom: 1px #cccccc solid;
    padding: 2% 13px;
    text-align: right;
    font-size: 90%;
}

    .order_list .bottom .all {
        margin-right: 2%;
    }

    .order_list .bottom .red {
        color: #e92c2c;
    }
/*order_list end*/


/*selwarpper*/
.selwarpper {
    background-color: #fff;
    overflow-y: auto;
    padding: 3.5% 3% 2.5%;
    box-shadow: 0 1px 4px #ccc;
}

    .selwarpper span {
        display: inline-block;
        float: left;
        padding: 1.5% 7%;
        border-radius: 1000px;
        border: 1px solid #ccc;
        margin: 1.2% 3% 2.6% 0;
    }

        .selwarpper span.sel {
            color: white;
            background-color:#43a9b7;
            border-color:#43a9b7;
        }
/*selwarpper end*/


/*morecate*/
.hasmore {
    overflow-x: auto;
    width: 88.5%;
}

#morecate {
    position: absolute;
    right: 0;
    top: 0;
    width: 11.5%;
    background-color: #f6f6f6;
    padding-top: 12.6%;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
}

    #morecate:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 10%;
        border: solid #999;
        border-width: 2px 2px 0 0;
        transform: translate(-50%,-45%) rotate(135deg);
        transition: all 0.5s;
    }

    #morecate.sel:after {
        transform: translate(-50%,0) rotate(-45deg);
        border-color: #666;
    }

#selcate {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 13.1%;
    width: 100%;
    height: 0;
    padding: 0 1.5%;
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box;
}

    #selcate.sel {
        padding-top: 1%;
        height: auto;
    }

    #selcate.init {
        z-index: -1;
        height: auto;
    }
/*morecate end*/


/*staticbot1*/
.staticbot1 {
    padding-top: 12%;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

    .staticbot1 .fl {
        position: relative;
        width: 70%;
        height: 100%;
    }

        .staticbot1 .fl span {
            position: absolute;
            left: 5%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            white-space: nowrap;
        }

    .staticbot1 .fr {
        width: 30%;
        color: #fff;
        height: 100%;
        position: relative;
        display: block;
        font-size: 114.286%;
        white-space: nowrap;
    }
/*staticbot1 end*/


/*otherset*/
.staffbriefinfo {
    background-color: #fff;
    border: solid #ddd;
    border-width: 1px 0;
    overflow-y: auto;
    padding: 4.2% 3% 5%;
}

    .staffbriefinfo .avatar {
        width: 20%;
    }

        .staffbriefinfo .avatar img {
            width: 100%;
            vertical-align: top;
        }

    .staffbriefinfo .info {
        padding-left: 3.8%;
        white-space: nowrap;
    }

        .staffbriefinfo .info div:first-child {
            font-size: 114.286%;
        }

        .staffbriefinfo .info div:nth-child(100n+2) {
            font-size: 83.857%;
            line-height: 3.2;
        }

        .staffbriefinfo .info div:nth-child(100n+3) {
            font-size: 83.857%;
            line-height: 0.9;
            color: #676767;
        }

.selset {
    margin-bottom: 2.2%;
}

    .selset .stitle {
        line-height: 0;
        padding: 5% 3%;
    }

    .selset span {
        padding: 2% 5%;
    }

    .selset #selnum {
        padding-bottom: 1.8%;
    }
/*otherset end*/

/*yuyuetop*/
.yuyuetop {
    padding-top: 14.5%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

    .yuyuetop .top {
        overflow-x: auto;
        box-sizing: border-box;
        padding: 2.6% 0 0;
    }

        .yuyuetop .top span.left {
            color: #333;
            font-size: 105%;
            font-weight: 700;
            padding-left: 3%;
        }

        .yuyuetop .top a {
            float: left;
            display: inline-block;
            width: 7%;
            text-align: center;
            color: #2e2e2e;
        }

            .yuyuetop .top a span {
                display: inline-block;
                width: 100%;
                text-align: center;
            }

            .yuyuetop .top a.sel {
                color:#43a9b7;
            }
/*yuyuetop end*/


/*yuyue*/
.yuyue div.warpper {
    overflow-y: auto;
    position: relative;
    margin-top: 4.8%;
    padding-top: 7.5%;
}

    .yuyue div.warpper .time {
        line-height: 0;
        padding: 3.75% 7%;
        color: #666;
        background: #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .yuyue div.warpper ul.timebox {
        overflow-y: auto;
        background-color: #fff;
        padding: 3.2% 3% 0;
    }

        .yuyue div.warpper ul.timebox li {
            width: 23%;
            border: 1px solid #f2f2f2;
            float: left;
            background-color: #fff;
            box-sizing: border-box;
            line-height: 0;
            padding: 5.6% 0;
            margin: 0 1% 3.2%;
            text-align: center;
            color: #6b6b6b;
        }

            .yuyue div.warpper ul.timebox li.dis {
                border-color: #e9e9e9;
                background-color: #e9e9e9;
            }

            .yuyue div.warpper ul.timebox li.sel {
                border-color: #d2d2d2;
                position: relative;
            }

                .yuyue div.warpper ul.timebox li.sel:after {
                    content: "";
                    padding: 13%;
                    position: absolute;
                    right: -13%;
                    top: -23%;
                    border-radius: 1000px;
                    background: #313340 url('/Images/newmb/right.png') center no-repeat;
                    background-size: auto 65%;
                }

.seltimetips {
    line-height: 0;
    padding: 3.5% 0 10% 3%;
    font-size: 83.857%;
}
/*yuyue end*/


/*按钮*/
.btn {
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    padding: 0.3% 2%;
}
