.TIME_TIP {
	font-weight: bold;
	font-size: 20px !important;
}
.section_title {
    font-size: 30px;
    color: #000;
}
input::-webkit-input-placeholder{
    color:red;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:red;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:red;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:red;
}

.section1 {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.section1 > img {
    width: 100%;
}
/* .section1_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
} */
.section1_wrapper {
    display: flex;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.section1_badge {
    width: 80px;
    margin-right: 30px;
}
.section1_badge img {
    width: 100%;
}
.section1_container h3 {
    font-size: 32px;
    font-weight: 600;
}
.section1_container p {
    font-size: 14px;
    margin-top: 5px;
}

.main {
    display: flex;
    margin-top: 30px;
    color: black !important;
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
    font-weight: bold !important;
}
.main_left {
    flex: 1;
}
.main_block1 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
}
.main_block1 h4 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.main_block1_container {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.main_block1_container table {
    flex: 1;
    margin-right: 20px;
}
.main_block1_container table tr:nth-child(odd) {
    background-color: #F3F5F7;
}
.main_block1_container table td {
    font-size: 14px;
    color: #333;
    padding: 10px;
    height: auto;
    vertical-align: middle;
    line-height: 1;
}
.main_block1_picture {
    width: 430px;
    height: 250px;
    overflow: hidden;
}
.main_block1_picture video {
    width: 100%;
}
.main_block2 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.main_block2 h4 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.main_block2 table {
    width: 100%;
    margin-top: 20px;
}
.main_block2_index {
    background: #F5A623;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 34px;
    line-height: 20px;
}
.main_block2 table td {
    font-size: 14px;
    color: #333;
    padding: 10px;
    height: auto;
    vertical-align: middle;
    line-height: 1;
}
.main_block3 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.main_block3 h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.main_block3_container {
    font-size: 14px;
    color: #333;
}
.main_block3_container p {
    margin-bottom: 20px;
}
.main_block4 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.main_block4 h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.main_block4_nav {
    display: flex;
    margin-bottom: 20px;
}
.main_block4_nav div {
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    margin-left: 0;
    display: inline-block;
    padding: 10px 1rem;
    background: #ddd;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin: 0 6px;
}
.main_block4_nav .active {
    background: #318de8;
    color: #fff;
}
.main_block4_box {
    display: none;
}
.main_block4_item {
    margin-bottom: 30px;
}
.main_block4_item h5 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.main_block4_item table {
    width: 100%;
    font-size: 14px;
}
.main_block4_item thead td,
.main_block4_item .firstRow td  {
    background-color: #eee;
    font-weight: 600;
}
.main_block4_item td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd !important;
    vertical-align:middle
}
.main_block4_item > div > p {
    font-size: 13px;
}
.main_block5 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.main_block5 h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.main_block5 li {
    margin-bottom: 20px;
}
.main_block5 li h3 {
    background: #e5e5e5;
    padding: 12px 1rem;
    margin: 0;
    font-size: 15px;
}
.main_block5_text {
    padding: 15px 1rem;
    border: 1px solid #ddd;
    min-height: 107px;
    font-size: 13px;
}
.main_block5_text p {
    margin-bottom: 10px;
}
.main_block5_text table {
    width: 100%;
}
.main_block5_text td {
    border: 1px solid windowtext;
    text-align: center;
}

.main_right {
    width: 200px;
    margin-left: 20px;
}
.main_right > div{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0066cc;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(3, 41, 124, 0.2);
}
.main_right > div a {
    color: #fff;
}

.main_right ul li {
    margin-top: 20px;
}
.main_right ul li h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
.main_right ul li p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    text-indent: 10px;
}

.section2 {
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: none;
}
.section2_container {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section2_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.section2 input,
.section2 select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ececec;
    outline: none;
    padding: 0 10px;
}
.section2_item {
    display: flex;
    width: 280px;
    margin-bottom: 10px;
}
.section2_sendCode {
    width: 150px;
    color: #fff;
    background-color: #0066cc;
    border: none;
    font-size: 14px;
    margin-left: 20px;
    outline: none;
}
.section2_submit {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #0066cc;
    border: none;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    margin-top: 10px;
}

.section3 {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-top: 50px;
}
.section3 img {
    width: 100%;
}

.section4 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section4 img {
    max-width: 100%;
}
.section4_contaienr {
    margin-top: 20px;
}
.section4_contaienr > div {
    padding-left: 0;
}
.section4_item {
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
}
.section4_item img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width:700px) {
    .section1 > img {
        width: auto;
        height: 100%;
    }
    .section1_wrapper {
        width: auto;
    }
    .section1_container h3 {
        font-size: 20px;
    }
    .section1_container p {
        font-size: 12px;
    }

    .main {
        display: block;
        position: relative;
        padding-bottom: 380px;
    }
    .main_block1_picture {
        display: none;
    }
    .main_right {
        width: 200px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
}