/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a.geted {
    pointer-events: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

a:hover {
    -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}

.index {
    min-width: 1300px;
    height: 3207px;
    padding-top: 5px;
    background: url(./images/index.jpg);
}

.header {
    display: flex;
    justify-content: space-between;
    padding-left: 55px;
}

.header>a {
    display: inline-block;
    background: url(./images/logo.png);
    width: 225px;
    height: 90px;
}

.content {
    width: 1400px;
    min-width: 1400px;
    margin: auto;
    margin-top: 630px;
}

.login-view {
    background: url(./images/nav.png);
    width: 404px;
    height: 67px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 175px;
}

.login-view>a {
    color: #fd1800;
}

.card1 {
    padding-left: 37px;
}

.card1-p {
    margin-top: 4px;
    padding-left: 90px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.card1-view {
    background: url(./images/card1.png) no-repeat;
    width: 1343px;
    height: 750px;
    padding-top: 314px;
    margin-top: 75px;
    /* margin-left: 40px; */
}

.card1-view-btn {
    display: flex;
    justify-content: space-between;
    padding: 0 57px;
}

.card1-view-btn.top {
    margin-top: 345px;
}

.card1-view-btn>a {
    display: inline-block;
    background: url(./images/btn-lingqu.png);
    width: 124px;
    height: 38px;
    background-position-x: -184px;
}

.card1-view-btn>a.geted {
    background-position-x: 0px;
}

.card2 {
    margin-top: 80px;
    padding-left: 37px;
}

.card2-money {
    font-size: 18px;
    color: #fffccd;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.card2-view {
    background: url(./images/card2.png) no-repeat;
    width: 822px;
    height: 636px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 45px;
    padding-top: 44px;
    margin-left: 20px;
}

.card2-view>a {
    display: inline-block;
    background: url(./images/btn-lingqu2.png);
    width: 123px;
    height: 38px;
    margin-bottom: 45px;
    background-position-y: -83px;
}

.card2-view>a.geted {
    background-position-y: 0;
}




.baSkin {
    background-image: url(./images/login-BG.png);
}

.login-box_close {
    top: 30px !important;
}
