@charset "utf-8";

.main {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0px auto;
    text-align: center;
}

.msg {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    bottom: 0px;
}

.foot {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    bottom: 0px;
    position: fixed;
    background: #e6e6e6;
    height: 55px;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0px auto;
    text-align: center;
}

.foot table {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    margin-top: 5px;
}

.index_bj {
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    margin: 0px auto;
    text-align: center;
}

.index_main {
    width: 100%;
    color: #FFF;
    position: absolute;
    max-width: 640px;
    min-width: 320px;
    margin: 0px auto;
    text-align: center;
}

.main-button-text {
    width: 99%;
    height: 50px;
    border: 1px solid rgba(51, 75, 93, 0.2);
    color: #354C5E;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .main-button-text {
        width: 98%;
    }

}

.main-button-text:focus {
    border-style: solid;
    border-color: #46B847;
}

.main-button {
    display: inline-block;
    width: auto;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #FDB726;
    margin-top: 20px;
    border: 1px solid #FCA218;
    padding: 12px 30px;
    color: #fff;
    cursor: pointer;
}

.main-button:hover {
    border: 1px solid #FCA218;
    background-color: #FCA218;
}

.index_main p {
    text-align: left;
    font-size: 14px;
    width: 80%;
    margin: 0px auto;
    margin-top: 20px;
}

.nav {
    width: 100%;
    height: 50px;
    background: #679eff;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.one {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.one-left {
    float: left;
    width: 48%;
    border: #dedede 1px solid;
    height: auto;
    padding-bottom: 5px;
    margin-top: 20px;
}

.one-right {
    float: right;
    width: 48%;
    border: #dedede 1px solid;
    height: auto;
    padding-bottom: 5px;
    margin-top: 20px;
}

.one-text {
    width: 95%;
    margin: 10px auto;
}

.one-text h3 {
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one-text p {
    text-align: left;
    font-size: 14px;
    color: #ff461f;
    width: 100%;
    float: left;
    line-height: 30px;
}

.one-text p span {
    font-size: 12px;
    text-align: right;
    color: #666;
    float: right;
}

.xq-one {
    width: 95%;
    margin: 10px auto;
    background: #fff;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.xq-one h3 {
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 0px auto;
    color: #666;
    border-bottom: #f0f0f0 1px solid;
}

.xq-one p {
    text-align: left;
    font-size: 16px;
    color: #ff461f;
    line-height: 30px;
    width: 90%;
    margin: 0px auto;
    font-weight: 900;
}

.xq-one p span {
    font-size: 12px;
    color: #666;
    font-weight: 100;
}

h2 {
    font-size: 16px;
    line-height: 40px;
    color: #679eff;
}

h2 span {
    font-size: 18px;
    color: #ff461f;
}

.time {
    width: 95%;
    margin: 0px auto;
    background: #fff;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border: #ccc 1px solid;
    height: auto;
}

.time-left span {
    color: #ff461f;
}

.time-left {
    float: left;
    font-size: 14px;
    color: #666;
    width: 50%;
}

.time-right {
    float: right;
    font-size: 14px;
    color: #666;
    width: 50%;
}

.anniu {
    width: 80%;
    margin: 0px auto;
}

.hezi1 {
    width: 100%;
    background-color: #000000;
    display: inline;
    z-index: 3;
}

.paohui {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    display: none;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    min-width: 320px;
}

.select-input {
    border: 0 !important;
    background: #fff;
    font-size: 14px
}

.buttom-link {
    margin-top: 100px;
    margin-bottom: 30px;
}

.buttom-link div {
    width: 32.5%;
    display: inline-block;
    text-align: center;
    justify-content: center; /*水平方向的居中*/
}

.buttom-link div:nth-child(1) {
    text-align: left;
}

.buttom-link div:nth-child(3) {
    text-align: right;
}

.buttom-link a {
    width: 200px;
    display: inline-block;
    border: 1px solid;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.buttom-link div:nth-child(1) a {
    background-color: rgb(23, 34, 59)
}

.buttom-link div:nth-child(2) a {
    background-color: rgb(55, 115, 184)
}

.buttom-link div:nth-child(3) a {
    background-color: rgb(23, 34, 59)
}

.main-button {
    border: unset;
}

.t-option {
    cursor: pointer;
}

.test-options .t-option {
    padding: unset;
    padding-left: 8px;
}

.tk {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 8px;
}

/* 应用于移动端的样式 */
@media screen and (max-width: 768px) {
    .buttom-link {
        margin-top: 50px;
        margin-right: 20px
    }

    .buttom-link div {
        width: 100%;
        display: inline-block;
        text-align: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .buttom-link a {
        width: 100%;
        display: inline-block;
        border: 1px solid;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .main-button {
        height: 50px;
        display: inline-block;
        -webkit-appearance: none;
    }
}

.sub-title{text-align: center!important;padding-bottom: 20px!important}
.notice{padding: unset!important;color: red!important; font-size: 16px!important;}
.cj{background-color:#ffffff;border-radius: 10px}
.sbo{float:left; width:100%; text-align: center;}
.em1{border: unset;background: unset;bottom: 0;}
.em2{border: unset;background: unset;bottom: 0;}
.free{padding:unset;font-size: 16px}
.p1{padding-left: 15px;width: 100%}
.p2{padding-left: 15px;width: 30%}
.t-option{padding: 4px 8px!important;}