/*旋转加载load动画-开始*/
.loadEffect {
    height: 100px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative
}

.loadEffect div {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: load 2.08s linear infinite
}

.loadEffect div span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #efac50;
    position: absolute;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg)
    }
    10% {
        -webkit-transform: rotate(45deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(160deg)
    }
    62% {
        opacity: 0
    }
    65% {
        opacity: 0;
        -webkit-transform: rotate(200deg)
    }
    90% {
        -webkit-transform: rotate(340deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.loadEffect div:nth-child(1) {
    -webkit-animation-delay: .2s
}

.loadEffect div:nth-child(2) {
    -webkit-animation-delay: .4s
}

.loadEffect div:nth-child(3) {
    -webkit-animation-delay: .6s
}

.loadEffect div:nth-child(4) {
    -webkit-animation-delay: .8s
}
/*旋转加载load动画-结束*/


._3F7N3 {
    color: #333;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    padding: 31px 0 0 0;
    margin-right: 10px
}






._2vWmE {
    background: #efefef;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
    margin-left: 5px;
}

._2j3ML {
    height: 100%;
    margin-left: -5%;
    max-width: inherit;
}

._1Y35m {
    padding: 0 165px 0 0;
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -.25px;
    line-height: 34px;
    margin: 7px 0;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

._3F_sI {
    display: inline-block;
    fill: #fff;
    height: 25px;
    margin-right: 0;
    position: relative;
    vertical-align: middle;
    width: 9px
}

._3F0lf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 64px;
    flex: 0 1 64px;
    min-height: 64px
}

._2BfMu {
    background: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .01em;
    outline: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

._2Omr4 {
    display: block;
    fill: #bd081c;
    float: left;
    height: 26px;
    margin-left: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 36px
}

.mcZku {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 10px;
    position: absolute;
    right: 14px;
    top: 18px;
    z-index: 1
}

._1awe5 {
    display: inline-block;
    fill: #b5b5b5;
    height: 16px;
    width: 16px
}

._2mjRg {
    color: transparent;
    font: 0 / 0 serif;
    position: absolute
}

._2v9u6 {
    height: 250px;
    overflow: auto;
    overflow-x: hidden;
}

._2v9u6::-webkit-scrollbar {
    width: 0px
}

._afafaf {
    width: 100%;
    height: 50px;
}

#back {
    background-color: #191919;
    filter: alpha(Opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    position: fixed;
    _position: absolute;
    zoom: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/share/hei.png) repeat;
    z-index: 99900;
    display: none
}

#win {
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    border: 1px solid #888;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    min-width: 600px;
    height: auto;
    padding: 20px;
    position: fixed;
    _position: absolute;
    overflow: hidden;
    z-index: 99999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}