* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: red;
    background: url(../img/bgbga.png)no-repeat;
    background-size: 100% 100%;
}
.box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/bgbga.png)no-repeat;
    background-size: 100% ;
    /* height: 1080px; */
    padding-bottom: 200px;
    height: 1080px;
}

.top {
    width: 62.5%;
    margin: 15px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top img {
    width: 192px;
}

.login-btn {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(241, 176, 62);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 6px 0px rgba(231, 79, 72, 0.55);
    width: 121px;
    text-align: center;
    padding: 0.5% 0;
    border-radius: 50px;
    color: #da3023;
    font-weight: bold;
    font-size: 18px;
}

.banner {
    width:620px;
    margin:0 auto;
}

.change-bb {
    width: 530px;
    margin: 20px auto 0 auto;
    position: relative;
}

.city-xl {
    width: 100%;
    position: absolute;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    font-size: 16px;
    height: 300px;
    overflow-y: scroll;

}

.city-xlzw {
    width: 100%;
    position: absolute;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    font-size: 16px;

}

.city-xl li {
    font-size: 16px;
    padding: 1%;
    border-bottom: 1px solid #000;
}

.city-xl li:hover {
    background: #ccc;
    font-weight: bold;
}

.search1 {
    background: #fff;
    width: 100%!important;
    height: 57px;
    border-radius: 5px !important;
    border: 2px solid #ffdf3b;
    font-size: 18px;
    padding: 0 1% 0 1%;
}

.now-sch {
    margin: 10px auto 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 223, 59);
    background-image: -moz-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    background-image: -webkit-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    background-image: -ms-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    box-shadow: 0px 9px 43px 0px rgba(168, 26, 17, 0.43);
    text-align: center;
    width: 265px;
    padding: 0.5% 0;
    color: #da3023;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
}

.list {
    width: 1113px;
    background: url(../img/list-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 36px 28px 58px 28px;
    margin-top: 35px;
    display: none;
}

.list li {
    width: 20%;
    display: flex;
    margin-bottom: 20px;
}

.list li a {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: red;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #da3023;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 223, 59);
    background-image: -moz-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    background-image: -webkit-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    background-image: -ms-linear-gradient(-85deg, rgb(254, 252, 240) 0%, rgb(250, 235, 161) 100%);
    box-shadow: 0px 9px 8px 0px rgba(168, 26, 17, 0.09);
    padding: 4% 0;
}

.list li a:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 223, 59);
    background-image: -moz-linear-gradient(-85deg, rgb(255, 221, 97) 0%, rgb(236, 81, 70) 100%);
    background-image: -webkit-linear-gradient(-85deg, rgb(255, 221, 97) 0%, rgb(236, 81, 70) 100%);
    background-image: -ms-linear-gradient(-85deg, rgb(255, 221, 97) 0%, rgb(236, 81, 70) 100%);
    box-shadow: 0px 9px 8px 0px rgba(168, 26, 17, 0.09);
    color: #fff;
}

.tips {
    text-align: center;
    padding-top: 31px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.tips a {
    color: #ffdf3b;
}

.mask {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    /* display: none; */
}

.tc-box {
    margin: 0 auto;
    background: url(../img/tc-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 1% 2% 1%;

}

.dl {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 4% 0 5% 0;
}

.por {
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 19px;
    justify-content: space-around;
}

.por span {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.por input {
    width: 75%;
    border-radius: 9px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 8px 0px rgba(154, 22, 15, 0.77);
    height: 100%;
    padding-left: 2%;
    font-size: 12px;
}

#__nc {
    display: block;
    box-sizing: border-box;
    width: 75%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    padding: 0;
    border-radius: 9px !important;

}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: .8rem;
}

._nc .stage1 .slider {
    height: 50px !important;
    left: .7rem;
    right: .7rem;
}

._nc .stage1 .button {
    width: 50px !important;
    height: 50px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 50px;
}

.nc-container .nc_scale .scale_text {
    font-size: .4rem !important;
    text-align: left;
}

.nc_scale {
    height: 50px !important;
}

.nc-container .nc_scale span {
    height: 50px !important;
    line-height: 50px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 50px;
}

.nc-container .nc_scale .btn_ok {
    line-height: 50px;
}

.hk {
    opacity: 0;
}

.yzm {
    width: 75%;
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
}

.code {
    width: 100% !important;

}

.send {
    width: 30% !important;
    position: absolute;
    right: 0;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 50% !important;
    border-left: 1px solid #ccc;
    border-radius: 0 !important;
    color: #ed3617;
    border-radius: none!important;
}

.zhu {
    text-align: center;
    font-size: 14px;
    padding: 15px 0 17px 0;

}

.zhu a {
    color: #ffe880;
    text-decoration: underline;
}

.submit {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 239, 193);
    background-image: -moz-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
    background-image: -webkit-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
    background-image: -ms-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
    box-shadow: 0px 3px 8px 0px rgba(171, 23, 16, 0.9);
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #da3023;
    font-weight: bold;
    border-radius: 50px;
    padding: 2% 0;
}

.nc-container .nc_scale .btn_slide {
    border-radius: 9px !important;
    background-image: -moz-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
    background-image: -webkit-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
    background-image: -ms-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
    box-shadow: inset 0px 0px 8px 0px rgba(255, 179, 157, 0.67) !important;

}

#your-dom-id,
#nc_1_wrapper,
#nc_1_n1t,
#nc_1__bg,
#nc_1_n1z {
    border-radius: 9px !important;

}

#nc_1__scale_text {
    background: #ffefd4 !important;
    border-radius: 9px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    color: #000;
}
.close{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
}
@media screen and (max-width:1400px) {
    .tc-box {
        width: 35%;
    }
}
@media screen and (max-width:1000px) {
    .tc-box {
        width: 45%;
    }
}
@media screen and (max-width:600px) {
    
    body{
        background: #d9271e;
    }
    .change-bb{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        margin-top: 0.5rem;
    }
    .search1{
        box-sizing: border-box;
    }
    .tc-box {
        width: 90%;
        padding-bottom:5%;
    }
    .top{
        width: 90%;
    }
}
@media screen and (max-width:1113px) {
    .box{
        height: 8rem;
        padding-bottom: 0!important;
    }
    .list li{
        width: 33%;
        margin-bottom: 0.2rem;
    }

    .banner {
        width: 95%;
        margin-top: 0.8rem;
    }

    .list {
        width: 90% !important;
        padding: 0.2rem;
        margin-top: 0.2rem;
    }

    .search {
        width: 50%;
    }

    .top img {
        width: 2rem;
    }

    .login-btn {
        width: 2rem;
        font-size: 0.15rem;
        padding: 1% 0;
        font-size: 0.2rem;
        font-weight: bold;
    }

    .list li a {
        font-size: 0.22rem;
    }

    .now-sch {
        width: 90%;
        font-size: 0.32rem;
        padding: 2% 0;
        font-weight: bold;
    }
}

._nc .stage1 .slider{
    left: 0!important;
    right: 0!important;
}