*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    vertical-align: top;
}
input{
    outline: none;
    border: none;
}

.wd120{
    width: 1200px;
    margin: 0 auto;
}

html,body{
    width: 100%;
   background: #F9F9F9;
   height: 100%;
}





.member {
    display: flex;
    width: 1200px;
    margin: 30px auto 90px auto;
    /* align-items: flex-start; */
}

.member>.left {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 20px;
    padding-bottom: 30px;
    width: 220px;
}

.member>.left p a{
    line-height: 3;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #757575;
    padding-left: 20px;
    cursor: pointer;
}

.member>.left p:nth-of-type(1) {
    color: #000;
}

.member>.left p::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-radius: 3px;
}

.member>.left .active::before {
    background: linear-gradient(135deg, #B7C980 0%, #63BFAF 72%, #4ABCBD 100%);

}
.member>.left p a{
    color: #757575;
    text-decoration: none;

}
.member>.left .active{
    background: rgba(74, 188, 189, 0.10);
}
.member>.left .active a{
    color: #4ABCBD;

}
.member>.left p:nth-of-type(1)::before {
    display: none;
}

.member .right {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.member .right>p {
    padding: 24px 30px;
    background: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}



.register .from>div{
    width: 45%;
    margin-top: 30px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
}
.register .from{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.register .from>div:nth-of-type(7),.register .from>div:nth-of-type(8){*/
/*    width: 45%;*/
/*}*/
.register .bot{
 display: flex;
 margin-top: 30px;
 justify-content:center;
}
.login>div>p:nth-of-type(1),.register>div>p:nth-of-type(1){
    font-size: 18px;
}
.register .bot p{
    width: 190px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.register .bot p:nth-of-type(1){
    color: #fff;
    background: #4ABCBD;
}
.register .bot p:nth-of-type(2){
    color: #757575;
    margin-left: 30px;
    border: 1px solid #E0E0E0;
}
.login,.register,.changePassword{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.register>div{
    width: 900px;
    border-radius: 10px;
    background: #fff;
    padding: 16px 20px;
}










.footer{
    background: #393945;
    width: 100%;
}
.footer1{
    padding: 71px 0 50px 0;
}
.footer1 .list{
    display: flex;
    justify-content: space-between;
}
.footer1 .list>div{
    display: flex;
    flex-direction: column;
}
.footer1 .list>div>a{
    color: #8B8C94;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}
.footer1 .list>div>a:hover{
    color: #fff;
}
.footer1 .list>div>p:nth-of-type(1){
    margin: 0;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction:column;
}
.footer1 .list>div>p:nth-of-type(1)::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}
.footer1 .list img{
    width: 120px;
    margin-top: 20px;
}
.footer2{
    padding: 30px 0 40px;
    border-top: 1px solid #8B8C94;
}

.footer2 p{
    color: #8B8C94;
    font-size: 12px;
    line-height: 3;
    text-align: center;
}
.login>div{
    width: 450px;
    padding-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    padding: 16px 20px;
}


.login>div>p:nth-of-type(2){
    font-size: 18px;
    color: #4ABCBD;
    margin: 17px 0 30px 0;
}
.login>div .dl{
    display: flex;
    justify-content: space-between;
}
.login>div .dl p{
    width: 190px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.login>div .dl p:nth-of-type(1){
    background: #4ABCBD;
    border: 1px solid #4ABCBD;

    color: #fff;
}
.login>div .dl p:nth-of-type(2){
    border: 1px solid #E0E0E0;
    color: #757575;
}
.login>div .name,.login>div .password{
    height: 42px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    display: flex;

}
.login>div .name div,.login>div .password div{
    padding: 13px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-right: 1px dashed #E0E0E0;
}
.login>div .name div img,.login>div .password div img{
    width: 14px;
    margin-right: 5px;
}
.login>div input{
    flex: 1;
    padding: 0 20px;
}
.input{
    display: flex;
}
.input label{
    padding: 0 16px;
    border-right: 1px dashed #E0E0E0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.input input{
    flex: 1;
    height: 42px;
    width: 0;
    padding: 0 20px;
}
.indexTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
}
.indexTop>img{
    width: 56px;
}
a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
.indexTopRight{
    display: flex;
}
.indexTopRight .left a{
    color: #000000;
}
.indexTopRight .left .active a{
    color: #4ABCBD;
}
.indexTopRight .left>div{
    position: relative;

}
.indexTopRight .left>div:hover .bot{
    display: flex;
    
}
.select{
    position: relative;
}
.select .bot11{
    position: absolute;
    bottom: -102px;
    left: 0%;
    width: 100%;
    background: #fff;
    height: 100px;
    overflow: auto;
    z-index: 99;
    display: none;
}
.select .bot11 p{
    text-align: center;
    line-height: 3;
    cursor: pointer;
}
.indexTopRight .left .bot{
    position: absolute;
    top: 52px;
    flex-direction: column;
    background: #fff;
    padding:10px 10px;
    border-radius: 10px;
    display: none;
    z-index: 9999;
    /* display: flex; */
}
.indexTopRight .left>div:nth-of-type(2) .bot,.indexTopRight .left>div:nth-of-type(4) .bot{
    /*bottom: -107px;*/
}
.indexTopRight .left>div:nth-of-type(3) .bot{
    /*bottom: -65px;*/
}
.indexTopRight .left .bot:hover{
    display: flex;
    /*margin-top: 100px;*/
}
.indexTopRight .left .bot a{
    width: 120px;
    display: inline-block;
    color: #000;
    line-height: 30px;
    padding-bottom: 15px;
}
.indexTopRight .left .active{
    color: #4ABCBD;

}
input{
    background: transparent;
}
.indexTopRight .right{
    width: 296px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
}
.indexTopRight .right img{
    width: 16px;
    margin: 0 14px;
    cursor: pointer;
}
.indexTopRight .left{
    display: flex;
    /* align-items: center; */
}
.indexTopRight .left div{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}
.indexTopRight .left div::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.indexTopRight .left .active::before{
    background: linear-gradient( 135deg, #B7C980 0%, #63BFAF 72%, #4ABCBD 100%);
}
.indexTopRight .left img{
    width: 16px;
    margin-right: 6px;
}
.indexTopRight .right input{
    height: 100%;
    padding: 0 20px;
    border-right: 1px solid #E0E0E0;
    flex: 1;
}


.indexTopMobile{
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
}
.indexTopMobile img:nth-of-type(1){
    width: 95px;
}
.indexTopMobile img:nth-of-type(2){
    width: 25px;
}
.indexTopMobile img:nth-of-type(3){
    width: 25px;
    display: none;
}
.indexTopMobile .zk img{
    width: 12px;
    transition: all 0.5s;
}
.indexTopMobile .zk>div>div:nth-of-type(1),.indexTopMobile .zk>a{
    padding: 15px 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
}
.indexTopMobile .zk{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
    display: none;
    flex-direction: column;
}
.indexTopMobile .zk>div>div:nth-of-type(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexTopMobile .zk>div>div:nth-of-type(2){
    display: none;
    flex-direction: column;
    padding: 0 30px;
}   
.indexTopMobile .zk>div>div:nth-of-type(2) a{
    line-height: 3;
    font-size: 14px;
}
.package{
    background: #fff;
    padding: 37px 30px;
}
.package .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.orderCenter>.top{
    display: flex;
}
.orderCenter{
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.orderCenter .center img{
    width: 60px;
    margin-bottom: 10px;
}
.orderCenter .center {
    color: #757575;
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orderCenter>.top>div{
    margin-right: 20px;
}
.orderCenter>.top input{
    margin-right: 20px;
}
.package .top .select,.orderCenter>.top .select,.checkout .top .select{
    width: 157px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    color: #757575;
}
.package .top .select img{
    width: 12px;
}
.package .top>div:nth-of-type(1){
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #595959;
}
.package .top>div:nth-of-type(1) input{
    margin-right: 5px;
}
.package .top>input,.orderCenter>.top>input,.checkout .top>input{
    width: 240px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 0 20px;
}
.package .list>div{
    position: relative;
}
.package .list .listDw{
    display: flex;
    align-items: center;
    color: #4ABCBD;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 32px;
    cursor: pointer;
}
.package .list .listDw img{
    width: 16px;
    margin-right: 5px;
}
.package .list .listDw1{
    display: none;
    align-items: center;
    color: #B7C980;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 32px;
    cursor: pointer;
}
.package .list .listDw1 img{
    width: 16px;
    margin-right: 5px;
}
.package .top>p,.orderCenter>.top>p{
    width: 96px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.package .top>p:nth-of-type(1),.orderCenter>.top>p:nth-of-type(1){
    background: #4ABCBD;
    color: #fff;
}
.package .top>p:nth-of-type(2){
    background: #B7C980;
    color: #fff;
}
.package .list>div{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DBF2F2;
    margin-top:20px;
}
.package .list>div>p{
    padding: 9px 29px;
    background: #ECF8F8;
    color: #757575;
    font-size: 14px;
}
.package .list .listTop{
    display: flex;
    align-items: flex-start;
    padding: 9px 29px;

}
.package .list .listTop img{
    width: 66px;
    margin-right: 20px;
}
.package .list .listTop .left1{
    width: 500px;
    display: flex;
}
.package .list .listTop .left1 div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.package .list .listTop  p,.package .listZk .listZk1 div p{
    font-size: 14px;
    color: #757575;
}
.package .list .listTop p span,.package .listZk .listZk1 div p span{
    color: #000;
}
.package .listZk{
    padding: 9px 29px;
    display: none;
}
.package .listZk .listZk1 div{
    display: flex;
    margin-bottom: 20px;
}
.package .listZk .listZk1 div p:nth-of-type(1){
    width: 500px;
}
.package .listZk .listZk2{
    display: flex;
    font-size: 14px;
    align-items: center;
}
.package .listZk .listZk2 div{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.package .listZk  .zhu{
    font-size: 14px;
    color: #4ABCBD;
    line-height: 1.8;
    margin: 20px 0;
}
.package .listZk .listZk2 input{
    margin-right: 6px;
}
.package .listZk .listImg{
    color: #757575;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}
.package .listZk .listImg div{
    width: 220px;
    height: 124px;
    border: 1px dashed #DBF2F2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
}
.package .listZk .listImg div img{
    width: 36px;
}
.package .listZk .listImg div p{
    font-size: 12px;
    color: #757575;
    margin-top: 10px;
}
.package .listZk .listImg div p span{
    color: #4ABCBD;
}
.package .listZk .listAdd{
    display: flex;
    align-items: center;
    color: #757575;
    font-size: 14px;
    margin: 20px 0;
}
.package .listZk .listAdd p{
    width: 96px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    background: #4ABCBD;
}
.package .listZk .listWp>div{
    display: flex;
    align-items: center;
    color: #757575;
    font-size: 14px;
    margin: 20px 0;

}
.package .listZk .listWp>div input{
    height: 42px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    width: 360px;
    padding: 0 20px;
}
.package .listZk .listWp>div div{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FF5151;
    margin-left: 20px;
}
.package .listZk .listWp>div div img{
    width: 20px;
    margin-right: 5px;
}
.package .listZk .listBz{
    display: flex;
    flex-direction: column;
    color: #757575;
    font-size: 14px;
}
.package .listZk .listBz textarea{
    width: 494px;
    height: 105px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 20px;
    margin-top: 20px;
}
.package .listZk  .listEdit{
    width: 96px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #4ABCBD;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
}
.package .list>div>p img{
    display: none;
}
@media (max-width:800px){
    .footer1{
        display: none;
    }
    .register>div{
        width: 90%;
    }
    .register .from>div{
        width: 100%;
    }
    .wd120{
        width: 100%!important;
    }
    .indexTop{
        display: none;
    }
    .indexTopMobile{
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .package .top>div:nth-of-type(1){
       margin-right: 10px;
    }
    .package .top .select {
        width: 110px !important;
        margin-left: 10px;
    }
    
    .package .top {
      display: flex;
      align-items: center;
justify-content: center;
      flex-wrap: wrap;
}



.orderCenter > .top {
      display: flex;
      align-items: center;
justify-content: center;
      flex-wrap: wrap;
}



     .package .top > input, .orderCenter > .top > input, .checkout .top > input {
    width: 100%;
    border-radius: 100px;
    background: #F9F9F9;
    border-color: #F9F9F9;
    margin: 10px auto;
    height: 36px;
  }
    
    /*.package .top .select,.orderCenter>.top .select,.checkout .top .select{*/
    /*    display: none;*/
    /*}*/
    /*.package .top>p,.orderCenter>.top>p{*/
    /*    display: none;*/
    /*}*/
    /*.package .top>input,.orderCenter>.top>input,.checkout .top>input{*/
    /*    width: 100%;*/
    /*    border-radius: 100px;*/
    /*    background: #F9F9F9;*/
    /*    border-color: #F9F9F9;*/
    /*    margin: 0 auto;*/
    /*    height: 36px;*/
    /*}*/
    .member .right>p{
        display: none;
    }
    .package,.orderCenter{
        padding: 15px 0;
    }
    .package .list .listTop>p{
        display: none;
    }
    .package .list .listTop{
        padding: 9px 10px;
    }
    .package .list .listTop img{
        width: 40px;
    }
    .package .list .listDw{
        /*display: none;*/
    }
    .package .list .listTop .left1{
        width: 100%;
    }
    .package .list .listTop p{
        font-size: 12px;
    }
    .package .list>div>p{
        padding: 9px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .package .list>div>p img{
        width: 10px;
        display: inline-block;
    }
    .package .list{
        width: 95%;
        margin: 0 auto;
    }
    .package .listZk .listZk2{
        flex-wrap: wrap;
    }
    .package .listZk .listZk1 div{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .package .listZk{
        padding: 9px 10px;
    }
    .package .listZk .listZk1 div p{
        width: 100%!important;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .package .listZk .listZk2 div{
        font-size: 12px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .package .listZk .zhu{
        font-size: 12px;
        margin: 10px 0;
        /* transform: rotate(90deg); */
    }
    .package .listZk .listImg{
        font-size: 12px;
    }
    .package .listZk .listImg div{
        width: 200px;
        height: 150px;
    }
    .package .listZk .listAdd{
        font-size: 12px;
        
    }
    .package .listZk .listAdd p{
        font-size: 12px;
        width: 60px;
        line-height: 30px;
    }
    .package .listZk .listWp>div input{
        flex: 1;
        width: 0;
    }
    .package .listZk .listBz textarea{
        width: 100%;
    }
    .package .listZk .listEdit{
        font-size: 12px;
        width: 60px;
        line-height: 30px;

    }
    .checkout{
        padding: 10px;
    }
    .orderCenter{
        flex: auto;
        /* height: 500px; */
    }
    .checkout .list>div .top{
        padding: 10px 15px;
    }
    .checkout .list>div .content{
        padding: 17px 10px;
    }
}

.new-bot{
    position: relative;
}
