@charset "utf-8";
/* CSS Document */

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
#infonext {
    color: red;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    padding-top: 10px;
    font-size: 1.3em;
    text-align: center;
    z-index: +500;
}
.forhdsd {display: block;}
.formobile {display: none;}

#cart {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    background-image: url(/static/app/base/img/BG.jpg);
	background-position: 50% 50%;
	background-attachment: fixed;
    overflow: auto;
}

/*---------------------------------------------页面顶图*/
#up {
    width: 100%;
    height: 320px;
    position: fixed;
    top: 65px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/*---------------------------------------------页面内容*/
#ladderinfobox {
    height: 65px;
    margin-bottom: 15px;
    position: relative;
}
#ladderbox {
    display: block;
    position: absolute;
    width: 100%;
    top: 20px;
}
#ladders {
    width: 60%;
    height: 50px;
    margin: auto;
    position: relative;
}
#ladders hr {
    display: block;
    float: left;
    margin: 26px 0 22px 0;
    border-width: 2px;
}
#hrA {
    width: 25%;
    border-color: #C4A886;
}
#hrB {width: 75%;}
#level1, #level2, #level3 {
    margin: 0;
    color: whitesmoke;
    border: 1px solid whitesmoke;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 18px;
    background: #1a1a1a;
    font-size: .9em;
}
#level1 {
    left: 0;
    color: #C4A886;
    border-color: #C4A886;
}
#level2 {left: 49%;}
#level3 {right: 0;}
#txt1, #txt2, #txt3 {
    margin: 0;
    color: whitesmoke;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-size: .8em;
}
#txt1 {
    left: 0;
    color: #C4A886;
}
#txt2 {left: 48.3%;}
#txt3 {right: 0;}

#panierbox {
    width: 80%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#panierleft, #panierright {position: absolute;}
#panierleft {
    left: 0;
    width: 440px;
    height: 100%;
    background: #1a1a1a;
}
#panierright {
    right: 0;
    /*width宽度由js设定*/
    height: 100%;
}

#gotoback, .continuer {
    width: 100%;
    height: 50px;
    background: #1a1a1a;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    color: #C4A886;
    padding-top: 15px;
    transition: .1s;
}
.continuer {display: block;}
#gotoback:hover, .continuer:hover {
    color: white;
    background: #C4A886;
}

#panierwindow {
    width: 100%;
    border: none;
}

#maininfo {
    width: 94%;
    height: 100px;
    margin: auto;
    padding: 6px 0;
    border-top: 2px solid #878787;
}
.infobox {padding: 3px 0;}
.lefttext {
    font-weight: 600;
    color: #C4A886;
    text-transform: uppercase;
}
.righttext {
    color: whitesmoke;
    float: right;
    font-style: italic;
}

#midplace, #rightbox, #nav-mid, #carteplus {
    display: block;
    float: left;
    width: 15%;
    height: 100%;
}
#rightbox {width: 85%;}

#righttop, #rightbottom {height: 50px;}
.continuer {
    width: 400px;
    float: right;
    padding: 0;
    border: none;
}
.continuer-down {background: #2a2a2a;}

#rightmid {background: #1a1a1a;}
#nav-mid {
    width: 30%;
    overflow-y: auto;
}
#nav-mid::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
#nav-mid::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}
#nav-mid::-webkit-scrollbar-thumb {
	background-color: #C4A886;
}
#nav-mid ul {
    margin: 0;
    background: #2a2a2a;
}
#nav-mid ul li {
    border-bottom: 1px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 15px;
    color: #C4A886;
    background: #2a2a2a;
    cursor: pointer;
    overflow: hidden;
}
#nav-mid ul li:hover {
    color: white;
    background: rgba(196, 168, 134, 0.25);
}
#nav-mid ul li img {
    width: 25px;
    margin-left: 10%;
    float: left;
}
#nav-mid ul li p {
    margin: 0;
    float: left;
    padding-left: 15px;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: .9em;
}
#carteplus {
    width: 70%;
    border-left: 2px solid #1a1a1a;
    overflow: auto;
}
#carteplus::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
#carteplus::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}
#carteplus::-webkit-scrollbar-thumb {
	background-color: #C4A886;
}
.plusList {
    height: 100px;
    display: block;
    font-size: .9em;
    color: whitesmoke;
    background: #2a2a2a;
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 8px;
    font-weight: 600;
    position: relative;
    transition: .1s;
}
.plusList:hover {background: rgba(196, 168, 134, 0.25);}
.imgbox, .textbox, .pricebox {
    display: block;
    float: left;
}
.imgbox {
    width: 75px;
    height: 75px;
    position: relative;
}
.imgbox img {width: 100%;}
.textbox {
    /*width: 68%; js动态设定*/
    height: 75px;
}
.textbox p {
    padding-top: 10px;
    padding-left: 10px;
    margin: 0;
}
.pricebox {
    width: 50px;
    text-align: right;
    padding-top: 15px;
}
.pricebox p {
    margin: 0;
    padding-right: 5px;
}

