@charset "utf-8";
a:focus,a:active,a:hover{
    outline: none;
}
.userCase {
    position: relative;
    width: 100%;
    height: 340px;
}

.userPosition {
    position: absolute;
    left: 18%;
    top: 120px;
}

.userChinese {
    font-size: 54px!important;
    color: #fff;
    font-family: "Microsoft Yahei";
    opacity: 0.7;
}

.userEnglish {
    color: #fff;
    font-size: 24px;
    font-family: "Microsoft Yahei";
    opacity: 0.7;
}

.userTotal {
    width: 60%;
    height: 900px;
    margin-left: 20%;
}

.myUser {
    font-size: 34px;
    color: #3d3d3d;
    text-align: center;
    width: 100%;
    height: 114px;
    font-family: "Microsoft Yahei";
    background: #ffffff;
    line-height: 3;
}

.users {
    width: 25%;
    float: left;
    text-align: center;
    height: 180px;
}

.caseImg {
    width:100%;
    height:341px;
}


.users_img {
    margin-left: 4%;
}

.userName {
    font-size: 16px;
    color: #898989;
    width: 100%;
    text-align: center;
    font-family: "Microsoft Yahei";
    margin-top: 20px;
}

#toUp{
    position: fixed;
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    bottom: 42px;
    right: 42px;
    -webkit-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    -moz-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    background: #FFF url("../../../../images/index/web/arrowUp.png") no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}