@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
    padding: 0;
    margin: 0;
}

fieldset,
img,
button {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th,
li,
dt,
dd,
p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    text-align: left;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}


/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/


/*a,a:hover{transition:all 0.3s ease 0s}*/

button {
    cursor: pointer;
}

input {
    outline: none;
    font-size: 14px;
    color: #333
}

em {
    font-style: normal;
}

body {
    font-family: PingFangSC, "Helvetica neue", Arial, Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", simsun, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.center {
    margin: 0 auto;
}

.clear:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}


/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}


/* End hide from IE-mac */

@font-face {
    font-family: DINCondensed-Bold;
    src: url('../fontface/dincBold.ttf')
}

@font-face {
    font-family: PingFangSC-Regular;
    src: url('../fontface/PingFangSCRegular.ttf')
}


/*设置palceholder属性*/

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}


/* firefox 19+ */

input:-ms-input-placeholder {
    color: #ccc;
}


/* ie */

input:-moz-placeholder {
    color: #ccc;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.w1120 {
    width: 1120px;
}

.w1200 {
    width: 1200px;
}

.dis_ibk {
    display: inline-block;
}

.dis_none {
    display: none;
}

.text_center {
    text-align: center;
}

.pos_relative {
    position: relative;
}

.borfff {
    background-color: #fff;
    border: solid 1px #cacaca;
}

.mar_bot80 {
    margin-bottom: 80px;
}

.pt_30 {
    padding-top: 30px;
}

.bor_ccc {
    border: 1px solid #ccc;
}

.bor_red {
    border: 1px solid #ff0000;
}

.col_red {
    color: #e65e4d;
}

.col_up {
    color: rgba(255, 86, 47, 1)!important;
}

.col_down {
    color: rgba(54, 179, 126, 1)!important;
}

.bor_none {
    border: none!important;
}

.kefu_btn {
    cursor: pointer;
}

body {
    min-width: 1200px;
}

.public_mask {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 14, 27, 0.6);
    display: none;
}

.public_mask>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/*顶部公告*/

.top_noticeinfo {
    height: 50px;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(8, 30, 66, 1);
    line-height: 50px;
    border-bottom: 1px solid rgba(212, 216, 223, 1);
}

.left_noticeinfo,
.right_noticeinfo {
    height: 50px;
    display: flex;
    align-items: center;
}

#newsNotice {
    height: 50px;
}

.left_noticeinfo>span {
    height: 16px;
    display: inline-block;
    border-right: 1px solid rgba(8, 30, 66, 1);
    line-height: 16px;
    padding-right: 10px;
    margin-right: 10px;
}

.right_noticeinfo .s1 {
    height: 16px;
    display: inline-block;
    border-left: 1px solid rgba(8, 30, 66, 1);
    line-height: 16px;
    padding-left: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#newsNotice a {
    color: rgba(8, 30, 66, 1);
    margin-right: 100px;
}


/*右侧浮窗*/

#sideBar_right {
    height: 330px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin: -165px 0 0 0;
    z-index: 9999;
}

#sideBar_right>a {
    display: block;
    width: 68px;
    height: 66px;
    background: rgba(237, 43, 43, 1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding-top: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

#sideBar_right>a:hover {
    background: #FF562F;
}

#sideBar_right>a>div>img {
    display: block;
    margin: 0 auto;
}

#sideBar_right>a>div {
    width: 58px;
    border-bottom: 1px solid #FF562F;
    height: 54px;
    margin: 0 auto;
    box-sizing: border-box;
}

#sideBar_right>a:last-child>div {
    border: none;
}

#sideBar_right>a>div>span {
    line-height: 17px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 5px auto 0;
}

.sideBar_APP_dload {
    display: none;
    position: absolute;
    left: -130px;
    bottom: 38px;
    width: 120px;
    height: 120px;
}


/*头部样式*/

.navbar_fixed_top {
    position: fixed!important;
    right: 0!important;
    left: 0!important;
    z-index: 999999;
}

