/* 辟邪剑谱 */



* {

    margin: 0;

    padding: 0;

}



a {

    text-decoration: none;

    color: #333;

}



body {

    font-family: 微软雅黑;

    min-width: 1200px;

}



ul {

    list-style: none;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.cl {

    clear: both;

}



input,

button {

    outline: none;

    border: none;

}



button:active {

    outline: none;

    border: none;

}



div,

input,

textarea,

li,

select,

option {

    box-sizing: border-box;

}



.head {

    height: 110px;

    background: #fff;

}



.main {

    width: 62.5%;
min-width: 1000px;
    margin: 0 auto;

}



.logo {

    width: 22%;

}



.logo img {

    width: 100%;

}



.headbox {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 100%;

}



.searinp {

    width: 322px;

    height: 36px;

    border-radius: 36px;

    background: #F2F2F2;

    font-size: 12px;

    padding-left: 19px;

}



.sbox {

    position: relative;

    height: 100%;

}



.searinp::placeholder {

    color: #cbcbcb;

}



.seapic {

    width: 16px;

    position: absolute;

    right: 18px;

    top: 10px;

}



.r1 {

    font-size: 16px;

    margin: 0 34px;

    color: #4377ef;

}



.searchbox {

    display: flex;

    align-items: center;

}



.login {

    color: #fff;

    font-size: 16px;

    width: 90px;

    height: 36px;

    border-radius: 36px;

    background: #5586F7;

    text-align: center;

    line-height: 36px;

    /* display: flex;

    align-items: center;

    justify-content: center; */

}



.logined {

    width: 170px;

    color: #fff;

    font-size: 16px;

    height: 36px;

    border-radius: 36px;

    background: #5586F7;

    text-align: center;

    line-height: 36px;

    margin-left: 25px;

    position: relative;

    padding-left: 36px;

}



.user {

    width: 30px;

    height: 30px;

    border-radius: 30px;

    position: absolute;

    left: 3px;

    top: 3px;

}



.swiper-slide img {

    width: 100%;

}



.foot {

    background: #4377ef;

    height: 390px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

}



.foot img {

    width: 12.5%;

}



.footmain {

    display: flex;

    justify-content: center;

}



.fshu {

    width: 1px;

    height: 270px;

    background: #fff;

    margin: 0 40px;

}



.footleft {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 270px;

    text-align: right;

}



.ftop {

    color: #fff;

    font-size: 30px;

}



.fbot {

    font-size: 20px;

    color: #fff;

}



.footright {

    width: 37.5%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 270px;

    text-align: left;

}



.foti {

    color: #fcbc40;

}



.frtop {

    font-size: 20px;

    color: #fff;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    /*-webkit-line-clamp: 4;*/

    overflow: hidden;

}



.tel {

    font-size: 30px;

    font-weight: bold;

}



.lyb {

    position: fixed;

    width: 80px;

    height: 56px;

    background: url(../pic/lybbg.png) no-repeat;

    background-size: 100% 100%;

    text-align: center;

    display: flex;

    align-items: center;

    font-size: 12px;

    color: #999;

    right: 14px;

    top: 82vh;

    z-index: 100;

    padding-right: 10px;

    cursor: pointer;

}
.lyb .cur {
    width: 20px;
    height: 20px;
    background: #DF0017;
    border-radius: 50%;
    font-size: 14px;
    font-family: PingFang SC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: absolute;
    top: -5px;
    right: 4px;
}
.lybx {

    background: url(../pic/lybbgx.png) no-repeat;

    color: #fff;

    width: 113px;

}



.zzc,

.zzc2 {

    position: fixed;

    width: 100%;

    height: 100vh;

    top: 0;

    left: 0;

    background: #000;

    opacity: .3;

    z-index: 5;

    display: none;

}


.aler {

    width: 597px;

    height: 680px;

    background: #fff;

    border-radius: 51px;

    position: fixed;

    z-index: 6;

    top: calc(50vh - 340px);

    left: calc((100vw - 597px) / 2);

    display: none;

}
.aler .close{
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    font-family: '黑体';
    color: #fff;
    cursor: pointer;
    background: none;
}



.altop {

    height: 202px;

    background: url(../pic/alertbg.png) no-repeat;

    background-size: 100% 100%;

    padding: 0 45px;

    font-size: 32px;

    line-height: 47px;

    display: flex;

    align-items: center;

    text-align: center;

    color: #fff;

}



.almain {

    padding: 48px;
    height: 470px;
    overflow-y: scroll;
}
.almain::-webkit-scrollbar {

        display: none;

    }
.hf_list {
    margin-top: 17px;
    background-color: #f9f9f9;
    width: 100%;
    border-radius: 10px;
    padding: 15px 28px;
}.hf_list .title {
    color: #999;
    margin-bottom: 10px;
    font-size: 30px;
}
.hf_list .list_item {
    color: #999;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 5px;
}
.hf_list .list_item .text {
     display: -webkit-box;
     -webkit-box-orient: vertical; 
     -webkit-line-clamp: 1;
     overflow: hidden;
}
.hf_list .list_item .flex {
    display: flex;
}
.lybcon {

    font-size: 20px;

    padding: 28px;

    background: #F9F9F9;

    border-radius: 10px;

    border: none;

    width: 100%;

    height: 250px;

    outline: none;

    margin-bottom: 17px;

    font-family: 微软雅黑;

}



.lybcon::placeholder,

.addem::placeholder {

    color: #999;

}



.addem {

    background: #F9F9F9;

    height: 65px;

    width: 300px;

    border-radius: 10px;

    font-size: 20px;

    padding: 0 28px;

}



.alsub,

.alsub2 {

    font-size: 28px;

    color: #fff;

    height: 65px;

    width: 180px;

    margin-left: 16px;

    background: #4E82F9;

    border-radius: 10px;

    display: inline-block;

    font-family: 微软雅黑;

    position: relative;

    top: 5px;

}
.bottom_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    z-index: 99;
    background: #fff;
}
.bottom_btn .alsub2{
    position: initial;
    margin: 7.5px auto;
}


