﻿
time{
    color: #999;
}
body .pt0{
    padding-top: 0;
}
body .pb0{
    padding-bottom: 0;
}
body .p10{
    padding: 10px;
}
body .mt0{
    margin-top: 0;
}
body .mt10{
    margin-top: 10px;
}
body .mt20{
    margin-top: 20px;
}
body .mr5{
    margin-right: 5px;
}
body .mr10{
    margin-right: 10px;
}
body .mb20{
    margin-bottom: 20px;
}
body .mb0{
    margin-bottom: 0;
}
body .ml0{
    margin-left: 0;
}
body .ml5{
    margin-left: 5px;
}
body .ml10{
    margin-left: 10px;
}
body .ml80{
    margin-left: 80px;
}
body .m10{
    margin: 10px 0;
}
body .m5{
    margin: 5px 0;
}
body .colorOrange{
    color: #ed6c00;
}
body .colorRed{
    color: #fd1717;
}
body .txHide{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.textRight{
    text-align: right;
}

input::-moz-placeholder{color: #ccc!important;}              /*ff*/
input::-webkit-input-placeholder{color: #ccc!important;}     /*chrome,safari*/
input:-ms-input-placeholder{color: #ccc!important;}          /*ie10*/
/*head*/
#head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color:#fff;
    background: #ed6c00;
    z-index: 999;
}
#head a{
    color:#fff;
}
#head .logo1{
    float: left;
    width: 220px;
    height: 60px;
    background: url(../images/lessoLogo1.png) no-repeat;
}
#head .logo2{
    float: left;
    width: 220px;
    height: 60px;
    background: url(../images/agencyLogo.png) no-repeat center;
}
#head .logo3{
    float: left;
    width: 240px;
    height: 60px;
    background: url(../images/lessoLogo3.png) no-repeat;
}
#head .logo4{
    float: left;
    width: 180px;
    height: 60px;
    background: url(../images/lessoLogo4.png) no-repeat;
}
#head .menu{
    float: left;
    height: 60px;
    margin-left: 10px;
    overflow: hidden;
}
#head .menu li{
    float: left;
    margin-left: 1px;
    overflow: hidden;
}
#head .menu a{
    float: left;
    padding: 0 20px;
    font-size: 14px;
    background: url(../images/menuClick.png) center 100px no-repeat;
    transition: line-height 0.3s,background 0.3s;
}
#head .menu a:hover,#head .menu .click{
    text-decoration:none;
    background: url(../images/menuClick.png) center 50px no-repeat;
}
#head .info{
    float: right;
    padding-right: 20px;
}
#head .info a.fn-left{
    padding: 0 10px;
}
#head .info>a:hover{
    color: #ed6c00;
    background: #fff;
}
#head .info .myCart{
    float: left;
    position: relative;
}
#head .info span{
    padding-right: 20px;
}
#head .info .shoppingCart strong{
    position: relative;
    padding: 3px 6px;
    margin-left: 10px;
    font-weight: normal;
    color: #fff;
    background: #f18933;
}
#head .info .shoppingCart strong .arrow{
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 4px;
    font-size: 0;
    border-width: 6px;
    border-color: transparent #f18933 transparent transparent;
    border-style: dashed solid dashed dashed;
}

/*combo*/
#head .comboBox{
    position: relative;
    float: left;
    text-align: center;
    z-index: 999;
}
#head .comboTop{
    position: relative;
    padding: 0 24px 0 10px;
    border-left: 1px solid #ed6c00;
    border-right: 1px solid #ed6c00;
    cursor: pointer;
    z-index: 999;
}
#head .comboTop{
    display: block;
    padding: 0 24px 0 10px;
}
#head .iconUser{
    padding: 0 24px 0 44px;
}
#head .comboTop img{
    position: absolute;
    left: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
}
#head .comboTop p{
    min-width: 48px;
    max-width: 84px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#head .comboTop i{
    position: absolute;
    top: 30px;
    right: 10px;
    width: 12px;
    height: 6px;
    line-height: 1px;
    font-family: "consolas";
    font-style: normal;
    color: #fff;
    overflow: hidden;
}
#head .comboBox:hover .comboTop i{
    color: #666;
}
#head .comboBox:hover .comboTop{
    color: #666;
    background: #fff;
}
#head .comboBottom{
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}
#head .comboBottom a{
    display: block;
    white-space: nowrap;
    color: #666;
    line-height: 40px;
}
#head .comboBottom a:hover{
    background: #fafafa;
}
/*end combo*/

