.mall_banner {
    height: 360px;
    background: url("img/help_banner.jpg") no-repeat center;
    padding-top: 80px;
}
.mall_banner .mall_main {
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mall_banner .mall_main h3 {
    font-size: 36px;
    font-weight: 500;
    height: 110px;
    line-height: 110px;
}
.mall_banner .mall_main p {
    font-size: 16px;
    margin-top:-4px;
}
.mall_banner .mall_main .search_box {
    width: 600px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    margin-top: 40px;
    border: 2px solid #fff;
}
.mall_banner .mall_main .search_box input {
    height: 100%;
    box-sizing: border-box;
    border: none;
    flex: 1;
    cursor: text;
    font-size: 18px;
    margin-left: 10px;
    color: white;
    background: none;
}
.mall_banner .mall_main .search_box button {
    width: 100px;
    height: 100%;
    background: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border: none;
    color: #FFf;
    cursor: pointer;
    color: #11C4FF;
}
.mall_banner .mall_main .search_box input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#fff;background:none; outline:none; border:0px;}
.mall_banner .mall_main .search_box input:-moz-placeholder, textarea:-moz-placeholder {color: #fff;}
.mall_banner .mall_main .search_box input::-moz-placeholder, textarea::-moz-placeholder {color: #fff;}
.mall_banner .mall_main .search_box input:disabled{background-color: inherit;}
.mall_banner .mall_main .search_box input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #fff;}


.choose-kind{
    padding: 64px 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.choose-kind .tabs,.choose-kind .tabs-tunnel {
    width: 148px;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    background-color: #EEF3F6;
    box-shadow: 0px 2px 10px 0px rgba(0, 4, 30, 0.1);
    border-radius: 8px;
    transform: skew(-20deg);
    cursor: pointer;
    position: relative;
}
.choose-kind .tabs span,.choose-kind .tabs-tunnel span {
    color: #666;
    display: block;
    transform: skew(20deg);
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.choose-kind .tabs .se {
    position: absolute;
    top: -41px;
    right: 32px;
    transform: skew(20deg);
}
.choose-kind .tabs .ses {
    position: absolute;
    top: -41px;
    right: 32px;
    transform: skew(20deg);
}
.choose-kind .acts {
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    background:linear-gradient(90deg,rgba(58,240,210,1),rgba(17,196,255,1));
    opacity: 1;
    margin-top: -10px;
    text-align: center;
    color: #FEFEFE;
    position: relative;
}
/*.dynamicNav.choose-kind{
    margin-left: 40px;
}*/
.dynamicNav.choose-kind .acts:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #25dae9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 100px;
    bottom: -10px;
    transform: skew(20deg);
}
.choose-kind .acts span {
    font-size: 20px;
    color: #FEFEFE;
    height: 65px;
    line-height: 65px;
}

#goods_menu{
    width:350px;;margin-right:32px;background: linear-gradient(to right, #f1fdfc99, #36EBD699, #13C7FD99, #ffffff99);position:sticky;top:260px;
    border-radius: 12px;
    padding:12px 0 0 16px;
    border: 1px solid #d2fbf6  ;
}

#goods_menu li{
    padding:10px 0 10px 16px;
    font-size:18px;
    margin-bottom:10px;
    cursor:pointer;
    color:#0009;
    border-radius: 8px 0 0 8px;
}

#goods_menu li.selected, #goods_menu li:hover{ color:#000; margin-right:-1px}
#goods_menu li:hover{background-color:#fff9}
#goods_menu li.selected{background-color:#fff;border:1px solid #23e5e7;border-right:0}


#goods_detail {
    font-size:16px;
    line-height: 200%;
}

#cart_list > div{
    padding: 12px 20px;
    box-shadow: inset 0 -1px 0 0 #ededed;
    cursor:pointer
}

#cart_list > div:last-child{
    box-shadow: none
}

#cart_list>div:hover{
    background-color:#fafafa
}

#cart_list svg{width:20px;height:16px;opacity: 0;;}
#cart_list>div:hover svg{opacity: 1;}

fieldset{border-width: 1px 0 0; border-style: solid;border-color:#ddd;padding:0px;margin:6px 0;}
legend{padding:0px 6px;margin-left:16px}
