
@media screen and (min-width:751px) {
    .about{
        padding-bottom: 30px;
        width: 1000px;
        margin: auto;
    }
    .about-title{
        margin-top: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    
    .about-title2{
        margin-top: 20px;
        font-weight: bold;
        font-size: 18px;
    }
    .about-cont{
        margin-top: 20px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .about-cont a{
        color: #4ebeff;
    }
    
    .about-img{
        width: 100%;
        margin-top: 20px;
    }
    .about-img img{
        width: 100%;
    }
    
    /* about.css */
    .about-time{
        margin-top: 40px;
        position: relative;
    }
    .about-time::after{
        content: '';
        width: 2px;
        height: 100%;
        background-color: #444;
        position: absolute;
        left: 130px;
        top: 15px;
    }
    
    .about-time div{
        margin-top: 40px;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    .about-time div:last-child::after{
        content: '';
        width: 2px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 130px;
        top: 30px;
        z-index: 1;
    }
    .about-time div:first-child{
        margin-top: 0;
    }
    .about-time .about-time-left{
        display: inline-block;
        width: 115px;
        font-weight: bold;
    }
    
    .about-time .about-time-left span{
        font-size: 30px;
    }
    .about-time div p{
        width: 850px;
        margin-left: 40px;
        font-size: 14px;
        color: #666;
        line-height: 35px;
        position: relative;
    }
    .about-time div p::before{
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #444;
        position: absolute;
        left: -29px;
        top: 14px;
        z-index: 2;
    }
    .about-time div p::after{
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #444;
        background-color: #fff;
        position: absolute;
        left: -33px;
        top: 10px;
        z-index: 1;
    }
    .about-img{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .about-img span{
        display: inline-block;
        width: 23%;
    }
    .about-img span img{
        width: 100%;
    }
    .about-img2{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .about-img2 span{
        display: inline-block;
        width: 32%;
        height: 200px;
        text-align: center;
        background-color: #f8f8f8;
    }
    .about-img2 span img{
        height: 100%;
    }
    
    /* contact.css */
     .contact-smoll{
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
        color: #ff3f68;
    }
    
    .contact-form {
        margin-top: 20px;
    }
    .contact-form .form-div{
        display: flex;
        justify-content: space-between;
    }
    .contact-form .form-div div{
        width: 48%;
    }
    .contact-form p{
        line-height: 26px;
        margin-top: 5px;
    }
    .contact-form input{
        width: 100%;
        height: 35px;
        text-indent: 10px;
        border: 1px solid #ccc;
        outline: none;
    }
    .contact-form textarea{
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #ccc;
        outline: none;
        resize: none;
    }
    .contact-form .form-sub{
        text-align: center;
        margin-top: 20px;
    }
    .contact-form .form-sub .form-submit{
        display: inline-block;
        padding: 10px 20px;
        background-color: #000;
        color: #fff;
        cursor: pointer;
    }
    
    
    /* doll.css */
    .doll{
        width: 1400px;
        margin: auto;
        margin-top: 20px;
    }
    .doll-text{
        margin-top: 20px;
        line-height: 26px;
        font-size: 14px;
        color: #999;
    }
    .doll-div{
        display: flex;
        flex-wrap: wrap;
    }
    .doll-div div{
        width: 31%;
        margin-left: 3.5%;
        margin-top: 20px;
    }
    .doll-div div:nth-child(3n+1){
        margin-left: 0;
    }
    .doll-div div .doll-img{
        width: 100;
    }
    .doll-div div .doll-img img{
        width: 100%;
    }
    .doll-div div .doll-two{
        margin-top: 5px;
        line-height: 26px;
        font-size: 14px;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    
    /* comment.css */
    .comment{
        width: 1400px;
        margin: auto;
        margin-top: 20px;
        
    }
    .about-comment{
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .about-comment>div{
        width: 460px;
        margin-left: 10px;
        margin-top: 20px;
    }
    .about-comment>div:nth-child(3n+1){
        margin-left: 0;
    }
    .about-comment>div>p:first-child{
        font-size: 13px;
        color: #666;
    }
    .about-comment>div>p:nth-child(2){
        margin-top: 5px;
        font-weight: bold;
    }
    .about-comment .comment-a{
        color: #999;
        margin-top: 10px;
        line-height: 26px;
        font-size: 14px;
        display: flex;
    }
    .about-comment .comment-a div:first-child{
        width: 180px;
    }
    .about-comment .comment-a div:first-child p:nth-child(2){
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .about-comment .comment-a div:nth-child(2){
        width: 260px;
        padding: 0 10px;
        position: relative;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-text{
        width: 100%;
        min-height: 200px;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 8px 3px #ccc;
        position: absolute;
        left: -115%;
        top: -30px;
        z-index: 1;
        display: none;
    }
    .about-comment .comment-a div:nth-child(2) p:first-child{
        height: 104px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-more{
        color: #1058f5;
        font-weight: bold;
        margin-top: 22px;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-author{
        color: #000;
        font-weight: bold;
        margin-top: 5px;
    }
    
    /* track.css */
    .track-cont{
        margin-top: 30px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .track-a{
        margin-top: 20px;
    }
    .track-a a{
        color: #4ebeff;
    }
    .track-title{
        margin-top: 20px;
    }
    .track-title span{
        color: red;
    }
    .track-www{
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .track-sub{
        margin-top: 40px;
        text-align: center;
    }
    .track-sub input{
        width: 700px;
        height: 45px;
        text-indent: 15px;
        border: 1px solid #ccc;
        outline: none;
        margin-right: 18px;
    }
    .track-sub button{
        border: 1px solid #ff8641;
        background-color: #ff8641;
        color: #fff;
        width: 180px;
        height: 45px;
        border-radius: 3px;
    }
    .track-table{
        width: 900px;
        margin: auto;
        margin-top: 40px;
        display: flex;
        border: 1px solid #ccc;
    }
    .track-table .track-left{
        width: 180px;
        text-align: center;
    }
    .track-table .track-right{
        width: calc(100% - 180px);
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .track-table .track-right div{
        display: flex;
    }
    .track-table .track-right div:nth-child(2){
        flex: 1;
    }
    .track-table .track-right div p{
        width: 25%;
    }
    .track-table div p{
        box-sizing: border-box;
        padding: 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .track-table div p img{
        width: 100%;
    }
    
    
    /* cashback.css */
    .cash-cont{
        margin-top: 20px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .cash-title{
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }
    .cash-p{
        width: 100%;
        height: 1px;
        margin-top: 20px;
        background-color: #ccc;
    }
    .cash-go{
        width: 900px;
        margin: auto;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .cash-go a{
        display: inline-block;
        width: 45%;
        padding: 10px 0;
        text-align: center;
        background-color: #333;
        color: #fff;
        position: relative;
    }
    
    
    /* payment.css */
    .payment-cont span{
        color: red;
    }
    .payment-title2{
        text-align: center;
        margin-top: 5px;
        font-size: 13px;
        color: #666;
    }
    .payment-img{
        margin-top: 20px;
    }
    .payment-foot{
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        text-align: center;
        line-height: 26px;
        font-size: 14px;
        color: red;
    }
    .payment-foot p a{
        color: #4ebeff;
    }
    
    /* privacy.css */
    .privacy-head{
        margin-top: 30px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .privacy-title{
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .privacy-cont{
        margin-top: 20px;
        line-height: 26px;
        color: #666;
        font-size: 14px;
    }
    .privacy-cont .cont-title{
        margin-top: 10px;
        font-weight: bold;
        color: #000;
    }
    .privacy-cont ul li{
        text-indent: 12px;
        position: relative;
    }
    .privacy-cont ul li::after{
        content: '';
        width: 5px;
        height: 5px;
        background-color: #bdbdbd;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2.5px;
    }
    .privacy-cont ul li a{
        color: #4ebeff;
    }
    
    /* integral.css */
    .integral{
        width: 1400px;
        margin: auto;
        margin-top: 20px;
    }
    .integral-banner{
        width: 100%;
    }
    .integral-banner img{
        width: 100%;
    }
    .integral-cont{
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 26px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #999;
    }
    .integral-title{
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .integral-stong{
        font-weight: bold;
        color: #000;
    }
    .integral-div{
        width: 1200px;
        margin: auto;
        margin-top: 30px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }
    .integral-div .integral-text{
        margin-top: 20px;
    }
    .integral-div .integral-img{
        width: 1120px;
        height: 300px;
        margin: auto;
        margin-top: 15px;
        border: 1px solid #666;
    }
    .integral-div .integral-img img{
        width: 100%;
    }
    .integral-go{
        width: 1120px;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .integral-go a{
        display: inline-block;
        width: 45%;
        padding: 10px 0;
        text-align: center;
        background-color: #333;
        color: #fff;
        position: relative;
    }
    
    /* transport.css */
    .trans-ul{
        margin-top: 20px;
        font-weight: bold;
        line-height: 26px;
    }
    .transport-div{
        margin-top: 20px;
        padding-top: 40px;
        border-top: 1px dashed #ccc;
        text-align: center;
    }
    .transport-div .transport-smoll{
        font-size: 13px;
        color: #999;
    }
    .transport-div .transport-sub{
        margin-top: 20px;
    }
    .transport-div .transport-sub input{
        width: 350px;
        height: 35px;
        border-radius: 18px;
        border: 1px solid #ff3f68;
        text-indent: 15px;
        margin-right: 15px;
        outline: none;
    }
    .transport-div .transport-sub button{
        width: 160px;
        height: 35px;
        border-radius: 18px;
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
        cursor: pointer;
    }
    
    /* wholesale.css */
    .wholeasle-div {
        margin-top: 20px;
        border: 1px solid #ccc;
        border-bottom: none;
    }
    .wholeasle-div li .wholeasle-p{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .wholeasle-div li .wholeasle-p img{
        width: 20px;
        transition: all 1s;
    }
    .wholeasle-div .wholeasle-back{
        border-bottom: 1px solid #ccc;
    }
    .wholeasle-div li div{
        padding: 0 20px 20px;
        display: none;
        line-height: 26px;
        font-size: 14px;
        color: #999;
    }
    .wholeasle-div li div p:first-child{
        margin-top: 20px;
    }
    .wholeasle-div li div .wholeasle-text{
        margin-top: 10px;
        color: #333;
        font-size: 14px;
    }
    .wholeasle-div li div .wholeasle-text span{
        color: red;
    }
    .wholeasle-div li div input{
        width: 300px;
        height: 35px;
        text-indent: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
    }
    .wholeasle-div li div .wholeasle-sub{
        width: 300px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wholeasle-div li div .wholeasle-sub button{
        width: 80px;
        height: 30px;
        border-radius: 3px;
        border: none;
        background-color: red;
        color: #fff;
    }
    .wholeasle-div li div .wholeasle-sub span{
        font-size: 14px;
        color: red;
        text-decoration: underline;
        cursor: pointer;
    }
}



@media screen and (max-width:750px) {
    .about{
        margin: 0 10px;
    }
    .about-title{
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .about-img{
        width: 100%;
        margin-top: 10px;
    }
    .about-img img{
        width: 100%;
    }


    /* contact.css */
    .contact-smoll {
        margin-top: 5px;
        font-size: 13px;
        color: #ff3f68;
    }
    .contact-form p{
        margin-top: 5px;
    }
    .contact-form p input{
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
        text-indent: 10px;
        outline: none;
    }
    .contact-form p textarea{
        width: 100%;
        height: 100px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
        resize: none;
        box-sizing: border-box;
    }
    .contact-form .form-submit{
        display: inline-block;
        padding: 10px 20px;
        background-color: #000;
        color: #fff;
        border: none;
    }

    /* comment.css */
    .comment{
        margin: 0 10px;
    }
    .about-comment{
        margin: 20px 0 0;
    }
    .about-comment>div{
        width: 100%;
        margin-left: 10px;
        margin-top: 20px;
    }
    .about-comment>div:nth-child(3n+1){
        margin-left: 0;
    }
    .about-comment>div>p:first-child{
        font-size: 13px;
        color: #666;
    }
    .about-comment>div>p:nth-child(2){
        margin-top: 5px;
        font-weight: bold;
    }
    .about-comment .comment-a{
        color: #999;
        margin-top: 10px;
        line-height: 26px;
        font-size: 14px;
        display: flex;
    }
    .about-comment .comment-a div:first-child{
        width: 180px;
    }
    .about-comment .comment-a div:first-child p:nth-child(2){
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .about-comment .comment-a div:nth-child(2){
        width: calc(100% - 190px);
        padding: 0 10px;
        position: relative;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-text{
        width: calc(100% + 90px);
        height: 200px;
        overflow: hidden;
        overflow: auto;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 8px 3px #ccc;
        position: absolute;
        left: -80%;
        top: -30px;
        z-index: 1;
        display: none;
    }
    .about-comment .comment-a div:nth-child(2) p:first-child{
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-more{
        display: none;
    }
    .about-comment .comment-a div:nth-child(2) .about-comment-author{
        color: #000;
        font-weight: bold;
        margin-top: 5px;
    }

    /* track.css */
    .track-title{
        margin-top: 20px;
    }
    .track-title span {
        color: red;
    }
    .track-cont {
        margin-top: 20px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .track-a {
        margin-top: 20px;
    }
    .track-a a {
        color: #4ebeff;
    }
    .track-www {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .track-sub {
        margin-top: 40px;
    }
    .track-sub input {
        width: calc(100% - 100px);
        height: 30px;
        text-indent: 15px;
        border: 1px solid #ccc;
        outline: none;
        margin-right: 18px;
    }
    .track-sub button {
        border: 1px solid #ff8641;
        background-color: #ff8641;
        color: #fff;
        width: 80px;
        height: 30px;
        border-radius: 3px;
    }
    .track-table {
        margin-top: 20px;
        border: 1px solid #ccc;
        border-right: none;
        border-bottom: none;
        display: flex;
        font-size: 12px;
    }
    .track-table .track-left{
        width: 120px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .track-table .track-left p:first-child{
        height: 40px;
    }
    
    .track-table p{
        padding: 10px 0;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }
    .track-table .track-left p{
        padding: 10px;
    }
    .track-table p img{
        width: 100%;
    }
    .track-table .track-right{
        width: calc(100% - 120px);
        display: flex;
    }
    .track-table .track-right div{
        width: 50%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .track-table .track-right div p{
        flex: 1;
    }


    /* about.css */
    .about-cont{
        margin-top: 15px;
        color: #666;
        line-height: 24px;
    }
    .about-cont a{
        color: #4ebeff;
    }
    .about-title2 {
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
    }
    .about-time{
        margin-top: 30px;
        position: relative;
    }
    .about-time::after{
        content: '';
        width: 2px;
        height: 100%;
        background-color: #444;
        position: absolute;
        left: 90px;
        top: 7px;
    }
    
    .about-time div{
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    .about-time div:last-child::after{
        content: '';
        width: 2px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 90px;
        top: 27px;
        z-index: 1;
    }
    .about-time div:first-child{
        margin-top: 0;
    }
    .about-time .about-time-left{
        display: inline-block;
        width: 80px;
        font-weight: bold;
    }
    
    .about-time .about-time-left span{
        font-size: 22px;
    }
    .about-time div p{
        width: calc(100% - 100px);
        margin-left: 40px;
        font-size: 14px;
        color: #666;
        line-height: 25px;
        position: relative;
    }
    .about-time div p::before{
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #444;
        position: absolute;
        left: -29px;
        top: 11px;
        z-index: 2;
    }
    .about-time div p::after{
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #444;
        background-color: #fff;
        position: absolute;
        left: -33px;
        top: 7px;
        z-index: 1;
    }
    .about-img{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about-img span{
        display: inline-block;
        width: 47%;
        margin-top: 20px;
    }
    .about-img span img{
        width: 100%;
    }
    .about-img2{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about-img2 span{
        display: inline-block;
        width: 47%;
        height: 106px;
        margin-top: 20px;
        text-align: center;
        background-color: #f8f8f8;
    }
    .about-img2 span img{
        height: 100%;
    }

    /* cashback.css */
    .cash-p {
        width: 100%;
        height: 1px;
        margin-top: 10px;
        background-color: #ccc;
    }

    .cash-go{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .cash-go a{
        display: inline-block;
        width: 47%;
        padding: 10px 0;
        text-align: center;
        background-color: #333;
        color: #fff;
        position: relative;
    }

    /* payment.css */
    .payment-cont span {
        color: red;
    }
    .payment-title2 {
        margin-top: 5px;
        font-size: 13px;
        color: #666;
    }
    .payment-img {
        margin-top: 10px;
    }
    .payment-img img{
        max-width: 100%;
    }
    .payment-foot {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
        text-align: center;
        line-height: 26px;
        font-size: 12px;
        color: red;
    }
    .payment-foot p a {
        color: #4ebeff;
    }

    /* privacy.css */
    .privacy-head {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }
    .privacy-cont .cont-title {
        margin-top: 10px;
        font-weight: bold;
        color: #000;
    }


    /* integral.css */
    .integral{
        margin: 20px 10px 0;
        
    }
    .integral-banner {
        width: 100%;
    }
    .integral-banner img{
        width: 100%;
    }
    .integral-cont {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 26px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #999;
    }
    .integral-title {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .integral-stong {
        font-weight: bold;
        color: #000;
    }
    .integral-div {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }
    .integral-div .integral-text {
        margin-top: 20px;
    }
    .integral-div .integral-img {
        width: 100%;
        margin-top: 10px;
        height: 150px;
        border: 1px solid #666;
    }
    .integral-div .integral-img img{
        width: 100%;
    }
    .integral-go {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .integral-go a {
        display: inline-block;
        width: 47%;
        padding: 10px 0;
        text-align: center;
        background-color: #333;
        color: #fff;
        position: relative;
    }

    /* transport.css */
    .trans-ul {
        margin-top: 10px;
        font-weight: bold;
        line-height: 26px;
    }
    .transport-div{
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
        text-align: center;
    }
    .transport-div .transport-smoll{
        font-size: 13px;
        color: #999;
    }
    .transport-div .transport-sub{
        margin-top: 20px;
    }
    .transport-div .transport-sub input{
        width: 100%;
        height: 35px;
        border-radius: 18px;
        border: 1px solid #ff3f68;
        text-indent: 15px;
        margin-right: 15px;
        outline: none;
    }
    .transport-div .transport-sub button{
        width: 160px;
        height: 35px;
        border-radius: 18px;
        margin-top: 15px;
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
        cursor: pointer;
    }

    
    /* wholesale.css */
    .wholeasle-div {
        margin-top: 20px;
        border: 1px solid #ccc;
        border-bottom: none;
    }
    .wholeasle-div li .wholeasle-p{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .wholeasle-div li .wholeasle-p img{
        width: 20px;
        transition: all 1s;
    }
    .wholeasle-div .wholeasle-back{
        border-bottom: 1px solid #ccc;
    }
    .wholeasle-div li div{
        padding: 0 20px 20px;
        display: none;
        line-height: 26px;
        font-size: 14px;
        color: #999;
    }
    .wholeasle-div li div p:first-child{
        margin-top: 20px;
    }
    .wholeasle-div li div .wholeasle-text{
        margin-top: 10px;
        color: #333;
        font-size: 14px;
    }
    .wholeasle-div li div .wholeasle-text span{
        color: red;
    }
    .wholeasle-div li div input{
        width: 300px;
        height: 35px;
        text-indent: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
    }
    .wholeasle-div li div .wholeasle-sub{
        width: 300px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wholeasle-div li div .wholeasle-sub button{
        width: 80px;
        height: 30px;
        border-radius: 3px;
        border: none;
        background-color: red;
        color: #fff;
    }
    .wholeasle-div li div .wholeasle-sub span{
        font-size: 14px;
        color: red;
        text-decoration: underline;
        cursor: pointer;
    }
}