.box {
    position: relative;
    overflow: hidden;

}

.banner {
    position: relative;
    width: 100%;
    height: 390px;
    padding-top: 150px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.main {
    background: linear-gradient(to bottom, #036ef0 20%, #36168f 100%);
}

.wang {
    background-color: #fff;
    border-radius: 10px;
}

.txt01 {
    position: relative;
    display: table;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
}

.txt01::after,
.txt01::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -20px;
    width: 10px;
    height: 19px;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
}

.txt01::before {
    left: auto;
    right: -25px;
    transform: rotate(-180deg);
}

.txt02 {
    margin: 30px auto 0 auto;
}

.box01 {
    padding-top: 110px;
    /* background-color: #fff; */
}

.title {
    position: relative;
    height: 110px;
    margin-bottom: 70px;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    color: #05006a;
    font-weight: bold;
}

.title i {
    position: absolute;
    left: 50%;
    width: 311px;
    height: 113px;
    transform: translateX(-50%);
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
}

.list li {
    position: relative;
    float: left;
    width: 400px;
    height: 382px;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}

.list li.active {
    background-image: url(../images/bg02.png);
}

.year {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.list_title {
    padding-top: 54px;
    padding-bottom: 22px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.list p {
    padding-left: 34px;
    margin-bottom: 20px;
}

.list p a {
    margin-bottom: 20px;
    color: aliceblue;
}

.list p a:hover {
    color: #F40408;
}

.list p img {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.form {
    position: relative;
    height: 554px;
    padding-top: 50px;
    margin-top: 70px;
    margin-bottom: 100px;
    background: rgba(78, 53, 203, 1);
    border-radius: 16px;
}

.clock {
    position: absolute;
    top: 14px;
    right: 12px;
}

#province,
#city {
    width: 49%;
}

.trueName {
    width: 49% !important;
}

.slider_input {
    width: 100% !important;
    background: none !important;
    margin-top: 3px;
}

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

.code2 {
    width: 30% !important;
}

.nc_scale {
    height: 54px !important;
}

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

.nc-container .nc_scale .scale_text {
    line-height: 52px !important;
}

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

.send {
    width: 25% !important;
    height: 60px;
    line-height: 60px;
    background: #7656e2;
    color: #ffffff;
    border-radius: 10px;
}

.distpicker,
.isbox,
.por {
    display: flex;
    justify-content: space-between;
}

.form_l {
    float: left;
    width: 520px;
    height: 504px;
    margin-left: 50px;
    margin-right: 50px;
    background: url("https://u3.huatu.com/uploads/allimg/220218/isbg.png") no-repeat center;
    border-radius: 16px;
    background-size: 120%;
}

.form_title {
    padding-top: 55px;
    padding-bottom: 0px;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.form_l li {
    width: 350px;
    height: 54px;
    margin: 0 auto 14px auto;
    background: url("https://u3.huatu.com/uploads/allimg/220218/islist.png") no-repeat center;
    line-height: 60px;
    background-size: cover;
    color: #fff;
    font-size: 20px;
}

.form_l li img {
    float: left;
    width: 21px;
    height: 21px;
    margin: 20px 14px 0px 15px;
}

.form_l>img {
    margin: 0 auto;
}

.form_r {
    position: relative;
    float: left;
    width: 530px;
    z-index: 2;
}

.login_title1 {
    margin-bottom: 30px;
    font-size: 36px;
    color: rgba(254, 227, 0, 1);
}

.input,
select {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-indent: 1em;
    font-size: 17px;
}

select {
    width: 49%;
    float: left;
}

select#city {
    float: right;
}

.send,
.code {
    float: left;
    width: 49% !important;
    margin-right: 2%;
}

.send:last-child {
    margin-right: 0;
}

.code:last-child {
    margin-right: 0;
}

.send {
    background-color: #7550e5;
    color: #fff;
    text-indent: 0;
    cursor: pointer;
    transition: opacity .5s ease;
}

.send:hover,
.submit:hover {
    opacity: .85;
}

.submit {
    display: block;
    width: 530px;
    height: 72px;
    background: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(227, 171, 56, 1));
    border-image: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(254, 217, 127, 1)) 1 1;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: opacity .5s ease;
    text-align: center;
    line-height: 72px;
}

.select {
    float: left;
    width: 49%;
    margin-right: 2%;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat 92% center #fff;
}

.select:last-child {
    margin-right: 0;
}

/* 隐私协议 */
.checkbox {
    margin-right: 2%;
}

.last-check {
    /*   margin-top: .2rem;*/
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.last-check label {
    font-size: 14px;
    color: #666;
}

.last-check a {
    color: #999;
    font-size: 10px;
}

input[type=checkbox] {
    width: 28px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    line-height: 0 !important;
    filter: "alpha(opacity=0)";
}

input[type=checkbox]+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url('../images/checkbox_icon.png') no-repeat 0px -81px;
    line-height: 24px;
    opacity: 1;
}

input[type=checkbox]:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -51px;
}

