﻿* {
    font-family: "Microsoft YaHei" !important;
}

.decoration-underline:hover {
    text-decoration: underline;
}

ul.functions.login-button {
    width: 340px;
}
.w-340 {
    width: 340px;
}

ul.li.count-2 {
    width: 60px;
}

ul.li.count-4 {
    width: 94px;
}

body {
    margin-right: 0 !important;
    overflow-y: scroll;
}

    body.modal-open {
        overflow: visible !important;
    }

div.modal.fade {
    overflow: hidden !important;
}

.modal-content-wrapper {
    width: 400px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .modal-content-wrapper .item-first {
        display: block;
    }

    .modal-content-wrapper .item-second {
        display: none;
    }

    .modal-content-wrapper.toggle .item-first {
        display: none;
    }

    .modal-content-wrapper.toggle .item-second {
        display: block;
    }

.modal-content {
    width: 400px;
    height: 440px;
    margin: 0 auto;
    border-radius: 6px !important;
    overflow: hidden;
}

    .modal-content hr {
        margin: 2px 0;
    }

.icon-region-done {
    background-image: url(/Img/modal/common/icon-success.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.modal-dialog, .modal-dialog a {
    color: #000;
}

.form-title {
    margin-top: -4px;
    font-size: 24px;
    margin-bottom: 10px;
    color: #161616;
    font-family: 'PingFangSC Regular';
}

.form-group {
    height: 50px;
    margin-bottom: 10px;
}

#uppwd .form-group {
    height: 46px;
}

.form-group input[type=button] {
    height: 100%;
    font-size: 20px;
    background-color: #01C257;
    color: white;
    border: none !important;
}

.btn_disabled {
    background-color: #F0F0F0 !important;
    color: #BABABA !important;
}

.ver-code.btn_disabled {
    background-color: transparent !important;
}

input.btn_disabled {
    background-color: rgba(69,180,73,0.36) !important;
    color: #fff !important;
}

.modal-body .modal-body-content {
    height: 340px;
}

.form-control {
    /*width:215px;*/
    /*font-size:18px;*/
    padding: 4px 10px;
    height: 40px;
    border-left-width: 0;
}

    .form-control:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: lightgray;
    }

.modal-dialog * {
    /*
        border-radius: 0 !important;
    */
}

.btn {
    padding: 4px 12px;
}
input.btn {
    border-radius: 4px !important;
}

.btn-vms {
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 8px;
    display: none;
}

#uppwd .btn-vms {
    margin-bottom: 14px;
    margin-top: -4px;
}

.btn-vms > a {
    color: #01C257;
}

a.btn-vms-disabled {
    color: #929292;
    cursor: auto;
}

.modal-header {
    border-bottom: 1px solid rgba(238,238,238,1);
    margin: 0 30px;
    height: 80px;
}

#regionModel .modal-body {
    padding: 0 !important;
}

#regionModel .input-group {
    width: 100%;
}

.modal .form-control {
    height: 48px !important;
}

#uppwd.modal .form-control {
    height: 46px !important;
}

.modal .modal-bottom {
    text-align: center;
    width: 340px;
    font-size: 14px;
    color: #C0C0C0;
}
/*.modal .input-group-addon
        {
            font-size:18px;
        }*/

.modal .get-code-btn {
    width: 126px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background-color: #01C257;
    color: #fff;
}

#uppwd .form-group {
    margin-bottom: 10px !important;
}

/*new 2016-10-12*/
.close {
    font-weight: 400 !important;
    font-size: 32px;
    float: left !important;
    margin-top: -2px !important;
    margin-left: -24px;
}

.guide-tip {
    float: right;
    width: 100%;
    text-align: center;
    height: 60px;
}

    .guide-tip .text {
        height: 40px;
        font-size: 24px;
        font-family: PingFangSC-Medium,PingFang SC;
        font-weight: 500;
        display: inline-block;
        color: rgba(21,21,21,1);
        margin-right: 0px !important;
        margin-top: 10px;
    }

.tip-img {
    margin-top: 8px;
    margin-right: -15px;
    vertical-align: top;
}

.toggle-container {
    width: 60px;
    height: 60px;
    text-align: right;
    position: absolute;
    top: 7px;
    right: 7px;
}

#getMsgCode:hover {
    opacity: 0.7 !important;
}

.other-method {
    margin-top: 4px;
}

.toggle-container .toggle-item {
    margin-right: -1px;
    width: 60px;
}

.toggle-container .toggle-first {
    display: inline;
}

.toggle-container .toggle-second {
    display: none;
}

.toggle-container:hover .toggle-first {
    display: none;
}

.toggle-container:hover .toggle-second {
    display: inline;
}

.expired_tip {
    width: 212px;
    height: 212px;
    padding-top: 85px;
    text-align: center;
    margin: 0px auto;
    background-color: rgb(204, 204, 204);
    display: none;
}

.qr_source {
    width: 212px;
    height: 212px;
    /* 
        outline: 1px solid #dbdbdb;
    */
}

.qr_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.login-model-tip {
    height: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
}

    .login-model-tip a {
        float: left;
    }

.modal-content .phone {
    display: none;
}

.border-rb-4 {
    border-radius: 0 4px 4px 0 !important;
}

.border-4 {
    border-radius: 4px;
}

.modal input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

    .modal input[type=checkbox]::after {
        position: absolute;
        top: 0;
        color: #000;
        width: 15px;
        height: 15px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        line-height: 15px;
        content: ' ';
        border-radius: 3px
    }

    .modal input[type=checkbox]:checked::after {
        content: "\2713";
        font-size: 12px;
        color: #fff;
        background-color: #45B449;
        font-weight: bold;
    }


.modal input::-webkit-input-placeholder {
    color: #C0C0C0 !important;
}

.modal input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C0C0C0 !important;
}

.modal input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C0C0C0 !important;
}

.modal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C0C0C0 !important;
}