.top_nav {
    /*border-bottom: solid 1px rgba(255, 255, 255, 0.18);*/
    height: 65px;
    box-sizing: border-box;
    background-color: #081E42;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

body header.active {
    background-color: #FFFFFF;
}

.top_nav:hover {
    /*border-bottom: solid 1px rgba(255,255,255,0);*/
    background-color: #ffffff;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
}

.top_navli {
    margin-right: 40px;
}

.top_navli dl {
    height: 0;
    width: 140px;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -70px;
    padding: 15px 0;
    z-index: -1;
}

.top_navli .active dl {
    visibility: inherit;
}

.top_navli dl dd {
    height: 20px;
    text-align: center;
    padding: 5px 0;
    /*transition: background .3s cubic-bezier(0,0,.2,1) .15s;*/
}

.top_navli dl dd:hover {
    color: #FFF;
    background-color: rgba(237, 43, 43, 1);
}

.top_navli dl dd a {
    font-size: 16px;
    color: #262626;
}

.top_navli dl dd a:hover {
    /*color: #dd473d;*/
}

.top_navli dl dd:hover a {
    color: #FFF;
}

body header.active li a {
    color: #262626;
    /*transition: color .3s cubic-bezier(0,0,.2,1) .15s;*/
}

body header.active .top_goout {
    color: #262626;
    transition: color .3s cubic-bezier(0, 0, .2, 1) .15s;
}

.top_logo {
    margin-right: 70px;
    text-indent: -100000px;
    width: 170px;
    height: 65px;
    background: url(../images_top1/public/LOGO.png?V=1.5) no-repeat -10px center;
    background-size: 100% 80%;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
}

body header.active .top_logo {
    background: url(../images_top1/public/LOGO-hover.png?V=1.5) no-repeat -10px center;
    background-size: 100% 80%;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
}

.top_nav li {
    float: left;
    padding: 0 10px;
    position: relative;
}

.top_nav li span>a {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
    font-weight: 500;
}

.top_nav li span>a:hover {
    color: rgba(237, 43, 43, 1);
    border-bottom: solid 2px rgba(237, 43, 43, 1);
}

.top_nav .active span a {
    color: #dd473d;
    border-bottom: solid 2px #e65e4d;
}

.top_head {
    font-size: 16px;
    color: #ffffff;
    line-height: 65px;
    margin-right: 35px;
    cursor: pointer;
    background: url(../images/head.png) no-repeat center left;
    background-size: 28px;
    padding-left: 38px;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
}

body header.active .top_head {
    background: url(../images/headhover.png) no-repeat center left;
    background-size: 28px;
    transition: .3s cubic-bezier(0, 0, .2, 1) .15s;
}

#head_nologin>div,
#head_login>div {
    display: flex;
    align-items: center;
    height: 65px;
}

#head_nologin a,
#head_login a {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
}

#head_nologin .a1,
#head_login .a1 {
    /*width:76px;*/
    padding: 0 10px;
    height: 24px;
    background-color: rgba(255, 86, 47, 1);
    border-radius: 2px 0px 0px 2px;
}

#head_nologin .a3 {
    width: 56px;
    height: 24px;
    background: rgba(54, 179, 126, 1);
    border-radius: 0px 2px 2px 0px;
}

.top_goout {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-left: 20px;
}

.top_nickname {
    display: flex;
    align-items: center;
}

.top_nickname>img {
    margin-left: 10px;
}

.JYXZXZ_pdf {
    display: inline-block;
    background: #dd473d;
    color: #FFFFFF!important;
    padding: 2px 5px;
    border-radius: 3px;
}

.JYXZXZ_pdf:hover {
    color: #FFFFFF!important;
    opacity: 0.7;
}


/*banner部分*/

.top h2 {
    font-size: 60px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 84px;
    text-align: center;
    margin: 80px 0 40px;
}

.top p {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}

.top a {
    background: #ED2B2B;
    color: #fff;
    margin: 42px auto 0;
}


/*底部样式*/

.footer {}

