html,
body {
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
    min-width: 1200px;
    background: url(../images/bg.png) center no-repeat;
    background-size: 100% 100%;
    background-position-y: 40px;
    overflow: hidden;
}
.container .header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.container .header ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.container .header ul li {
    margin-right: 46px;
}
.container .header ul li a {
    line-height: 70px;
}
.container .header ul li:last-child {
    /*margin-right: 0;*/
    /*margin-left: auto;*/
}
.container .header ul li:last-child a {
    display: inline-block;
    width: 115px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-color: #345aee;
}
.container .banner {
    width: 100%;
    height: 500px;
    margin-top: 70px;
    padding: 70px;
    background: url(../images/banner.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container .banner .title {
    width: 908px;
    height: 244px;
}
.container .banner .tips {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    text-shadow: 3px 2px 3px #0e2795;
}
.container .banner .tips:nth-child(2) {
    margin-top: 32px;
    margin-bottom: 5px;
}
.container .public {
    width: 100%;
    margin-top: 38px;
    padding: 31px 0 0 0;
}
.container .public .sub_title {
    width: max-content;
    padding: 0 80px;
    background: url(../images/title_bg.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 54px;
    font-size: 40px;
    margin: 0 auto;
}
.container .public .sub_title::before {
    content: " ";
    display: inline-block;
    width: 56px;
    height: 51px;
    background: url(../images/title_bg_left.png);
    margin-right: 24px;
    vertical-align: middle;
}
.container .public .sub_title::after {
    content: " ";
    display: inline-block;
    width: 56px;
    height: 51px;
    background: url(../images/title_bg_right.png);
    margin-left: 24px;
    vertical-align: middle;
}
.container .public .dsbg {
    width: 1200px;
    margin: 39px auto 0 auto;
    padding: 39px 35px 40px 43px;
    background: url(../images/dsbg_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.container .public .dsbg p {
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}
.container .public .dsbg img {
    width: 100%;
    height: 100%;
}
.container .public .zzdw {
    width: 100%;
    height: 370px;
    margin-top: 38px;
    padding: 50px 0;
    background-color: #579bff;
}
.container .public .zzdw .zzdw_content {
    width: 1200px;
    height: 267px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    border-radius: 21px;
    background-color: #9bc3ff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.container .public .zzdw .zzdw_content .item {
    text-align: center;
}
.container .public .zzdw .zzdw_content .item h3 {
    width: 150px;
    font-size: 25px;
    background-image: linear-gradient(0deg, #89e0fb 0%, #e7f0ff 100%);
    border-radius: 23px;
    color: #f55406;
    margin: 0 auto 18px auto;
}
.container .public .zzdw .zzdw_content .item p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.container .public .zzdw .zzdw_content .item:nth-child(2) {
    margin: 0 240px 0 137px;
}
.container .public .dsxsjnr {
    width: 1200px;
    margin: 0 auto;
}
.container .public .dsxsjnr .tips {
    text-indent: 2em;
    margin-top: 40px;
    width: 1200px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}
.container .public .dsxsjnr .csdt {
    width: 100%;
    position: relative;
}
.container .public .dsxsjnr .csdt h3 {
    position: absolute;
    top: -100px;
    left: calc(50% - 87px);
    z-index: -1;
    width: 174px;
    height: 144px;
    text-align: center;
    line-height: 110px;
    font-weight: bolder;
    font-size: 30px;
    color: #874f24;
    letter-spacing: 8px;
    margin: 0 auto;
    background: url(../images/title_bg_1.png) center no-repeat;
    background-size: 174px 144px;
}
.container .public .dsxsjnr .csdt .csdt_content {
    width: 1200px;
    padding: 15px 12px;
    margin-top: 125px;
    background-image: linear-gradient(180deg, #ffe2d6 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
    border-radius: 21px;
    box-shadow: 2px 1px 14px 2px rgba(62, 69, 115, 0.08);
}
.container .public .dsxsjnr .csdt .csdt_content .csdt_content_box {
    border: 1px solid #ff7e45;
    border-radius: 21px;
    padding: 37px 25px 29px 31px;
}
.container .public .dsxsjnr .csdt .csdt_content .csdt_content_box h4 {
    font-size: 35px;
    color: #ee6f38;
    text-align: center;
}
.container .public .dsxsjnr .csdt .csdt_content .csdt_content_box .cxsw_text {
    margin: 24px 0 26px 0;
    width: 1121px;
    font-size: 22px;
    text-indent: 2em;
    line-height: 36px;
    color: #333333;
}
.container .public .dsxsjnr .csdt .csdt_content .csdt_content_box .join {
    width: 413px;
    margin: 0 auto;
}
.container .public .dsxsjnr .csdt .csdt_content .csdt_content_box .join a {
    display: block;
    width: 413px;
    height: 68px;
    font-size: 28px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(1deg, #fe9962 0%, #ff5e0f 100%), linear-gradient(#fe4637, #fe4637);
    border-radius: 33px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content {
    background-image: linear-gradient(180deg, #d0e3ff 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box {
    border: solid 1px #3559f7;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box h4 {
    margin-bottom: 26px;
    color: #4271ff;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .csfs {
    text-indent: 0;
    display: flex;
    justify-content: flex-start;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .csfs span {
    display: inline-block;
    width: 100%;
    margin-left: 12px;
    font-size: 18px;
    line-height: 2;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .csfs:nth-child(2)::before {
    content: "01";
    font-size: 28px;
    color: #fd6f48;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .csfs:nth-child(3)::before {
    content: "02";
    font-size: 28px;
    color: #fd6f48;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item {
    width: 515px;
    border-radius: 20px;
    background-color: #ffffff;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .item_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 29px 0 15px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .item_content img {
    width: 90px;
    height: 93px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .item_content .item_text {
    margin-left: 14px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .item_content .item_text h2 {
    font-size: 29px;
    color: #252e61;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .item_content .item_text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}
.container .public .dsxsjnr .csdt:nth-child(3) .csdt_content .csdt_content_box .match_group .item .ljbm_btn {
    width: 412px;
    height: 68px;
    text-align: center;
    font-size: 27px;
    line-height: 68px;
    margin: 27px auto 35px auto;
    background-image: linear-gradient(1deg, #fe9962 0%, #ff5e0f 100%), linear-gradient(#fe4637, #fe4637);
    border-radius: 33px;
    color: #fff9f2;
    text-shadow: 2px 1px 2px #a61206;
}
.container .public .scap {
    margin-top: 38px;
    height: 354px;
    background: url(../images/scap_bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 59px 0 60px 0;
}
.container .public .scap .lc {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.container .public .scap .lc li {
    width: 191px;
    height: 63px;
    line-height: 63px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    border-radius: 31px;
}
.container .public .scap .lc li:nth-child(1) {
    background-image: linear-gradient(180deg, #faa164 0%, #fda65c 50%, #ffab53 100%), linear-gradient(#438be9, #438be9);
}
.container .public .scap .lc li:nth-child(2) {
    background-image: linear-gradient(180deg, #fe9758 0%, #ffa156 50%, #ffab53 100%), linear-gradient(#438be9, #438be9);
}
.container .public .scap .lc li:nth-child(3) {
    background-image: linear-gradient(180deg, #ff7138 0%, #ff9e39 100%), linear-gradient(#438be9, #438be9);
}
.container .public .scap .lc li:nth-child(4) {
    background-image: linear-gradient(180deg, #fd4f2c 0%, #ff8c53 100%), linear-gradient(#fd4f2c, #fd4f2c);
}
.container .public .scap .lc li:nth-child(5) {
    background-image: linear-gradient(180deg, #c72606 0%, #ff8c53 100%), linear-gradient(#fd4f2c, #fd4f2c);
}
.container .public .scap .dot {
    margin: 25px auto 28px auto;
    width: 1026px;
    display: flex;
    justify-content: space-between;
}
.container .public .scap .dot li {
    width: 17px;
    height: 17px;
    border-radius: 100%;
}
.container .public .scap .dot li:nth-child(1) {
    background: #ff8d54;
}
.container .public .scap .dot li:nth-child(2) {
    background: #f85d1f;
}
.container .public .scap .dot li:nth-child(3) {
    background: #f85d1f;
}
.container .public .scap .dot li:nth-child(4) {
    background: #fd4f2c;
}
.container .public .scap .dot li:nth-child(5) {
    background: #fd4f2c;
}
.container .public .scap .hr_line {
    width: 1011px;
    height: 3px;
    margin: -38px auto 0 auto;
    background-image: linear-gradient(180deg, #fd954e 0%, #fe7842 50%, #ff5b35 100%);
}
.container .public .scap .ul_text {
    width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: flex-start;
}
.container .public .scap .ul_text li {
    text-align: center;
    color: #fff;
}
.container .public .scap .ul_text li p {
    line-height: 40px;
}
.container .public .scap .ul_text li:nth-child(1) {
    width: 145px;
    margin: 0 72px 0 14px;
}
.container .public .scap .ul_text li:nth-child(2) {
    width: 246px;
    margin-right: 35px;
}
.container .public .scap .ul_text li:nth-child(3) {
    width: 188px;
    margin-right: 42px;
}
.container .public .scap .ul_text li:nth-child(4) {
    width: 250px;
    margin-right: 41px;
}
.container .public .scap .ul_text li:nth-child(5) {
    width: 166px;
    white-space: nowrap;
}
.container .public .jxsz {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 51px auto 0 auto;
}
.container .public .jxsz .item {
    width: 547px;
    background: url(../images/jxsz_item_bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 47px 20px 66px 17px;
}
.container .public .jxsz .item h1 {
    width: 190px;
    height: 40px;
    line-height: 64px;
    margin: 0 auto;
    background: url(../images/player.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
}
.container .public .jxsz .item ul {
    width: 310px;
    margin: 42px auto 0 auto;
}
.container .public .jxsz .item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
}
.container .public .jxsz .item ul li img {
    width: 46px;
    height: 57px;
}
.container .public .jxsz .item ul li p {
    font-size: 24px;
    color: #333;
}
.container .public .jxsz .item ul li span {
    font-size: 24px;
    color: #e5300d;
}
.container .public .jxsz .item ul li:nth-child(1) {
    margin: 0;
}
.container .public .jxsz .item .tips {
    font-size: 22px;
    color: #7b7f95;
    line-height: 48px;
    padding: 52px 24px 0 24px;
}
.container .public .jxsz .item:nth-child(2) ul {
    width: 365px;
}
.container .public .jxsz .item:nth-child(2) ul li {
    justify-content: flex-start;
    margin-top: 35px;
}
.container .public .jxsz .item:nth-child(2) ul li p {
    margin-left: 12px;
}
.container .public .qtjx {
    width: 1200px;
    margin: 42px auto 300px auto;
    height: 181px;
}
.container .public .qtjx h1 {
    font-size: 37px;
    color: #f3421f;
    font-style: italic;
    margin-bottom: 36px;
}
.container .public .qtjx p {
    line-height: 36px;
    display: flex;
    align-items: flex-start;
}
.container .public .qtjx p span {
    display: inline-block;
    width: 1111px;
    font-size: 22px;
}
.container .public .qtjx p:nth-child(2):before {
    content: "01";
    font-size: 28px;
    color: #fd6f48;
    margin-right: 11px;
}
.container .public .qtjx p:nth-child(3):before {
    content: "02";
    font-size: 28px;
    color: #fd6f48;
    margin-right: 11px;
}
.container .public .qtjx p:nth-child(4):before {
    content: "03";
    font-size: 28px;
    color: #fd6f48;
    margin-right: 11px;
}
.container .footer {
    width: 100%;
    height: 184px;
    background-color: #313131;
    display: flex;
    align-items: center;
    padding: 0 20px;
    /* position: fixed;
    left: 0;
    bottom: 0; */
}
.container .footer .footer_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .footer .footer_content ul li {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.container .footer .footer_content .qr_group {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .footer .footer_content .qr_group .qr_item {
    width: 100px;
    height: 100px;
    background-color: #fff;
    position: relative;
}
.container .footer .footer_content .qr_group .qr_item img {
    width: 100%;
    height: 100%;
}
.container .footer .footer_content .qr_group .qr_item p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
    font-size: 16px;
    left: 0;
    color: #fff;
}
.modal_bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.modal_writing{
    position: fixed;
    top: 10vh;
    left:3%;
    z-index: 11;
    width: 94%;
    padding-bottom: 40px;
    /*background: url("/static/index/images/tk_bg_default.png") no-repeat;*/
    /*background-size: 100% auto;*/
    background-color: #fff;
    border-radius: 15px;
}
.close_m{
    width: 94%;
    padding-top: 20px;
    text-align: right;
}
.close_m img{
    width: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: #345aee;
}
.modal_writing p{
    width: 94%;
    margin: 0 auto;
    color: #fa6e46;
    text-align: center;
    line-height: 34px;
    font-size: 30px;
}
.modal_writing p:nth-of-type(1){
    width: 94%;
    margin: 0 auto;
    color: #fa6e46;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    padding-top: 16px;
}
.into_writing{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.into_writing a{
    display: inline-block;
    width: 40%;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 40px;
    margin: 10px 0;
    background-color: #fa6e46;
    text-decoration: none;
}
