#laya_content h2, 
#laya_content h3,
#laya_content p, 
#laya_content dl, 
#laya_content dt, 
#laya_content dd, 
#laya_content ul, 
#laya_content li, 
#laya_content form, 
#laya_content button, 
#laya_content input{
    margin: 0;
    padding: 0;
}
#laya_content h2 {
    font-size: 100%;
    font-weight: normal;
}
#laya_content em {
    font-style: normal;
}
#laya_content ul, #laya_content ol {
    list-style: none;
}
#laya_content a,#laya_content a:hover {
    text-decoration: none;
}
#laya_content img {
    border: 0;
}
#laya_content button, #laya_content input {
    font-size: 100%;
}
body {
    min-width: 320px;
}
iframe {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
#laya_content {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    overflow: auto;
    min-width: 320px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    color: #000;
}
#laya_content * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#laya_content .mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background: #000000;
    z-index: 9999997;
    overflow-y: auto;
}
#laya_content .clearfix:after {
    content: '\200B';
    clear: both;
    display: block;
    height: 0
}

#laya_content .unify_main,
#laya_content .pay_main {
    min-width: 320px;
    position: relative;
    overflow: auto;
    z-index: 9999998;
    background: #ffffff;
}
#laya_content .unify_iframe.middle {
    position: fixed;
    /* top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; */
    padding-bottom:20px;
}
#laya_content .unify_title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
}
#laya_content .unify_title h2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#laya_content .unify_content {
    padding-bottom: 20px;
}
#laya_content .close {
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
}
#laya_content .waiting {
    background: #e8e8e8;
}
#laya_content .unifySdk_laya_error {
    margin: -22px 0 6px;
    font-size: 12px;
    line-height: 16px;
    color: #ff0000;
}
/* 选择登录方式 */
#laya_content .choose_content {
    margin: 0 auto;
    padding: 15px 11px;
}
#laya_content .choose_content li {
    float: left;
    width: 50%;
    margin: 15px 0;
    padding: 75px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #949494;
    text-align: center;
}
#laya_content .choose_content li:nth-child(2n) {
    -webkit-box-shadow: -1.5px 0 0 #949494;
    -moz-box-shadow: -1.5px 0 0 #949494;
    box-shadow: -1.5px 0 0 #949494;
}
#laya_content .choose_content a:active,
#laya_content .choose_content a:visited {
    text-decoration: none;
}

/* 登录 */
#laya_content .login_form {
    width: 83%;
    margin: 0 auto;
    padding-top: 18px;
}
#laya_content .login_form input,
#laya_content .register_form input,
#laya_content .forget_form input {
    display: block;
    width: 100%;
    height: 32px;
    margin: 0 0 22px 0;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 32px;
    background: #e8e8e8;
}
#laya_content .login_form .form_group,
#laya_content .register_form .form_group,
#laya_content .forget_form .form_group {
    padding: 0 4%;
    background: #e8e8e8;
}
#laya_content .login_form button,
#laya_content .register_form button {
    width: 100%;
    height: 34px;
    background: #ffffff;
    color: #4cb3ee;
    line-height: 32px;
    outline: none;
    font-size: 16px;
    border: 1px solid #4cb3ee;
}
#laya_content .login_content .operate,
#laya_content .register_main .operate {
    width: 83%;
    margin: 18px auto 20px;
    font-size: 14px;
    line-height: 14px;
}
#laya_content .login_content .register_btn {
    float: left;
}
#laya_content .login_content .forget_btn {
    float: right;
}

