html,
body {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei !important;
}

ul {
    list-style: none;
}

a {
    text-decoration-line: none;
    color: #333;
}

a:link {
    text-decoration-line: none;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:link {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

[v-cloak] {
    display: none
}

/* 头部 */
.header-space {
    width: 100%;
    background: rgba(26, 26, 26, 1);
    overflow: hidden;
    height: 60px;
}

.header {
    width: 1200px;
    height: 60px;
    background: rgba(26, 26, 26, 1);
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.logo {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 17px;
    cursor: pointer;
}

.weishoot_name {
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    margin-left: 5px;
}

.weishoot_name a {
    color: #fff;
}

.weishoot_app {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 65px;
    margin-left: 5px;
    font-family: PingFangSC-light, Microsoft YaHei;
}

.weishoot_app a {
    color: #FFF;
}

.logo img {
    width: 100%;
}

.searchBar_space {
    width: 300px;
    height: 38px;
    background: rgba(51, 51, 51, 1);
    border: none;
    border-radius: 4px;
    float: left;
    margin-top: 11px;
    margin-left: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 14px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.searchBar {
    background: rgba(51, 51, 51, 1);
    border: none;
    border-radius: 4px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 38px;
    width: 251px;
}

.searchBar_ico {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    right: 9px;
    top: 9px;
}

.navBar {
    float: left;
    margin: 0;
    /* margin-left: 79px; */
    font-size: 20px;
    line-height: 60px;
    color: rgba(204, 204, 204, 1);
    padding: 0;
}

.navBar_actived {
    color: rgba(255, 255, 255, 1);
}

.navBar li {
    float: left;
    margin-left: 19px;
    cursor: pointer;
}

.navBar a {
    color: #CCC;
}

.register {
    float: right;
    width: 92px;
    height: 38px;
    border-radius: 3px;
    margin-top: 11px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    line-height: 38px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    background: rgba(36, 98, 237, 1);
    cursor: pointer;
}

.login {
    float: right;
    width: 92px;
    height: 38px;
    border-radius: 3px;
    margin-top: 11px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 100;
    font-family: PingFangSC-Regular;
    line-height: 38px;
    color: rgba(255, 255, 255, 1);
    margin-right: 7px;
    cursor: pointer;
}

.user_photo {
    float: right;
    width: 40px;
    height: 60px;
    margin-right: 20px;
}

.user_photo img {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-radius: 50%;
}

.user_message {
    float: right;
    margin-right: 20px;
    width: 34px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
}

.user_message a {
    color: rgba(255, 255, 255, 1);
}

.user_upload {
    /* float: right;
    margin-right: 20px;
    width: 34px;
    height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    cursor: pointer; */

    float: right;
    margin-right: 28px;
    width: 41px;
    height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    cursor: pointer;
}

/* 头部登录模块 */
.login-space {
    /* width: 313px;
    height: 370px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
    z-index: 999999;
    box-shadow: 4px 4px 10px #888; */
    display: none;
    width: 500px;
    height: 570px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 999999;
}

.UserName {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 38px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 60px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;

}

.show {
    display: block;
}

.hide {
    display: none;
}

/* 密码登录方式 */
.login_password_space {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;

}

.login_pwd_eye {
    /* float: right;
    width: 16px;
    height: 7px;
    margin-top: 17px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain; */
    float: right;
    width: 33px;
    height: 14px;
    margin-top: 17px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain;
}

.login_pwd_eye_open {
    /* float: right;
    width: 13px;
    height: 9px;
    margin-top: 16px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain; */
    float: right;
    width: 30px;
    height: 23px;
    margin-top: 14px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain;
}

.PassWord {
    /* float: left;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box; */
    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 300px;
}

/* 验证码登录方式 */
.login_vcode_space {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box;
    display: none; */
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
}

.login_vcode_input {
    /* display: block;
    float: left;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 120px; */
    display: block;
    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 230px;
}

.login_get_vcode_btn {
    /* float: right;
    font-size: 12px;
    line-height: 40px;
    margin-right: 13px;
    color: #2462ED; */
    float: right;
    font-size: 18px;
    line-height: 48px;
    margin-right: 13px;
    color: #2462ED;
}

.col_999 {
    color: #999 !important;
}

.login-state {
    /* width: 250px;
    height: 13px;
    margin-left: 31px;
    margin-top: 13px;
    font-size: 9px; */
    width: 400px;
    height: 20px;
    margin-left: 50px;
    margin-top: 20px;
    font-size: 14px;
}

.rember-me {
    float: left;
    display: inline-block;
    line-height: 20px;
}

.forget-password {
    float: right;
    color: #999999;
}

.rember-me-button {
    /* width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    float: left;
    background: rgba(36, 98, 237, 1); */
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    float: left;
    background: rgba(36, 98, 237, 1);
    margin-top: 2px;
}

.login-btn {
    /* width: 250px;
    height: 40px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    margin-left: 31px;
    margin-top: 13px;
    text-align: center; */
    width: 400px;
    height: 48px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin-left: 50px;
    margin-top: 50px;
    text-align: center;
}

.smessage-login {
    /* width: 250px;
    height: 40px;
    background: rgba(229, 229, 229, 1);
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-left: 31px;
    margin-top: 13px;
    text-align: center; */
    width: 400px;
    height: 48px;
    background: rgba(229, 229, 229, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-left: 50px;
    margin-top: 20px;
    text-align: center;
}

.pwd_login {
    /* width: 250px;
    height: 40px;
    background: rgba(229, 229, 229, 1);
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-left: 31px;
    margin-top: 13px;
    text-align: center;
    display: none; */
    width: 400px;
    height: 48px;
    background: rgba(229, 229, 229, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-left: 50px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

.register-now {
    /* height: 13px;
    margin-top: 8px;
    font-size: 9px;
    color: #999999; */
    height: 20px;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
}

.register-now-btn {
    color: #2462ED;
}

.login-- {
    /* height: 13px;
    width: 313px;
    margin-top: 8px;
    color: #999;
    font-size: 9px; */
    height: 13px;
    width: 100%;
    margin-top: 30px;
    color: #999;
    font-size: 14px;
}

.login--text {
    text-align: center;
    /* display: none; */
}

.wx-logo {
    /* height: 38px;
    width: 38px;
    margin-left: 138px;
    margin-top: 13px;
    border-radius: 50%;
    border: 1px solid #f5eaea; */
    height: 58px;
    width: 58px;
    margin-left: 220px;
    margin-top: 21px;
    border-radius: 50%;
    border: 1px solid #f5eaea;
}

.wx-logo img {
    /* width: 30px;
    margin-left: 4px;
    margin-top: 7px; */
    width: 38px;
    margin-left: 4px;
    margin-top: 14px;
}

.wx-logo {
    /* width: 38px;
    height: 38px; */
    width: 58px;
    height: 58px;

}

.close_btn {
    /* position: fixed;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px; */

    position: fixed;
    top: 13px;
    right: 9px;
    height: 40px;
    width: 40px;
}

.close_btn img {
    /* height: 20px;
    width: 20px; */
    height: 40px;
    width: 40px;
}

/* 注册模块 */
.register-space {
    /* width: 313px;
    height: 390px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
    z-index: 999999;
    box-shadow: 4px 4px 10px #888;
    display: none; */
    width: 500px;
    /* height: 570px; */
    height: 466px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    /* top: 200px; */
    top: 99px;
    z-index: 999999;
    box-shadow: 4px 4px 10px #888;
    display: none;
}

.welcome {
    /* width: 100%;
    text-align: center;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    line-height: 33px;
    margin-top: 34px; */
    width: 100%;
    text-align: center;
    height: 53px;
    font-size: 38px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    line-height: 53px;
    /* margin-top: 55px; */
    margin-top: 17px;
}

.register-UserName {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 31px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    /* margin-top: 50px; */
    margin-top: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.register-vcode_space {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */

    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.register-vcode {
    /* float: left;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box; */
    display: block;
    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 230px;
}

.get_vcode_btn {
    /* float: right;
    font-size: 12px;
    line-height: 40px;
    margin-right: 13px;
    color: #2462ED; */

    float: right;
    font-size: 18px;
    line-height: 48px;
    margin-right: 13px;
    color: #2462ED;
}

.register-Password-space {
    /* width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */

    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.register_pwd_eye {
    /* float: right;
    width: 16px;
    height: 7px;
    margin-top: 17px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain; */
    float: right;
    width: 33px;
    height: 14px;
    margin-top: 17px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain;
}

.register_pwd_eye_open {
    /* float: right;
    width: 13px;
    height: 9px;
    margin-top: 16px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain; */
    float: right;
    width: 30px;
    height: 23px;
    margin-top: 14px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain;
}


.register-Password {
    /* float: left;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box; */

    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 300px;
}

.ws_clause {
    /* height: 13px;
    font-size: 14px;
    margin-top: 13px;
    color: #4C4C4C;
    display: inline-block;
    -webkit-transform: scale(0.75); */
    height: 20px;
    font-size: 14px;
    margin-top: 20px;
    color: #4C4C4C;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 50px;
}

.ws_clause span {
    color: #2462ED;
}

.ws_clause span a {
    color: #2462ED;
}

.register-btn {
    /* width: 250px;
    height: 40px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    margin-left: 31px;
    margin-top: 20px;
    text-align: center; */

    width: 400px;
    height: 48px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin-left: 50px;
    margin-top: 50px;
    text-align: center;
}

.have_uese {
    /* text-align: center;
    font-size: 9px;
    color: #999;
    margin-top: 7px; */
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.have_uese span {
    color: #2462ED;
}

.register_close_btn {
    /* position: fixed;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px; */
    position: fixed;
    top: 13px;
    right: 9px;
    height: 40px;
    width: 40px;
}

.register_close_btn img {
    /* height: 20px;
    width: 20px; */
    width: 40px;
    height: 40px;
}

/* 找回密码模块 */
.findPwd-space {
    /* width: 313px;
    height: 356px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
    z-index: 999999;
    box-shadow: 4px 4px 10px #888;
    display: none; */

    display: none;
    width: 500px;
    height: 570px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
    z-index: 999999;
    box-shadow: 4px 4px 10px #888;
}

.findPwd_title {
    /* width: 100%;
    text-align: center;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    line-height: 33px;
    margin-top: 34px; */
    width: 100%;
    text-align: center;
    height: 53px;
    font-size: 38px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    line-height: 53px;
    margin-top: 55px;
}

.findPwd-UserName {
    /* width: 250px;
    height: 30px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.findPwd-vcode_space {
    /* width: 250px;
    height: 30px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */

    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.findPwd-vcode {
    /* float: left;
    height: 30px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box; */

    display: block;
    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 230px;
}

.findPwdget_vcode_btn {
    /* float: right;
    font-size: 11px;
    line-height: 30px;
    margin-right: 13px;
    color: #2462ED; */

    float: right;
    font-size: 18px;
    line-height: 48px;
    margin-right: 13px;
    color: #2462ED;

}

.findPwd-Password-space {
    /* width: 250px;
    height: 30px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    margin-top: 13px;
    margin-left: 31px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 13px;
    box-sizing: border-box; */

    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.findPwd_pwd_eye {
    /* float: right;
    width: 16px;
    height: 7px;
    margin-top: 13px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain; */

    float: right;
    width: 33px;
    height: 14px;
    margin-top: 17px;
    margin-right: 13px;
    background-image: url(../images/eye_close.png);
    background-size: contain;
}

.find_pwd_eye_open {
    /* float: right;
    width: 13px;
    height: 9px;
    margin-top: 13px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain; */

    float: right;
    width: 30px;
    height: 23px;
    margin-top: 14px;
    margin-right: 16px;
    background-image: url(../images/eye_open.png);
    background-size: contain;
}

.findPwd_Password {
    /* float: left;
    height: 30px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    border: none;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box; */

    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 300px;
}

.findPwd_btn {
    /* width: 250px;
    height: 30px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-left: 31px;
    margin-top: 31px;
    text-align: center; */

    width: 400px;
    height: 48px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin-left: 50px;
    margin-top: 50px;
    text-align: center;
}


.findPwd_close_btn {
    /* position: fixed;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px; */
    position: fixed;
    top: 13px;
    right: 9px;
    height: 40px;
    width: 40px;
}

.findPwd_close_btn img {
    /* height: 20px;
    width: 20px; */
    height: 40px;
    width: 40px;
}



/* 公共登录头 */
.usersInfo {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 1200px;
    height: 188px;
    background: rgba(26, 26, 26, 1);
}

.usersPhoto {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 74px;
    width: 74px;
    margin-top: 13px;
    border-radius: 50%;
}

.usersName {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
    margin-top: 90px;
}

.beMember {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    margin-top: 113px;
    line-height: 20px;
    text-align: center;
}

.beMember a {
    color: #fff;
}

.usersFollow,
.usersFans,
.usersPraise {
    width: 124px;
    height: 47px;
    position: absolute;
    top: 141px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.usersFollow {
    width: 124px;
    height: 47px;
    position: absolute;
    top: 141px;
    left: 411px;
    text-align: center;
    font-size: 12px;
}

.usersFans {
    left: 535px;
}

.usersPraise {
    left: 659px;
}

.usersFollow_title,
.usersPraise_title,
.usersFans_title {
    color: #ccc;
}

.Diamonds_level {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 114px;
    display: block;
    width: 47px;
    height: 11px;
}

/* 公共导航条 */
.common_nav {
    height: 42px;
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.common_nav ul {
    padding: 0;
}

.common_nav ul li {
    float: left;
    font-size: 16px;
    color: #4C4C4C;
    line-height: 42px;
    margin-left: 31px;
}

.common_nav ul .ml_421 {
    margin-left: 380px;
}


/* 圈子公共头 */
.circle_usersInfo {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 1200px;
    height: 188px;
    background: rgba(26, 26, 26, 1);
}

.circle_usersPhoto {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 74px;
    width: 74px;
    margin-top: 13px;
    border-radius: 50%;
}

.circle_usersName {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
    margin-top: 90px;
}

.circle_introduce {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 12px;
    top: 114px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 1200px;
}

.circle_usersFollow,
.circle_usersFans,
.circle_usersPraise {
    width: 124px;
    height: 47px;
    position: absolute;
    top: 141px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.circle_usersFollow {
    width: 124px;
    height: 47px;
    position: absolute;
    top: 141px;
    left: 411px;
    text-align: center;
    font-size: 12px;
}

.circle_usersFans {
    left: 535px;
}

.circle_usersPraise {
    left: 659px;
}

.circle_usersFollow_title,
.circle_usersPraise_title,
.circle_usersFans_title {
    color: #ccc;
}

.circle_Diamonds_level {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 114px;
    display: block;
    width: 47px;
    height: 11px;
}

.share_circle {
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    left: 839px;
    top: 13px;
}

.join_circle {
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    left: 910px;
    top: 13px;
}

.signout_circle {
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #888;
    font-size: 12px;
    color: #888;
    position: absolute;
    left: 910px;
    top: 13px;
}

.share_space {
    width: 86px;
    height: 31px;
    border-radius: 3px 0px 0px 0px;
    position: absolute;
    left: 828px;
    top: 26px;
    background-image: url(../images/share_bg.png);
    background-size: 100% 100%;
    margin-top: 10px;
    box-sizing: border-box;
    display: none;
}

.share_space img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 9px;
}

/* 加载更多 */
.loadMore-space {
    width: 1200px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;

}

.loadMore {
    width: 1200px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    float: right;
    font-size: 18px;
    font-family: PingFangSC-Light;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    margin-right: 13px;
}

/* 回到顶部 */
#back-to-top {
    height: 38px;
    width: 38px;
    position: fixed;
    display: none;
    bottom: 214px;
    right: 15%;
    background-color: #fff;
    border-radius: 50%;
}

#back-to-top img {
    width: 100%;
}

/* footer.css */
/* 底部 */
/* .footer-space {
    width: 100%;
    background: rgba(26, 26, 26, 1);
}

.footer {
    width: 1200px;
    height: 150px;
    background: rgba(26, 26, 26, 1);
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 31px;
}

.footer img {
    width: 100%;
} */
.ws-footer {
    background-color: #1A1A1A;
    height: 240px;
    margin-top: 40px;
}

.ws-footer-contact {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 0 15px 0;
}

.ws-footer-contact-el {
    color: white;
}

.ws-footer-contact-el :first-child {
    font-size: 20px;
}

.ws-footer-contact-el :last-child {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.ws-footer-contact-el img {
    width: 80px;
    height: 80px;
}

.ws-footer-company {
    color: #999999;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

/* 我的消息区 */
.my_info {
    width: 120px;
    background-image: url(../images/my_info_bg.png);
    background-size: 100% 100%;
    position: fixed;
    z-index: 999999999;
    left: 50%;
    transform: translateX(448px);
    top: 53px;
    display: none;
    cursor: pointer;
}

.my_info div {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
}

.my_info div:hover {
    color: #FF6601;
    background-color: #F4F5F6;
}

.my_info_index {
    margin-top: 7px;
}


/* 发布列表区列表 */
.my_info_send_list {
    width: 164px;
    background-image: url(../images/my_info_bg.png);
    background-size: 100% 100%;
    position: fixed;
    z-index: 999999999;
    left: 48%;
    /* height: 100px; */
    transform: translateX(337px);
    top: 46px;
    display: none;
    cursor: pointer;
}

.my_info_send_list div {
    /* font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 900; */

    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    text-align: left;
    padding-left: 8px;
}

.my_info_send_list div:nth-child(1) {
    margin-top: 7px;
}

.my_info_send_list div:hover {
    color: #FF6601;
    background-color: #F4F5F6;
}

.my_info_index {
    margin-top: 7px;
}

/* 图片银行发布区 */
.send_space {
    position: fixed;
    margin: 0 auto;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1175px;
    height: 588px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    box-shadow: 4px 4px 10px #888;
    z-index: 9999999999999;
}

.send_space_title {
    height: 40px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    position: absolute;
}

.send_space_title ul {
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.send_space_title ul li {
    float: left;
    font-size: 18px;
    margin-left: 63px;
}

.send_photo,
.send_syh,
.send_hb {
    color: #4C4C4C;
}

.send_space_title ul .send_photo {
    margin-left: 419px;
}

.title_col {
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
    font-size: 20px !important;
}

.send_space_close_btn {
    height: 17px;
    width: 23px;
    float: right;
    margin-right: 9px;
    margin-top: 6px;
}

.send_space_close_btn img {
    width: 100%;
}



/* 发布图片 */
.send_photo_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
}

/* 发布摄影号 */
.send_snum_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
    display: none;
}

/* 发布画报 */
.send_Pictorial_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
    display: none;
}

.Pictorial_upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
}

.Pictorial_upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.snum_upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.snum_upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.send_snum_upload_space_description {
    width: 269px;
    height: 75px;
    background: rgba(245, 245, 245, 1);
    padding-left: 8px;
    padding-top: 6px;
    resize: none;
    outline: none;
    border: none;
    font-size: 14px;
}

.snum_upload_control p {
    margin: 0;
    font-size: 14px;
    margin-top: 30px;
}

/* 摄影号选择标签 */
.kind_tags2 {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 54px;
    margin-top: 14px;
}

.kind_tags2 li {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 40px;
    margin-left: 20px;
}

.kind_tags2 li:nth-child(1),
.kind_tags2 li:nth-child(6) {
    margin-left: 0;
}

.kind_tags2 span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-top: 7px;
}

.kind_tags2 div {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.send_snum {
    width: 279px;
    height: 30px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 120px;
}

.send_Pictorial_btn {
    width: 279px;
    height: 30px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 18px;
}

.upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
}

.upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.upload_control p {
    margin: 0;
    font-size: 14px;
    margin-top: 30px;
}

.send_photo_upload_space_description {
    width: 269px;
    height: 75px;
    font-size: 14px;
    background: rgba(245, 245, 245, 1);
    padding-left: 8px;
    padding-top: 6px;
    outline: none;
    resize: none;
    border: none;
}

/* 图片银行发布选择标签 */
.kind_tags {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 54px;
    margin-top: 14px;
}

.kind_tags li {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 40px;
    margin-left: 20px;
}

.kind_tags li:nth-child(1),
.kind_tags li:nth-child(6) {
    margin-left: 0;
}

.kind_tags span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-top: 7px;
}



.white_btn {
    background-color: #fff;
}

.blue_btn {
    background-color: #2463EE !important;
}

.snumwhite_btn {
    background-color: #fff;
}

.snumblue_btn {
    background-color: #2463EE !important;
}

.kind_tags div {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.sale_btn {
    width: 100%;
    height: 29px;
    margin-top: 34px;
}

.sale_btn_title {
    display: inline-block;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 29px;
    float: left;
}

.saleflag_btn {
    margin-top: 4px;
    float: right;
}

.sale_ratio {
    font-size: 14px;
    margin-top: 13px;
}

.sale_ratio span:nth-child(2) {
    margin-left: 6px;
    color: #999;
}

.el-slider__bar {
    background-color: #000 !important;
}

.el-slider__button {
    width: 25px !important;
    height: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    background-image: url(../images/huakuai_btn.png);
    background-size: contain;
    background-color: transparent !important;
}

.Payment_method {
    font-size: 12px;
    height: 16px;
}

.Payment_method span {
    display: inline-block;
    float: left;
}

.Payment_method span:first-child {
    width: 9px;
    height: 9px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin-top: 4px;
    border-radius: 3px;
}

.Payment_method .blspan {
    background-color: #2462ED;
}

.Payment_method span:nth-child(2) {
    margin-left: 6px;
}

.Regulations {
    font-size: 12px;
    margin-top: 13px;
}

.Regulations span:nth-child(1) {
    color: #999;
}

.Regulations a {
    color: #F5A623;
}

.mt_450 {
    margin-top: 450px;
}

.send_btn {
    width: 279px;
    height: 30px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.tag_nav1 {
    width: 80px;
    height: 519px;
    background: rgba(248, 248, 248, 1);
    border-radius: 3px 0px 0px 3px;
    float: left;
}

.tag_nav1 .swiper-slide {
    text-align: center;
    height: 50px !important;
    line-height: 50px !important;
    color: #4C4C4C;
}

.tag_nav2 {
    width: 100px;
    height: 519px;
    background: rgba(248, 248, 248, 1);
    float: left;
    margin-left: 13px;
    overflow: hidden;
}

.tag_nav2 .swiper-slide {
    height: 166px !important;
}

.tag_nav2 .swiper-slide img {
    height: 140px;
}


.col_999 {
    color: #999;
}


.upload_box {
    width: 340px;
    height: 481px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 200px;
    margin-top: 19px;
}

.layui-layer,
.layui-layer-dialog,
.layui-layer-border,
.layui-layer-msg,
.layui-layer-hui {
    z-index: 99999999999999999 !important;
}

.el-dialog__wrapper {
    height: 200% !important;
}

.upload_space_left {
    /* width: 148px; */
    width: 100%;
    height: 100%;
    float: left;
}

.upload_space_right {
    width: 680px;
    float: right;
    display: none;
}

.snum_upload_space .el-upload-list__item {
    display: block !important;
}

.snum_textarea_space {
    height: 148px;
    width: 670px;
    float: right;
}

.snum_textarea_el {
    border: none;
    resize: none;
    height: 148px;
    width: 600px;
    background-color: #F5F5F5;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
}

.snum_upload_space .el-upload-list--picture-card .el-upload-list__item {
    width: 100% !important;
}

.snum_upload_space .el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: 148px !important;
    height: 100%;
    float: left !important;
    border-radius: 4px !important;
}

.snum_upload_space .el-upload-list--picture-card .el-upload-list__item-actions {
    width: 148px !important;
}

.snum_textarea {
    border: none;
    resize: none;
    height: 144px;
    width: 100%;
    background-color: #F5F5F5;
}

.snum_textarea:nth-child(n+2) {
    margin-top: 8px;
}

.clean {
    clear: both;
}

.tag_nav1swiper-container {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5
}

.tag_nav2swiper-container {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5
}

.tag_nav2swiper-container span {
    display: block;
    width: 100%;
    text-align: center;
}

.tag_nav1swiper-slide_actived {
    background-color: #fff;
    color: #1A1A1A !important;
}

.tag_nav2swiper-slide {
    width: 64px !important;
}

.tag_nav2swiper-slide img {
    width: 64px;
    height: 90px;
    display: block;

}

.tag_nav2swiper-slide span {
    font-size: 12px;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.upload_box .el-upload--picture-card {
    width: 100%;
    height: 482px;
    line-height: 400px;
}

.upload_box .el-upload-list--picture-card .el-upload-list__item {
    width: 100%;
    height: 482px;
}

.tag_nav1_swiper {
    height: 200px;
    width: 100%;
    background: pink;
    overflow: hidden;
}

.Template_pic {
    display: block;
    width: 340px;
    height: 481px;
    position: absolute;
    z-index: 9999999999;
    display: none;
}




/* 图片银行发布区 */
/* .send_space {
    position: fixed;
    margin: 0 auto;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1175px;
    height: 588px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    box-shadow: 4px 4px 10px #888;
    z-index: 9999999999999;

}

.send_space_title {
    height: 40px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    position: absolute;
}

.send_space_title ul {
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.send_space_title ul li {
    float: left;
    font-size: 12px;
    margin-left: 63px;

}
.send_photo ,.send_syh ,.send_hb{
    color: #4C4C4C;
}

.send_space_title ul .send_photo {
    margin-left: 452px;
}

.title_col {
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
}

.send_space_close_btn {
    height: 17px;
    width: 23px;
    float: right;
    margin-right: 9px;
    margin-top: 6px;
}

.send_space_close_btn img {
    width: 100%;
}




.send_photo_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
}


.send_snum_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
    display: none;
}


.send_Pictorial_upload_space {
    position: absolute;
    top: 41px;
    width: 100%;
    height: 548px;
    display: none;
}

.Pictorial_upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
}

.Pictorial_upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.snum_upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
    background-color: pink;
}

.snum_upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.send_snum_upload_space_description {
    width: 269px;
    height: 75px;
    background: rgba(245, 245, 245, 1);
    padding-left: 8px;
    padding-top: 6px;
}

.snum_upload_control p {
    margin: 0;
    font-size: 10px;
    margin-top: 30px;
}


.kind_tags2 {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 54px;
    margin-top: 14px;
}

.kind_tags2 li {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 40px;
    margin-left: 20px;
}

.kind_tags2 li:nth-child(1),
.kind_tags2 li:nth-child(6) {
    margin-left: 0;
}

.kind_tags2 span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-top: 7px;
}

.kind_tags2 div {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.send_snum {
    width: 279px;
    height: 24px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 260px;
}

.send_Pictorial_btn {
    width: 279px;
    height: 24px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.upload_space {
    width: 858px;
    height: 519px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    position: absolute;
    left: 13px;
    top: 11px;
    box-sizing: border-box;
}

.upload_control {
    width: 279px;
    height: 519px;
    position: absolute;
    top: 11px;
    right: 13px;
}

.upload_control p {
    margin: 0;
    font-size: 10px;
    margin-top: 30px;
}

.send_photo_upload_space_description {
    width: 269px;
    height: 75px;
    background: rgba(245, 245, 245, 1);
    padding-left: 8px;
    padding-top: 6px;
    outline:none;
    resize:none;
    border: none;
}

.kind_tags {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 54px;
    margin-top: 14px;
}

.kind_tags li {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 40px;
    margin-left: 20px;
}

.kind_tags li:nth-child(1),
.kind_tags li:nth-child(6) {
    margin-left: 0;
}

.kind_tags span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-top: 7px;
}

.blue_btn {
    background-color: #2463EE;
}

.white_btn {
    background-color: #fff !important;
}

.kind_tags div {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

.sale_btn {
    width: 100%;
    height: 29px;
    margin-top: 34px;
}

.sale_btn_title {
    display: inline-block;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 29px;
    float: left;
}

.saleflag_btn {
    margin-top: 4px;
    float: right;
}

.sale_ratio {
    font-size: 12px;
    margin-top: 13px;
}

.sale_ratio span:nth-child(2) {
    margin-left: 6px;
    color: #999;
}

.el-slider__bar {
    background-color: #000 !important;
}

.el-slider__button {
    width: 25px !important;
    height: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    background-image: url(../images/huakuai_btn.png);
    background-size: contain;
}

.Payment_method {
    font-size: 12px;
    height: 16px;
}

.Payment_method span {
    display: inline-block;
    float: left;
}

.Payment_method span:first-child {
    width: 9px;
    height: 9px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin-top: 4px;
    border-radius: 3px;
}

.Payment_method span:nth-child(2) {
    margin-left: 6px;
}

.Regulations {
    font-size: 12px;
    margin-top: 13px;
}

.Regulations span:nth-child(1) {
    color: #999;
}

.Regulations a {
    color: #F5A623;
}

.mt_450 {
    margin-top: 450px;
}

.send_btn {
    width: 279px;
    height: 24px;
    background: rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}

.tag_nav1 {
    width: 50px;
    height: 519px;
    background: rgba(248, 248, 248, 1);
    border-radius: 3px 0px 0px 3px;
    float: left;
    overflow: hidden;
}

.tag_nav1_space{
    height: 272px;
    width: 50px;
    margin-top: 78px !important;
    font-size: 12px !important;
    overflow: hidden;
}

.tag_nav1_space .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 34px !important;
    font-size: 12px !important;
    line-height: 34px !important;
  }
.tag_nav2 {
    width: 64px;
    height: 519px;
    background: rgba(248, 248, 248, 1);
    float: left;
    margin-left: 13px;
    overflow: hidden;
}


.col_999 {
    color: #999;
}


.upload_box {
    width: 340px;
    height: 481px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 214px;
    margin-top: 19px;
} */
.pub_cover {
    position: fixed;
    top: 0;
    height: 1920px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999999999;
}



.fabu-zhezhao {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    display: none;
}


.fabu-container {
    width: 1000px;
    height: 600px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 73px;
}

.fabu-nav {
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}

.fabu-nav ul {
    margin: 0;
    padding: 0;
}

.fabu-nav-common {
    float: left;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #4C4C4C;
}

.fabu-nav-common-col {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 500;
}

.fabu-nav ul li:nth-child(1) {
    /* margin-left: 283px; */
    /*margin-left: 380px;*/
    margin-left: 465px;
    height: 60px;
}

.fabu-nav ul li:nth-child(1) p:nth-child(1) {
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.fabu-nav ul li:nth-child(1) p:nth-child(2) {
    margin: 0;
    padding: 0;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
}

.fabu-nav ul li:nth-child(n+2) {
    margin-left: 100px;
    height: 60px;
}

.fabu-nav ul li:nth-child(n+2) p:nth-child(1) {
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.fabu-nav ul li:nth-child(n+2) p:nth-child(2) {
    margin: 0;
    padding: 0;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
}

.fabu-nav img {
    position: absolute;
    right: 10px;
    top: 8px;
}

.tupian-huakuai {
    width: 456px;
    margin-left: 14px;
    margin-top: 8px;
}

.tupian-saleInfo .el-checkbox__inner {
    border: 1px solid #1A1A1A;
    border-radius: 4px;
}

.tupian-saleInfo .el-checkbox {
    color: #1A1A1A;
    margin-top: 8px;
}

.user-notice {
    font-size: 14px;
    margin-left: 30px;
    color: #999;
}

.user-notice a {
    color: #F5A623;
}


/* 图片区 */
.tupian-container {
    width: 100%;
    height: 540px;
}

/* 图片区左侧选择 */
.tupian-left {
    width: 366px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: left;
    margin-left: 15px;
    margin-top: 18px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.tupian-left .el-upload--picture-card {
    width: 144px;
    height: 144px;
    border-radius: 0px;
    border: 1px dashed #E5E5E5;
    background: #fff;
    margin-left: 20px;
    margin-top: 18px;
}

.tupian-left .el-upload--picture-card i {
    color: #E5E5E5;
}

.tupian-left .el-upload-list--picture-card .el-upload-list__item {
    border: none;
    height: 144px;
    width: 144px;
    margin: 0;
    border-radius: 0px;
    margin-left: 20px;
    margin-top: 18px;
}

.tupian-left .el-upload-list--picture-card .el-upload-list__item-thumbnail {
    object-fit: cover;
}

.tupian-left p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 12px;
    width: 100%;
    margin-top: 310px;
}

.tupian-right {
    width: 589px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: right;
    margin-right: 15px;
    margin-top: 18px;
}

.tupian-textarea {
    width: 529px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    margin-left: 30px;
    margin-top: 15px;
    font-size: 16px;
    color: #999999;
    box-sizing: border-box;
    padding: 10px;
    resize: none;
}

.tupian-right p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    line-height: 22px;
    margin-left: 30px;
    margin-top: 20px;
}

.tupian-chosekind {
    /* width: 500px; */
    margin-left: 30px;
    margin-top: 20px;
    width: 529px;
}

.pic_enNav {
    font-size: 12px !important;
}

.tupian-right .el-radio {
    width: 176px;
}

.tupian-right .el-radio+.el-radio {
    margin-left: 0px;
    width: 176px;
}

.tupian-right .el-radio+.el-radio:nth-child(6) {
    /* margin-left: 0; */
}

.tupian-right .el-radio+.el-radio:nth-child(n+6) {
    /* margin-top: 20px; */
}

.tupian-right .el-radio+.el-radio:nth-child(n+4) {
    margin-top: 7px;
}

.tupian-right .el-radio__inner {
    border-radius: 4px;
}

.tupian-right .el-radio__inner::after {
    background-color: #409EFF;
}

.tupian-saleInfo {
    width: 529px;
    height: 160px;
    margin-left: 30px;
    margin-top: 22px;
}

.tupian-IsSale {
    width: 100%;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.tupian-IsSale span {
    /* float: left; */
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
}

.tupian-IsSale-btn {
    float: right;
    margin-right: 56px;
}

.tupian-saleNum {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin-top: 20px;
}

.tupian-saleNum span:nth-child(1) {
    color: #4C4C4C;
}

.tupian-saleNum span:nth-child(2) {
    margin-left: 10px;
}

.tupian-saleNum span:nth-child(n+2) {
    color: #999;
}

.tupian-upload-btn {
    width: 529px;
    height: 38px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    margin-left: 30px;
    line-height: 38px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 29px;
}

/* 摄影号区 */
.sheyinghao-container {
    width: 100%;
    height: 540px;
    display: none;
}

.sheyinghao-left {
    width: 366px;
    height: 505px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: left;
    margin-left: 15px;
    margin-top: 18px;
}

.sheyinghao-left-title {
    width: 324px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    margin-left: 21px;
}

.sheyinghao-el-container {
    width: 100%;
    height: 327px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sheyinghao-el-element {
    width: 324px;
    height: 106px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    margin-left: 21px;
    margin-top: 10px;
    position: relative;
}

.sheyinghao-el-element-active {
    width: 324px;
    height: 106px;
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
    margin-left: 21px;
    margin-top: 10px;
    position: relative;
    border: 1px solid rgba(75, 131, 255, 1);
}

.syh-el-delete {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 14px;
}

.sheyinghao-el-element-cover {
    display: block;
    width: 76px;
    height: 76px;
    padding-top: 15px;
    margin-left: 25px;
    float: left;
    object-fit: cover;

}

.sheyinghao-el-element-text {
    width: 161px;
    height: 76px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    color: #333;
    font-size: 12px;
    line-height: 19px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.syh-el-move-content {
    height: 100%;
    width: 42px;
    float: right;
}

.syh-el-move {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin-top: 43px;
    margin-right: 11px;
}

.sheyinghao-add {
    height: 38px;
    width: 100%;
    margin-top: 10px;
}

.add-pic {
    width: 157px;
    height: 38px;
    background: rgba(26, 26, 26, 1);
    border-radius: 4px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    margin-left: 21px;
    position: relative;
}

#sheyinghao-input-file {
    display: block;
    width: 157px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#sheyinghao-input-file-change {
    position: absolute;
    display: block;
    width: 82px;
    height: 30px;
    border-radius: 8px;
    left: 0;
    top: 0;
    opacity: 0;
}

.add-text {
    width: 157px;
    height: 38px;
    background: rgba(26, 26, 26, 1);
    border-radius: 4px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    margin-left: 10px;

}

.sheyinghao-preview {
    /* width: 104px;
    height: 38px;
    background: rgba(75, 131, 255, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    margin-left: 131px;
    margin-top: 22px;
    text-align: center; */

    width: 165px;
    height: 38px;
    background: rgba(75, 131, 255, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    margin-left: 102px;
    margin-top: 22px;
    text-align: center;
}

.sheyinghao-preview img {
    display: block;
    height: 15px;
    width: 15px;
    float: left;
    margin-top: 12px;
    margin-left: 25px;
}

.sheyinghao-preview span {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    float: left;
}

.sheyinghao-right {
    width: 589px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: right;
    margin-right: 15px;
    margin-top: 18px;
}

.sheyinghao-right .tppw {
    margin: 0;
    padding: 0;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 16px;
    text-align: center;
}

.fabu-model {
    /* height: 416px; */
    /* display: none; */
}

.yulan-model {
    height: 416px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.yulan-model .yulan-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    line-height: 22px;
    margin-left: 30px;
    text-align: left;
}

.yulan-ueseinfo {
    height: 19px;
    margin-top: 4px;
    margin-left: 30px;
}

.sheyinghao-right .yulan-ueseinfo img {
    float: left;
    display: block;
    height: 19px;
    width: 19px;

    margin-top: 0;
    border-radius: 50%;
}

.sheyinghao-right .yulan-ueseinfo span {
    display: block;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    margin-left: 24px;
    color: #666;
}

.yulan-el-content {
    width: 529px;
    margin-left: 30px;
}

.yulan-el-content img {
    width: 100%;
    display: block;
    margin-top: 9px;
}

.yulan-el-content p {
    white-space: pre-line;
    margin: 0;
    padding: 0;
    margin-top: 6px;
    font-size: 12px;
    color: #333;
}

.edit-el-model {
    height: 260px;
    display: none;
}

.sheyinghao-right .edit-photo {
    display: block;
    width: 115px;
    height: 115px;
    margin-left: 237px;
    margin-top: 15px;
    object-fit: cover;
}

.sheyinghao-textarea {
    width: 529px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    margin-left: 30px;
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding: 10px;
    resize: none;
}

.sheyinghao-right .sheyinghao-kind {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    line-height: 22px;
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
}

.sheyinghao-chosekind {
    /* width: 400px; */
    margin-left: 30px;
    margin-top: 20px;
    width: 529px;
}

.sheyinghao-right .el-radio {
    width: 130px;
}

.sheyinghao-right .el-radio+.el-radio {
    /* margin-left: 48px; */
    margin-left: 0;
    width: 130px;
}

.sheyinghao-right .el-radio+.el-radio:nth-child(5) {
    margin-left: 0;
}

.sheyinghao-right .el-radio+.el-radio:nth-child(n+5) {
    margin-top: 20px;
}

.sheyinghao-right .el-radio__inner {
    border-radius: 4px;
}

.sheyinghao-right .el-radio__inner::after {
    background-color: #409EFF;
}

.sheyinghao-right .user-notice {
    margin-top: 20px;
}

.sheyinghao-upload-btn {
    width: 529px;
    height: 38px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    margin-left: 30px;
    line-height: 38px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 20px;
}

.fz-12 {
    font-size: 12px !important;
}

/* 画报 */
.huabao-container {
    width: 100%;
    height: 540px;
    display: none;
}

.huabao-left {
    width: 366px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: left;
    margin-left: 15px;
    margin-top: 18px;
}

.huabao-right {
    width: 589px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: right;
    margin-right: 15px;
    margin-top: 18px;
}

/* .huabao-upload-bg {
    display: block;
    width: 255px;
    height: 364px;
    margin-top: 27px;
    margin-left: 165px;
} */

.huabao-right .user-notice {
    margin-top: 26px;
}

.huabao-upload-btn {
    width: 529px;
    height: 38px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    margin-left: 30px;
    line-height: 38px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 15px;
}

.edit-el-model-change {
    display: block;
    float: left;
    width: 82px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(214, 214, 214, 1);
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
    margin-left: 30px;
    position: relative;
}

.edit-el-model-del {
    display: block;
    float: right;
    width: 50px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(214, 214, 214, 1);
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
    margin-right: 30px;
}

.edit-el-model-text {
    float: left;
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 136px;
}

.fabu-zhezhao .el-loading-spinner {
    top: 50% !important;
}

.fabu-zhezhao .el-loading-spinner .circular {
    height: 60px !important;
    width: 60px !important;
}



/* 画报 */
.huabao-container {
    width: 100%;
    height: 540px;
    display: none;
}

.huabao-left {
    width: 366px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: left;
    margin-left: 15px;
    margin-top: 18px;
}

.huabao-right {
    width: 589px;
    height: 505px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(228, 228, 228, 1);
    float: right;
    margin-right: 15px;
    margin-top: 18px;
    position: relative;
}

/*
.huabao-upload-bg {
    display: block;
    width: 255px;
    height: 364px;
    margin-top: 27px;
    margin-left: 165px;
} */

.huabao-right .user-notice {
    margin-top: 26px;
}

.huabao-upload-btn {
    width: 529px;
    height: 38px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    margin-left: 30px;
    line-height: 38px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 15px;
}

.edit-el-model-change {
    display: block;
    float: left;
    width: 82px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(214, 214, 214, 1);
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
    margin-left: 30px;
    position: relative;
}

.edit-el-model-del {
    display: block;
    float: right;
    width: 50px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(214, 214, 214, 1);
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
    margin-right: 30px;
}

.edit-el-model-text {
    float: left;
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 136px;
}


/* 画报 */
.huabao-left-tags {
    width: 80px;
    height: 505px;
    background: rgba(248, 248, 248, 1);
    border-radius: 4px 0px 0px 4px;
    margin-left: 20px;
    float: left;
}

.huabao-left-model {
    width: 225px;
    height: 505px;
    margin-left: 21px;
    float: left;
}

.tag_nav1swiper-container .swiper-slide {
    height: 55px !important;
    line-height: 55px;
    text-align: center;
    margin-bottom: 0px !important;
    color: #4C4C4C;
}

.tag_nav2swiper-container {
    width: 100%;
    height: 100%;
    background-color: #fff !important;
}

.tag_nav2swiper-container .swiper-slide {
    width: 102px !important;
    height: 168px !important;

}

.tag_nav2swiper-container .swiper-slide img {
    width: 102px !important;
    height: 144px !important;
    display: block;
}

.tag_nav2swiper-container span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    color: #333
}

/* .huabao-upload-bg {
    display: block;
    width: 255px;
    height: 364px;
    margin-top: 27px;
    margin-left: 165px;
    background-image: url(../images/huabao-bgi.png);
    background-size: contain;
    position: relative;
} */
.huabao-upload-contant {
    height: 364px;
    width: 100%;
    margin-top: 27px;
}

.huabao-user-choice {
    display: block;
    width: 255px;
    height: 364px;
    display: none;
}

.huabao-yulan-zhezhao {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    display: none;
    position: absolute;
    top: 0;
}

.huabao-yulan-container {
    position: absolute;
    width: 768px;
    height: 560px;
    background: #fff;
    z-index: 1002;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

.huabao-yulan-container-one {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.huabao-yulan-container-one-choice {
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    background: rgba(36, 98, 237, 1);
    color: #fff;
    border: solid 1px rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    width: 78px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
}

#huabao-input-file {
    display: block;
    width: 78px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.huabao-yulan-container-close {
    display: inline-block;
    height: 30px;
    width: 30px;
    float: right;
    cursor: pointer;
}

.huabao-yulan-container-two {
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;

}

.huabao-yulan-container-two-left {
    width: 520px;
    height: 450px;
    position: absolute;
    left: 0;
    border: solid 1px #ddd;
}

.huabao-yulan-container-two-right-title {
    display: inline-block;
    width: 228px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #555;
    line-height: 30px;
}

.huabao-yulan-container-two-right {
    display: inline-block;
    width: 230.75px;
    height: 325px;
    position: absolute;
    right: 0;
    top: 70px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.huabao-yulan-container-three {
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

.huabao-yulan-container-three-right-btnfuwei {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(36, 98, 237, 1);
    color: #fff;
    border: solid 1px rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 12px;
    /* position: absolute;
    right: 10px;
    bottom: 12px; */
}

.huabao-yulan-container-three-right-btnxuanzhuan {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(36, 98, 237, 1);
    color: #fff;
    border: solid 1px rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    /* position: absolute;
    right: 10px;
    bottom: 12px; */
    margin-left: 10px;
    margin-bottom: 12px;
}

.huabao-yulan-container-three-right-btnhuanxiang {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(36, 98, 237, 1);
    color: #fff;
    border: solid 1px rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    /* position: absolute;
    right: 10px;
    bottom: 12px;  */
    margin-left: 10px;
    margin-bottom: 12px;
}

.huabao-yulan-container-three-right-btnSure {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(36, 98, 237, 1);
    color: #fff;
    border: solid 1px rgba(36, 98, 237, 1);
    border-radius: 3px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.Template_pic {
    display: block;
    width: 255px;
    height: 364px;
    top: 27px;
    left: 165px;
    position: absolute;
    z-index: 9999;
    display: none;
}

.huabao-choice-input {
    display: block;
    width: 255px;
    height: 364px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 27px;
    margin-left: 165px;
    opacity: 0;
}

.huabao_change_icon {
    position: absolute;
    display: block;
    top: 17px;
    right: 0;
    height: 32px;
    width: 92px;
    z-index: 999;
    display: none;
}

.huabao-choice-input2 {
    position: absolute;
    display: block;
    height: 32px;
    width: 92px;
    top: 44px;
    right: 0;
    height: 32px;
    width: 92px;
    opacity: 0;
    display: none;
}





#file {
    display: block;
    width: 257px;
    height: 366px;
    position: absolute;
    left: 165.5px;
    z-index: 999;
    opacity: 0;
}

.file_move_style {
    height: 32px !important;
    width: 92px !important;
    z-index: 9999 !important;
    display: block !important;
    position: absolute !important;
    left: 496px !important;
    top: 17px !important;
}

.huabao-left-model .el-loading-spinner {
    left: 0 !important;
}

.photo-clip-mask-bottom,
.photo-clip-mask-top,
.photo-clip-mask-left,
.photo-clip-mask-right {
    background-color: rgba(0, 0, 0, 0.5) !important;
    /* background-color: transparent !important; */
}

.photo-clip-area {
    border: 1px solid rgb(221, 221, 221) !important;
    /* border: none !important; */
    /* background-image: url('http://weishoot.com//images/huabao-bgi.png'); */
    background-size: 100%;

}

.huabao_tips_space {
    width: 255px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    position: absolute;
    left: 166.5px;
    display: none;
}

.huabao_tips {
    display: block;
    width: 255px;
    position: absolute;
    z-index: 99999;
    top: 96px;
}



/* 微信登录窗 */
.wx_login_window {
    width: 500px;
    height: 570px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
    z-index: 999999;
    display: none;
}

.wx_login_window_close_btn {
    position: fixed;
    top: 13px;
    right: 9px;
    height: 40px;
    width: 40px;
}

.wx_login_window_close_btn img {
    height: 40px;
    width: 40px;
}

.wx_login_title {
    font-size: 38px;
    text-align: center;
    margin-top: 55px;
}

.wx_login_tips {
    font-size: 16px;
    text-align: center;
    width: 420px;
    margin-left: 40px;
    margin-top: 25px;
}

.app_qrcode {
    display: block;
    height: 169px;
    width: 169px;
    margin-left: 166px;
    margin-top: 30px;
}

.app_text {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

.wx_login_btn {
    width: 400px;
    height: 38px;
    border-radius: 4px;
    margin-left: 50px;
    margin-top: 30px;
    display: block;
}

.wx_have {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

.wx_have span {
    color: #2462ED;
}


/* 绑定手机窗口 */
.msg_window {
    width: 500px;
    height: 570px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
    z-index: 999999;
    /* display: none; */
}

.msg_window_close_btn {
    position: fixed;
    top: 13px;
    right: 9px;
    height: 40px;
    width: 40px;
}

.binging_title {
    font-size: 38px;
    text-align: center;
    margin-top: 55px;
}

.msg_window_tips {
    width: 400px;
    margin-left: 50px;
    margin-top: 50px;
    font-size: 16px;
    color: #333;
}

.binding_tel {
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 50px;
}

.msg_window_btn {
    width: 400px;
    height: 48px;
    background: rgba(36, 98, 237, 1);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin-left: 50px;
    margin-top: 50px;
    text-align: center;
}

.binging-vcode_space {
    width: 400px;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-left: 20px;
    box-sizing: border-box;
}

.binging-vcode {
    display: block;
    float: left;
    height: 48px;
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    box-sizing: border-box;
    width: 230px;
}

.get_binging_btn {
    float: right;
    font-size: 18px;
    line-height: 48px;
    margin-right: 13px;
    color: #2462ED;
}


/* .zhezhaotest{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
} */


/* 英文按钮 */
.cn_name {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 11px;
    font-size: 16px;
}

.en_name {
    display: block;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
}

.navBar li {
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.register {
    float: right;
    width: 92px;
    height: 44px;
    border-radius: 3px;
    margin-top: 8px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    background: rgba(36, 98, 237, 1);
    cursor: pointer;
}

.cn_nameregister {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 16px;
}

.en_nameregister {
    display: block;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
}

.login {
    float: right;
    /* width: 92px; */
    width: 62px;
    height: 44px;
    border-radius: 3px;
    margin-top: 8px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    color: rgba(255, 255, 255, 1);
    margin-right: 7px;
    cursor: pointer;
}

.register-line {
    float: right;
    width: 2px;
    height: 30px;
    margin-top: 15px;
    margin-right: 21px;
    background-color: #979797;
}

/* 新增 大赛搜索  */
.match-search-banner {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background-color: #333333;
}

.match-search-banner .title {
    font-size: 18px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    display: flex;
    align-items: center;
}

.match-search-banner .title img {
    width: 54px;
    height: 54px;
    display: block;
    margin-right: 5px;
}

.match-search-banner .input-group {
    display: flex;
    justify-content: space-between;
    width: 577px;
}

.match-search-banner .input-group .search-btn {
    width: 80px;
    height: 40px;
}

.match-search-banner .input-group .search-input {
    width: 390px;
    height: 40px;
}

.match-search-banner .input-group .my-match-btn {
    width: 100px;
    height: 40px;
}

.match-search-banner .input-group .my-match-btn a {
    color: #fff;
}

.match-search-banner .inner-box {
    width: 1200px;
    margin: 0 auto;
}

.match-search-banner .left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.topic-modal .el-dialog {
    margin-top: 9% !important;
    width: 567px !important;
}

.topic-modal [class*=" el-icon-"],
.topic-modal [class^=el-icon-] {
    display: block;
}








/* 实名认证的东西↓↓↓ */



[v-cloak] {
    display: none !important;
}

.el-upload--picture-card {
    border: 0;
}

.left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*   .real-name-system .apply-success,
    .real-name-system .apply-failed {
      width: 500px;
      margin: 0 auto;
    } */

.real-name-system .go-real-name-tips .el-dialog,
.real-name-system .apply-success .el-dialog,
.real-name-system .apply-failed .el-dialog {
    width: 100%;
    margin-top: 30px;
}

.real-name-system .go-real-name-tips .el-dialog .el-dialog__body,
.real-name-system .apply-success .el-dialog .el-dialog__body,
.real-name-system .apply-failed .el-dialog .el-dialog__body {
    text-align: center;
    height: 300px;
}

.real-name-system .go-real-name-tips .el-icon-warning-outline,
.real-name-system .apply-success .el-icon-circle-check,
.real-name-system .apply-failed .el-icon-warning-outline {
    font-size: 70px;
    color: #C9AA79;
}

.real-name-system .go-real-name-tips h2,
.real-name-system .apply-success h2,
.real-name-system .apply-failed h2 {
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 58px;
}

.real-name-system .go-real-name-tips h3,
.real-name-system .apply-success h3,
.real-name-system .apply-failed h3 {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
}

.real-name-system .go-real-name-tips h3 a {
    color: #C9AA79;
}

.real-name-system .go-real-name-tips .btn,
.real-name-system .apply-success .btn,
.real-name-system .apply-failed .btn {
    width: 103px;
    height: 35px;
    background: rgba(201, 170, 121, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 47px;
}

.bind-phone .el-dialog {
    width: 500px;
}

.bind-phone .real-name-apply {
    width: 400px;
    height: 40px;
    background: rgba(201, 170, 121, 1);
    border-radius: 8px;
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.bind-phone .yzm-input,
.bind-real-name .yzm-input {
    width: 429px;
    height: 40px;
    margin: 23px 0 23px 11px;
    display: flex;
    /* justify-content: center; */
    padding-left: 0;
}

.yzm-input-p {
    display: flex;
    align-items: center;
    margin-left: 45px;
}

.bind-phone .left-right .UserName,
.bind-real-name .left-right .UserName {
    width: 298px;
    height: 40px;
    padding-left: 0;
    margin-top: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bind-phone .left-right .get-yzm-btn,
.bind-real-name .left-right .get-yzm-btn {
    width: 101px;
    height: 40px;
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(201, 170, 121, 1);
    /* border: 1px solid rgba(211, 211, 211, 1); */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.bind-phone .bind-phone-group,
.bind-real-name .bind-phone-group {
    width: 511px;
    margin-left: 45px;
}

.bind-real-name {}

.bind-real-name .el-dialog__body {
    overflow: auto;
}

.bind-real-name .real-name-apply {
    width: 400px;
    height: 40px;
    background: rgba(201, 170, 121, 1);
    border-radius: 8px;
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.bind-real-name .is-read-checked {
    margin-left: 45px;
    margin-bottom: 10px;
}

.bind-real-name .el-icon-plus {
    display: none;
}

.bind-real-name .second-title {
    margin-left: 45px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}

.bind-real-name .up-img-id {
    display: flex;
    justify-content: center;
}

.bind-real-name .up-img-1 .el-upload--picture-card {
    width: 140px;
    height: 114px;
    /* background: url('images/videoLiveWeb/sfz1.png') no-repeat center top; */
    background: url('http://weishoot.com/images/realName/1.png') no-repeat center top;
    background-size: 100% 100%;
    border: 0;
}

.bind-real-name .up-img-2 .el-upload--picture-card {
    width: 140px;
    height: 114px;
    /* background: url('images/videoLiveWeb/sfz2.png') no-repeat center top; */
    background: url('http://weishoot.com/images/realName/2.png') no-repeat center top;
    background-size: 100% 100%;
    border: 0;
}

.real-name-system .el-upload-list--picture-card .el-upload-list__item {
    max-width: 182px;
    height: 114px;
}

.bind-real-name .txt {
    margin-top: 12px;
    margin-bottom: 20px;
}

.bind-real-name .txt p {
    margin-left: 45px;
    line-height: 16px;
    font-size: 12px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.bind-real-name .el-checkbox__input.is-checked .el-checkbox__inner,
.bind-real-name .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #FF835A;
    border-color: #FF835A;
}

.bind-real-name .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #FF835A;
}

.real-name-system .el-dialog {
    margin-top: 35px !important;
    width: 683px !important;

}

.already-have-name {}

.already-have-name .name,
.already-have-name .id-num,
.already-have-name .phone-num {
    display: flex;
    margin-left: 51px;
    margin-bottom: 33px;
    align-items: center;
}

.already-have-name .name i,
.already-have-name .id-num i,
.already-have-name .phone-num i {
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(125, 125, 126, 1);
    font-style: normal;
}

.already-have-name .name span,
.already-have-name .id-num span,
.already-have-name .phone-num span {
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0 13px;
}

.already-have-name .name img {
    width: 20px;
    height: 14px;
}

.already-have-name .id-num {}

.already-have-name .phone-num {}

.already-have-name .btn-group {
    display: flex;
    justify-content: space-between;
    width: 540px;
    margin: 0 auto;
}

.already-have-name .btn-group div {
    width: 190px;
    height: 40px;
    background: rgba(201, 170, 121, 1);
    border-radius: 8px;
    font-size: 15px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
}