.or {

    overflow: hidden;

}



.cur-r {

    width: 6px;

    height: 6px;

    border-radius: 100%;

    background: #FF392A;

    margin-right: 8px;

}



.cur-h {

    width: 6px;

    height: 6px;

    border-radius: 100%;

    background: #FFD42A;

    margin-right: 8px;

}



.cur-g {

    width: 6px;

    height: 6px;

    border-radius: 100%;

    background: #2CE84F;

    margin-right: 8px;

}



.aler2 {

    width: 830px;

    height: 487px;

    background: #fff;

    border-radius: 69px;

    position: fixed;

    z-index: 6;

    top: calc((100vh - 648px) / 2);

    left: calc((100vw - 830px) / 2);

    display: none;

}

/*支付弹窗*/
.lightbox {
    position: fixed;
    background: #fff;
    z-index: 11;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    border: 10px solid rgba(255,255,255,.4);
    background-clip: content-box;
    overflow: hidden;
    width: 885px;
    display: none;
}
.boxTopTitle {
    width: 100%;
    height: 45px;
    background: none;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    font-family: microsoft yahei;
    padding: 0 15px;
    box-sizing: border-box;
}
.boxContent{
    height: 553px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.boxClose {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    font-family: '黑体';
    color: #666;
    cursor: pointer;
    background: none;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.addCartBox{padding:15px 20px 0px;zoom:1;background:#fff;}
.addCartBox .oFCartBox{height:426px;overflow-y:auto;}
.addCartBox .loginTips{background:#FCF8E2;border:1px solid #FBECCB;padding:20px;text-align:center;margin-bottom:15px;}
.addCartBox .loginTips img{vertical-align:middle}
.addCartBox .loginTips .txt{color:#F68300;font-size:12px;}
.addCartBox .loginTips .gologin{background:#ff0000;color:#fff;font-size:12px;padding:5px 10px;border:0px;margin:0px 10px;}
.addCartBox .loginTips .buyAm{background:#625341;color:#fff;font-size:12px;padding:5px 10px;border:0px;margin:0px 10px;}
.addCartBox .loginTips .Rtxt{color:#666;font-size:12px;}
.addCartBox .loginTips .toBuy{color:#06c;text-decoration:none;}
.addCartBox .loginTips .toBuy:hover{color:#f00;}
.orderDetail{background:#fcfcfc;overflow:hidden;zoom:1}
.orderDetail .lBox{width:200px;text-align:center;background:#fafafa}
.orderDetail .rBox{text-align: left}
.orderTips {padding:30px 15px;text-align: left;}
.orderTips .title{font-size:26px;font-weight:normal;font-family:"Microsoft YaHei","verdana";line-height:180%;margin-bottom: 0;text-align: left}
.orderTips .n{color:#999;font-size:12px;}
.orderlist{line-height:28px;color:#666; padding-left: 15px;font-size: 14px;}
.addCartBox .cartTitle{border-bottom:1px solid #DBDBDB;line-height:40px;color:#333;font-size:14px;margin-bottom:20px;margin-top:15px;}
.addCartBox .addr{border-bottom:0px;margin-bottom:0px;margin-top:0px}
#payList{overflow:hidden;zoom:1;border:1px solid #DBDBDB}
.opay {height: 54px;overflow: hidden;padding:10px 0 0}
.opay li {float: left;height: 54px;margin-left: 10px;}
.opay li a, .opay li a:visited {display: block;line-height: 44px;height: 44px;width: 140px;overflow: hidden;position: relative;text-align: center;border: 1px solid #ddd;padding: 1px;}
.opay li a.on {border: 2px solid #E4393C;padding: 0;background: url(../pic/opaysel.gif) no-repeat right bottom}
.opay li img {display: inline-block;vertical-align: middle;margin: 0 auto;max-width: 100%;max-height: 100%;position: relative;top: 0px;}
.cartBottom{margin-top:0px;background:#fafafa;border-radius:0px 0px 3px 3px}
.cartBottom .BContent{padding:20px;}
.cartBottom .BContent .bottomInput{margin-left:11px;vertical-align:middle}
.cartBottom .BContent a{display:inline-block;margin-left:10px;color:#333}
.cartBottom .BContent a:hover{color:#f30}
.cartBottom .allselect{padding-right:20px;}
.cartBottom .allNum{padding-left:12px}
.cartBottom .allNum b{color:#f30}
.cartBottom .allAccount{padding-left:12px;}
.cartBottom .allAccount .p{color:#f30}
.cartBottom .saveMoney{color:#999;margin-right:15px;}
.cartBottom .cartBtn {text-align:right;}
.cartBottom .cartBtn .cBtn{width:auto;padding:5px 40px;color:#fff;text-align:center;font-size:14px;line-height:32px;border:none;cursor:pointer; font-family: microsoft yahei;background: #4E82F9}
.cartBottom .cartBtn .whiteBtn{background:#fff !important;border:1px solid #dbdbdb;color:#333;margin-right:10px;}
.cartBottom .cartBtn .whiteBtn:hover{/*background:#f00;border-color:#f00;color:#fff*/}
.cartBottom_order{margin-top:0;width:100%;}
.cartBottom_order .cartBtn{width:100% !important;}
.cartBottom .bottomTable ul{overflow: hidden; display: flex; justify-content: space-between; align-items: center;}
.cartBottom .bottom_info{ max-width: 55%;}
.cartBottom .bottom_info .allselect input{margin-top: 5px;}
.cartBottom .bottomTable .cartBtn{/*float: right;width:36%*/ display: flex; justify-content: flex-end; align-items: center; padding-left: 10px;}
.cartBottom .bottomTable .cartBtn input{outline:none; opacity: 0; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; cursor: pointer;}
.cartBottom .bottomTable .cartBtn .cBtn{ position: relative; line-height: 1.5; box-sizing: border-box; display: flex; align-items: center; border-radius: 3px;}
.cartBottom .bottomTable .cartBtn .cBtn span{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.cartBottom .bottomTable .cartBtn>div{ display: flex; justify-content: flex-end; align-items: stretch;}
.cartBottom .bottomTable{position: relative;}
.cartBottom .totalSave{top: 20px;right:31%;width:auto;position: absolute;}
.cartTitle {
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}
ul.addrList {
    overflow: hidden;
    zoom: 1;
}
ul.addrList li {
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 10px;
    color: #666;
    border: 1px solid #fff;
    clear: both;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}
ul.addrList li label{
    flex: 1;
    overflow: hidden;
}
ul.addrList li.defaultAddr {
    background: #FCF8E2;
    border: 1px solid #FBECCB;
    color: #f30;
}
ul.addrList li .r a {
    display: block;
    margin-left: 12px;
    color: #666;
}
ul.addrList li .r{
    display: flex;
    align-items: center;
    float: right;
    padding-right: 10px;
}
ul.addrList input[type="radio"] {
    vertical-align: middle;
    margin-right: 15px;
}
.addCartBox {
    padding: 15px 20px 86px 20px;
    zoom: 1;
    background: #fff;
}
.shadowDiv .addCartBox {
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.setTable {
    margin: 0px auto;
    padding: 10px;
    color: #666;
    font-size: 14px;
    height: 100%;
    width: initial;
}
.setTable td {
    line-height: 45px;
    text-align: left;
}
.setTable .lTd {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}
.setTable .cartInput {
    line-height: 30px;
    height: 30px;
    border: 1px solid #DBDBDB;
    width: 225px;
    margin-right: 3px;
    padding: 0px 3px;
}
.redfont {
    color: #f30;
}
.setTable .redfont {
    font-size: 12px;
}
.setTable select {
    border: 1px solid #DBDBDB;
    height: 32px;
    width: 94%;
    margin-right: 3px;
    -webkit-appearance: auto;
}
.addcarts {
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 10px;
}

.addcarts img {
    width: 100%;
}

.addaler {
    display: none;
    width: 879px;
    height: 633px;
    background: #FFFFFF;
    border-radius: 10px;
    top: calc(50vh - 315px);
    position: fixed;
    z-index: 301;
    left: calc(50vw - 400px);
    user-select: none;
}

.addalclo {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 20px;
}

.addaltitle {
    padding-top: 48px;
    padding-bottom: 35px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    text-align: center;
}

.th td {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    color: #666666;
    height: 40px;
}

table {
    width: 100%;
    text-align: center;
}

.jian {
    width: 61px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.jian img {
    width: 12px;
}

.num {
    width: 61px;
    height: 30px;
    background: #EEEEEE;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    text-align: center;
    color: #666666;
}

.numbox {
    display: flex;
    align-items: center;
}

td:nth-of-type(4) {
    width: 190px;
}

.td:nth-of-type(1) {
    width: 24px;
}

td {
    height: 59px;
}
.alerboxmain {
    /* padding: 0 33px; */
    padding-left: 33px;
    padding-right: 70px;
    overflow: scroll;
    height: 380px;
}

.alerboxmain::-webkit-scrollbar {
    display: none;
}

.alname {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}

.alpri {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #4377EF;
}

input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    z-index: -2;
}

input[type="checkbox"]+label {
    width: 24px;
    height: 24px;
    background: url('../pic/weixuan.png') no-repeat;
    background-size: 100% 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

input[type="checkbox"]+label::before {
    content: '';
    border-radius: 1.4rem;
    width: 24px;
    height: 24px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]:checked+label {
    border: none;
    box-sizing: border-box;
}

input[type="checkbox"]:checked+label::before {
    background: url('../pic/xuanzhong.png') no-repeat;
    background-size: 100% 100%;
}

.addaldel {
    width: 142px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #4377EF;
    border-radius: 25px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4377EF;
    cursor: pointer;
}

.addbtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    padding-right: 70px;
}
.topay {
    margin-left: 25px;
    width: 142px;
    height: 50px;
    background: #4377EF;
    border-radius: 25px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
}
.light_box_mask{
    display: none;
    z-index: 9;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
}