/* 通用 */
* {
    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;
}

.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;
}

.indexPage a.geted {
    pointer-events: none;
}

.indexPage {
    min-width: 1500px;
    display: block;
    height: 6486px;
    background: url(../image/index.jpg)top center no-repeat;
    position: relative;
}

.nav {
    background: url(../image/nav-bg.png);
    width: 222px;
    height: 447px;
    padding-top: 115px;
    padding-left: 13px;
    position: fixed;
    top: 350px;
    right: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-flex>a {
    display: inline-block;
    background: url(../image/nav-btn.png);
    width: 188px;
    height: 52px;
    margin-bottom: 5px;
}

.nav-flex>a:nth-child(2) {
    background-position-y: -58px;
}

.nav-flex>a:nth-child(3) {
    background-position-y: -117px;
}

.nav-flex>a:nth-child(4) {
    background-position-y: -175px;
}

.nav-top {
    display: inline-block;
    background: url(../image/nav-btn.png);
    background-position-y: -233px;
    width: 188px;
    height: 52px;
}

.indexPage .main {
    width: 1082px;
    margin: auto;
    margin-top: 625px;
    position: relative;
}

/* 可修改 */
.indexPage .header {
    width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0px;
}

.indexPage .header a {
    display: inline-block;
    width: 159px;
    height: 131px;
    background: url(../image/logo.png) no-repeat;
}

.indexPage .header a:nth-child(2) {
    width: 271px;
    height: 85px;
    background: url(../image/btn-gw.png) no-repeat;
}

.indexPage .active-time {
    font-size: 22px;
    color: #fff;
    width: 974px;
    height: 51px;
    background: url(../image/active-time.png);
    line-height: 51px;
    text-align: center;
    margin: auto;
    position: relative;
}

.btn-gz {
    display: inline-block;
    background: url(../image/btn-gz.png);
    width: 133px;
    height: 39px;
    position: absolute;
    top: 5px;
    right: 30px;
}

.indexPage .login {
    height: 50px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
}

.indexPage .login a {
    color: #00ff40;
    text-decoration: underline;
}

.card1 {
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card1>.img1 {
    background: url(../image/title1.png) no-repeat center;
    width: 100%;
    height: 57px;
}

.card1-view {
    background: url(../image/card1.png);
    width: 1082px;
    height: 706px;
    margin-top: 130px;
    padding-top: 134px;
}

.card1-btn {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 200px;
}

.card1-btn.mt {
    margin-top: 240px;
    padding: 0 145px;
}

.card1-btn>a {
    display: inline-block;
    background: url(../image/btn-dt.png);
    width: 110px;
    height: 35px;
}

.card1-btn.mt>a {
    display: inline-block;
    background: url(../image/btn-lq4.png);
    width: 110px;
    height: 35px;
}

.card1-btn.mt>a.geted {
    background-position-y: -39px;
}

.card1-btn>a.geted {
    background-position-y: -35px;
}

.card1-btn>a.yes {
    background-position-y: -70px;
    pointer-events: none;
}

.card1-btn>a.error {
    background-position-y: -105px;
    pointer-events: none;
}

.card1-p {
    color: #ccff70;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.card1-p a {
    display: inline-block;
    color: #ccff70;
    font-size: 20px;
    text-decoration: underline;
}



.card2 {
    margin-top: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card2>.img2 {
    background: url(../image/title2.png) no-repeat center;
    width: 100%;
    height: 57px;
}

.card2-nav {
    background: url(../image/card2-nav.png);
    width: 1082px;
    height: 214px;
    line-height: 214px;
    margin-top: 30px;
    padding: 5px 124px 0;
    display: flex;
    justify-content: space-between;
}

.card2-nav>span {
    color: #fff;
    font-size: 38px;
}

.card2-btn {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
}

.card2-btn>a {
    display: inline-block;
    background: url(../image/btn-dw-l.png);
    width: 145px;
    height: 46px;
}

.card2-btn>a.geted {
    background-position-y: -57px;
}

.card2-btn>a.none {
    opacity: 0;
    pointer-events: none;
}

.card2-btn>a:nth-child(2) {
    background: url(../image/btn-dw-c.png);
}

.card2-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
    width: 1082px;
}

.card2-nav-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 373px;
}

.card2-line {
    background: url(../image/card2-nav-bg.png);
    width: 540px;
    height: 79px;
    line-height: 79px;
    color: #3e521a;
    font-size: 16px;
    font-weight: 700;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card2-line>a {
    display: inline-block;
    background: url(../image/btn-lq.png);
    width: 129px;
    height: 35px;
}

.card2-line>.four {
    background: url(../image/btn-lq5.png);
}

.card2-nav2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.card2-nav-bg {
    background: url(../image/card2-nav2.png);
    width: 169px;
    height: 169px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    color: #3e521a;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.card2-nav-bg>a {
    display: inline-block;
    background: url(../image/btn-lq3.png);
    width: 145px;
    height: 46px;
}
.card2-nav-bg>a.ten {
    background: url(../image/btn-lq10.png);
}
.card2-nav-bg>.three {
    background: url(../image/btn-lq2.png);
}

.card2-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.card2-zl {
    color: #ccff70;
    font-size: 20px;
    margin-top: 20px;
    text-decoration: underline;
}

.card2-qj {
    display: flex;
    justify-content: space-between;
    width: 335px;
    margin-top: 20px;
}

.card2-qj>a {
    display: inline-block;
    background: url(../image/btn-jl.png);
    width: 145px;
    height: 46px;
}

.card2-qj>a:nth-child(2) {
    background: url(../image/btn-bs.png);
}

.card2-jd {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    width: 294px;
    color: #ccff70;
    font-size: 16px;
    padding-right: 10px;
}

.card2-lj {
    position: absolute;
    bottom: 39px;
    right: 0px;
    color: #ccff70;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.card2-lj>input {
    width: 20px;
    height: 17px;
    /* 选中时改为绿色（优先使用 modern 浏览器的 accent-color） */
    accent-color: #ccff70;
}

.card2-plan {
    width: 1105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.card2-plan-left {
    background: url(../image/card2-gr.png);
    width: 197px;
    height: 64px;
    padding: 34px 0 0 22px;
    color: #ccff70;
    font-size: 20px;
    font-weight: 700;
}

.card2-plan-right {
    background: url(../image/jd-0.png);
    width: 897px;
    height: 40px;
}

.card2-plan-right.a15 {
    background: url(../image/jd-1.png);
}

.card2-plan-right.a50 {
    background: url(../image/jd-2.png);
}

.card2-plan-right.a110 {
    background: url(../image/jd-3.png);
}

.card2-plan-right.a170 {
    background: url(../image/jd-4.png);
}

.card2-plan-right.a240 {
    background: url(../image/jd-5.png);
}

.card2-bottom {
    background: url(../image/card2-bottom.png);
    width: 1103px;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 13px 20px 258px;
    margin-top: 30px;
}

.card2-bottom>a {
    display: inline-block;
    background: url(../image/btn-lq4.png);
    width: 109px;
    height: 35px;
}

.card2-bottom>a.geted {
    background-position-y: -39px;
}


.card3 {
    margin-top: 213px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card3>.img3 {
    background: url(../image/title3.png) no-repeat center;
    width: 100%;
    height: 57px;
}

.card3-p1 {
    color: #ccff70;
    font-size: 20px;
    font-weight: 700;
    margin-top: 95px;
}

.card3-p2 {
    color: #ccff70;
    font-size: 20px;
    font-weight: 700;
    width: 350px;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.card3-p2 span {
    text-decoration: underline;
}

.card3-view {
    margin-top: 33px;
    background: url(../image/card31.png);
    width: 1080px;
    height: 1081px;
    position: relative;
}

.card3-view>a {
    display: inline-block;
    background: url(../image/btn-lq4.png);
    width: 109px;
    height: 35px;
    position: absolute;
    top: 134px;
    left: 485px;
}

.card3-view>a:nth-child(2) {
    top: 460px;
    left: 958px;
}

.card3-view>a:nth-child(3) {
    top: 1023px;
    left: 782px;
}

.card3-view>a:nth-child(4) {
    top: 1024px;
    left: 187px;
}

.card3-view>a:nth-child(5) {
    top: 460px;
    left: 12px;
}

.card3-view>a:nth-child(6) {
    top: 404px;
    left: 663px;
}

.card3-view>a:nth-child(7) {
    top: 689px;
    left: 751px;
}

.card3-view>a:nth-child(8) {
    top: 893px;
    left: 485px;
}

.card3-view>a:nth-child(9) {
    top: 690px;
    left: 219px;
}

.card3-view>a:nth-child(10) {
    top: 403px;
    left: 308px;
}

.card3-view>a.geted {
    background-position-y: -39px;
}

.card3-bottom {
    margin-top: 54px;
    width: 605px;
    display: flex;
    justify-content: space-between;
    color: #ccff70;
    font-size: 20px;
}



.card4 {
    margin-top: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card4>.img4 {
    background: url(../image/title4.png) no-repeat center;
    width: 100%;
    height: 57px;
}

.card4-p {
    margin-top: 100px;
    color: #ccff70;
    font-size: 20px;
    font-weight: 700;
}

.card4-view {
    width: 100%;
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
}

.card4-block {
    background: url(../image/card4-1.png);
    width: 203px;
    height: 374px;
}

.card-inner {
    position: relative;
    width: 203px;
    height: 374px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.title1 {
    display: inline-block;
    background: url(../image/card4-1-active.png) no-repeat;
    width: 203px;
    height: 374px;
}

.T1:nth-child(2) .title1 {
    background: url(../image/card4-2-active.png) no-repeat;
}

.T1:nth-child(3) .title1 {
    background: url(../image/card4-3-active.png) no-repeat;
}

.T1:nth-child(4) .title1 {
    background: url(../image/card4-4-active.png) no-repeat;
}

.SQWelcome-bottom_one {
    display: inline-block;
    background: url(../image/card4-1.png) no-repeat;
    width: 203px;
    height: 374px;
}

.T1:nth-child(2) .SQWelcome-bottom_one {
    background: url(../image/card4-2.png) no-repeat;
}

.T1:nth-child(3) .SQWelcome-bottom_one {
    background: url(../image/card4-3.png) no-repeat;
}

.T1:nth-child(4) .SQWelcome-bottom_one {
    background: url(../image/card4-4.png) no-repeat;
}

.card-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

.card-title>a {
    display: inline-block;
    background: url(../image/btn-lq4.png);
    width: 109px;
    height: 35px;
}

.card-title>a.geted {
    background-position-y: -39px;
}

.card-title {
    transform: rotateY(180deg);
}

.flipped {
    transform: rotateY(180deg);
    /* 旋转 180 度 */
}

.card-inner a {
    position: absolute;
    backface-visibility: hidden;
}

.card-inner div {
    position: absolute;
    backface-visibility: hidden;
}






.openBoxPage {
    background: url(../image/popup1.png)no-repeat center !important;
    background-size: 100% 100%;
}

.openBoxPage .lay_content {
    margin-top: 40px !important;
}

.openBoxPage .lay_close {
    font-size: 23px;
    top: 8px;
    right: 10px;
    opacity: 0;
}

.popup1-p {
    color: #3e521a;
    font-size: 16px;
    text-align: left;
    padding: 12px 0 0 9px;
    line-height: 1.5;
}



.openBoxPage2 {
    background: url(../image/popup2.png)no-repeat center !important;
    background-size: 100% 100%;
}

.openBoxPage2 .lay_content {
    margin-top: 60px !important;
}

.openBoxPage2 .lay_close {
    font-size: 23px;
    top: 8px;
    right: 10px;
    opacity: 0;
}

.popup2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3e521a;
    font-size: 20px;
    font-weight: 700;
}

.popup2>p {
    padding: 0 15px;
}

.popup2-a {
    display: inline-block;
    background: url(../image/btn-qd.png);
    width: 145px;
    height: 46px;
    margin-top: 15px;
}

.popup2-box {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup2-box label {
    margin-top: 20px;
}

/* 将 radio 选中后的指示颜色设置为 #3e521a */
input[type="radio"] {
    accent-color: #3e521a;
}