@charset "utf-8";

*,
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "pfMedium"; */
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.guide-box {
    /* 子元素margin影响父元素定位问题 */
    padding: 0;
    /*! overflow: hidden; */
    /*  */
    width: 100%;
    background-image: url(guide_page/guideBg_new.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
}

.show-box {
    height: 100vh;
    padding-top: 100px;
}

@media screen and (max-width:1440px) {
    .guide-box {
        background-size: 100% 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .content {
        width: 1200px;
    }

    .content img {
        width: 100%;
        height: auto;
    }
}

.guide-title {
    position: relative;
    width: 676px;
    height: 59px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.guide-title img {
    width: 676px;
    height: 59px;
}

.radiusbg_1 {
    position: absolute;
    right: -250px;
    top: -15px;
    width: 235px;
    height: 64px;
    background-image: url(guide_page/radiusBg_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 235px 64px;
    color: #fff;
    font-size: 30px;
    /* font-family: "pfHeavy" !important; */
    line-height: 64px;
    text-align: center;
}

.radius_group {
    text-align: center;
    position: relative;
    height: 49px;
    width: 1200px;
    margin: 0 auto;
}

.radiusbg_2 {
    /*display: inline-block;*/
    width: 544px;
    height: 49px;
    background-image: url(guide_page/radiusBg_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 544px 49px;
    margin: 0 auto;
    text-align: center;
    line-height: 49px;
    font-family: "黑体";
    color: #fff;
    font-size: 24px;
}

.link-box {
    text-align: center;
    margin-bottom: 10px;
    height: 49px;
    overflow: hidden;
}

.to-index-link, .to-login-link {
    display: inline-block;
    width: 200px;
    height: 50px;
    /* margin-top: 20px; */
    color: #fff;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 49px;
    font-size: 24px;
    /* font-family: "pfHeavy" !important; */
    padding: 8px 0;
    text-align: center;
    margin: 0 16px;
    overflow: hidden;
}

.to-index-link {
    background-image: url(guide_page/radiusBg_3.png);
}

.to-login-link {
    background-image: url(guide_page/radiusBg_4.png);
}

.to-index-link:hover, .to-login-link:hover {
    font-size: 26px;
    color: #fff;
}

.content {
    width: 1300px;
    margin: 0 auto;
}

.con-text {
    width: 1100px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.coarousel-static {
    width: 100%;
    text-align: center;
}

/* 2023.07.07 */
.hidden-box {
    display: none;
    margin-top: -150px;
}


.dashed {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    border-top: 1.5px dashed #cacaca;
}

.form-box {
    width: 1200px;
    margin: 0 auto;
    font-family: '黑体';
}


.form-title {
    text-align: center;
}

.form-text {
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.application-form {
    width: 500px;
    padding: 50px;
    height: 460px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: url(guide_page/form_bg.png) repeat;
    margin-bottom: 60px;
    /* background-color: #749ee1; */
}

.form-group {
    margin-bottom: 12px;
}

.form-group::after {
    content: "";
    display: block;
    clear: both;
}

.form-label {
    padding: 10px 0;
    display: block;
    float: left;
    width: 70px;
    text-align: left;
    color: #000;
}

.form-label .red {
    color: #ca3232;
    margin-left: 3px;
}

.form-group .form-control {
    float: left;
    height: 38px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    width: 330px;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
}

.form-check {
    margin-top: 18px;
    line-height: 22px;
}

.form-check input[type=checkbox] {
    margin-right: 5px;
}

.form-check .blue {
    color: #5283db;
    font-weight: bold;
}

.submit {
    margin: 0 auto;
    margin-top: 18px;
    display: block;
    border: none;
    box-shadow: none;
    outline: none;
    width: 110px;
    height: 50px;
    background: url(guide_page/form_button.png) no-repeat;
    background-size: 110px 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}