* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

input {
    outline: none;
}

:root {
    --main-color: #9b0006;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .ty_regis_top {
        width: 100%;
        background-color: #373d41;
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        border-bottom: 1px solid #54595c;
    }
    .ty_logo img {
        height: 30px;
    }
    .ty_regis_top_con {
        max-width: 1720px;
        padding: 0 60px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .goback {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .goback:hover {
        color: var(--main-color-white) !important;
    }
    .ty_regis_center {
        margin-top: 51px;
        padding: 40px 0;
        background-color: #373d41;
    }
    .ty_regis_center_con {
        max-width: 1720px;
        margin: 0 auto;
        padding: 0 60px;
    }
    .ty_regis_center_con h1 {
        text-align: center;
        font-size: 30px;
        color: var(--main-color-white);
    }
    .ty_regis_center_con p {
        font-size: 16px;
        color: var(--main-color-white);
        text-align: center;
        margin: 20px 0;
    }
    .ty_regis_center_con a {
        display: block;
        margin: 0 auto;
        width: 150px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
    }
    .ty_regis_box {
        max-width: 1320px;
        padding: 0 60px;
        margin: 50px auto;
    }
    .ty_regis_box_con {
        margin: 0 auto;
        padding: 40px;
        background-color: var(--main-color-white);
        width: 100%;
        box-shadow: var(--main-shadow);
    }
    .ty_regis_box_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    .ty_regis_box_top_left {
        display: flex;
        align-items: center;
    }
    .ty_regis_box_top_left img {
        width: 35px;
    }
    .ty_regis_box_top_left span {
        color: var(--main-color-333);
        font-size: 18px;
        display: block;
        margin-left: 10px;
    }
    .ty_regis_box_top_right a {
        font-size: 14px;
        color: var(--main-color);
    }
    .ty_regis_box_top_right a:hover {
        color: var(--main-color) !important;
    }
    .ty_regis_box_top_right span {
        color: var(--main-color-333);
        font-size: 14px;
    }
    .ty_regis_box_con .layui-input-block {
        margin-left: 0;
    }
    .ty_regis_box_con input[type='text'] {
        height: 45px !important;
    }
    .ty_regis_box_con input[type='password'] {
        height: 45px !important;
    }
    .password_input .layui-input-inline {
        width: 100% !important;
        display: block;
    }
    .warmtip {
        margin-top: 5px;
        padding-left: 10px;
        color: red;
    }
    .password_input .warmtip {
        color: red;
    }
    .regis_error {
        color: red;
        display: none;
    }
    .input_flex {
        display: flex;
    }
    .input_flex input {
        width: 15%;
    }
    .input_flex button {
        height: 45px;
        margin-left: 20px;
        background-color: var(--main-color) !important;
    }
    .layui-form-label {
        width: auto !important;
        text-align: left !important;
        padding: 9px 0 !important;
        margin-right: 15px !important;
        color: var(--main-color-666);
    }
    .layui-form-radioed>i {
        color: var(--main-color) !important;
    }
    .layui-form-radio:hover *,
    .layui-form-radioed,
    .layui-form-radioed>i {
        color: var(--main-color) !important;
    }
    .regis_now {
        width: 100%;
        display: block;
        background-color: var(--main-color);
        font-size: 14px;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        line-height: 40px;
        border-radius: 3px;
    }
    .regis_now:hvoer {
        color: var(--main-color-white) !important;
        background-color: #720409 !important;
    }
    .agreement {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .layui-form-checked[lay-skin=primary] i {
        border-color: var(--main-color)!important;
        background-color: var(--main-color) !important;
        color: #fff;
    }
    .agreeleft a {
        color: var(--main-color);
    }
    .agreeright {
        display: none;
        font-size: 14px;
        margin-left: 20px;
        color: red;
    }
    .ty_regis_copy {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        border-top: 1px solid #cfd0d1;
        font-size: 14px;
        color: var(--main-color-666);
    }
    .ty_regis_box_center .trackAppLable {
        margin-right: 10px !important;
    }
    .ty_regis_box_center .layui-form-radio {
        margin: 6px -8px 6px 0 !important;
    }
}

@media only screen and (max-width: 996px) {
    .ty_regis_box_center .trackAppLable {
        margin-right: 10px !important;
    }
    .ty_regis_box_center .layui-form-radio {
        margin: 6px -8px 6px 0 !important;
    }
    .ty_regis_copy {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        border-top: 1px solid #cfd0d1;
        font-size: 12px;
        color: var(--main-color-666);
    }
    .ty_regis_box {
        width: 100%;
        padding: 30px 15px;
    }
    .ty_regis_box_con {
        margin: 0 auto;
        padding: 20px;
        background-color: var(--main-color-white);
        width: 100%;
        box-shadow: var(--main-shadow);
    }
    .ty_regis_box_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .ty_regis_box_top_left {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .ty_regis_box_top_left img {
        width: 25px;
    }
    .ty_regis_box_top_left span {
        color: var(--main-color-333);
        font-size: 16px;
        display: block;
        margin-left: 5px;
    }
    .ty_regis_box_top_right {
        width: 100%;
    }
    .ty_regis_box_top_right a {
        font-size: 12px;
        color: var(--main-color);
    }
    .ty_regis_box_top_right a:hover {
        color: var(--main-color) !important;
    }
    .ty_regis_box_top_right span {
        color: var(--main-color-333);
        font-size: 12px;
    }
    .ty_regis_box_con .layui-input-block {
        margin-left: 0;
    }
    .ty_regis_box_con input[type='text'] {
        height: 35px !important;
    }
    .ty_regis_box_con input[type='password'] {
        height: 35px !important;
    }
    .password_input .layui-input-inline {
        width: 100% !important;
        display: block;
        margin: 0 !important;
    }
    .warmtip {
        margin-top: 5px;
        padding-left: 10px;
        color: red;
        font-size: 12px;
    }
    .password_input .warmtip {
        color: red;
        font-size: 12px;
    }
    .regis_error {
        color: red;
        display: none;
        font-size: 12px;
    }
    .input_flex {
        display: flex;
    }
    .input_flex input {
        width: 50%;
    }
    .input_flex button {
        height: 35px;
        margin-left: 20px;
        background-color: var(--main-color) !important;
    }
    .layui-form-label {
        display: block;
        float: none !important;
        width: 100%;
        width: auto !important;
        text-align: left !important;
        padding: 9px 0 !important;
        margin-right: 15px !important;
        color: var(--main-color-666);
    }
    .layui-form-radioed>i {
        color: var(--main-color) !important;
    }
    .layui-form-radio:hover *,
    .layui-form-radioed,
    .layui-form-radioed>i {
        color: var(--main-color) !important;
    }
    .regis_now {
        width: 100%;
        display: block;
        background-color: var(--main-color);
        font-size: 14px;
        height: 35px;
        text-align: center;
        color: var(--main-color-white);
        line-height: 35px;
        border-radius: 3px;
    }
    .regis_now:hvoer {
        color: var(--main-color-white) !important;
        background-color: #720409 !important;
    }
    .agreement {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    .layui-form-checked[lay-skin=primary] i {
        border-color: var(--main-color)!important;
        background-color: var(--main-color) !important;
        color: #fff;
    }
    .agreeleft a {
        color: var(--main-color);
        font-size: 12px;
    }
    .agreeright {
        display: none;
        font-size: 12px;
        margin-left: 10px;
        color: red;
    }
    .ty_regis_top {
        width: 100%;
        background-color: #373d41;
        height: 60px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        border-bottom: 1px solid #54595c;
    }
    .ty_logo img {
        height: 25px;
    }
    .ty_regis_top_con {
        height: 60px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .goback {
        color: var(--main-color-white);
        font-size: 12px;
    }
    .goback:hover {
        color: var(--main-color-white) !important;
    }
    .ty_regis_center {
        margin-top: 60px;
        padding: 30px 15px;
        background-color: #373d41;
    }
    .ty_regis_center_con {
        margin: 0 auto;
    }
    .ty_regis_center_con h1 {
        text-align: center;
        font-size: 22px;
        color: var(--main-color-white);
    }
    .ty_regis_center_con p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        margin: 20px 0;
    }
    .ty_regis_center_con a {
        display: block;
        margin: 0 auto;
        width: 150px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
    }
    .login_foot {
        width: 100%;
        bottom: 0;
        background-color: transparent;
        margin-top: 20px;
        padding: 20px;
        border-top: 1px solid #788095;
    }
    .login_foot_con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .login_foot_con span {
        color: var(--main-color-white);
        font-size: 12px;
    }
    .login_foot_con a {
        color: var(--main-color-white);
        font-size: 12px;
    }
}