﻿
.Statistical{
    display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.box1,.box2,.box3,.box4,.box5{
    position: relative;
    width: 100%;
}

.box5{
    background: #fff;
    overflow: hidden;
}
.box5 .product-list{
    width: 1065px;
    border: 1px solid #fbf7f7;
    border-right: none;
    overflow: hidden;
    padding-bottom: 15px;
}

.box5 .product-list .head_title{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #fbf7f7;
    background: rgba(249,249,249,0.7);
}
.box5 .product-list .head_title p{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 380px;
    margin-left: 20px;
    font-size: 14px;
    color: #9e9c9c;
}
.box5 .product-list .head_title p a{
    color: rgba(0,122,255,0.85);
}
.box5 .product-list .head_title .search{
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    left: 0;
    width: 260px;
}
.box5 .product-list .head_title .search input{
    display: inline-block;
    border: 1px solid #343546;
    border-radius: 5px 0 0 5px;
    width: 180px;
    height: 30px;
    outline: none;
    position: absolute;
    top: 15px;
    right: 73px;
    text-indent: 10px;
}
.box5 .product-list .head_title .search .btnSearch{
    position: absolute;
    top: 15px;
    display: inline-block;
    border: 1px solid #343546;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #343546;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    right: 1px;
}
.box5 .product-list .head_title .hot_tit{
    float: left;
    width: 400px;
    font-size: 14px;
}
.box5 .product-list .head_title .hot_tit p{
    float: left;
    width: 72px;
    color: #686868;

}
.box5 .product-list .head_title .hot_tit ul{
    float: left;
}
.box5 .product-list .head_title .hot_tit ul li{
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
}
.box5 .product-list .head_title .hot_tit ul li a{
    color: #000;
}
.box5 .product-list .head_title .hot_tit ul li:nth-child(1) a{
    color: #f24e4d;
}
.box5 .product-list .head_title .search ul{
    position: absolute;
    top: 48px;
    width: 180px;
    background: #f3f3f3;
    right: 72px;
    z-index: 10;
    font-size: 14px;
}
.box5 .product-list .head_title .search ul li{
    height: 30px;
    line-height: 30px;
    border: 1px solid #fbf7f7;
    border-top: none;
    cursor: pointer;
}
.addbg{
    background:#87A900;
}
.box5 .product-list .recgargeList{
    width:1065px;
    box-sizing: border-box;
    clear: left;
}
.box5 .product-list .recgargeList li{
    position: relative;
    float: left;
    width: 266px;
    box-sizing: border-box;
    height:110px ;
    line-height: 110px;
    text-align: left;
    border: 1px solid #fbf7f7;
    border-left: none;
    border-top: none;
    background: #fff;
    cursor: pointer;
}
.box5 .product-list .recgargeList li:nth-child(1),.box5 .product-list .recgargeList li:nth-child(2),.box5 .product-list .recgargeList li:nth-child(3),.box5 .product-list .recgargeList li:nth-child(4){
    border-top: 1px solid #fbf7f7;
}

.box5 .product-list .recgargeList li img{
    height: 45px;
    vertical-align: middle;
    margin-left: 45px;
    margin-right: 10px;
}
.box5 .product-list .recgargeList li span{
    font-size: 14px;
    display: inline-block;

    width: 150px;
    /*text-align: center;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}
.box5 .product-list .recgargeList li .listModel{
    display: none;
    position: absolute;
    width:266px;
    top:0;
    height: 110px;
}
.box5 .product-list .recgargeList li .listModel .shadow{
    position: absolute;
    width:100%;
    height: 110px;
    top:0;
    background: #ccc;
    opacity: .3;
}
.box5 .product-list .recgargeList li .listModel p{
    position: absolute;
    width:70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    left: 101px;
    text-align: center;
    font-size: 14px;
    bottom: 8px;
    background: #f24e4d;
    border-radius: 5px;
    cursor: pointer;
}
.from li  .head_logo{
    width: 61px;
    text-align: right;
    margin-right: 39px;
}
input::-webkit-input-placeholder{
    color:#9e9c9c;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9e9c9c;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9e9c9c;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#9e9c9c;
}

.cen-box{
    width: 1302px;
    margin: 0 auto;
    position: relative;
}
.left_tab{
    float: left;
    width: 230px;
    min-height: 750px;
    background: #292a3c;
}

.left_tab .left_menu{
    width:230px;
    /*position: fixed;*/
    position: absolute;
    top: 0px;
}
.left_tab .left_menu li{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    margin-left: 3px;
    cursor: pointer;margin-top: 0;
}
.left_tab .left_menu li .left_model{
    position: absolute;
    width: 217px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    margin-left: -3px;
    border-right: 3px solid #f24e4d;
    text-align: right;
    padding-right: 10px;
}
.left_tab .left_menu li a{
    display: block;
    height: 50px;
    line-height: 50px;
}
.left_tab .left_menu li img{
    width: 25px;
    vertical-align: middle;
    margin: 0 24px 0 23px;
}
.left_tab .left_menu li span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #d4d4d8;
    font-size: 16px;
}
.left_tab .left_menu .active{
    background: #fff;
    border-left: 3px solid #f24e4d;
    margin-left: 0;
}
.left_tab .left_menu .active span{
    color: #000;
}
.main{width:880px;margin:0 auto;display: none;}
.good_loading{width:880px;margin:0 auto;position: relative;height: 600px}
.good_loading .la-ball-beat{position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.from{font-size: 0px;}
.from.attribute{padding-bottom: 30px;}
.from li{margin-top:20px;}
.from li .title{width:100px;display: inline-block;font-size: 14px;height: 42px; line-height: 42px; vertical-align: top;color: #666}
.from li .title.head_logo img{height: 38px; vertical-align: middle;    margin-left: 10px;}
.from li .head_name{    width: 200px; height: 38px; font-size: 24px;vertical-align: middle;line-height: 38px;}
.from li .title.top{vertical-align: top;}
.from li .con{display: inline-block;max-width:calc(100% - 100px);}

.faceValueList .item{display: inline-block;padding:21px 21px 11px 21px;border:1px solid #d2d2d2;margin:0 15px 15px 0;position: relative;border-radius: 5px;cursor: pointer;}
.faceValueList .item .name{width: 130px;text-align: center;font-size: 16px;border-bottom: 1px dashed #bdbdbd;padding-bottom: 10px;}
.faceValueList .item .price{font-size: 18px;padding-top:10px;color:#a09073;text-align: center;}
.faceValueList .item em{position: absolute;width:27px;height: 21px;right:0px;top:0px;display: block;background: url(../images/select_hover_ico.png) no-repeat;display: none;}
.faceValueList .item.hover{border:2px solid #0097ee;padding:20px 20px 10px 20px;}
.faceValueList .item.hover em{display: block;}
.faceValueList .item .goodFlag{
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -8px;
    padding: 2px 9px;
    background: #f24e4d;
    border-radius: 16px;
}
.faceValueList .item .goodFlag:before {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 5px solid #f24e4d;
    border-left: 5px solid transparent;
    border-width: 9px;
    position: absolute;
    bottom: -5px;
    left: 12px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
}
.payType{display: inline-block;}
.payType .item{font-size: 14px;padding:11px 21px;color: #666666;}
.payType .item.hover{padding:10px 20px;}

.from li .ipt{width: 250px;height: 38px;border:1px solid #d2d2d2;box-sizing: border-box;background: none;text-indent: 10px;color:#000;font-size: 14px;}
.from li .ipt option{background-color: #040e19;}
.from li .tips{font-size: 14px;color:#ff4862;margin-left: 10px;}
.from li .con .totalPrice{font-size: 24px;color: #f24e4d;position: relative;top:3px;}

.buyBtn{width:200px;height: 40px;line-height: 40px;text-align: center; display:block;background: #ffd464;margin:50px auto; margin-left: 100px;color: #f24e4d;    font-size: 16px;  border-radius: 6px;}

.erweima{
    margin-left: 100px;
    display: none;
}
.erweima #code{
    width: 170px;
    height: 170px;
    float: left;
}
.erweima .explain{
    float: left;
    margin-left: 40px;
}
.erweima .explain p{
    width: 200px;
}
.erweima .explain p:nth-child(1){
    height: 80px;
    line-height: 80px;
    color: #f24e4d;
    font-size: 24px;
}
.erweima .explain p:nth-child(2){
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
}



/*公共样式*/
.hidden{display: none;}


/**
    * 模拟select
    **/
.select-box { position: relative; float: left; margin-right: 8px; }
.select-city .select-header { width: 224px; height: 36px; border: 1px solid #c1c1c1; padding-right: 26px; background: url(../images/arrow.png) no-repeat #f9f9f9;     background-position: 215px 13px; line-height: 36px; text-indent: 14px; font-size: 16px; color: #000; cursor: pointer; overflow: hidden; }
.select-city .select-arrow { background-position: 95px -9px; }
.select-city .select-content,.select-city .select-serve {
    border: 1px solid #c1c1c1;
    border-top: none;
    position: absolute; top: 38px; left: 0; z-index: 99; display: none; background-color: #fff;
    height: 300px;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.select-city .select-content li, .select-city .select-serve li { width: 125px; height: 40px; margin: 0; line-height: 40px; background-color: #fff; font-size: 13px; cursor: pointer;
    display: inline-block;
    text-align: center;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.select-bank .select-header { width: 272px; height: 36px; border: 1px solid #c1c1c1; padding-right: 26px; background: url(../images/arrow.png) no-repeat #f9f9f9; background-position: 279px 15px; line-height: 36px; text-indent: 14px; font-size: 13px; color: #a9a9a9; cursor: pointer; overflow: hidden; }
.select-bank .select-arrow { background-position: 279px -9px; }
.select-bank .select-content, .select-bank .select-serve { border-left: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; position: absolute; top: 38px; left: 0; z-index: 99; display: none; background-color: #f9f9f9; }
.select-bank .select-content li, .select-bank .select-serve li { width: 298px; height: 36px; margin: 0; border-bottom: 1px solid #c1c1c1; line-height: 36px; text-indent: 14px; background-color: #f9f9f9; font-size: 16px; color: #a9a9a9; cursor: pointer; }

.to_top{
    position: fixed;right: 30px;
    width: 40px;
    height: 40px;
    background: #d4d4d8;
    bottom:40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.to_top img{
    width: 20px;
    vertical-align: middle;
}

.la-ball-beat.la-2x {
    width: 108px;
    height: 36px;
}
.la-ball-beat {
    width: 54px;
    height: 18px;
}
.la-ball-beat {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-beat, .la-ball-beat>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-beat,.la-ball-beat>div{
    position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.la-ball-beat{display:block;font-size:0;color:#d7d7d7}
.la-ball-beat.la-dark{color:#333}.la-ball-beat>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-beat{width:54px;height:18px}.la-ball-beat>div{width:10px;height:10px;margin:4px;border-radius:100%;-webkit-animation:ball-beat 0.7s -0.15s infinite linear;-moz-animation:ball-beat 0.7s -0.15s infinite linear;-o-animation:ball-beat 0.7s -0.15s infinite linear;animation:ball-beat 0.7s -0.15s infinite linear}.la-ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.la-ball-beat.la-sm{width:26px;height:8px}.la-ball-beat.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-beat.la-2x{width:108px;height:36px}.la-ball-beat.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-beat.la-3x{width:162px;height:54px}.la-ball-beat.la-3x>div{width:30px;height:30px;margin:12px}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-beat{50%{opacity:.2;-moz-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-beat{50%{opacity:.2;-o-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(0.75);-moz-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}