#laya_content .login_content .shortcut_main {
    width: 89%;
    margin:  auto;
}
#laya_content .shortcut_tit {
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
#laya_content .shortcut_tit span {
    display: inline-block;
    height: 18px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 18px;
    background: #ffffff;
    color: #929292;
}
#laya_content .shortcut_main ul {
    margin: 20px auto 0;
    text-align: center;
}
#laya_content .shortcut_main li {
    display: inline-block;
    width: 50px;
    min-width: 4em;
    margin: 0 4%;
    padding: 60px 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #949494;
}
/*注册*/
#laya_content .register_main .shortcut_main {
    width: 87.13%;
    margin: 0 auto;
}
/*找回密码*/
#laya_content .forget_form,
#laya_content .register_form {
    width: 83%;
    padding: 18px 0 0 0;
    margin: 0 auto;
}
#laya_content .form_group {
    margin: 0 0 22px 0;
}
#laya_content .form_group input {
    margin: 0;
}
#laya_content .serverCode {
    margin: 0 0 22px 0;
}
#laya_content .serverCode .serverCode_input {
    float: left;
    width: 51.6%;
    padding: 0 4%;
    margin: 0;
}
#laya_content .server_code_btn {
    float: right;
    width: 35%;
    border: 1px solid #e8e8e8;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #949494;
    text-align: center;
}
#laya_content .form_action {
    text-align: center;
}
#laya_content .form_action button {
    display: inline-block;
    width: 36.9%;
    height: 34px;
    margin: 0 3.33%;
    font-size: 14px;
    line-height: 32px;
    background: #ffffff;
    outline: none;
}
#laya_content .form_action .submit {
    border: 1px solid #4eaeea;
    color: #4eaeea;
}
#laya_content .form_action .go_back {
    border: 1px solid #bcbcbc;
    color: #bcbcbc;
}

/*支付*/
#laya_content .pay_main {
    background: #eeeeee;
}
#laya_content .pay_title {
    border-bottom: 1px solid #dbdbdb;
}
#laya_content .pay_title h2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#laya_content .pay_close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 50px;
    cursor: pointer;
}
#laya_content .pay_info {
    overflow: hidden;
    background: #ffffff;
}
#laya_content .pay_info_con {
    width: 89%;
    margin: 0 auto -1px;
}
#laya_content .pay_info li {
    padding-top: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}
#laya_content .pay_info span {
    float: left;
    color: #6c6c6c;
}
#laya_content .pay_info em {
    float: right;
    width: 50%;
    text-align: right;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#laya_content .pay_list_tit {
    height: 50px;
    padding: 0 5.5%;
    font-size: 16px;
    line-height: 50px;
}
#laya_content .pay_list {
    overflow: hidden;
}
#laya_content .pay_list dl {
    position: relative;
}
#laya_content .pay_list dt {
    width: 9%;
    height: 50px;
    padding: 2.1% 3.6% 2.1%;
}
#laya_content .pay_list img {
    display: block;
    width: 100%;
}
#laya_content .pay_list dd {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 83%;
    padding: 0 0 2%;
    border-bottom: 1px solid #dbdbdb;
}
#laya_content .pay_list dl:last-child dd {
    border: none;
}
#laya_content .pay_list h3 {
    margin-bottom: 6px;
    line-height: 100%;
    font-size: 14px;
    font-weight: bold;
}
#laya_content .pay_list p {
    line-height: 100%;
    font-size: 12px;
}
/* 扫码支付*/
#sdk_laya_pay_we_main .unify_iframe_content {
    height: 391.5px;
    background: #ffffff;
}
#laya_content .we_content {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}
#laya_content .we_img {
    padding: 20px 0 20px 50px;
}
#laya_content .we_img img {
    display: block;
    width: 150px;
    height: 40.5px;
}
#laya_content .we_left img {
    display: block;
    width: 200px;
    margin: 0 auto;
}
#laya_content .we_left .font {
    margin: 20px auto 0;
    height: 66px;
}
#laya_content .we_right {
    display: none;
    float: right;
}
#laya_content .we_right img {
    display: block;
    width: 228px;
}
#laya_content .back_choose_btn {
    box-sizing: content-box;
    padding: 0 10px;
    display: inline-block;
    height: 34px;
    margin: 10px;
    font-size: 14px;
    line-height: 34px;
    background: #ffffff;
    outline: none;
    border: 1px solid #4eaeea;
    color: #4eaeea;
    cursor: pointer;
}
@media (min-width: 600px) {
    #laya_content .we_left {
        float: left;
    }
    #laya_content .we_right {
        display: block;
    }
    #laya_content .we_content {
        width:440px;
    }
}
@media (min-width: 720px) {
    #laya_content .unify_main,
    #laya_content .pay_main {
        width:640px;
        margin:15px auto;
    }
}