.addsub {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #1a1a1a;
    border-radius: 5px;
}
.addsub span {
    display: block;
    float: left;
    width: 25px;
    text-align: center;
    padding-top: 3px;
}
.price {cursor: default;}
.subshopping, .addshopping {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #C4A886;
    border-radius: 5px;
}
.subshopping:hover, .addshopping:hover {
    background-color: #C4A886;
    color: black;
}


@media (max-width: 1280px) {
    #ladderinfobox {
        height: 45px;
        margin-bottom: 8px;
    }
    #ladderbox {top: 14px;}
    #ladders {height: 35px;}
    #ladders hr {
        margin: 18px 0 15px 0;
        border-width: 2px;
    }
    #level1, #level2, #level3 {
        width: 14px;
        height: 14px;
        top: 13px;
        font-size: .7em;
    }
    #txt1, #txt2, #txt3 {font-size: .6em;}
    #infonext {
        height: 35px;
        padding-top: 7px;
        font-size: 1em;
    }
    #up {
        top: 45px;
        height:225px;
    }
    #panierleft {width: 310px;}
    #gotoback, .continuer {
        height: 35px;
        padding-top: 10px;
        font-size: .8em;
    }
    #maininfo {
        height: 70px;
        padding: 4px 0;
        border-top: 1px solid #878787;
        font-size: .8em;
    }
    .infobox {padding: 2px 0;}
    #righttop, #rightbottom {height: 35px;}
    .continuer {
        width: 280px;
        padding-top: 2px;
    }
    #nav-mid::-webkit-scrollbar {width: 4px;}
    #nav-mid::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    }
    #nav-mid ul li {
        border-right: 1px solid #1a1a1a;
        height: 35px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    #nav-mid ul li img {width: 20px;}
    #nav-mid ul li p {
        padding-left: 18px;
        padding-top: 2px;
        font-size: .8em;
    }
    #carteplus {border-left: 1px solid #1a1a1a;}
    .plusList {
        height: 70px;
        padding: 7px 6px;
        font-size: .7em;
    }
    .imgbox {
        width: 52px;
        height: 52px;
    }
    .textbox {height: 52px;}
    .textbox p {
        padding-top: 7px;
        padding-left: 7px;
    }
    .pricebox {
        width: 35px;
        padding-top: 10px;
    }
    .pricebox p {padding-right: 3px;}
    .addsub {
        right: 6px;
        border-radius: 3px;
    }
    .addsub span {
        width: 18px;
        padding-top: 2px;
    }
    .subshopping, .addshopping {
        width: 17px;
        height: 17px;
        border-radius: 3px;
    }
    #carteplus::-webkit-scrollbar {width: 4px;}
    #carteplus::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    }
}

@media (max-width: 1024px) {
    #nav-mid ul li img {display: none;}
    #panierbox {width: 90%;}
}

@media (max-width: 860px) {
    #ladders {width: 80%;}
    .forhdsd {display: none;}
	.formobile {display: block;}
    #gotoback, .continuer {
        height: 40px;
        padding-top: 3px;
        font-size: 1em;
    }
    #gotoback {padding-top: 10px;}
    #panierbox {height: 935px;}
    #midplace {display: none;}
    #panierleft {
        width: 100%;
        height: 500px;
    }
    #panierwindow {height: 390px!important;}
    #panierright {
        margin-top: 525px;
        width: 100%!important;
        height: 410px!important;
    }
    #righttop {height: 40px;}
    #rightmid {height: 300px!important;}
    #rightbox, .continuer {width: 100%;}
}

@media (max-width: 580px) {
    #level2 {left: 48%;}
    #txt2 {left: 46%;}
    #panierbox {width: 90%;}
    #nav-mid ul li p {padding-left: 9px;}
    #nav-mid {width: 26%;}
    #carteplus {width: 74%;}
}