input[type=checkbox]:checked+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -25px;
}

input[type=checkbox]:checked:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -81px;
}

/* 协议样式 end */

.box02 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 96px;
    background-color: #36168f;
}

.title.active {
    color: #fff;
}

.title.active i {
    background-image: url(../images/title_a.png);
}

.box02_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 80px;
}

.box02_list li {
    position: relative;
    float: left;
    width: 370px;
    height: 248px;
    padding-top: 50px;
    margin-right: 44px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* .box02_list li:nth-child(3) {
    margin-right: 0;
} */

.list_txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 248px;
    padding: 20px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 16px;
    transform: translateY(-200%);
    transition: transform .5s ease;
    overflow: auto;
}

.list_txt span {
    color: red;
}

.box02_list li:hover .list_txt {
    transform: translateY(0);
}

/* .box02_list li:first-child {
  height: 230px;
  padding-top: 68px;
} */

.box02_list li img {
    margin: 0 auto 40px auto;
}

/* 
.box02_list li:last-child {
    margin-right: 0;
} */

.table {
    width: 100%;
    border-top: 1px solid #735cb1;
    border-left: 1px solid #735cb1;
    border-radius: 16px 16px 0 0;
}

.table th,
.table td {
    border-bottom: 1px solid #735cb1;
    border-right: 1px solid #735cb1;
    padding: 22px 10px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.table th {
    background-color: #d25637;
}

.table th:first-child {
    border-radius: 16px 0 0 0;
}

.table th:last-child {
    border-radius: 0 16px 0 0;
}

.books_buy {
    margin: 0 auto;
}

.books_pro {
    width: 1190px;
    height: 294px;
    margin: 100px auto 50px auto;
    border: 2px solid #6c2cff;
    background-color: #461db1;
    border-radius: 16px;
}

.books_pro img {
    margin: 10px auto;
    border-radius: 16px;
}

.books_buy p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.books_buy .get {
    margin: 48px auto 0 auto;
}

.box03 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*分校地址测试*/

.city_list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}

.city_list li {
    float: left;
    margin: 10px;
    width: 130px;
    background: #461db1;
    text-align: center;
    line-height: 60px;
    border-radius: 8px;
    font-size: 22px;
}

.city_list li a {
    display: block;
    color: #fff;
}

.city_list li:hover {
    background: #6c2cff;
}

.city_list li:hover a {
    color: #fff;
}

/*测试结束*/

.address li {
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
}

.address li:nth-child(even) .address_name {
    background-color: #eef3fe;
    color: #588df7;
}

.address_name {
    float: left;
    width: 60px;
    height: 150px;
    margin-right: 2px;
    background: #fdf0ea;
    border-radius: 6px;
    color: #ea6a35;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 60px;
}

.address_msg {
    float: left;
    width: 506px;
    height: 125px;
    padding-top: 25px;
    padding-left: 30px;
    background-color: #f8f9fb;
    border-radius: 6px;
    line-height: 36px;
}

.box04 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #36168f;
}

.code1 li {
    position: relative;
    float: left;
    width: 370px;
    height: 300px;
    margin-right: 44px;
    background: rgba(72, 45, 190, 1);
    border-radius: 10px;
}

.code1 li:last-child {
    margin-right: 0;
}

