/* 绑定手机号 */
.modal {
    padding-right: 0 !important;
    top: 90px !important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-footer {
    padding: 20px 25px !important;
}

.modal-header i {
    font-size: 16px;
    cursor: pointer;
}

.j_next {
    font-size: 16px !important;
}

.phinput {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px !important;
}

.phinput input {
    background: #fff;
    border: 1px solid #cdcdcd;
    height: 46px;
    width: 100%;
    border-radius: 4px;
    text-indent: 15px;
    outline: none;
}

.code_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.code_input_box {
    height: 46px;
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.code_input_box input {
    height: 35px;
    border: none;
}

.code_input_box button {
    height: 34px;
    margin-right: 5px;
}

#j_passnewa {
    margin-top: 20px;
}

.code_box input {
    width: 70%;
}

.phcode {
    color: #fff;
    width: 27%;
    height: 46px;
    border-radius: 4px;
    border: none;
}

.modal-footer button {
    color: #fff;
    width: 110px;
    height: 46px;
    border-radius: 4px;
    border: none;
    margin: 0 !important;
}

/* 登录 */
.login_style {
    display: flex;
    flex-direction: row;
}

.login_style div {
    margin-right: 20px;
    cursor: pointer;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #fff;
}

#tips_box,
#tips_pwd {
    font-size: 16px;
}

.login_button {
    padding: 30px 25px !important;
}

.login_button button {
    width: 100%;
    height: 48px;
}

.register {
    padding: 30px 0 10px 0;
    text-align: right;
    font-size: 16px;
}

.other_login {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin: 40px 0 30px;
}

.other_login p {
    width: 120px;
    height: 2px;
    background-color: #cdcdcd;
    margin-bottom: 0;

}

.login_button img {
    width: 33px;
    height: 33px;
    margin: auto;
    cursor: pointer;
}

.pwd_box {
    margin-top: 20px;
    display: none;
}

/* 微信登录 */
.wechat_login_title {
    text-align: center;
}

#login_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wechat_login_toast {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}

.wechat_login_style {
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 520px) {
    .phinput {
        padding: 15px !important;
    }

    .modal-footer {
        padding: 15px !important;
    }

    .phinput input {
        font-size: 14px;
    }

    #jbcodein {
        font-size: 14px;
    }

    .modal-footer button {
        font-size: 14px;
    }
}

/* 手机端分享弹出 */
.share_box_j_content {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.share_box_contnent {
    width: 100%;
    display: flex;
}

.share_box_toast {
    margin-left: calc(100% - 175px);
    width: 75px;
    padding-top: 130px;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.share_box_background {
    width: 100px;
}

.yqj_list {
    display: none;
}

/* 是否登录 */
#whether_login {
    top: 0 !important;
}

@media (min-width: 576px) {
    #whether_login .modal-dialog {
        max-width: 100% !important;
    }
}

#whether_login .modal-dialog {
    width: calc(100vw * 0.7) !important;
    padding: 50px 30px;
    background-color: #fff;
}

#whether_login .modal-dialog h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#whether_login .modal-dialog h2 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

#whether_login .login_operation {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#whether_login .modal-content {
    border: none;
}

.login_operation_button {
    width: 45%;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.login_operation_no {
    width: 45%;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    border: 2px solid red;
    border-radius: 4px;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .code_input_box {
        font-size: 14px;
    }

    .modal-footer button {
        height: 40px;
    }

    #whether_login .modal-dialog {
        width: auto !important;
    }

    #whether_login .login_operation {
        width: 100%;
    }

    .login_operation_no {
        width: calc(50% - 15px);
        font-size: 15px;
    }
}

.xieYi_modal {
    height: calc(100vh - 130px) !important;
}

.default_menu_modal1 {
    top: 0px !important;
}

.default_menu_modal1_content {
    border-radius: 0;
    border: 0;
}

.default_menu_modal2 {
    top: 0px !important;
}

.default_menu_modal2_content {
    border-radius: 0;
    border: 0;
}

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

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

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

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


#loading_box {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.loading_box_con {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_box_modal {
    width: 140px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading_box_modal span {
    font-size: 14px;
    color: #fff;
}

.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale.la-dark {
    color: #333;
}

.la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale {
    width: 40px;
    height: 32px;
}

.la-line-scale > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
    -moz-animation: line-scale 1.2s infinite ease;
    -o-animation: line-scale 1.2s infinite ease;
    animation: line-scale 1.2s infinite ease;
}

.la-line-scale > div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s;
}

.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes line-scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes line-scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