.footer_con {
    height: auto;
    background-color: #081E42;
    padding: 40px 0;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.footer_con_left>div {
    display: inline-block;
    height: 155px;
}

.footer_con_left a {
    font-size: 14px;
    text-align: center;
    color: #808286;
}

.footer_con_left li {
    margin-bottom: 12px;
}

.footer_con_left .left_link_tit {
    margin-bottom: 20px;
}

.left_link_tit a {
    height: 20px;
    font-family: PingFangSC;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.footer_con_left_link_l {
    margin-right: 150px;
}

.footer_con_left_link_c {
    margin-right: 105px;
}

.footer_con_img {
    width: 130px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_con_img img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.footer_con_img span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.footer_con_img p {
    font-size: 14px;
    text-align: center;
    color: #949494;
}

.footer_bottom {
    width: 100%;
    background-color: #111419;
}

.footer_bottom>div {
    height: 50px;
    border-radius: 2px;
    background-color: #111419;
}

.footer_bottom p {
    display: inline-block;
    text-align: center;
    font-family: PingFangSC;
    font-size: 14px;
    color: #808286;
    line-height: 50px;
}

.foot_friends>h3 {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-top: 40px;
}

.foot_friends_item {
    border-top: 1px solid #7A869A;
    border-bottom: 1px solid #7A869A;
    padding: 5px 0;
    margin: 10px 0;
}

.foot_friends_item>a {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(143, 147, 154, 1);
    line-height: 20px;
}

.foot_friends_item>span {
    background: #7A869A;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
}

.foot_friends>p {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(143, 147, 154, 1);
    line-height: 20px;
}


/*top1_two_account*/

.top1_two_account {
    /*height:929px;*/
    background: url(../images_top1/index/bg3.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 95px;
}

.top1_two_account>h3 {
    font-size: 38px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 53px;
    text-align: center;
}

.top1_two_account>p {
    width: 606px;
    height: 60px;
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
    margin: 32px auto 100px;
    text-align: center;
}

.top1_two_account_div {
    display: flex;
    justify-content: center;
}

.top1_two_account_div>div {
    width: 350px;
    height: 500px;
    border-radius: 10px;
    margin: 0 40px;
    text-align: center;
}

.top1_two_account_div>.d1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.top1_two_account_div>.d2 {
    background: linear-gradient(180deg, rgba(255, 246, 237, 1) 0%, rgba(238, 210, 179, 1) 100%);
}

.top1_two_account_div>div>div {
    width: 350px;
    height: 151px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin-bottom: 33px;
}

.top1_two_account_div>.d1>div {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.top1_two_account_div>.d2>div {
    background: linear-gradient(180deg, rgba(255, 246, 237, 1) 0%, rgba(238, 210, 179, 1) 100%);
}

.top1_two_account_div>div>div>img {
    display: block;
    margin: 30px auto 11px;
}

.top1_two_account_div>div>div>h4 {
    font-size: 30px;
    font-family: STSongti-SC-Black;
    font-weight: 900;
    color: rgba(8, 30, 66, 1);
    line-height: 42px;
    text-align: center;
}

.top1_two_account_div>div>p {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(8, 30, 66, 1);
    line-height: 25px;
    letter-spacing: 1px;
    padding-left: 48px;
}

.top1_two_account_div .btn {
    background: rgba(237, 43, 43, 1);
    color: #fff;
    margin: 59px auto 44px;
}


/*top1_to_trade*/

.top1_to_trade {
    background: url(../images_top1/c-pages/bg2.png) no-repeat center center;
    background-size: cover;
    padding: 90px 0 70px;
}

.top1_to_trade h3 {
    width: 376px;
    height: 106px;
    font-size: 38px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 53px;
    text-align: center;
    margin: 0 auto 30px;
}

.top1_to_trade .a1 {
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.top1_to_trade .a2 {
    background: linear-gradient(180deg, rgba(255, 244, 231, 1) 0%, rgba(231, 175, 125, 1) 100%);
    color: rgba(8, 30, 66, 1);
    margin: 110px auto 0;
}


/*按钮*/

.btn_120_40 {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgba(237, 43, 43, 1);
    text-align: center;
    display: block;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(237, 43, 43, 1);
    line-height: 40px;
    font-size: 16px;
}

.btn_200_52 {
    width: 200px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid rgba(237, 43, 43, 1);
    text-align: center;
    display: block;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(237, 43, 43, 1);
    line-height: 52px;
    font-size: 22px;
}

.btn_260_64 {
    width: 260px;
    height: 64px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 64px;
}

.btn_300_64 {
    width: 300px;
    height: 64px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 64px;
}

.btn_500_64 {
    width: 500px;
    height: 64px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 64px;
}

.btn_100bai_64 {
    width: 100%;
    height: 64px;
    border-radius: 6px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 64px;
}

.btn_120_40:hover,
.btn_200_52:hover,
.btn_260_64:hover,
.btn_300_64:hover,
.btn_500_64:hover,
.btn_100bai_64:hover {
    opacity: 0.75;
}


/*右侧*/

.R_content {
    width: 323px;
}


/*右侧 top1_right_account*/

.right_ad_item_two_btn a {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}

.right_ad_item_two_btn .btn1 {
    border: 1px solid rgba(240, 40, 32, 1);
    color: rgba(237, 43, 43, 1);
}

.right_ad_item_two_btn .btn2 {
    background: rgba(237, 43, 43, 1);
    color: rgba(255, 255, 255, 1);
}


/*右侧 top1_flash*/

.right_ad_item {
    width: 100%;
    margin-top: 20px;
    border: 1px solid rgba(212, 216, 223, 1);
    box-sizing: border-box;
}

.right_ad_item_title {
    width: 100%;
    height: 51px;
    background: rgba(212, 216, 223, 0.22);
}

.right_ad_item_title a {
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(8, 30, 66, 1);
    line-height: 51px;
    padding-left: 20px;
}

.right_ad_item_content {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.right_ad_item_more {
    display: block;
    width: 280px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    border-radius: 1px;
    border: 1px solid rgba(237, 43, 43, 1);
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(232, 0, 0, 1);
    margin: 5px auto 0;
}

.ad_KX_list {
    height: 384px;
    padding: 0 20px 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.ad_KX_list>li {
    padding: 10px 0;
    border-bottom: 1px dashed #D4D8DF;
}

.ad_KX_list time {
    width: 42px;
    height: 18px;
    background: rgba(122, 134, 154, 1);
    border-radius: 1px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 19px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}

.ad_KX_list p {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(8, 30, 66, 1);
    line-height: 20px;
}

.kx_list_sty {
    padding: 0!important;
    height: 470px;
}


/*右侧top1_calender*/

.cal_list_sty {
    padding: 0!important;
    height: 470px;
}

.cal_list_sty .cj_top time {
    width: 42px;
    height: 18px;
    background: rgba(122, 134, 154, 1);
    border-radius: 1px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    text-align: center;
}

.cal_list_sty .cj_top img {
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

.cal_list_sty .cj_top .right_ad_gq {
    width: 27px;
    height: 18px;
    margin-left: 5px;
}

.cal_list_sty .cj_top .right {
    display: flex;
    align-items: center;
}

.cal_list_sty li>p {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(8, 30, 66, 1);
    line-height: 20px;
}

.cal_list_sty li .cj_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.cal_list_sty li .cj_bottom>p {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(122, 134, 154, 1);
    line-height: 20px;
}


/*公共弹窗*/

#statement_alert {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

#statement_alert>.state_alert_box {
    width: 888px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -289px;
    margin-left: -444px;
    padding: 70px 55px 70px 60px;
    box-sizing: border-box;
}

.state_alert_box>.p1 {
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(8, 30, 66, 1);
    line-height: 40px;
    margin-bottom: 40px;
    width: 680px;
}

.state_alert_box>.p2 {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 500;
    color: #081E42;
    line-height: 28px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}

.state_alert_box>.p2::before {
    content: '?';
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(237, 43, 43, 1);
    line-height: 28px;
    position: absolute;
    left: 4px;
    top: 0px;
}

.state_alert_box>.p3 {
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #7A869A;
    line-height: 28px;
    margin-bottom: 70px;
}

.state_alert_box>.p3::before {
    content: '*';
    font-size: 15px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(237, 43, 43, 1);
    line-height: 28px;
    margin-right: 7px;
}

.state_alert_box #statement_alert_no {
    display: inline-block;
    width: 200px;
    height: 48px;
    background: rgba(179, 186, 197, 1);
    border-radius: 2px;
    line-height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    margin-left: 94px;
}

.state_alert_box #statement_alert_next {
    width: 320px;
    height: 48px;
    line-height: 48px;
    background: rgba(237, 43, 43, 1);
    border-radius: 2px;
    border: 1px solid rgba(237, 43, 43, 1);
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-right: 100px;
}