.toup {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.con {
    width: 80%;
    margin: 30% auto;
    text-align: center;
}

.scores {
    width: 100%;
    height: 80%;
    font-size: 14px;
    color: #222;
}

.scores h3 {

    word-wrap: break-word;
    display: block;
    text-align: justify;
    font-size: 18px;
    color: #222;
}

.img-box {
    width: 230px;
    height: 160px;
    overflow: hidden;
    margin: 20px auto 0;
}

.img-box img {
    width: 100%;
    height: auto;
}

.choose {
    width: 100%;
}

.choose .input {
    padding: 5px;
    position: relative;
    border: 1px solid #e3e3e3;
    margin: 10px;
}

.choose input[type="radio"] {
    /*vertical-align: middle;*/
    position: absolute;
    left: 4px;
    top: 8px;
    vertical-align: middle;
    cursor: hand;
}

.choose label {
    font-size: 14px;
    display: block;
    padding-left: 25px;
    line-height: 26px;
    background-color: #fbfbfb;
    cursor: hand;
}

.joinBtn,
.submitBtn {
    width: 116px;
    border-radius: 4px;
    background: #0089ff;
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-top: 40px;
}

.swipers {
    padding: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swiper-slide {
    margin-top: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 116px;
    border-radius: 4px;
    float: left;
    background: #0089ff;
    display: block;
    text-align: center;
    color: #fff;
}

.slide-button {
    height: 44px;
    line-height: 44px;
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #707070;
    opacity: 1;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.past-bullet {
    background-color: #e3e3e3
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #006EC7;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 10px;
    height: 40px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.scoreLayer .layui-layer-title {
    background-color: #006EC7;
    color: #fff;
}

.scoreLayer .layui-layer-close1 {
    color: #fff;
}

.z-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.z-back {
    background-image: url("../images/back.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}