/*cart*/
#head .info .shoppingCart{
    position: relative;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ed6c00;
}
#head .info .cartContent a{
    color: #666;
    padding: 0;
    background: none;
}
#head .info .cartContent b{
    padding: 0;
    background: none;
}
#head .info .myCart:hover .shoppingCart{
    color: #ed6c00;
    background: #fff;
}
#head .info .cartContent{
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    line-height: 18px;
    width: 325px;
    z-index: 999;
}
#head .info .cartContent .cartLine{
    display: none;
    position: absolute;
    top: -5px;
    right: 1px;
    width: 116px;
    height: 12px;
    background: #fff;
    z-index: 999;
}
#head .info .cartContent .cartBox{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: none;
}
#head .info .cartTop{
    line-height: 35px;
    text-indent: 15px;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
}
#head .info .cartCenter li{
    position: relative;
    height: 62px;
    padding: 10px;
}
#head .info .cartCenter li.bgColor{
    background: #fafafa;
}
#head .info .cartCenter .pLeft{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 1px solid #e7e7e7;
}
#head .info .cartCenter .pRight{
    float: left;
    width: 230px;
    color: #999;
}
#head .info .cartCenter .pRight a{
    display: block;
    padding-bottom: 5px;
}
#head .info .cartCenter .pRight a:hover{
    color: #333;
    background: none;
}
#head .info .pDel{
    display: none;
    position: absolute;
    bottom: 13px;
    right: 10px;
}
#head .info .cartCenter .pRight b{
    margin-right: 5px;
    font-family: "Microsoft YaHei",arial;
    font-weight: normal;
}
#head .info .cartBottom{
    padding: 10px 10px 55px 10px;
    position: relative;
    text-align: right;
    background: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}
#head .info .cartBottom b{
    font-family: "Microsoft YaHei",arial;
    font-weight: normal;
    font-size: 20px;
}
#head .info .cartBottom button{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 32px;
    color: #fff;
    background: #ed6c00;
    border: none;
    border-radius:2px;
    cursor: pointer;
}
/*end cart*/


/*end head*/