.code1 li p {
    padding: 30px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.code_wrap {
    width: 266px;
    height: 170px;
    border: 2px solid #905aff;
    padding-top: 16px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.code_wrap img {
    margin: 0 auto;
    border-radius: 10px;
}

.code_pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cloud {
    position: absolute;
}

.cloud01 {
    top: -286px;
    left: 0;
}

.cloud02 {
    top: -280px;
    right: 0;
}

.box02 .wrap {
    position: relative;
    z-index: 2;
}

.line {
    position: absolute;
    bottom: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.box3-tab {
    margin: 54px 0 43px;
    display: flex;
    justify-content: center;
}

.tabBtn {
    width: 280px;
    height: 69px;
    line-height: 69px;
    background: rgba(23, 101, 209, 1);
    text-align: center;
    margin: 0 13px;
    color: rgba(253, 253, 254, 1);
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.tabBtn.active {
    background: linear-gradient(90deg, rgb(252, 97, 115) 0%, rgb(239, 53, 92) 100%);
}

.triangle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    display: none;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #f64b68 transparent transparent transparent;
}

.tabBtn.active .triangle {
    display: block;
}

.box3-table {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.box3-table.active {
    display: block;
}

.box3_swiper1 .swiper-slide,
.box3_swiper2 .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 10px 20px;
}

.box3_swiper1 a img,
.box3_swiper2 a img {
    display: block;
    width: 42%;
    height: auto;
    margin: 0 auto 10px;
}

.submit {
    display: block;
    width: 530px;
    height: 60px;
    background: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(227, 171, 56, 1));
    border-image: linear-gradient(90deg, rgba(204, 54, 54, 1), rgba(254, 217, 127, 1)) 1 1;
    box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: opacity .5s ease;
    text-align: center;
    line-height: 60px;

}

.box3_swiper1 .swiper-slide p,
.box3_swiper2 .swiper-slide p {
    color: #060606;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.price {
    margin-top: 10px;
}

.price span {
    font-size: 20px;
    color: #fc072a;
    vertical-align: middle;
}

.price .buy {
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    line-height: 45px;
    background: url('../images/buy_bg.png') no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

/* .box3_swiper1 a,
.box3_swiper2 a{
  display: block;
  width: 270px;
}
.box3_swiper1 a img,
.box3_swiper2 a img{
  display: block;
  width: 100%;
  height: 400px;
} */

.box3_swiper1 .swiper-button-prev.swiper-button-white.prev,
.box3_swiper2 .swiper-button-prev.swiper-button-white.prev {
    right: auto;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 20px;
    height: 40px;
    border-radius: 20px;
    background: url("../images/prev.png") center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    margin: 0;
}

.box3_swiper1 .swiper-button-next.swiper-button-white.next,
.box3_swiper2 .swiper-button-next.swiper-button-white.next {
    right: -60px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 20px;
    height: 40px;
    border-radius: 20px;
    background: url("../images/next.png") center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    margin: 0;
}

.box03 {
    padding-bottom: 50px;
    margin: 45px auto 60px;
    border-radius: 30px;
    box-shadow: 0 4px 50px rgba(86, 45, 231, .18);
}

.box03 .tabTit {
    height: 65px;
    margin-bottom: 40px;
    background: #6c60f7;
    border-radius: 30px 30px 0 0;
}

.box03 .tabTit span {
    position: relative;
    top: 0;
    display: block;
    float: left;
    width: 7%;
    height: 66px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
    transition: top .2s;
}

.box03 .tabTit span.on,
.box03 .tabTit span:hover {
    height: 82px;
    top: -8px;
    line-height: 82px;
    background: #fd8a39;
    border-radius: 6px;
}

.box03 table {
    width: 1118px;
    margin: 0 auto;
}

.box03 th,
.box03 td {
    width: 16.6%;
    height: 60px;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.box03 td img {
    margin: 0 auto;
}

.box03 th {
    background: #efeefe;
    color: #4e4896;
    font-size: 24px;
}

.box03 tr:hover td:nth-child(-n+3) {
    background: #f8f8f8;
}

.box03 td a {
    color: #fd8a39;
}

.box03 td a:hover {
    text-decoration: underline;
}

.hide,
.onlymob {
    display: none;
}

@media only all and (max-width:1600px) {
    .cloud {
        display: none;
    }
}

.tab {
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 330px;
    padding: 30px 70px 0 70px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-image: url(https://sydw.huatu.com/zt/2021lkbslb/images/tab.png);
    background-repeat: no-repeat;
}

.swiper-slide {
    position: relative;
    height: 308px;
    background-image: url(https://sydw.huatu.com/zt/2021lkbslb/images/slide.png);
    background-repeat: no-repeat;
    text-align: center;
}

.border {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 40px;
    border-radius: 0 0 40px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.swiper-slide01 .border {
    background-color: #5c64e8;
}

.swiper-slide02 .border {
    background-color: #592995;
}

.swiper-slide03 .border {
    background-color: #9f1992;
}

.slide_title {
    padding-top: 76px;
    padding-bottom: 16px;
    font-size: 30px;
    color: #5c64e8;
}

.slide_title02 {
    width: 86px;
    height: 34px;
    border: 1px solid #5c64e8;
    margin: 0 auto;
    border-radius: 40px;
    line-height: 34px;
    text-align: center;
    color: #5c64e8;
}

.swiper-slide02 .slide_title {
    color: #592995;
}

.swiper-slide03 .slide_title {
    color: #9f1992;
}

.swiper-slide02 .slide_title02 {
    border-color: #592995;
    color: #592995;
}

.swiper-slide03 .slide_title02 {
    border-color: #9f1992;
    color: #9f1992;
}

.swiper-slide a {
    display: block;
    height: auto;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.must {
    display: none;
}

.ys_name {
    width: 49%;
}

.ys_lx {
    width: 49%;
}

.ys_box {
    display: flex;
    justify-content: space-between;
}

.ys_book {
    position: relative;
    height: 308px;
    width: 251.5px;
    background-image: url(https://sydw.huatu.com/zt/2021lkbslb/images/slide.png);
    background-repeat: no-repeat;
    text-align: center;
}

@media only all and (max-width:1080px) {
    .banner {
        width: 100%;
        height: 8.25rem;
        padding-top: 1.5rem;
        background-image: url(../images/m_banner.png);
        background-size: 100%
    }

    .tab {
        display: block;
        height: auto;
        padding: .75rem 1.75rem 0 1.75rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-size: 100% 100%;
    }

    .swiper-slide {
        height: auto;
        background-size: 100% 100%;
    }

    .border {
        top: .3rem;
        left: .4rem;
        width: 2.4rem;
        height: 1.2rem;
        border-radius: 0 0 1rem 0;
        font-size: .6rem;
        line-height: 1rem;
    }

    .txt01 {
        font-size: 1.1rem;
    }

    .txt01::after,
    .txt01::before {
        display: none;
    }

    .txt02 {
        width: 14rem;
        margin: .6rem auto 0 auto;
    }

    .box01 {
        padding-top: 1rem;
        background: #36168f;
    }

    .title {
        height: 2.825rem;
        margin-bottom: 1rem;
        line-height: 2.825rem;
        font-size: 1rem;
    }

    .title i {
        width: 7.775rem;
        height: 2.825rem;
        background-size: 100%;
    }

    .list li {
        float: none;
        width: 100%;
        height: 16.55rem;
    }

    .year {
        top: .2rem;
        font-size: .9rem;
    }

    .list_title {
        padding-top: 2.5rem;
        padding-bottom: 1rem;
        font-size: .85rem;
        line-height: 1.2rem;
    }

    .list p {
        padding-left: 1.6rem;
        margin-bottom: .8rem;
        font-size: .65rem;
    }

    .list p img {
        margin-top: .005rem;
        margin-right: .5rem;
    }

    .form {
        height: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-top: 0;
        margin-bottom: 1rem;
        border-radius: .4rem;
    }

    .clock {
        width: 3rem;
        margin-top: .35rem;
        margin-right: .3rem;
    }

    .form_l {
        float: none;
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding-bottom: .4rem;
    }

    .form_title {
        padding-top: 1.2rem;
        padding-bottom: 1.5rem;
        font-size: 1rem;
    }

    .form_l li {
        width: 94%;
        height: 2rem;
        margin: 0 auto .5rem auto;
        border-radius: 22px;
        line-height: 2rem;
        font-size: .8rem;
    }

    .form_l li img {
        width: 1.2rem;
        margin-top: .55rem;
        margin-left: .5rem;
    }

    .form_l>img {
        width: 100%;
        margin-top: 1rem;
    }

    .form_r {
        float: none;
        width: 100%;
    }

    .login_title1 {
        padding-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        text-align: center;
    }

    #demo {
        width: 94%;
        margin: 0 auto;
    }

    .input,
    select {
        width: 100%;
        height: 2rem;
        margin-bottom: .5rem;
        margin: 0 auto .5rem auto;
        border-radius: .25rem;
        background-color: #fff;
        text-indent: 1em;
        font-size: .8rem;
        background-size: 3%;
    }

    select {
        width: 49%;
        float: left;
    }

    select#city {
        float: right;
    }

    .select {
        float: none;
    }

    .select:last-child {
        margin: 0 auto .5rem auto;
    }

    .send,
    .code {
        margin: .5rem 0;
        width: 49% !important;
        height: 2rem;
    }

    .send:nth-child(1) {
        margin-left: 0;
    }

    .code:nth-child(1) {
        margin-left: 0;
    }

    .submit {
        display: block;
        width: 55%;
        height: 2rem;
        margin: .5rem auto 0 auto;
        border-radius: .25rem;
        font-size: .82rem;
        line-height: 1.8rem;
    }

    .box02 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .box02_list li,
    .box02_list li:first-child {
        width: 49%;
        height: 9rem;
        padding-top: 1.25rem;
        margin-right: 2%;
        margin-bottom: .5rem;
        border-radius: .4rem;
        font-size: .75rem;
        line-height: 1rem;
    }

    .box02_list li:nth-child(3) {
        margin-right: 2%;
    }

    .box02_list li:nth-child(2n) {
        margin-right: 0;
    }

    .box02_list li img {
        width: 3rem;
        margin: 0 auto 1rem auto;
    }

    .list_txt {
        height: 8.5rem;
        padding: .5rem;
        line-height: 1rem;
        border-radius: .4rem;
        transform: translateY(-300%);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .box02_list {
        padding-bottom: 1rem;
    }

    .table th:first-child {
        border-radius: .4rem 0 0 0;
    }

    .table th:last-child {
        border-radius: 0 .4rem 0 0;
    }

    .table th,
    .table td {
        padding: .5rem .25rem;
    }

    .cloud,
    .line {
        display: none;
    }

    .books_pro {
        width: 100%;
        height: auto;
        margin: 1rem auto 0 auto;
        border: 2px solid #6c2cff;
        border-radius: .4rem;
    }

    .books_pro img {
        width: 96%;
        border: .25rem solid #fff;
        margin: .25rem auto;
        border-radius: .4rem;
    }

    .books_buy p {
        padding-top: .8rem;
        font-size: .8rem;
    }

    .books_buy .get {
        margin-top: .8rem;
    }

    .box03 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /**/
    .city_list {
        width: 100%;
        margin-top: .6rem;
    }

    .city_list li {
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.5rem;
        border-radius: .2rem;
        font-size: .7rem;
    }

    /**/
    .address li {
        float: none;
        margin-bottom: .4rem;
        margin-right: 0;
    }

    .address_name {
        width: 1.5rem;
        height: 5.125rem;
        margin-right: 0;
        border-radius: .15rem;
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .address_msg {
        float: left;
        width: calc(100% - 2rem);
        height: 4.5rem;
        padding-top: .625rem;
        padding-left: .5rem;
        border-radius: .15rem;
        line-height: 1.1rem;
    }

    .box04 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .code1 li {
        width: 49%;
        height: 7.6rem;
        margin-right: 2%;
        margin-bottom: .5rem;
        border-radius: .25rem;
    }

    .code1 li:nth-child(2) {
        margin-right: 0;
    }

    .code1 li p {
        padding: .5rem 0;
        font-size: .85rem;
    }

    .code_wrap {
        width: 6.65rem;
        height: 4.05rem;
        padding-top: .3rem;
        border-radius: .5rem;
    }

    .code_wrap img {
        width: 6rem;
        border-radius: .25rem;
    }

    .code_pos {
        width: 2.5rem;
    }

    .box3_swiper1,
    .box3_swiper2 {
        width: 70%;
        margin: 0 auto;
    }

    /* .box3_swiper1 a,
  .box3_swiper2 a{
    display: block;
    width: 100%;
  } */
    .box3_swiper1 .swiper-slide,
    .box3_swiper2 .swiper-slide {
        padding: 0.3rem 0.3rem 0.5rem;
    }

    .box3_swiper1 a img,
    .box3_swiper2 a img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto 0.3rem;
    }

    .box3_swiper1 .swiper-slide p,
    .box3_swiper2 .swiper-slide p {
        font-size: 0.8rem;
    }

    .price {
        margin-top: 0.3rem;
    }

    .price span {
        font-size: .8rem;
    }

    .price .buy {
        width: 6rem;
        line-height: 1.5rem;
        background-size: 100%;
        font-size: 1rem;
    }

    .box3-tab {
        margin: 1rem 0;
    }

    .tabBtn {
        width: 40%;
        height: 1.8rem;
        line-height: 1.8rem;
        margin: 0 .3rem;
        font-size: .8rem;
    }

    .triangle {
        bottom: -.8rem;
        border: .4rem solid;
        border-color: #f64b68 transparent transparent transparent;
    }

    .box3_swiper1 .swiper-button-prev.swiper-button-white.prev,
    .box3_swiper2 .swiper-button-prev.swiper-button-white.prev {
        left: 0;
        width: 1rem;
        height: 2rem;
        border-radius: 1rem;
    }

    .box3_swiper1 .swiper-button-next.swiper-button-white.next,
    .box3_swiper2 .swiper-button-next.swiper-button-white.next {
        right: 0;
        width: 1rem;
        height: 2rem;
        border-radius: 1rem;
    }

    .box03 {
        padding-bottom: 1rem;
        margin: 1rem auto 1.5rem;
        border-radius: .5rem;
        box-shadow: 0 .1rem 1.1rem rgba(86, 45, 231, .18);
    }

    .box03 .tabTit {
        height: 2.8rem;
        margin-bottom: 1rem;
        border-radius: .5rem .5rem 0 0;
    }

    .box03 .tabTit span {
        width: .65rem;
        height: 1.6rem;
        padding: .6rem .4rem;
        font-size: .65rem;
        line-height: .8rem;
    }

    .box03 .tabTit span:nth-child(10) {
        height: 2.4rem;

    }

    .box03 .tabTit span.on,
    .box03 .tabTit span:hover {
        height: 1.6rem;
        padding: .8rem .4rem;
        top: -.2rem;
        line-height: .8rem;
        border-radius: .25rem;
    }

    .box03 .tabTit span:nth-child(10).on,
    .box03 .tabTit span:nth-child(10):hover {
        height: 2.4rem;
        padding: .4rem;
    }

    .box03 table {
        width: 17rem;
    }

    .box03 th,
    .box03 td {
        height: 1.6rem;
        font-size: .6rem;
    }

    .ys_hk {
        display: block;
        overflow: hidden;
    }

    .slider_input {
        width: 100% !important;
    }

    ._nc .stage1 .icon {
        left: -6px !important;
    }

    .send {
        width: 49% !important;
        height: 2rem;
        line-height: 2rem;
        float: right;
    }

    .code2 {
        width: 56% !important;
        float: left;
    }

    .submit {
        width: 90%;
        margin: 0 auto;
        height: 2rem;
        line-height: 2rem;
    }

    ._nc .stage1 .track div,
    ._nc .stage1 .label {
        height: 2rem !important;
        line-height: 2rem !important;
    }

    ._nc .stage1 .slider {
        position: absolute;
        height: 2rem !important;
        box-shadow: 0 0 3px #999;
        background-color: #ddd;
        left: 15px;
        right: 15px;
    }

    ._nc .stage1 .button {
        position: absolute;
        left: 0;
        top: 0;
        width: 2rem !important;
        height: 2rem !important;
    }


    .scroll_wrap {
        padding: 0 .8rem;
    }

    .ys_book {
        margin: 0 auto;
    }

    #shoujihao {
        width: 98%;
    }
}