/*container*/
#container{
    overflow: hidden;
    padding-top: 60px;
}
.sideleft,.sideright{
    position: relative;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.sideright{
    margin-left:180px;
    background: #fff;
}
.submenu{
    float: left;
    width: 180px;
    padding-top: 50px;
}
.submenu li{
    line-height: 50px;
    padding: 0 0 10px 20px;
}
.submenu li a{
    display: block;
    text-indent: 44px;
    white-space: nowrap;
}
.submenu li .click{
    text-indent: 40px;
    background: #fff;
    border-left: 5px solid #ed6c00;
    background: url(../images/submenuLink.jpg) repeat-x;
}
.content{
    min-height: 720px;
    _height: 720px;
    padding: 0 20px 20px 20px;
}
.position{
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
/*end container*/


/*tab*/
.tab_b .active{
    display: block;
}
.tab_b_b{
    display: none;
}

.tabbox{
    position: relative;
}
.tabbox > .tab_h{
    float: left;
    width: 100%;
    height: 37px;
    padding-top: 20px;
    border-bottom: 2px solid #f18933;
    overflow: hidden;
}
.tabbox > .tab_h > .tab_h_b{
    position: relative;
    float: left;
    line-height: 36px;
    padding: 0 20px;
    margin-right: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}
.tabbox > .tab_h > .tab_h_b strong{
    position: absolute;
    top: -20px;
    left: 100%;
    margin-left: -10px;
    width: 100px;
    font-weight: normal;
    color: #ed6c00;
 }
.tabbox > .tab_h > .tab_h_b i{
    display: inline-block;
    padding: 3px;
    min-width: 14px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    color: #fff;
    background: #f18933;
    border: 1px solid #f18933;
    border-radius: 10px;
}
.tabbox > .tab_h .active i{
    color: #f18933;
    background: #fff;
}
.tabbox > .tab_h > .active{
    color: #fff;
    background: #f18933;
    border: 1px solid #f18933;
}
.tabbox > .tab_b{
    float: left;
    width: 100%;
}

.tabbox > .tab_h2{
    height: 32px;
    border-bottom: 1px solid #ddd;
}
.tabbox > .tab_h2 .active{
    padding: 0 10px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
    background: none;
    border: none;
    border-left: 4px solid #ed6c00;
}
.tabbox > .tab_h3{
    height: 32px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.tabbox > .tab_h3 .tab_h_b{
    padding: 5px 10px;
    line-height: 20px;
    font-weight: bold;
    background: none;
    border: none;
    border-radius: 2px;
}
.tabbox > .tab_h3 > .active{
    color: #fff;
    background: #f18933;
}
.tabbox2{

}
.tabbox2 > .tab_h{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.tabbox2 > .tab_h > .tab_h_b{
    /*float: left;
    width: 50%;*/
    display: none;
    line-height: 60px;
    text-align: center;
    font-family: "Microsoft YaHei", arial;
    font-size: 20px;
    background: #eee;
    border-top: 2px solid #eee;
    list-style: none;
    cursor: pointer;
}
.tabbox2 > .tab_h > .active{
    display: block;
    /*color: #ed6c00;
    background: #fff;
    border-top: 2px solid #ed6c00;*/
}
.tabbox2 > .tab_b{
    float: left;
    width: 360px;
    margin: 20px;
}

.tab-small{
}
.tab-small > .tab_h{
    line-height: 50px;
    background: #fafafa;
    border: 1px solid #eee;
    border-bottom: none;
}
.tab-small > .tab_h > .tab_h_b{
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin: 0 18px;
    cursor: pointer;
}
.tab-small > .tab_h > .active{
    font-weight: bold;
    color: #ed6c00;
    border-bottom: 2px solid #ed6c00;
}
.tab-small > .tab_b{
}

/*end tab*/
/*page*/
.pageWrap {
    padding: 30px 0;
    text-align: right;
    width: 100%;
}
.pageWrap.ml10{
    margin-left: -10px;
}
.pageWrap .p20{
    padding: 20px;
}
.pageWrap a, .pageWrap .omit {
    min-width: 14px;
    padding: 6px 12px;
    margin-left: 5px;
    font-size: 14px;
    background:#fafafa;
    border: 1px solid #ddd;
    border-radius:2px;
    white-space: nowrap;
}
.pageWrap .omit {
    cursor: default;
}
.pageWrap a.click, .pageWrap a:hover {
    color: #fff;
    background: #f39800;
    border: 1px solid #f39800;
}
.submit,.tit a{
    opacity:0.9;
    filter:alpha(opacity=90);
}
.submit:hover,.tit a:hover{
    opacity:1;
    filter:alpha(opacity=100);
    text-decoration:none;
}
.pageWrap .pageText{
    width: 30px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.pageWrap .pageBtn{
    padding: 0 15px;
    margin-left: 5px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #666;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}
.pageWrap .pageBtn:hover{
    color: #fff;
    background: #ed6c00;
    border: 1px solid #ed6c00;
}
/*end page*/

/*foot*/
.foot{
    line-height: 24px;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 20px;
    margin: 0 20px;
}
/*end foot*/

/*popbox*/
.pop{
    display:none;
    width:100%;
    height:100%;
    background:url(../img/popbox_bg.png) repeat;
    position:fixed;
    top:0;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
    z-index: 999;
}
.pop_position{
    display:block;
    margin:0 auto;
}
.pop_position.w200{ width:200px;}
.pop_position.w300{ width:300px;}
.pop_position.w400{ width:400px;}
.pop_position.w500{ width:500px;}
.pop_position.w527{ width:527px;height: 453px;}
.pop_position.w600{ width:600px;}
.pop_position.w700{ width:700px;}
.pop_position.w800{ width:800px;}
.pop_position.w900{ width:900px;}
.pop_position.w960{ width:1000px;}
.pop iframe{
    display:none;
    _display:block;
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    filter:mask();
    z-index:-1;
}
.popbox{
    margin-top:100px;
    border-radius:5px;
    overflow:hidden;
}
.popbox.mtType2{
    margin-top: 100px;
}
.popboxTitle{
    height:40px;
    line-height:40px;
    background:#fafafa;
    border-bottom:1px solid #eee;
}
.popboxTitle span{
    float:left;
    padding-left:10px;
    font-family:"Microsoft YaHei";
    font-size:16px;
    color:#333;
}
.popboxTitle a{
    float:right;
    width:40px;
    height:40px;
    background:url(../images/popbox_close.png) center no-repeat;
}
.shopTitle{
    height: 30px;
    text-indent: 15px;
    border-bottom: 1px solid #eee;
}
.baseInfo{
    height: 170px;
    border-bottom: 1px solid #eee;
}
.shop_left{
    text-indent: 15px;
    margin-top: 8px;
    float: left;
}
.shop_right{
    margin-left: 150px;
}
.priceInfo{
    margin-top: 20px;
    height: 170px;
    border-bottom: 1px solid #eee;
}
.price_left{
    text-indent: 15px;
    margin-top: 8px;
    float: left;
}
.price_right{
    margin-left: 120px;
}
.popboxCont{
    padding:40px;
    /*font-size:14px;*/
    color:#666;
    background:#fff;
}
.popboxCont.p20{
    padding: 20px;
}
.popboxCont .loading {
    width: 100%;
    padding-top: 90px;
    margin: 50px 0;
    text-align: center;
    font-family: "microsoft yahei";
    font-size: 16px;
    background: url(../images/loading.gif) center top no-repeat;
}
.contBox{
    padding: 0 40px;
    text-align: center;
}
.contBox.pd0{
    padding: 0;
}
.contBox .infoList{
    font-size: 12px;
}
.logistics-screen{
    margin-bottom: 10px;
}
.logistics-screen input{
    margin-right: 10px;
}
.logistics-screen a{
    color: #ed6c00;
    margin-right: 10px;
}
.logistics{
    height: 420px;
    overflow-y: auto;
}
.logistics dl{
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    font-size: 12px;
    background: #f18933;
    margin-bottom: 1px;
}
.logistics dl:hover{
    background: #ed6c00;
}
.logistics dt{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    color: #fff;
    text-align: center;
}
.logistics dd{
    background: #eee;
}
.logistics dd a{
    float: left;
    width: 100px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin: 5px;
}
.logistics dd a:hover{
    text-decoration: underline;
}
.btnBox{
    padding-top: 20px;
    text-align: center;
}
.type2 .btnBox{
    text-align: left;
    padding-left: 136px;
}
.type3 .btnBox{
    text-align: right;
}
.btnBox input{
    width:80px;
    height:34px;
    line-height:34px;
    margin: 0 4px;
    border-radius:2px;
    box-sizing: content-box;
    cursor: pointer;
}
.btnBox .inputDefault{
    color:#fff;
    background: #ed6c00;
    border: 1px solid #ed6c00;
}
.btnBox .inputPrimary{
    color:#666;
    background: #fafafa;
    border: 1px solid #ccc;
}
.price_0{
    padding-top: 10px;
    color: gray;
}
/*end popbox*/


/* START 默认弹窗样式 */
.layer-custom-l.layui-layer {
  box-shadow: none;
  border-radius: 5px;
}
.layer-custom-l .layui-layer-setwin {
  top: 13px;
  right: 12px;
}
.layui-layer-page.layer-custom-l .layui-layer-content {
  overflow: visible;
}
.layer-custom-l .layui-layer-close {
  margin-left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/popbox_close.png);
}
.layer-custom-l .layui-layer-close.layui-layer-close1 {
  background-position: center center;
}
.layer-custom-l .layui-layer-title {
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #666;
  border-radius: 5px 5px 0 0;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  text-indent: 14px;
}
/* END 默认弹窗样式 */


/* START 按钮 */
.type-a-btn-l,
.type-b-btn-l,
.type-c-btn-l{
    display: inline-block;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
}

.type-a-btn-l {
  color: #fff;
  background-color: #ed6c00;
  border: 1px solid #ed6c00;
  cursor: pointer;
}
.type-a-btn-l:hover {
  background-color: #f17812;
  border-color: #f17812;
}

.type-b-btn-l {
  color: #666;
  background-color: #fcfcfc;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.type-b-btn-l:hover {
  background-color: #f6f6f6;
}

.type-c-btn-l {
  color: #999;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  cursor: default;
}
/* END 按钮 */