/*公共样式*/
.fancybox-lock-test {
    overflow-y: hidden !important;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    background: #f4f4f4;
}

select,
input {
    outline: none;
    vertical-align: middle;
    padding: 0;
}

body input {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
}

input.invalid {
    border-color: #FB534E;
}

body {
    font-size: 12px;
    font-family: 'Arial', "Helvetica YaHei", 'sans-serif';
    /*position:relative;*/
}

a {
    text-decoration: none;
    color: #666
}

.cl {
    clear: both;
}

img {
    border: 0;
}

label {
    cursor: pointer;
}

html {
    _background-image: url(about:blank);
    /*用浏览器空白页面作为背景*/
    _background-attachment: fixed;
    /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}

.clearfix:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

/*字体颜色*/
.changeBlue {
    color: #0292ff !important;
}

.zt_f {
    color: #fff !important;
}

.zt_lan {
    color: #0995fe !important
}

.zt_6 {
    color: #666 !important
}

.zt_9 {
    color: #999;
}

.zt_h {
    color: #ff8a00
}

.zt_0 {
    color: #000;
}

.zt_3 {
    color: #333;
}

.zt-80 {
    color: #808080
}

.zt-4 {
    color: #444;
}

.zt-red {
    color: red;
}

.changeBlue {
    color: #0292ff !important;
}

/*字体大小*/
.font-12 {
    font-size: 12px !important
}

.font-16 {
    font-size: 16px !important
}

.font-14 {
    font-size: 14px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}


.font_b {
    font-weight: bold;
}

/*边框*/
.border-n {
    border: none !important;
}

.border-b-9 {
    border-bottom: 1px solid #999;
}

.border_f4 {
    border-right: 1px solid #f4f4f4;
}

.border_l-f4 {
    border-left: 1px solid #f4f4f4;
}

/*宽度*/
.width-3 {
    width: 300px;
}

/*浮动*/
.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.gradient {
    background: -webkit-radial-gradient(circle, #ffffff, #f4f4f4);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(circle, #ffffff, #f4f4f4);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(circle, #ffffff, #f4f4f4);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(circle, #ffffff, #f4f4f4);
    /* 标准的语法 */
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.textover {
    position: relative;
    overflow: hidden;
}

.textover::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
}

/*背景色*/
.bg-f {
    background-color: #fff;
}

.bg-d5 {
    background-color: #d5d5d5
}

.bg-l {
    background-color: #0091ff
}

.bg-l2 {
    background-color: #26a1ff
}

.bg-h {
    background-color: #febf00
}

.bg_f4 {
    background-color: #f4f4f4;
}

.bg-lv {
    background-color: #2ccb92;
}

/*padding*/
.p-t30 {
    padding-top: 30px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t25 {
    padding-top: 25px;
}

.p-t50 {
    padding-top: 50px;
}

/*margin*/
.m-t-4 {
    margin-top: -4px !important;
}

.m-t70 {
    margin-top: 70px !important;
}

.m-t60 {
    margin-top: 60px !important;
}

.m-t50 {
    margin-top: 50px !important;
}

.m-t40 {
    margin-top: 40px !important;
}

.m-t30 {
    margin-top: 30px !important;
}

.m-t25 {
    margin-top: 25px !important;
}

.m-t20 {
    margin-top: 20px !important;
}

/*位置*/
.ta-c {
    text-align: center;
}

.margin_auto {
    margin: auto
}

.margin_0auto {
    margin: 0 auto
}

.text-align_l {
    text-align: left;
}

.text-align_r {
    text-align: right;
}

.weizhi_a {
    position: absolute;
}

/*宽度*/
.kd {
    width: 1300px;
}

/*鼠标手*/
.cursor {
    cursor: pointer;
}

/*禁止文字被选择*/
.jz-xz {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/*三角形*/
.triangle-t {
    width: 0;
    height: 0;
    border-bottom: 6px solid #febf00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.triangle-b {
    width: 0;
    height: 0;
    border-top: 6px solid #febf00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.triangle-l {}

.triangle-r {}

/*显示隐藏*/
.d-b {
    display: block
}

.d-n {
    display: none;
}

/*隐藏h1文字*/
.hideHtxt {
    overflow: hidden;
    height: 0;
}

.hideHtxt span {
    line-height: 1000px;
}

/*阴影*/
.yinying {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2)
}

.mianbaoxie {
    color: #666 !important;
}

.breadCrumb {
    color: #666 !important;
    line-height: 36px;
    background: #f4f4f4;
    clear: both;
}

.breadCrumb li {
    float: left;
    padding: 0 2px;
}

/*下拉选择模拟*/
.selectBox {
    color: #333;
    position: relative;
}

.selectBox p {
    line-height: 32px;
    padding-left: 16px;
    background: #fff;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    border-radius: 2px;
}

.selectBox .sanjiao {
    background: url(/Images/sprite.png) no-repeat 0 -299px;
    position: absolute;
    color: #333;
    width: 8px;
    height: 6px;
    cursor: pointer;
}

.selectBox .options {
    border: 1px solid #d3d3d3;
    width: 100%;
    position: absolute;
    left: 0;
    background: #f4f4f4;
    display: none;
    top: 32px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 999;
}

.selectBox .options li {
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    padding-left: 15px;
}

.selectBox .options li:hover {
    background: #ccc;
}

.buyBtn {
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #0b3c8e;
    height: 32px;
    line-height: 32px;
    width: 140px;
}

.inquireBtn {
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #0292ff;
    height: 32px;
    line-height: 32px;
    width: 140px;
}

.common_btn {
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #0b3c8e;
    height: 32px;
    line-height: 32px;
    width: 140px;
    display: block;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1)
}

.common_btn:hover {
    /*opacity:0.8;*/
    background: #104fad;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 {
    position: relative;
}

.cl-effect-4::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff8a00;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.btmRed::after {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d84b3f;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


.cl-effect-4:hover::before,
.cl-effect-4:focus::before {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.btmRed:hover::after,
.btmRed:focus::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*收藏公共按钮*/
.FavoriteBtn {
    margin-top: 5px;
    height: 16px;
    font-size: 12px;
    color: #969696;
    line-height: 14px;
    padding-left: 18px;
    background: url(https://aliffs.utsource.net/Images/navStarIcn3.png) no-repeat left 0;
    display: inline-block;
    cursor: pointer;
}

.FavoriteBtn:hover {
    background-position: 0 -42px;
}

.FavoriteBtn.collected {
    background: url(https://aliffs.utsource.net/Images/navStarIcn3.png) no-repeat left -84px;
}

.FavoriteBtn.StoreCollected {
    background: url(/Images/navStarIcn3.png) no-repeat left -84px;
}

.wid-icon,
.searchV3 .listMain .listBox .listLi .mainCenterB .buyBox .shuliang span {
    background-image: url(https://aliffs.utsource.net/Images/comsprit2.png);
    background-repeat: no-repeat;
}


/*waiting中转页*/
.waithtml #NoticeBoard {
    display: none;
}

.waithtml #layBox {
    display: none;
}

.waithtml #footerV3 {
    display: none;
}

.waithtml #slideNavBox {
    display: none;
}

.waithtml.pcHtml #NoticeBoard {
    display: block;
}

.waithtml.pcHtml #layBox {
    display: block;
}

.waithtml.pcHtml #footerV3 {
    display: block;
}

.waithtml.pcHtml #slideNavBox {
    display: block;
}

/*新旧货标签*/
.newOldIcn {
    position: relative;

}

.newOldIcn:hover p {
    display: block
}

.newOldIcn span {

    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    padding: 1px 7px 0;
}

.newOldIcn p {
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    width: 240px;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    line-height: 14px;
    color: #646464;
    padding: 5px 10px;
    display: none;
    top: -7px;
    left: 47px;
}

.newIcnBox span {
    background: #0066ff
}

.newIcnBox p {
    width: 140px;
}

.oldIcnBox span {
    background: #06ca2b
}


#newIcnSp {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    padding: 0 7px;
    background: #0066ff;
    padding-top: 1px;
}

#oldIcnBox {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    padding: 0 7px;
    background: #06ca2b;
    padding-top: 1px;
}

/*商品标签样式*/
.diamondIcn {
    line-height: 12px;
    border-radius: 13px;
    border: 1px solid #d8e0f0;
    font-size: 12px;
    color: #5984da;
    background: url(/Images/LabelPicture.png) no-repeat 9px -38px;
    padding: 5px 10px 5px 33px;
}

.SpinIcn {
    line-height: 12px;
    border-radius: 13px;
    border: 1px solid #d3f0d4;
    font-size: 12px;
    color: #00c609;
    background: url(/Images/LabelPicture.png) no-repeat 9px 6px;
    padding: 5px 10px 5px 33px;
}

/*商家等级金银铜牌*/
.publicMedal {
    width: 17px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
}

.goldMedal {
    background: url(https://aliffs.utsource.net/Images/MedalIcn.png) no-repeat 0 0;
}

.SilverMedal {
    background: url(https://aliffs.utsource.net/Images/MedalIcn.png) no-repeat 0 -42px;
}

.BronzeMedal {
    background: url(https://aliffs.utsource.net/Images/MedalIcn.png) no-repeat 0 -84px;
}

/*比价弹窗*/
.ComparePrices {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.ComparePrices .ComparePLoad {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    display: none;
}

.ComparePrices .ComparePricesIn {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 665px;
    height: 200px;
    margin-left: -332px;
    margin-top: -100px;
    border-radius: 20px;
}

.ComparePrices .topPtxt {
    color: #969696;
    font-size: 12px;
    line-height: 50px;
}

.ComparePrices .topPtxt .s1 {
    padding-left: 31px;
    margin-right: 65px;
}

.ComparePrices .topPtxt i {
    font-style: normal;
}

.ComparePrices .trademark {
    padding-left: 176px;
    height: 36px;
    vertical-align: middle;
}

.ComparePrices .trademark img {
    display: inline-block;
    vertical-align: middle;
}

.ComparePrices .trademark .img1 {
    margin-right: 142px;
}

.ComparePrices .trademark .img2 {
    margin-right: 42px;
}

.ComparePrices .List {}

.ComparePrices .List .titTxtP {
    background: #f0f0f0;
    line-height: 36px;
    font-weight: bold;
    font-size: 12px;
    color: #969696;
    padding-left: 32px;
}

.ComparePrices .List .titTxtP span {
    float: left;
}

.ComparePrices .List .titTxtP .s1 {
    width: 144px;
}

.ComparePrices .List .titTxtP .s2 {
    width: 130px;
}

.ComparePrices .List li {
    line-height: 36px;
    color: #646464;
    font-size: 12px;
    padding-left: 32px;
}

.ComparePrices .List li {
    color: #00936f;
}

.ComparePrices .List li a {
    color: #00936f;
}

.ComparePrices .List li a:hover {
    text-decoration: underline;
}

.ComparePrices .List li:nth-child(2n) {
    background: #f7f9fc;
}

.ComparePrices .List li span {
    float: left;
    margin-right: 10px;
}

.ComparePrices .List li .s1 {
    width: 134px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ComparePrices .List li .s1 a:hover {
    color: #00936f;
}

.ComparePrices .List li .s2 {
    width: 120px;
}

.ComparePrices .List li .s3 {
    width: 115px;
}

.ComparePrices .List li .s4 {
    width: 98px;
}

.ComparePrices .List li .s5 {
    width: 85px;
}

.ComparePrices .closeCp {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 18px;
    right: 18px;
    background: url(/Images/OCicn2.png) 0 -482px no-repeat;
}

/*难找的货*/
.scarce {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.scarce .closeCp {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: url(/Images/OCicn2.png) 0 -482px no-repeat;
}

.scarce .scarceIn {
    width: 659px;
    height: 567px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -313px;
    margin-left: -360px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 31px 12px rgba(0, 0, 0, .1);
}

.scarce .scarceIn .pTxt {
    font-size: 12px;
    line-height: 16px;
    font-size: 14px;
    color: #646464;
    text-align: center;
    margin-bottom: 20px;
}

.scarce .scarceIn .mainBox {
    position: relative;
}

.scarce .scarceIn .box1 {
    height: 159px;
    background: url(/Images/hardUt.jpg) no-repeat center;
    margin-bottom: 20px;
}

.scarce .scarceIn .box1 img {
    width: 114px;
    position: absolute;
    left: 9px;
    top: 52px;
}

.scarce .scarceIn .box1 .ptName {
    font-size: 20px;
    color: #323232;
    line-height: 20px;
    width: 290px;
    position: absolute;
    top: 53px;
    left: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scarce .scarceIn .box1 .storkNum {
    position: absolute;
    color: #646464;
    line-height: 12px;
    font-size: 12px;
    left: 528px;
    top: 88px;
}

.scarce .scarceIn .box1 .minNum1 {
    position: absolute;
    color: #646464;
    line-height: 12px;
    font-size: 12px;
    left: 514px;
    top: 106px;
}

.scarce .scarceIn .box1 .minNum2 {
    position: absolute;
    color: #646464;
    line-height: 14px;
    font-size: 14px;
    left: 547px;
    top: 132px;
    font-weight: bold;
}

.scarce .scarceIn .storkTxt {
    width: 283px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    position: absolute;
    left: 147px;
    top: 114px;
    text-align: center;
}

.scarce .scarceIn .box2 {
    height: 150px;
    background: url(/Images/hardDgk.jpg) no-repeat center;
    margin-bottom: 20px;
}

.scarce .scarceIn .box2 .ptName {
    font-size: 20px;
    color: #323232;
    line-height: 20px;
    width: 290px;
    position: absolute;
    top: 74px;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.scarce .scarceIn .box2 .storkTxt {
    width: 307px;
    left: 120px;
    top: 103px;
}

.scarce .scarceIn .box3 {
    height: 165px;
    background: url(/Images/hardMz.jpg) no-repeat center;
}

.scarce .scarceIn .box3 .ptName {
    font-size: 20px;
    color: #323232;
    line-height: 20px;
    width: 290px;
    position: absolute;
    top: 78px;
    left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.scarce .scarceIn .box3 .storkTxt {
    width: 307px;
    left: 104px;
    top: 118px;
}


.sslBox a img {
    width: 70px;
}







/*新用户弹窗券*/
/*#layBox #NewTickTc{position:fixed;bottom:20px;right:20px;width:420px;height:260px;background:red;z-index:150;background:url(/Images/ad/NewTickBg.jpg) no-repeat center;box-shadow:0 0 8px 6px rgba(0,0,0,0.07);}
#layBox #NewTickTc a{display:block;padding-top:50px;padding-left:25px;height:210px;padding-right:110px;}
#layBox #NewTickTc p{color:#323232;font-size:21px;line-height:26px;}
#layBox #NewTickTc p:first-child{display:inline;}
#layBox #NewTickTc p:last-child{margin-top:15px;color:#969696;}
#layBox #NewTickTc p.p2{color:#00936f;display:inline;}
#layBox #NewTickTc .NewTickBtn{display:inline-block;margin-top:25px;color:#fff;line-height:36px;font-size:18px;border-radius:4px;background:#00936f;padding:0 33px;}
#layBox #NewTickTc #NewTickClose{position:absolute;width:18px;height:18px;cursor:pointer;top:10px;right:10px;background:url(/Images/OCicn2.png) 0 -482px no-repeat;}*/

/*顶部小广告*/
#NoticeBoard #P_web002 {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 60px;
}

#NoticeBoard #P_web002 .ad {
    width: 100%;
    height: 100%;
}

/*fenye*/
.page-icon {
    margin: 16px 0;
    font-size: 0;
    /*修复行内元素之间空隙间隔*/
    /*text-align:end;*/
    /* height:30px;*/
    float: right;
    margin-right: 10px;
}

.page-icon span:hover {
    background-color: #ccc;
}

.page-icon a:hover {
    background-color: #ccc;
}

.page-icon a,
.page-disabled,
page-next {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px 10px 5px;
    font-size: 14PX;
    /*修复行内元素之间空隙间隔*/
    margin-right: 5px;
    background-color: #fff;
    float: left;
    margin-bottom: 4px;
}

.page-icon a {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}

.page-current {
    padding: 4px 10px 5px;
    font-size: 14PX;
    /*修复行内元素之间空隙间隔*/
    background-color: #ccc !important;
    margin-right: 10px;
    float: left;
    margin-bottom: 4px;
}

/*计算运费*/
.yunfeijisuan {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow: auto;
    height: 100%;
}

.yunfeijisuan .wrap {
    width: 980px;
    /*height: 560px;*/
    padding-bottom: 25px;
    background: #f5f5f5;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -280px;
    z-index: 100000;
}

.yunfeijisuan .xuanze {
    padding-bottom: 20px;
}

.yunfeijisuan .xuanze .biaoti {
    font-size: 16px;
    font-weight: bold;
    padding-left: 28px;
    line-height: 50px;
    margin-bottom: 30px;
    background: #203759;
    color: #fff;
}

.yunfeijisuan .xuanze .tianxie {
    height: 32px;
    font-size: 14px;
}

.yunfeijisuan .xuanze .tianxie .p1 {
    float: left;
    margin-left: 28px;
    margin-right: 60px;
}

.yunfeijisuan .xuanze .tianxie .p1 input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 4px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin: 0 3px;
    width: 78px;
    height: 30px;
}

.yunfeijisuan .xuanze .tianxie .p2 {
    float: left;
    margin-left: 30px;
    line-height: 24px;
}

.yunfeijisuan .xuanze .tianxie .p2 select {
    width: 148px;
    height: 30px;
    border: 1px solid #ccc;
    margin: 0 3px;
    line-height: 32px;
    color: #333;
    border-radius: 3px;
    font-size: 14px;
}

.yunfeijisuan .xuanze .tianxie .p3 {
    float: left;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #b4b4b4;
    text-align: center;
    font-weight: bold;
    color: #646464;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.yunfeijisuan .xuanze .tianxie .p3:hover {
    color: #323232;
    border-color: #969696;
}

.yunfeijisuan .wuliu .biaoti {
    margin: 0 30px;
    line-height: 30px;
    font-size: 16px;
    color: #646464;
    font-weight: bold;
}

.yunfeijisuan .wuliu .biaoti2 {
    padding-left: 19px;
    height: 39px;
    line-height: 39px;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

.yunfeijisuan .wuliu .biaoti2 span {
    float: left;
    color: #999;
}

.yunfeijisuan .wuliu .biaoti2 .s1 {
    width: 153px;
    padding-left: 10px;
}


.yunfeijisuan .wuliu .jieguo {
    padding-left: 19px;
    overflow: hidden;
}

.yunfeijisuan .wuliu .jieguo .feiyong {
    float: left;
    width: 154px;
    padding-left: 10px;
    color: #44af8f;
    padding-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

.yunfeijisuan .wuliu .jieguo .feiyong em {
    font-style: normal;
    color: #333333;
    font-weight: normal;
}

.yunfeijisuan .wuliu .jieguo .guojia {
    float: left;
    width: 156px;
    color: #666;
    line-height: 48px;
    font-size: 12px;
}

.yunfeijisuan .wuliu .jieguo .jieshi {
    float: left;
    line-height: 14px;
    padding-top: 20px;
    font-size: 12px;
    width: 320px;
}

.yunfeijisuan .wuliu .jieguo .jieshi .s1 {
    display: block;
    color: #333;
    font-weight: bold;
}

.yunfeijisuan .wuliu .jieguo .jieshi .s2 {
    display: block;
    color: #646464;
    margin-bottom: 10px;
}

.yunfeijisuan .wuliu .jieguo .jieshi .s3 {
    display: block;
    color: #00936f;
}

.yunfeijisuan .wuliu .jieguo .kuaiditu {
    float: left;
    width: 265px;
    height: 55px;
    background: url(/Images/expressbg1.png) no-repeat;
    margin-top: 16px;
}

.yunfeijisuan .wuliu .jieguo .postbg {
    float: left;
    width: 265px;
    height: 50px;
    background: url(/Images/expressbg2.png) no-repeat;
    margin-top: 22px;
}

.yunfeijisuan .wuliu .jieguo .pingyoutu {
    float: left;
    width: 87px;
    height: 50px;
    background: url(/Images/expressbg3.png) no-repeat;
    margin-top: 15px;
}

.yunfeijisuan .newFreight .wuliu {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.yunfeijisuan .guanbi {
    /*width: 16px;height: 16px;*/
    cursor: pointer;
    /*background:url(/Images/sprite2.png) no-repeat 0 0;*/
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 29px;
    color: #fff;
}

.new-desc {
    line-height: 16px;
    padding: 0 0 0 20px;
    color: #646464;
}

/*20190929*/
div.newFreight {
    width: 918px;
    margin: 0 auto;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: #fff;
}

div.newFreight .wuliu .w1 {
    width: 138px;
}

div.newFreight .jieguo .w1 {
    padding-top: 30px;
    color: #646464;
    font-size: 14px;
}

div.yunfeijisuan p.note {
    color: #969696;
    line-height: 32px;
    margin-left: 30px;
}

div.detailFreight

/*公共运费险弹窗*/
#shadeBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
    left: 0;
    z-index: 11;
}

#shadeBox p {
    font-size: 12px;
    color: #646464;
    margin-bottom: 10px;
}

#shadeBox .shademain {
    border-radius: 20px;
    position: absolute;
    width: 730px;
    /*height: 340px;*/
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translateY(-50%);
    margin-left: -395px;
    padding: 30px;
}

#shadeBox .titleTxt {
    font-size: 22px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#shadeBox .box {
    overflow: hidden;
    margin-bottom: 20px;
}

#shadeBox .box .txtBold {
    float: left;
    width: 15%;
    font-weight: bold;
    font-size: 14px;
}

#shadeBox .box .boxTxt {
    float: left;
    font-size: 14px;
    overflow: hidden;
    width: 80%;
}

#shadeBox .titp2 {
    font-size: 14px;
    color: #646464;
    font-weight: bold;
    margin-top: 5px;
}

#shadeBox ul {
    color: #323232;
    line-height: 24px;
}

#shadeBox ul span {
    color: #00936f;
}

#shadeBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
    left: 0;
    z-index: 11;
}

#shadeBox .shademain .shadeClose {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/Images/OCicn2.png) 0px -482px no-repeat;
    top: 15px;
    right: 15px;
    cursor: pointer
}

/*放假通知*/
/*#NoticeBoard .holiday{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background:url(/Images/ChineseNewYear/holidaynotice2025.jpg) no-repeat center #c42b2d;}*/
#NoticeBoard .holiday {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/Images/ChineseNewYear/holidaynotice2025.jpg) no-repeat center #c42b2d;
}

#NoticeBoard .holidayIn {
    width: 1145px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding-left: 227px
}

#NoticeBoard .holidayIn .p1 {
    display: table;
    color: #fff;
    font-size: 22px;
    line-height: 14px;
    max-width: 320px;
    margin-right: 30px;
    height: 100%;
    float: left;
    font-weight: bold;
}

#NoticeBoard .holidayIn .p1 span {
    display: table-cell;
    vertical-align: middle;
}

#NoticeBoard .holidayIn .p2 {
    font-size: 14px;
    line-height: 16px;
    display: table;
    color: #fff;
    max-width: 820px;
    float: left;
    height: 100%;
}

#NoticeBoard .holidayIn .p2 span {
    display: table-cell;
    vertical-align: middle;
}

/*#NoticeBoard .holidayIn span{position:absolute;width:18px;height:18px;cursor:pointer;background:url(/Images/OCicn2.png) no-repeat 0 -482px;right:10px;top:10px;}
*/




/*最新顶部广告*/
#NoticeBoard .newTopAd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #465fcc;
    z-index: 2;
}

#NoticeBoard .newTopAdIn {
    width: 760px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: table;
}

#NoticeBoard .newTopAdIn p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    width: calc(85%-57px);
    display: table-cell;
    vertical-align: middle;
    padding-left: 57px;
    background: url(/Images/ad/topAdIcn.png) no-repeat left center;
}


/*墨西哥广告*/
#NoticeBoard .pushAdmx {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ebf5fd;
    text-align: center;
    background: url(/Images/ad/mxtopAd.jpg) no-repeat center;
}

#NoticeBoard .pushAdmx .s1 {
    color: #f5c903;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

#NoticeBoard .pushAdmx .s2 {
    color: #fff;
    line-height: 60px;
    font-size: 36px;
    margin-left: 10px;
}

#NoticeBoard .euAd {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dfebf5;
}

#NoticeBoard .euIn {
    background: url(/Images/ad/euadIcn.png) no-repeat 62px center;
    padding-left: 130px;
    width: 1300px;
    margin: 0 auto;
    padding-top: 5px;
}

#NoticeBoard .euIn p {
    color: #dfebf5;
    font-size: 14px;
    line-height: 60px;
    line-height: 18px;
    color: #265289;
}



/*顶部广告*/
/*#banPlus{background:url(/Images/ad/halfPlusZS.jpg) no-repeat center;height:60px;position:relative;}
#banPlus a{display:block;height:100%;}
#banPlus span{border:1px solid #999; position:absolute;right:0;top:0;width:14px;height:14px;cursor:pointer;background:url(/Images/ad/adClose.png) no-repeat center;background-size:cover;opacity:0.8;}*/

/*第一行短消息*/
.shortcut {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    padding-top: 6px;
}

.shortcut .zhuce {
    margin-left: 6px;
    line-height: 20px;
    display: none;
}

.shortcut .zhuce a {
    color: #0091ff;
    float: none;
    padding: 0 3px;
}

.shortcut .wrap {
    width: 1300px;
    height: 20px;
    margin: 0px auto 4px;
}

.shortcut .you a {
    float: left;
    padding: 0 25px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    border-right: 1px solid #e4e4e4;
}

.shortcut a:hover {
    color: #ff8a00;
}

.shortcut .goapp {
    background: url(/Images/sprite.png) no-repeat -40px -22px;
}

.shortcut .language {
    float: left;
    padding: 0 25px;
    background: #f7f7f7;
    padding-right: 5px;
}

.shortcut select {
    height: 22px;
    border-color: #ddd;
    background: #f7f7f7;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    cursor: pointer;
}

/*第二行logo和搜索，登录，购物车*/
#header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    min-width: 1300px;
}

#header .top {
    border-bottom: 1px solid #eee;
    height: 80px;
    width: 100%;
}

#header .top-wrap {
    width: 1300px;
    margin: 0 auto;
}

#logo {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 70px;
    width: 193px;
}

#logo img {
    height: 100%;
}

#header .sousuo {
    margin-top: 25px;
    width: 1030px;
}

#header .header_search {
    padding-left: 3px;
    height: 34px;
}

/*#header .header_search .saixuanBtn{position:relative;width:80px;height:34px;background:#ccc;float:left;text-align:center;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;}
#header .header_search .saixuanBtn p{width:100%;height:100%;line-height:34px;}
#header .header_search .saixuanBtn ul{position:absolute;left:0;top:32px;width:81px;background:#ccc;padding-top:10px;z-index:100;display:none;}
#header .header_search .saixuanBtn ul li{line-height:34px;width:100%;}
#header .header_search .saixuanBtn ul li:hover{background:#666;}
#header .header_search .saixuanBtn .sanjiao{width:8px;height:6px;position:absolute;right:5px;top:15px;background: url(/Images/sprite.png) no-repeat 0 -299px;}*/

#txtSchkey {
    float: left;
    width: 535px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-right: none;
    padding-left: 6px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#header .gobutton {
    float: left;
    cursor: pointer;
    height: 34px;
    display: inline-block;
    width: 64px;
}

.personal {
    float: left;
}

#touxiang {
    position: relative;
    float: left;
    margin-right: 10px;
}

#touxiang img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
}

#liCusName {
    margin-right: 10px;
    float: left;
    min-width: 35px;
    max-width: 115px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#liCusName a:hover {
    color: #ff8a00;
}

/*.topvip{background: url(/Images/vip/diamond.gif) no-repeat 0 10px;padding-left:20px;}*/
.topPlus {
    background: url(/Images/vip/plusIcn.png) no-repeat right 6px;
    padding-right: 45px;
}

.topHisPlus {
    background: url(/Images/vip/HisplusIco.png) no-repeat right 6px;
    padding-right: 45px;
}

/*.topPlus>a{color:#ff8a00;}*/
/*.topvip>a{color:#ff8a00;}*/
#licart {
    float: left;
    height: 24px;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    margin-top: 2px;
}

#licart .cartleft {
    float: left;
    width: 38px;
    height: 34px;
    background: url(/Images/sprite2.png) no-repeat -16px -108px;
    cursor: pointer;
}

#spanCount {
    float: left;
    height: 20px;
    display: block;
    padding: 0 8px;
    line-height: 20px;
    border-radius: 10px;
    background: #ff8a00;
    color: #fff;
    cursor: pointer;
    margin-top: 2px;
}

.newPer {
    float: left;
    border: 1px solid #fff;
    background: #fff;
    padding: 3px 20px 3px 10px;
    position: relative;
    z-index: 10;
}

.newPer.active {
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.newPer .icon {
    height: 30px;
}

#liCusName {
    padding-right: 10px;
}

#licart {
    margin-top: 6px;
}

.newPer .sanjiao {
    background: url(/Images/down.jpg) no-repeat 0 0;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 16px;
    right: 10px;
    background-size: cover;
    transition: 0.3s;
}

.xiala {
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    background: #fff;
    width: 100px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.xiala a {
    display: block;
    line-height: 36px;
    color: #666;
    padding-left: 10px;
}

.xiala a:hover {
    color: #ff8a00;
    background: #f7f7f7;
}

/*第三行nav*/
#header .header_nav {
    height: 38px;
    width: 1300px;
    background: #fff;
    margin: 0 auto;
}

#header .first_fenlei {
    float: left;
    width: 256px;
    margin-right: 10px;
    height: 100%;
}

#header .first_fenlei .fenlei {
    height: 38px;
    position: relative;
}

#header .fenlei .title {
    color: #333;
    width: 218px;
    height: 38px;
    text-align: left;
    padding-left: 38px;
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

#header .header_nav .nav .li_baba {
    float: left;
    height: 38px;
    padding-right: 17px;
}

#header .header_nav .nav .li_baba:last-child .cl-effect-4::before {
    opacity: 0;
}

#header .header_nav .nav .li_baba:last-child .cl-effect-4::after {
    opacity: 0;
}

#header .header_nav .nav .li_baba:last-child .cl-effect-4 {
    padding-right: 17px;
    background: url(/Images/home/PLUSshadow.png) no-repeat 78px 9px;
}

#header .header_nav .nav .plusHover {
    position: relative;
}

/*#header .header_nav .nav .plusHover i{position:absolute;right:5px;width:10px;height:5.5px;background:url(/Images/down.jpg) no-repeat 0 0;background-size:cover;top:18px;}*/
#header .header_nav .nav .plusHover .navPlusBox {
    /*box-shadow:0px 0px 5px 5px #ddd;*/
    position: absolute;
    left: -106px;
    top: 33px;
    z-index: 20;
    cursor: pointer;
    display: none;
}

#header .nav .title {
    display: inline-block;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    padding: 0 8px;
}

#header .nav .cur .title {
    color: #ff8a00;
    height: 34px;
}

#header .nav .redcur .title {
    color: #d84b3f;
    height: 34px;
}

#header .header_nav .Recognized {
    float: right;
    height: 100%;
    line-height: 38px;
    font-size: 14px;
    margin-right: 30px;
    padding-left: 22px;
    background: url(/Images/chatNow.png) no-repeat 0 10px;
}

#header .header_nav .Recognized a {
    display: block;
    height: 100%;
    /*color:#666;*/
    color: #ff8a00;
}

#header .header_nav .Recognized a:hover {}

/*左边触碰下拉*/
#header .fenlei .list {
    padding: 40px 2px 20px 38px;
    width: 960px;
    height: 500px;
    background: #fff;
    z-index: 4;
    position: relative;
    overflow: hidden;
    display: none;
}

#header .fenlei .sanjiao {
    width: 10px;
    height: 5.5px;
    position: absolute;
    background: url(/Images/down.jpg) no-repeat 0 0;
    background-size: cover;
    top: 17px;
    right: 20px;
}

#header .baoguo {
    float: left;
    margin-right: 10px;
}

#header .dl {
    width: 230px;
    line-height: 24px;
    padding-bottom: 10px;
}

#header .dl a {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

#header .dt a {
    font-weight: bold;
}

#header .dt span {
    margin-left: 8px;
    width: 6px;
    height: 10px;
    margin-top: 7px;
    display: inline-block;
    background: url(/Images/right.png) no-repeat 0 0;
}

#header .dt:hover a {
    color: #ff8a00;
}

#header .dt:hover span {
    background-position: -6px 0;
}

#header .dd {
    padding-left: 8px;
}

#header .dd a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

/*配件图标*/
/*#header .dl .newPeijian{position:relative;padding-right:22px;}
#header .dl .newPeijian i{position:absolute;width:22px;height:10px;background:url(/Images/new.png) no-repeat center;right:0;top:0;}*/

#header .fenlei .list .left ul li {
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 7px;
    width: 98%;
    margin-left: 1%;
}

#header .fenlei .list .left ul li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 46px;
    text-align: left
}

#header .nav .fenlei .list .left ul li.cur a {
    color: #ff8a00;
}

#header .nav .fenlei .list .left ul li.cur {
    background: #f0f0f0;
}

#header .nav .fenlei .list .right {
    float: left;
    width: 500px;
    border-left: 1px solid #f0f0f0;
    height: 204px;
    display: none;
}

#header .nav .fenlei .list .right .cell {
    display: none;
    overflow: hidden;
}

#header .nav .fenlei .list .right a {
    float: left;
    padding: 0 25px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
}

#header .nav .fenlei .list .right a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

#header .fenlei .baikuai {
    width: 256px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    z-index: 1000;
}

#header .fenlei .yinying {
    box-shadow: 0 0 3px #8a8a8a;
}

.header_bk {
    color: #ff8a00 !important;
    border-bottom: 4px solid #ff8a00 !important;
    height: 34px !important;
}

.header_redBg {
    color: #d84b3f !important;
    border-bottom: 4px solid #d84b3f !important;
    height: 34px !important;
}


/*右边购物车*/
#header .personal .cart .info {
    width: 300px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: -8px;
    top: 38px;
    z-index: 100;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0px #eee;
}

#dengchukuang {
    position: absolute;
    width: 168px;
    height: 109px;
    padding: 20px 9px 9px;
    margin-top: -4px;
    z-index: 2;
    left: -78px;
    background: url(/Images/tuichu.png) no-repeat;
    top: 36px;
}

#touxiang div p {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 54px;
}

#touxiang div p a:hover,
#header .info .zhong p a:hover {
    color: #ff8a00
}

#header .info .shang {
    overflow: hidden;
}

#header .info .shang li {
    float: left;
    width: 150px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

#header .info .shang li.tab1 {
    background: #ff8a00 url(/Images/sprite.png) no-repeat 0 -191px;
}

#header .info .shang li.tab2 {
    background: #40b5ff url(/Images/sprite.png) no-repeat -999px -191px;
}

#header .info .zhong {
    padding: 0 24px;
    min-height: 30px;
}

#header .info .buybox {
    display: block;
}

#header .info .inquirybox {
    display: none;
}

#header .info .zhong p {
    height: 36px;
    line-height: 36px;
}

#header .info .zhong p span {
    height: 32px;
    line-height: 32px;
    float: left;
}

#header .info .zhong .biaoti .s1 {
    width: 126px;
    display: inline-block;
    color: #999;
}

#header .info .zhong .biaoti .s2 {
    height: 36px;
    display: inline-block;
    color: #999;
}

#header .info .zhong .chanpin span {
    display: inline-block;
    color: #666;
}

#header .info .zhong .chanpin .s1 {
    width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .info .zhong .chanpin .s2 {
    width: 78px;
    padding-left: 8px;
}

#header .info .zhong .chanpin .s3 {
    background: url(/Images/sprite3.png) no-repeat 0 8px;
    width: 16px;
}

#header .info .zhong .noproduct {
    line-height: 14px;
    height: 28px;
    color: #666;
    font-size: 12px;
    padding-left: 40px;
    background: url(/Images/sprite3.png) no-repeat 0 -341px;
    margin: 10px 0;
}

#header .info .xia {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
}

#header .info .xia a {
    display: block;
    width: 186px;
    height: 34px;
    border-radius: 2px;
    background: #ff8a00;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

#header .info .dengdai {
    position: absolute;
    top: 46px;
    left: 122px;
    display: none;
}


/*公共底部*/


#footerV3 {
    background: url(/Images/footBg.jpg) no-repeat top center #39414e;
    color: #fff;
    padding-top: 50px;
    margin-top: -1px;
}

#footerV3 .wrap {
    width: 1300px;
    margin: 0 auto;
}

#footerV3 a {
    color: #fff;
    font-size: 14px;
}

#footerV3 a:hover {
    color: #fff;
}

#footerV3 ul {
    float: left;
    height: 378px;
    border-left: 1px solid #545c67;
    border-right: 1px solid #202936;
    padding-left: 30px;
    list-style-type: none !important;
}

#footerV3 ul.Ful1 {
    width: 311px;
    padding-left: 0;
    border-left: 0;
}

#footerV3 ul.Ful2 {
    width: 327px;
}

#footerV3 ul.Ful3 {
    width: 257px;
}

#footerV3 ul.Ful4 {
    border-right: 0;
}

#footerV3 ul.Ful4 span {
    color: #c8c8c8;
    font-size: 12px;
}

#footerV3 ul li {
    line-height: 24px;
    margin-bottom: 6px;
}

#footerV3 ul li:last-child {
    margin-bottom: 0;
}

#footerV3 ul li .SmallToolLi {
    position: relative;
}

#footerV3 ul li .SmallToolLi span {
    position: absolute;
    right: -27px;
    top: -3px;
    width: 22px;
    height: 14px;
    background: url(https://aliffs.utsource.net/Images/home/gifNew.gif) no-repeat center;
}

#footerV3 ul .l1 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    list-style: none !important;
}

#footerV3 .Ful1 {
    font-size: 14px;
}

#footerV3 .Ful2 {
    font-size: 14px;
}

#footerV3 .Ful3 li {
    margin-bottom: 6px;
    height: 24px;
}

#footerV3 .Ful3 .l1 {
    margin-bottom: 10px;
}

#footerV3 .Ful3 .l3 {
    background: url(/Images/footIcnList_1.png) no-repeat -5px -346px;
    margin-top: 17px;
    padding-left: 25px;
    margin-bottom: -3px;
}

#footerV3 .Ful3 .l5 {
    padding-left: 25px;
    background: url(/Images/home/whatsappIcn.png) no-repeat 2px 3px;
    margin-bottom: 0;
}

#footerV3 .Ful3 span {
    font-size: 12px;
    color: #436cc2;
}

#footerV3 .Ful4 {
    float: left;
    padding-left: 18px;
    position: relative;
    border-left: 1px solid #545c67;
    min-height: 315px;
}

#footerV3 .Ful4 .l1 {
    padding: 0;
    background: none;
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: bold;
}

#footerV3 .Ful4 .pLi {
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 14px;
}

#footerV3 .Ful4 .pLi span {
    font-size: 12px;
    color: #b9c6dc
}

#footerV3 .Ful4 .pLi {
    background: url(/Images/home/indexIcn2.png) no-repeat 0px -212px;
}

#footerV3 .Ful4 .comicon {
    width: 20px;
    height: 13px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block;
}

#footerV3 .Ful4 .caflag {
    background-position: 0 -30px;
}

#footerV3 .Ful4 .mexflag {
    background-position: 0 -62px;
    margin-top: -20px;
}

#footerV3 .Ful4 .indflag {
    background-position: 0 -103px;
}

#footerV3 .Ful4 .itaflag {
    background-position: 0 -139px;
    margin-left: 5px;
}

#footerV3 .Ful4 .spainflag {
    background-position: 0 -182px;
    margin-left: 5px;
}

#footerV3 .Ful4 .Brazilflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -420px;
    margin-left: 5px;
}

#footerV3 .Ful4 .Germany {
    background: url(/Images/home/Germany.png) no-repeat;
    margin-left: 5px;
}

#footerV3 .Ful4 .Argentinaflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -486px;
    margin-left: 5px;
}

#footerV3 .Ful4 .Colombiaflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -513px;
    margin-left: 5px;
}

#footerV3 .Ful4 .Chileflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -544px;
    margin-left: 5px;
}

#footerV3 .Ful4 .Peruflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -570px;
    margin-left: 5px;
}

#footerV3 .Ful4 .lPhone {
    background: url(/Images/home/indexIcn2.png) no-repeat 1px -260px
}

#footerV3 .Ful4 .newlPhone {
    background: url(/Images/home/indexIcn2.png) no-repeat 1px -260px
}


#footerV3 .Ful4 .Franceflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -387px;
    margin-left: 5px;
}

#footerV3 .Ful4 .deflag {
    background: url(/Images/home/homecageIcn.png) no-repeat 0 -453px;
    margin-left: 5px;
}

#footerV3 .Ful4 .l5 {
    background: none;
    font-size: 12px;
    color: #8dbdff;
    margin-top: -9px;
}

#footerV3 .Ful4 .usLi {
    line-height: 18px;
    background: url(/Images/home/indexIcn2.png) no-repeat 0 -216px
}

#footerV3 .Ful4 .l2 {
    line-height: 18px;
    background: url(/Images/home/indexIcn2.png) no-repeat 0 -207px
}

#footerV3 .Ful4 .l2 span {
    position: absolute;
    margin-top: -10px;
}

#footerV3 .Ful4 .lEmail {
    background: url(/Images/home/indexIcn2.png) no-repeat 0 -307px;
    margin-top: 15px;
    margin-bottom: 1px;
}

#footerV3 .Ful4 .noflowLink {
    padding-left: 0;
}



#footerV3 .footPower {
    background: #2d343d;
    font-size: 12px;
    color: #c8c8c8;
    text-align: center;
    line-height: 66px;
    margin-top: 30px;
}

#footerV3 .footPower .goIso {
    color: #c8c8c8;
    font-size: 14px;
}

#footerV3 .footPower .goIso i {
    display: inline-block;
    width: 41px;
    height: 36px;
    background: url(https://aliffs.utsource.net/Images/isoIcn.png) no-repeat 0 -56px;
    margin: 0 20px;
    vertical-align: middle;
}

#footerV3 .footPower .yt {
    display: inline-block;
    width: 94px;
    height: 28px;
    background: url(https://aliffs.utsource.net/Images/ytLogo.png) no-repeat center;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -12px;
}

#footerV3 .footB {
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 10px;
}

#footerV3 .footBd1 {
    width: 567px;
    margin-top: 6px;
}

#footerV3 .footBd1 .footPayBox {}

#footerV3 .footBd1 .footPayBox a {
    font-size: 12px;
    text-decoration: underline;
    margin-left: 6px;
    line-height: 21px;
}

#footerV3 .footBd2 {
    width: 378px;
    margin-top: 6px;
}

/*#footerV3 .footB .footBm{position:absolute;top:-102px;left:0;}*/
#footerV3 #ssl {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    height: 66px;
}

#footerV3 #ssl a {
    color: #589eff;
    font-size: 14px;
    line-height: 66px;
}

#footerV3 #ssl a:hover {
    color: #fff;
}

#footerV3 .noflowLink {
    position: absolute;
    left: 28px;
    bottom: -65px;
    width: 250px;
}

#footerV3 .shareIcnL {
    height: 30px;
    padding-left: 0;
    background: none;
    margin-top: 28px;
    margin-left: -8px;
}

#footerV3 .shareIcnL a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(https://aliffs.utsource.net/Images/footIcnList_2.png) no-repeat left center #b8d1f0;
    border-radius: 4px;
    float: left;
}

#footerV3 .shareIcnL .a1 {
    background-position: 0 4px;
}

#footerV3 .shareIcnL .a2 {
    background-position: 0 -35px;
}

#footerV3 .shareIcnL .a3 {
    background-position: 0 -73px;
}

#footerV3 .shareIcnL .a4 {
    background-position: 0 -114px;
}

#footerV3 .shareIcnL .a5 {
    background-position: 0 -147px;
    display: none;
}

#footerV3 .shareIcnL .a6 {
    background-position: 0 -184px
}

#footerV3 .shareIcnL .a7 {
    background-position: 0 -223px
}

#footerV3 .shareIcnL .a8 {
    background-position: 0 -265px
}

#footerV3 .shareIcnL .a9 {
    background-position: 0 -384px
}

#footerV3 .shareIcnL .a10 {
    background: url(https://aliffs.utsource.net/Images/home/skypeMicn.png) no-repeat center #b8d1f0;
}

#footerV3 .shareIcnL a:hover {
    background-color: #fff;
}

#footerV3 .shareIcnL .a11 {
    background: url(https://aliffs.utsource.net/Images/home/tikTok1.png) no-repeat center #b8d1f0
}

#footerV3 .appCodeBox {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: -32px 0 0 25px;
}



#icon_module {
    top: 20% !important
}

#openCart {
    width: 58px;
    position: fixed;
    right: 0;
    top: 20%;
    cursor: pointer;
}

#openCart img {
    width: 100%;
}

#slideNavBox {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100;
    padding-top: 30px;
    width: 56px;
}

#slideNavBox #showslideNav {
    position: absolute;
    right: -36px;
    top: 30px;
    width: 36px;
    height: 42px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    cursor: pointer;
    background: url(/Images/LayoutslideNav3.png) no-repeat 15px -417px #fff;
}

/*#slideNavBox #showslideNav:hover{background-color:#00a079;}*/
#slideNav {
    /*    overflow: hidden;*/
    padding-left: 0;
    padding-block: 12px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    width: 56px;
    background-image: linear-gradient(to right, #fff, #ebebeb);
    display: block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 30px;
    right: 0;
}

#slideNav li {
    position: relative;
    height: 46px;
    line-height: 46px;
    position: relative;
}

#slideNav li>a {
    display: block;
    width: 100%;
    height: 100%;
}

#slideNav li a {
    background: url(/Images/LayoutslideNav3.png) no-repeat 24px 14px;
}

#slideNav .li2 a {
    background-position: 18px -47px;
}

#slideNav .li3 a {
    background-position: 18px -99px;
}

#slideNav .li4 a {
    background-position: 18px -147px;
}

#slideNav .li5 a {
    background-position: 16px -199px;
}

#slideNav .li6 a {
    background-position: 21px -252px;
}

#slideNav .li7 a {
    background-position: 18px -304px;
}

#slideNav .li8 a {
    background-position: 18px -356px;
}

#slideNav .li9 a {
    background-position: 18px -473px;
}

#slideNav .li10 a {
    background: url(/Images/home/skype.png) no-repeat 17px 12px
}

#slideNav .li10-ru a {
    background: url(/Images/home/Telegram.png) no-repeat 17px 12px !important
}

#slideNav .li10-ru a:hover {
    background: url(/Images/home/Telegram.png) no-repeat 17px -40px !important
}

#slideNav li:hover {
    background: #fff
}

#slideNav .li1:hover {
    border-top-left-radius: 12px;
}

#slideNav .li1:hover a {
    background-position: -36px 14px;
    border-top-left-radius: 12px;
}

#slideNav .li2:hover a {
    background-position: -42px -47px;
}

#slideNav .li3:hover a {
    background-position: -42px -99px;
}

#slideNav .li4:hover a {
    background-position: -42px -147px;
}

#slideNav .li5:hover a {
    background-position: -44px -199px;
}

#slideNav .li6:hover a {
    background-position: -40px -252px;
}

#slideNav .li7:hover a {
    background-position: -42px -304px;
}

#slideNav .li8:hover {
    border-bottom-left-radius: 12px;
}

#slideNav .li8:hover a {
    background-position: -42px -356px;
}

#slideNav .li9:hover a {
    background-position: -44px -473px;
    border-bottom-left-radius: 12px;
}

#slideNav .li10:hover a {
    background-position: 17px -50px;
}

#slideNav li .Floating {
    position: absolute;
    width: 237px;
    height: 56px;
    top: -4px;
    left: 100px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}

#slideNav li .triangle {
    width: 7px;
    height: 12px;
    position: absolute;
    background: url(/Images/LayoutslideNav3.png) no-repeat -68px -429px;
    top: 21px;
    right: 1px;
}

#slideNav li .floatMain {
    width: 229px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1)
}

#slideNav li .floatMain .p1 {
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    height: 54px;
}

#slideNav li .floatMain .tableBox {
    display: table;
    width: 100%;
}

#slideNav li .floatMain .tableCell {
    display: table-cell;
    vertical-align: middle;
    min-height: 54px;
}

#slideNav li .floatMain .tableCell .p1 {
    padding-top: 10px;
    line-height: 24px;
    padding: 10px 0;
    height: auto;
}

#slideNav li .floatMain .tableCell .p2 {
    font-size: 14px;
    line-height: 16px;
    color: #646464;
    text-align: center;
}

#slideNav li .floatMain .tableCell .p3 {
    font-size: 14px;
    line-height: 16px;
    color: #646464;
    text-align: center;
}

#slideNav .li2 .floatMain .p2 {
    margin-top: -10px;
    padding-bottom: 10px;
}

#slideNav .li10 .floatMain .p3 {
    margin-top: -10px;
    padding-bottom: 10px;
}

#slideNav li:hover .Floating {
    opacity: 100;
    left: -237px;
    filter: alpha(opacity=100);
}

#slideNav li .phoneTxt {
    padding-top: 20px;
    padding-left: 30px;
    width: 199px;
    height: auto;
    padding-bottom: 20px;
}

#slideNav li .phoneTxt .p2 {
    font-size: 16px;
    color: #00936f;
    font-weight: bold;
    line-height: 16px;
}

#slideNav li .phoneTxt .p3 {
    font-size: 14px;
    color: #646464;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 2px;
}

#slideNav li .phoneTxt .p4 {
    font-size: 14px;
    color: #323232;
    line-height: 18px;
}

#slideNav .li9 .Floating {
    width: 82px;
    height: 90px;
}

#slideNav .li9:hover .Floating {
    left: -88px;
}

#slideNav .li9:hover {
    border-bottom-left-radius: 12px;
}

#slideNav .li9 img {
    margin-top: 10px;
    margin-left: 22px;
}

#slideNav .li9 .triangle {
    right: -6px;
}

#slideNav .li9 .floatMain {
    width: 82px;
    height: 59px;
}

#slideNav .li11 a {
    background: url(/Images/liveIcn.png) no-repeat 19px 16px;
}

#slideNav .li11:hover a {
    background-position: 19px -40px;
}

#slideNav .li11 .Floating {
    width: 275px;
    height: 192px;
}

#slideNav .li11:hover .Floating {
    left: -280px;
    top: -70px;
}

#slideNav .li11:hover {
    border-bottom-left-radius: 12px;
}

#slideNav .li11 img {
    margin: 10px;
}

#slideNav .li11 .triangle {
    right: -6px;
    top: 88px;
}

#slideNav .li11 .floatMain {
    width: 275px;
    height: 192px;
}




/*#whatsAppNum{ position:fixed;z-index:100;right:0;bottom:20%;width:66px;height:66px;background:url(/Images/homeWhatsApp.png) no-repeat 0 0;}
#whatsAppNum:hover{background-position:0 -66px;}*/

/*隐私提示*/
#OzPrivacy {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
}

#OzPrivacy .privacyIn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -288px;
    width: 485px;
    padding: 60px 45px 50px;
    height: 180px;
    background: #fff;
    margin-top: -145px;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
    text-align: center;
}

#OzPrivacy .privacyIn p {
    font-size: 14px;
    color: #323232;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

#OzPrivacy .privacyIn .labelBox {
    font-size: 14px;
    color: #646464;
    line-height: 18px;
}

#OzPrivacy .privacyIn .labelBox #selPrivacy {
    position: absolute;
    left: -9999px;
}

#OzPrivacy .privacyIn .labelBox label span {
    margin: 0 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/Images/OCicn2.png) no-repeat 0px -72px;
}

#OzPrivacy .privacyIn .labelBox a {
    vertical-align: top;
    color: #00936f;
    text-decoration: underline;
}

#OzPrivacy .privacyIn .btnBox {
    text-align: center;
    margin-top: 20px;
}

#OzPrivacy .privacyIn .btnBox span {
    display: inline-block;
    width: 180px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    background: #c6cacf;
    margin-right: 15px;
}

#OzPrivacy .privacyIn .btnBox span:hover {
    opacity: 0.8;
}

#OzPrivacy .privacyIn .btnBox .canSub {
    background: #0b3c8e;
}

#OzPrivacy .privacyIn .btnBox .canSub:hover {
    background: #104fad;
}

/*404*/
.page404 {
    width: 100%;
    margin-top: 65px;
}

.page404 .wrap {
    width: 1300px;
    background: #dddbd6;
    height: 550px;
    margin: 0 auto;
    text-align: center;
}

.page404 .wrap img {
    width: 776px;
    height: 550px;
}

/*系统错误*/
.pageerror {
    width: 100%;
    margin-top: 65px;
}

.pageerror .wrap {
    width: 590px;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    background: #dedbd6 url(/Images//system_error.jpg) no-repeat center center;
    padding: 180px 355px 110px;
}

.pageerror .wrap h3 {
    font-size: 40px;
    color: #0070bc;
    text-align: center;
    line-height: 120px;
}

.pageerror .wrap .xiangxi {
    font-size: 16px;
    color: #444;
    text-align: center;
    line-height: 24px;
    margin-bottom: 16px;
}

.pageerror .wrap .youxiang {
    font-size: 20px;
    color: #4e4e4e;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}


/*login.css*/


.login {
    width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
}

.login .logo {
    margin-bottom: 40px;
}

.login .bg {
    /*background: url(/Images/login_bg.png) repeat-y;*/
    background: #fff;
    width: 500px;
    height: 620px;
    margin: 0 auto;
    padding-top: 12px;
    box-shadow: 2px 2px 4px #ccc;
}

.login .login_area {
    position: relative;
}

.login .bg .biaoti {
    font-size: 50px;
    color: #444;
    line-height: 48px;
    letter-spacing: 6px;
}

.login .bg .fubiaoti {
    font-size: 24px;
    color: #444;
    line-height: 92px;
    margin-bottom: 52px;
}

.login .login_area .dengluPlus {
    margin-top: 20px;
}

.login .bg .sr-email {
    padding: 0 84px 0 126px;
    background: url(/Images/sprite3.png) no-repeat 90px -240px;
}

.login .bg .sr-email input {
    color: #666;
    background: none;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 286px;
    height: 24px;
    font-size: 14px;
    padding-left: 4px;
    line-height: 24px;
}

.login #emailErr {
    margin-bottom: 25px;
}

.login .bg .sr-password {
    padding: 0 84px 0 126px;
    background: url(/Images/sprite3.png) no-repeat 91px -264px;
}

.login .bg .sr-password input {
    color: #666;
    background: none;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    width: 286px;
    height: 24px;
    font-size: 14px;
    padding-left: 4px;
    line-height: 24px;
}

.login #pwdErr {
    margin-bottom: 16px;
}

.login .bg .forgot {
    padding-left: 99px;
    font-size: 14px;
    margin-bottom: 38px;
    overflow: hidden;
    line-height: 30px;
}

.login .bg .forgot .s1 {
    color: #666;
    float: left;
    /*padding-left:32px;background:url(/Images/sprite3.png) no-repeat 0 -156px;position:relative;cursor:pointer;height:16px;*/
    margin-right: 15px;
}

.login .bg .forgot .s1 input {
    /*position:absolute;left:-9999px;*/
}

.login .bg .forgot .a1 {
    color: #0995fe;
    float: left;
    border-bottom: 1px solid #0995fe;
    height: 20px;
    /*width:130px;*/
    padding-bottom: 5px;
    cursor: pointer;
}

.loginmain .signin {
    width: 328px;
    height: 36px;
    background: #0b3c8e;
    line-height: 36px;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.login .bg .signin:hover {
    box-shadow: 0px 0px 8px #0b3c8e;
    background: #104fad;
}

.login .bg .or {
    margin-top: 23px;
    font-size: 18px;
    color: #666;
}

.login .bg .or1 {
    line-height: 24px;
    margin-bottom: 10px;
    color: #666;
}

.loginmain .disanfang {
    overflow: hidden;
    padding-left: 18px;
}

.loginmain .disanfang a {
    width: 23px;
    height: 23px;
    float: left;
    background: url(/Images/sprite3.png) no-repeat;
    cursor: pointer;
}

.loginmain .disanfang a.guge {
    background-position: 0 -194px;
    margin-right: 17px;
}

.loginmain .disanfang a.huisi {
    background-position: -46px -194px;
    margin-right: 17px;
}

.loginmain .disanfang a.in {
    background-position: -23px -194px;
}

.login .bg .now {
    text-align: center;
    color: #666;
    width: 298px;
    height: 34px;
    border: 1px solid #666;
    background: none;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: none;
}

.login .bg .now a {
    color: #666;
    display: block;
}

.login .dibu {
    margin-top: 132px;
}

.login .dibu a {
    color: #0995fe;
    font-size: 14px;
    padding: 0 10px;
    line-height: 14px;
}

.loginmain .login_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.loginmain .login_loading img {
    margin-top: 200px;
}

.shangbiao {
    font-size: 12px;
    color: #666;
}

.login .yan_z {
    padding: 7px 0;
    width: 250px;
    line-height: 16px;
    padding-left: 120px;
    text-align: left;
}

.banquan {
    font-size: 12px;
    color: #999;
    margin-top: 26px;
    letter-spacing: 1px;
    line-height: 14px;
}

#shenfen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    text-align: center;
}

#shenfen .wrap {
    width: 508px;
    height: 593px;
    /*padding-bottom: 40px;*/
    background: #fff;
    /*margin:0 auto;margin-top:138px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -254px;
    margin-top: -296.5px;
}

#shenfen .title {
    font-size: 20px;
    color: #666;
    padding-top: 50px;
    width: 396px;
    margin: auto;
}

#shenfen .li {
    width: 264px;
    height: 36px;
    margin: 0 auto;
    border: 1px solid #666;
    line-height: 36px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
}

#shenfen .first {
    margin-top: 65px;
}

#shenfen .submit {
    width: 264px;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
    margin-top: 50px;
    background-color: #A9A7A6;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

#shenfen .xiaci {
    line-height: 26px;
    font-size: 14px;
    color: #0091ff;
    text-align: center;
    text-decoration: underline;
    margin-top: 19px;
    cursor: pointer;
}

/*zhuce*/
.body-signup {
    text-align: center;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 50px;
}

.body-signup .wrap {
    width: 554px;
    margin: 55px auto 0;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 3px #eeeeee;
}

.body-signup .zhuce {
    text-align: center;
    margin: 0 auto;
}

.body-signup .zhuce .biaoti {
    font-size: 20px;
    line-height: 120px;
    color: #666;
}

.body-signup .zhuce .cell {
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    background-image: url(/Images/sprite3.png);
    background-repeat: no-repeat;
}

.body-signup .zhuce .cell span {
    float: left;
    width: 200px;
    text-align: right;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.body-signup .zhuce .cell input {
    float: left;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 235px;
    background: none;
    height: 23px;
}

.body-signup .zhuce .name {
    background-position: 446px -218px;
}

.body-signup .zhuce .email {
    background-position: 446px -242px;
}

.body-signup .zhuce .unlock {
    background-position: 448px -266px;
}

.body-signup #nameErr,
.body-signup #emailErr,
.body-signup #pwdErr {
    margin-bottom: 16px;
}

.register .yan_z {
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 164px;
}

div.create_new .signup-di {
    text-align: center;
    color: #646464;
    margin-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

div.create_new .signup-di .sihn_here {
    color: #00936f;
    margin-left: 6px;
}

div.create_new .submit {
    background-color: #ccc;
    width: 328px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    margin: 20px auto 0;
    text-align: center;
}

div.create_new .submit a {
    display: block;
}

div.create_new .agreeThis {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 80px;
}

div.create_new .agreeThis a {
    color: #00936f;
    text-decoration: underline;
}

div.create_new .agreeTxt {
    color: #f34444;
    display: none;
    padding-left: 80px;
    line-height: 20px;
}

.register-main .dragBox {
    display: none;
    position: relative;
    background-color: #e8e8e8;
    width: 330px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.register-main .dragBox .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    cursor: move;
}

.register-main .handler_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}

.register-main .handler_ok_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}

.register-main .dragBox .drag_bg {
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}

.register-main .dragBox .drag_text {
    text-indent: 30px;
    position: absolute;
    top: 0px;
    width: 300px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

/*singnup1*/
.body-signup .signuo-bg1 {
    width: 508px;
    display: none;
    padding-bottom: 40px;
}

.body-signup .signuo-bg1 .for-biaoti {
    font-size: 20px;
    color: #666;
    padding-top: 50px;
    width: 396px;
    margin: auto;
}

.register-main .roles .signup-danxuan {
    width: 326px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #b4b4b4;
    line-height: 32px;
    margin-top: 20px;
    text-align: center;
    color: #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.register-main .roles .mt {
    margin-top: 40px;
}

.body-signup .signuo-bg1 .jutop {
    margin-top: 65px;
}

.register-main .roles .Registration {
    width: 328px;
    height: 38px;
    margin: 40px auto 60px auto;
    line-height: 38px;
    background-color: #ccc;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.body-signup .signuo-bg1 .dibutishi {
    color: #666;
    padding-top: 30px;
    width: 398px;
    margin: auto;
}

.body-signup .signuo-bg1 .shipping a {
    border-bottom: 1px solid #0995fe;
}

.body-signup .signuo-bg1 .shipping {
    margin-top: 10px;
}


/*editor address*/
.addrEditor {
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 50px;
}

.addrEditor .wrap {
    width: 525px;
    margin: 55px auto 0;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 3px #eeeeee;
    padding-top: 22px;
}

.addrEditor .biaoti {
    font-size: 20px;
    color: #666;
    line-height: 75px;
    text-align: center;
    margin-bottom: 10px;
}

.addrEditor .xxphone .ctyTxt {
    display: none;
}

.addrEditor .xxphone p {
    display: none;
}

.addrEditor .cell {
    margin-bottom: 12px;
    height: auto;
    overflow: hidden;
    padding-left: 40px;
}

.addrEditor .cell .s1 .redI {
    color: red;
    margin-right: 5px;
}

.addrEditor .cell span {
    font-size: 14px;
    width: 150px;
    color: #646464;
    display: block;
    padding-right: 10px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.addrEditor .cell .right {
    text-indent: 5px;
    width: 415px;
    box-shadow: none;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    padding-right: 15px;
    padding-left: 5px;
    color: #323232;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}

.addrEditor .cell .isUS {
    display: none;
}

.addrEditor .cell .right:focus {
    border-color: #8cc7b9;
}

.addrEditor .cell .gouselect {
    width: 437px;
}

/*.addrEditor .xxcountry .gouselect{width:330px;height:24px;font-size:16px;line-height:24px;}*/


.addrEditor .xiangxi {
    height: auto;
    position: relative;
}

.addrEditor .xxsubmit {
    width: 140px;
    height: 36px;
    background: #0b3c8e;
    border-radius: 4px;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 50px;
}

.addrEditor .xxcancel {
    width: 150px;
    height: 36px;
    background: #ccc;
    border-radius: 4px;
    float: left;
    margin-right: 8px;
    margin-left: 115px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 50px;
}

.addrEditor .youbian {
    position: relative;
    height: 65px;
}

.addrEditor .youbian .youbianTxt {
    position: absolute;
    top: 30px;
    left: 210px;
    color: red;
    display: none;
}

.addrEditor .gongsi {
    margin-bottom: 20px;
}

.addrEditor .setDefault {
    font-size: 14px;
    color: #0995fe;
    margin: 15px auto 20px;
    text-align: center;
}

.addrEditor .setDefault input {
    width: 16px;
    height: 16px;
}

.addrEditor .setDefault span {
    margin-left: 6px;
}

.addrEditor input.empty[required='required'] {
    background: url(/Images/red_asterisk.png) no-repeat 413px 8px;
}

.addrEditor input.invalid[required='required'] {
    background: url(/Images/invalid.png) no-repeat 413px 8px;
}

.addrEditor input.valid[required='required'] {
    background: url(/Images/valid.png) no-repeat 413px 8px;
}

/*#address.empty{background: url(/Images/red_asterisk.png) no-repeat 316px 4px;}
#address.invalid{background: url(/Images/invalid.png) no-repeat 314px 4px;}*/
/*#address.valid{background: url(/Images/valid.png) no-repeat 314px 4px;}*/
.addrEditor .numI {
    display: none;
}

/*.addrEditor .usTel{position:relative;}
 .addrEditor .usTel .numI{background:#fff; display:block; position:absolute;left:210px;top:0;  width:30px;padding-right:5px;text-align:right;font-size:16px;color:#646464;line-height:23px;border:1px solid #adadad;}
 .addrEditor .usTel input{text-indent:37px;}*/
.addrEditor .numI {
    display: none;
}

.addrEditor .usTel {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 10px;
}

.addrEditor .usTel .numI {
    background: #f5f5f5;
    display: block;
    float: left;
    height: 34px;
    border-radius: 4px;
    width: 96px;
    text-align: left;
    font-size: 16px;
    color: #646464;
    line-height: 34px;
    border: 1px solid #c9c9c9;
}

.addrEditor .usTel .ctyTxt {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #969696;
    position: absolute;
    left: 40px;
    top: 70px;
}

.addrEditor .usTel .right {
    width: 312px;
    margin-left: 5px;
}

.addrEditor .usTel .quhao {
    width: 100%;
    height: 33px;
    border: 0;
    text-indent: 0;
    width: 86px;
}

.addrEditor .usTel p {
    position: absolute;
    width: 340px;
    font-size: 12px;
    line-height: 14px;
    left: 145px;
    top: 71px;
    display: block;
    color: #ceb267;
}

.addrEditor .usTel input.invalid[required='required'] {
    background: url(/Images/invalid.png) no-repeat 307px 8px;
}

.addrEditor .usTel input.valid[required='required'] {
    background: url(/Images/valid.png) no-repeat 307px 8px;
}







/* forgotPassword */

.forgotPwd .wrap {
    width: 500px;
    text-align: center;
    padding-top: 20px;
    background: #fff;
    margin: 50px auto 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #eee;
}

.forgotPwd .for-biaoti {
    line-height: 56px;
    color: #666;
    font-size: 20px;
}

.forgotPwd .for-fubiaoti {
    font-size: 14px;
    color: #969696;
    line-height: 18px;
    width: 341px;
    margin: 38px auto 39px auto;
}

.forgotPwd .use_email {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-left: 96px;
    text-align: left;
}

.forgotPwd .inputdiv {
    width: 320px;
    height: 36px;
    margin: 0 auto;
}

.forgotPwd .inputdiv input {
    width: 312px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding-left: 6px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
}

.forgotPwd .yanzhengma {
    font-size: 16px;
    padding-left: 96px;
    overflow: hidden;
    color: #666;
    line-height: 36px;
    margin-top: 10px;
    text-align: left;
}

.forgotPwd .yanzhengma .s1 {
    float: left;
    margin-right: 20px;
}

.forgotPwd .yanzhengma .s2 {
    float: left;
}

.forgotPwd .shuru {
    width: 328px;
    height: 38px;
    margin: 20px auto 0 auto;
}

div.forgotPwd div.write-area div.write div.input_bk {
    width: 204px;
    height: 38px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.forgotPwd div.write-area div.write div.input_bk i.loginicon {
    display: block;
    width: 14px;
    height: 18px;
    background-position: -43px -578px;
    margin: 9px 0 0 20px;
}

div.forgotPwd div.write-area div.write div.input_bk input {
    width: 144px;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    padding-left: 10px;
    background: #f5f5f5;
}

.forgotPwd .shuru .tuhua {
    float: right;
    width: 112px;
    height: 38px;
}

.forgotPwd #errMsg {
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #f34444;
}

.forgotPwd .submit {
    width: 300px;
    height: 36px;
    background: #ff8a00;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
}

.forgotPwd .submit div {
    background: #0b3c8e;
    border-radius: 3px;
}

.forgotPwd .submit div:hover {
    background: #104fad;
}

.forgotPwd .signup .yan_z {
    margin-top: 60px;
    height: 20px;
}

/*resetpassword*/
.resetPwd {
    width: 100%;
    background: #f4f4f4;
}

.resetPwd .wrap {
    width: 500px;
    height: 478px;
    background: #fff;
    margin: 70px auto 0;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 1px #f4f4f4;
}

.resetPwd .for-biaoti {
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 136px;
}

.resetPwd .newpaswork,
.resetPwd .comfirm {
    font-size: 16px;
    color: #666;
    padding-left: 96px;
    line-height: 36px;
}

.resetPwd .newCode {
    text-align: center;
    margin-bottom: 24px;
}

/*.resetPwd #newCode,.resetPwd #confirmCode{width:312px;height:34px;font-size:14px;color:#333;line-height:34px;border-radius:4px;padding-left:6px;border:1px solid #ccc;}*/
.resetPwd #errMsg {
    padding-left: 96px;
    line-height: 20px;
    height: 20px;
    margin: 5px 0;
    color: #f34444;
}

.resetPwd .submit {
    width: 320px;
    height: 36px;
    background: #0b3c8e;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 50px;
}

/*新用户领券弹窗*/
/*#newUserBox{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);left:0;top:0;z-index:101;display:none;}
#newUserBox .Nuser_In{position:absolute;width:620px;left:50%;top:50%;margin-left:-310px;border-radius:10px;}
#newUserBox .useClose{z-index:150; width:22px;height:22px;position:absolute;top:20px;right:20px;cursor:pointer;background:url(/Images/NuserClose.png) no-repeat center;}
#newUserBox .Utop{position:relative;}
#newUserBox .Utop p{border-top-left-radius:10px;border-top-right-radius:10px;text-align:center;font-size:22px;color:#fff;font-weight:bold;background:#f8920c;height:80px;line-height:100px;}
#newUserBox .Utop span{position:absolute;width:176px;height:92px;background:url(/Images/home/web_BowTie.png) no-repeat center;left:222px;top:-60px;}
#newUserBox .Umain{background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;}
#newUserBox .Umain .titp{color:#676767;font-size:15px;height:50px;line-height:18px;padding:0 92px;text-align:center;margin-top:20px;}
#newUserBox .Umain .receive5{width:436px;height:206px;margin:0 auto; background:url(/Images/home/web_VoucherBg.png) no-repeat center;}
#newUserBox .Umain .receive5 .receiveT{width:100%;height:114px;padding-top:28px;color:#fff;}
#newUserBox .Umain .receive5 .receiveT .receiveTL{float:left;width:167px;height:92px;border-right:2px dashed #fff;font-size:64px;line-height:92px;text-align:center;}
#newUserBox .Umain .receive5 .receiveT .receiveTR{padding-left:16px;float:left;}
#newUserBox .Umain .receive5 .receiveT .receiveTR p{font-size:12px;line-height:14px;margin-bottom:8px;}
#newUserBox .Umain .receive5 .receiveT .receiveTR .receiveTRtit{font-size:14px;font-weight:bold;line-height:16px;margin-bottom:14px;margin-top:10px;}
#newUserBox .receiveBtn{text-align:center;}
#newUserBox .receiveBtn span{display:inline-block;height:40px;background:#f4940c;border-radius:5px;margin-top:12px;}
#newUserBox .receiveBtn span i{display:block;height:35px;line-height:35px;font-style:normal;font-size:13px;color:#924d00;text-align:center;padding:0 20px;min-width:120px;background:#f7d559;cursor:pointer;border-radius:5px;}
#newUserBox .Umain .Utext{padding-bottom:30px;}
#newUserBox .Umain .Utext p{font-size:12px;padding:0 92px;line-height:16px;margin-bottom:5px;color:#666;}
#newUserBox .Umain .Utext .UtextTit{font-size:13px;font-weight:bold;padding:0 92px;margin-bottom:10px;margin-top:22px;}
  #newUserBox .showResult{display:none;}
  #newUserBox .receive5{display:block;}*/
/*成功*/
/*#newUserBox .Umain .lqSuccess{color:#f8920c;background:url(/Images/home/web_Ribbon.png) no-repeat center;width:436px;height:206px;margin:0 auto; }
  #newUserBox .Umain .lqSuccess p{text-align:center;font-size:20px;padding-top:85px;line-height:22px;}*/
/*已领取*/
/*#newUserBox .Umain .lqUsed{color:#ff6121;background:url(/Images/home/web_newUse_fff.jpg) no-repeat center;width:436px;height:206px;margin:0 auto;}
 #newUserBox .Umain .lqUsed p{text-align:center;font-size:14px;padding-top:145px;line-height:22px;}*/
/*继续领取*/
/*#newUserBox .Umain .Ugoon{width:436px;height:206px;margin:0 auto;}
  #newUserBox .Umain .Ugoon p{text-align:center;color:#f8920c;font-size:12px;}
  #newUserBox .Umain .Ugoon .UgoonTit{text-align:center;color:#f8920c;font-size:18px;font-weight:bold;padding-top:35px;margin-bottom:10px;}*/
/*没资格*/
/*#newUserBox .Umain .lqNo{color:#ff6121;background:url(/Images/home/web_newUse_fff.jpg) no-repeat center;width:436px;height:206px;margin:0 auto;}
 #newUserBox .Umain .lqNo p{text-align:center;font-size:14px;padding-top:145px;line-height:22px;}*/
/*#newUserBox .hideTxt p{display:none;}

#newUserBox .hideTxt .UtextTit{cursor:pointer;display:inline-block;text-decoration:underline;}
#newUserBox .hideTxt .dnP{display:none;}
#newUserBox .hideTxt .dbP{display:block;}*/


/*强化登录注册*/
/*#lastBoxDl{margin-top:30px;background:#fff;height:218px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
#lastBoxDl .lastBoxDl_sun{width:1300px;margin:0 auto;height:100%;background:#fff;}
#lastBoxDl .lastBoxDl_sun .welcome{text-align:center;font-size:24px;color:#333;line-height:26px;margin-top:50px;}
#lastBoxDl .lastBoxDl_sun .txt{text-align:center;font-size:12px;color:#333;line-height:16px;}
#lastBoxDl .lastBoxDl_sun .sign{display:inline-block;width:260px;height:38px;text-align:center;border-radius:5px;background:#ff8901;line-height:38px;font-weight:bold;}
#lastBoxDl .lastBoxDl_sun .sign:hover{opacity:0.8;}
#lastBoxDl .lastBoxDl_sun .sign a{display:block;width:100%;height:100%;color:#fff;}
#lastBoxDl .lastBoxDl_sun .noRecord{text-align:center;line-height:220px;font-size:14px;color:#666;}
#lastBoxDl .lastBoxDl_sun .recording{font-size:13px;color:#666;line-height:24px;margin-bottom:12px;padding-top:33px;}
#lastBoxDl .lastBoxDl_sun .lineTxt{border-bottom:1px solid #dcdcdc;font-size:12px;text-align:center;height:16px;margin-top:20px;}
#lastBoxDl .lastBoxDl_sun .lineTxt span{display:inline-block;padding:0 10px;line-height:30px;background:#fff;color:#666;}
#lastBoxDl .lastBoxDl_sun .lineTxt span a{color:#0091ff;text-decoration:underline;}
#lastBoxDl .lastBoxDl_sun ul{overflow:hidden;height:120px;}
#lastBoxDl .lastBoxDl_sun ul li{margin-right:25px;float:left;width:80px;height:120px;}
#lastBoxDl .lastBoxDl_sun ul li:last-child{margin-right:0;}
#lastBoxDl .lastBoxDl_sun ul li img{width:80px;height:60px;}
#lastBoxDl .lastBoxDl_sun ul li p{font-size:10px;color:#666;line-height:14px;max-height:56px;overflow:hidden;word-break:break-all;}*/

/*shippingaddress*/
/*.gouselect{margin:1px -20px 0 0!important;padding: 0;outline: none;width:210px;display: inline-block;margin-top: 2px;}*/

/*.use_png{background:url(/Images/use_png.png) no-repeat;}*/
/*.user{height:20px;width:20px;background-position:0 -20px;}*/
/*.loginunlock{height:20px;width:20px;background-position:0 -40px;padding-right:30px;padding-bottom:7px;}*/
/*.loginemail{height:20px;width:20px;background-position:0 -80px;padding-right:30px;padding-bottom:10px;}*/


/*个人中心*/
/*.danghang{width:1300px;margin:0 auto;padding-top:26px;padding-left: 15px;}*/
/*.gongneng{width:320px;height:780px;border-right:2px solid #f4f4f4;}*/
/*.tuxiang{width:114px;height:114px;padding-left:20px;}*/
/*.tuxiang1{width:180px;}*/


.center {
    background: url(/Images/center.png) no-repeat;
}

.map {
    height: 17px;
    width: 12px;
    background-position: 0 0;
    margin-top: 8px;
}

.myorder {
    height: 20px;
    width: 20px;
    background-position: 0 -17px;
}

.myoffers {
    height: 20px;
    width: 20px;
    background-position: 0 -37px;
}

.myoffers1 {
    height: 20px;
    width: 20px;
    background-position: 0 -57px;
}

.settings1 {
    height: 20px;
    width: 20px;
    background-position: 0 -77px;
}

.settings {
    height: 20px;
    width: 20px;
    background-position: 0 -97px;
}

.myorder1 {
    height: 20px;
    width: 20px;
    background-position: 0 -117px;
}

.meassge {
    height: 20px;
    width: 20px;
    background-position: 0 -137px;
}

.community1 {
    height: 20px;
    width: 20px;
    background-position: 0 -157px;
}

.community {
    height: 20px;
    width: 20px;
    background-position: 0 -177px;
}

.myinquiry1 {
    height: 20px;
    width: 20px;
    background-position: 0 -197px;
}

.myinquiry {
    height: 20px;
    width: 20px;
    background-position: 0 -217px;
}

.meassge1 {
    height: 20px;
    width: 20px;
    background-position: 0 -237px;
}

.zhuangtai {
    background: url(/Images/zhuangtai.png) no-repeat;
}

.Uncomment {
    height: 62px;
    width: 60px;
    background-position: 0 0;
}

.Unpaid {
    height: 62px;
    width: 62px;
    background-position: 0 -62px;
    margin-left: 40px !important;
}

.Intransit {
    height: 63px;
    width: 62px;
    background-position: 0 -124px;
}

.Kitting {
    height: 63px;
    width: 62px;
    background-position: 0 -187px;
}

.Point {
    height: 94px;
    width: 88px;
    background-position: 0 -250px;
}

.Ticket {
    height: 109px;
    width: 115px;
    background-position: 0 -344px;
}

.lbiao li {
    margin-top: 35px !important;
    font-size: 14px !important;
    width: 78px;
}

.content {
    width: 968px;
}

/*.content1{width:610px;height:160px;border-right: 2px solid #f4f4f4;}
.content1 p{padding: 16px;text-align:left;}*/
/*.content3{width:900px;text-align:left;padding: 16px;}*/
/*.content4{width: 908px;border-bottom: 2px solid #f4f4f4;padding: 30px;}*/
/*.content5{border-bottom:1px solid #f4f4f4;height:60px;line-height:60px;}*/
/*.content6{width:114px;}*/
/*.content7{width:188px;}*/
/*.content8{width:120px;}*/
/*.content9{width:100px;}*/
/*.content10{width:136px;}*/
/*.content11{width:126px;}*/
/*.content12{width: 114px;}
.content12 a:hover{padding: 8px 12px;border:1px solid #f4f4f4;cursor:pointer;}*/
/*.content13{width:430px;}*/
/*.view_view:hover{padding: 8px 12px;border:1px solid #f4f4f4;cursor:pointer;}*/

/*.content14{width:98px;line-height: 140px;margin-left: 40px;text-align: left;}*/
/*.content15{width:108px;margin-top:64px; margin-left:80px;position:absolute;}*/
/*.content16{margin-top:50px;position:absolute;margin-left:58px;width: 118px;padding-top: 14px;}*/
/*.content17{height: 160px;position:absolute;margin-left: 612px;width: 366px;}*/
/*.content18{width: 354px;}*/

/*.content19{width:180px;border-right: 2px dashed #f4f4f4;height:160px;}
.content20{width:174px;height:160px;}
.content21{padding-top: 40px;margin-left: -20px;}

.content22{width:224px;}
.content23{width:196px;height:60px;margin-left:16px;text-align: left;}
.content24{margin:20px 44px 60px 44px}
.content25{margin:20px auto;}*/
.content26 {
    width: 224px;
    height: 168px;
}

/*.content27{padding: 24px 16px;}*/
/*.content28{margin-top: 2px;padding: 0 4px 0 0;}*/
/*.content29{width:90px;height: 34px;line-height: 34px;margin-left: 40px;}*/
/*.content30{padding-left: 5px;}*/
/*.content31{padding-top: 10px;padding-left: 42px;}*/
/*.content32{width: 44px;height: 17px;padding-left: 10px;}*/
/*.content33{padding-left: 14px;}*/
/*.content34{padding-left: 20px;}*/
/*.content35{padding-left: 24px;}*/
/*.content36{width:60px;padding-left: 14px;}*/
/*.content37{margin-left:44px;}*/
/*.content38{font-size:38px;margin-left: -90px;}*/


/* inputValidator */
input.empty[required='required'] {
    background: url(/Images/red_asterisk.png) no-repeat right 4px;
}

input.invalid[required='required'] {
    background: url(/Images/invalid.png) no-repeat right 4px;
}

input.valid[required='required'] {
    background: url(/Images/valid.png) no-repeat 413px 8px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

/*Message*/
.Message {
    width: 370px;
}

.Message1 {
    width: 596px;
    border-left: 1px solid #f4f4f4;
    margin-top: 10px;
    height: 712px;
}

.Message2 {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}

.Message3 {
    padding: 20px;
}

.Message4 {
    width: 44px;
    height: 44px;
}

.Message5 {
    line-height: 90px;
    padding-left: 10px;
}

.Message6 {
    margin-top: 26px;
    text-align: left;
}

.Message7 {
    height: 90px;
    overflow: hidden;
    margin-left: -20px;
}

.Message8 {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
    position: relative;
    top: -36px;
    left: -16px;
}

.Message9 {
    width: 253px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Message10 {
    width: 580px;
    line-height: 60px;
}

.Message11 {
    width: 542px;
    height: 460px;
}

.Message12 {
    padding: 10px;
}

.Message13 {
    margin-top: 4px;
    width: 350px;
}

.Message14 {
    margin-right: 80px;
}

.Message15 {
    width: 500px;
}

.Message16 {
    height: 100px;
    width: 500px;
}

.Message17 {
    padding: 8px 44px;
    border-radius: 4px;
}

.Message18 {
    margin: 20px 42px;
}


#avatar {
    margin-left: 24px;
}

#username {
    padding-top: 24px;
    font-size: 16px;
}

#triangle-topright {
    width: 0;
    height: 0;
    border-top: 6px solid #febf00;
    border-left: 16px solid transparent;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 6px solid #26a1ff;
    border-right: 16px solid transparent;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.loading .wrap3 {
    width: 98px;
    height: 98px;
    border-radius: 20px;
    margin: 150px auto;
    padding: 26px;
}

.loading .da {
    width: 98px;
    height: 98px;
    background: url(/Images/loading.png) no-repeat;
    background-size: cover;
}

.loading .quanquan {
    width: 98px;
    height: 98px;
    background: url(/Images/loadingquan.png) no-repeat;
    background-size: cover;
}

.loading p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

/*公共跳转动画*/
.utLoad {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.utLoadIn {
    position: relative;
    width: 100px;
    height: 100px;
    animation: load 1.3s linear infinite;
}

.utLoadIn .SemicircleL {
    width: 50%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, #ededed, #b4b4b4);
    background: -o-linear-gradient(bottom, #ededed, #b4b4b4);
    background: -moz-linear-gradient(bottom, #ededed, #b4b4b4);
    background: linear-gradient(bottom, #ededed, #b4b4b4);

}

.utLoadIn .SemicircleR {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: -webkit-linear-gradient(#fff, #ededed);
    background: -o-linear-gradient(#fff, #ededed);
    background: -moz-linear-gradient(#fff, #ededed);
    background: linear-gradient(#fff, #ededed);
}

.utLoadIn .coverBox {
    width: 90px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    height: 90px;
}

.utLoad .utLoadBg {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 23px;
    background: url(/Images/utLoadBg.svg) no-repeat center;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*20170915*/
body.body-login {
    width: 100%;
    height: 100%;
    position: static;
}

body.body-login .bodybg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(/Images/loginbodybg2.jpg) no-repeat center;
    height: 100%;
    background-size: cover;
}

body.body-login div.login_head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

div.login_head .warpCenter {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

div.login_head .warpCenter .logoImg {
    position: absolute;
    left: 0;
    top: 30px;
    width: 107px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: url(/Images/login_logo.png?1) no-repeat center rgba(255, 255, 255, 0.07);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}

.loginmain {
    width: 410px;
    height: 359px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -277px;
}

.loginmain a.backhome {
    color: #969696;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.loginmain div[class^='sr-'] {
    width: 326px;
    height: 38px;
    margin: 0 auto;
}

.loginmain div[class^='sr-'] input {
    width: 310px;
    height: 100%;
    border: 1px solid #dcdcdc;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 16px;
}

.loginmain div[class^='sr-'] input:focus {
    border-color: #00936f;
}

.loginmain div.yan_z {
    padding-left: 50px;
    min-height: 14px;
}

.loginmain .forget {
    margin-left: 59px;
    margin-bottom: 15px;
}

.loginmain a.aRegister {
    color: #646464;
}

.loginmain h3 {
    text-align: center;
    font-size: 24px;
    color: #969696;
    line-height: 33px;
    margin: 21px 0 25px 0;
}

.loginmain div.otherway {
    width: 328px;
    margin: 8px auto 0;
}

div.yan_z.errshow {
    visibility: visible;
}

.register-main div.create {
    background: url(/Images/registerbg4.jpg) no-repeat center;
    height: 773px;
    /*position:relative;*/
}

.register-main div.create .warp {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.register-main div.create div.create_new,
.register-main div.create div.roles,
div.forgotPwd,
div.resetPwd div.enter_box {
    position: absolute;
    right: 50px;
    /*top:160px;*/
    top: 20px;
    width: 560px;
    /*height:523px;*/
    background: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

div.resetPwd div.enter_box {
    height: 358px;
}

.register-main div.create div.create_new div[class^='enter-'] i.loginicon {
    display: block;
    width: 16px;
    height: 18px;
    margin: 10px 0 0 19px;
}

.register-main div.create div.create_new .enter-name i.loginicon {
    background-position: 0 -542px;
}

.register-main div.create div.create_new .enter-repwd i.loginicon,
div.resetPwd div.create div.enter_box div.write-area div.enter-repwd i.loginicon {
    background-position: 0 -578px;
}

div.resetPwd div.create div.enter_box div.write-area div.enter-repwd i.loginicon {
    display: block;
    width: 16px;
    height: 18px;
    margin: 10px 0 0 19px;
}

.register-main div.create div.roles {
    height: 460px;
}

.register-main .roles div.logo-title {
    padding: 33px 0 13px 0;
}

.register-main .roles div.logo-title p {
    font-size: 16px;
    width: 300px;
    margin: 0 auto;
}

.register-main div.create div.step {
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.register-main div.create div.step:first-child {
    -webkit-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.register-main div.create div.step:last-child {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.register-main div.create div.step.step1 {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.register-main div.create div.step.step2 {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
}

div.forgotPwd {
    height: 430px;
}

div.forgotPwd div.write-area {
    padding-top: 0;
}

div.resetPwd div.write-area div.write div.enter-pwd {
    margin-bottom: 20px;
}

.register-main div.create .warp {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/*详情页宣传*/
#PtPromotion {
    margin: 30px 0 20px 0;
}

#PtPromotion h4 {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

#PtPromotion h4 span {
    display: inline-block;
    font-size: 18px;
    color: #646464;
    line-height: 20px;
    padding: 10px 32px;
    border-radius: 30px;
    font-weight: bold;
}

#PtPromotion h4 span a:hover {
    color: #323232;
}

#PtPromotion .cell1 {
    background: #fff;
    padding-top: 34px;
}

#PtPromotion .cell1 h4 span {
    background: #f5f5f5;
}

#PtPromotion .cell1 ul {
    padding: 35px 40px 40px 40px;
}

#PtPromotion .cell1 ul li {
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 32px;
    line-height: 14px;
    color: #969696;
    font-size: 12px;
}

#PtPromotion .cell1 ul li img {
    margin-bottom: 12px;
}

#PtPromotion .cell2 {
    text-align: center;
    background: #f1f8ff;
    padding: 34px 0;
}

#PtPromotion .cell2 h4 span {
    background: #e6f1fc;
}

#PtPromotion .cell2 .dBox {
    width: 810px;
    margin: 0 auto;
    margin-top: 60px;
}

#PtPromotion .cell2 img {
    max-width: 349px;
    float: left;
}

#PtPromotion .cell2 .txtBox {
    width: 460px;
    color: #969696;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

#PtPromotion .cell2 .txtBox .p1 {
    margin-bottom: 8px;
}

#PtPromotion .cell3 {
    background: #fff;
    padding: 34px 0;
    text-align: center;
}

#PtPromotion .cell3 h4 span {
    background: #f5f5f5;
}

#PtPromotion .cell3 img {
    margin-top: 25px;
}

#PtPromotion .cell4 {
    background: #12519c;
    padding: 34px 0;
}

#PtPromotion .cell4 h4 span {
    background: #195cac;
    color: #fff;
}

#PtPromotion .cell4 ul {
    padding: 0 70px;
    margin: 30px 0 25px 0;
}

#PtPromotion .cell4 ul li {
    margin-bottom: 1px;
}

#PtPromotion .cell4 ul li span {
    float: left;
    font-size: 12px;
    line-height: 34px;
    margin-right: 9px;
}

#PtPromotion .cell4 ul li.l1 span {
    color: #b6d2f2;
}

#PtPromotion .cell4 ul li .s1 {
    width: 115px;
    height: 34px;
    text-align: right;
}

#PtPromotion .cell4 ul li .s2 {
    width: 185px;
}

#PtPromotion .cell4 ul li .s3 {
    width: 138px;
}

#PtPromotion .cell4 ul li .s4 {
    width: 205px;
}

#PtPromotion .cell4 ul li .s5 {
    width: 160px;
    margin-right: 0;
}

#PtPromotion .cell4 ul li.l2 {
    background: #195cac;
    color: #fff;
}

#PtPromotion .cell4 ul li.l3 {
    background: #195cac;
    color: #fff;
}

#PtPromotion .cell4 ul li .s1 img {
    margin-top: 6px;
}

#PtPromotion .cell4 p {
    text-align: center;
    color: #ffffd5;
    font-size: 16px;
    line-height: 22px;
}

#PtPromotion .cell5 {
    background: url(/Images/product_detail/fbuBg.jpg) no-repeat center;
    height: 560px;
    position: relative;
    padding-top: 40px;
}

#PtPromotion .cell5 .tou {
    border: 1px solid #fff;
    display: block;
    width: 532px;
    height: 62px;
    margin: 0 auto 20px;
    background: #e6e8e9;
    background: linear-gradient(#e6e8e9, #dbe3ff);
    border-radius: 31px;
    text-align: center;
    font-size: 22px;
    color: #646464;
    font-weight: bold;
}

#PtPromotion .cell5 .tou:hover {
    background: #fff;
    color: #323232;
}

#PtPromotion .cell5 .tou span {
    display: inline-block;
    height: 42px;
    padding-left: 120px;
    background: url(/Images/product_detail/fbuIcn.png) no-repeat 0 0;
    line-height: 52px;
    margin-top: 10px;
}

#PtPromotion .cell5 .txtP {
    margin-bottom: 30px;
    padding: 0 110px;
    font-size: 12px;
    color: #ceb267;
    line-height: 20px;
    text-align: center;
}

#PtPromotion .cell5 ul {
    width: 632px;
    margin: 0 auto 35px;
}

#PtPromotion .cell5 ul li {
    float: left;
    width: 158px;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

#PtPromotion .cell5 ul li.l1 {
    background: url(/Images/product_detail/fbuIcn.png) no-repeat 65px -84px;
}

#PtPromotion .cell5 ul li.l2 {
    background: url(/Images/product_detail/fbuIcn.png) no-repeat 66px -176px;
}

#PtPromotion .cell5 ul li.l3 {
    background: url(/Images/product_detail/fbuIcn.png) no-repeat 63px -276px;
}

#PtPromotion .cell5 ul li.l4 {
    background: url(/Images/product_detail/fbuIcn.png) no-repeat 63px -371px;
}

#PtPromotion .cell5 .iframBox {
    width: 535px;
    height: 260px;
    margin: 0 auto;
}

#PtPromotion .cell5 .vList {
    width: 910px;
    margin: 0 auto;
}

#PtPromotion .cell5 .vList .Vbox {
    float: left;
    width: 220px;
    height: 115px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#PtPromotion .cell5 .vList .Vbox:nth-child(3) {
    margin-right: 0;
}

#PtPromotion .cell5 .vList .Vbox:nth-child(5) {
    margin-right: 0;
}

#PtPromotion .cell5 .vList .Vbox:hover i {
    background: url(/Images/home/videoBtn2.png) no-repeat center;
    background-size: cover;
}

#PtPromotion .cell5 .vList .Vbox:hover span {
    display: none;
}

#PtPromotion .cell5 .vList .Vbox:first-child {
    width: 450px;
    height: 240px;
}

#PtPromotion .cell5 .vList .Vbox img {
    width: 100%;
    height: 100%;
    display: block;
}

#PtPromotion .cell5 .vList .Vbox i {
    transition: all 0.1s;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    background: url(/Images/home/videoBtn1.png) no-repeat center;
    background-size: cover;
}

#PtPromotion .cell5 .vList .Vbox span {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    transition: all 0.1s;
}

#PtPromotion .cell5 .vList .VboxF i {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
}

#PtPromotion .cell6 {
    background-image: url(/Images/product_detail/xcIcnPhone_1.jpg);
    height: 323px;
}

#PtPromotion .cell6 .iframBox {
    left: 65px;
    height: 235px;
    padding: 6px;
    top: 74px;
}

#PtPromotion .cell6 .txtP {
    position: absolute;
    width: 385px;
    font-size: 17px;
    line-height: 24px;
    color: #323232;
    left: 65px;
    top: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#PtPromotion i {
    font-style: normal;
}

#xcGotop {
    z-index: 2;
    position: fixed;
    width: 41px;
    height: 41px;
    cursor: pointer;
    right: 65px;
    bottom: 97px;
    display: none;
    background-position: 0 -263px;
}

#PtPromotion .procedure {
    height: 416px;
    background: url(/Images/Phoelectron/procedure_gb.png) no-repeat center;
    text-align: center;
}

#PtPromotion .optAd {
    display: block;
    width: 100%;
    height: 100px;
    background: url(/Images/ad/optAd1.jpg) no-repeat center;
}

.procedure_title {
    color: #646464;
    font-size: 18px;
    line-height: 40px;
    background: #fff;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    padding: 0 32px;
    margin-top: 44px;
}

.production-main {
    padding: 30px 94px 0 89px;
}

.video-left {
    background-color: #fff;
    padding: 5px;
}

#PtPromotion.liyuanBox .cell3 img {
    width: auto;
}

#PtPromotion.liyuanBox .cell4 img {
    width: auto;
}

#PtPromotion.liyuanBox .cell4 {
    background: #0e2d6e;
    margin-bottom: 5px;
}

/*视频弹窗*/
#PtPromotionTc {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#PtPromotionTc:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

#PtPromotionTc .PtPTcCon {
    width: 960px;
    height: 540px;
    display: inline-block;
    padding: 35px 20px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

#PtPromotionTc #PtPClose {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: url(/Images/OCicn2.png) 0 -482px no-repeat;
}

/*利源*/
.liyuanBox img {
    width: 100%;
}

#PtPromotion .img2Box {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    text-align: right;
}

#PtPromotion .img2Box img {
    margin-bottom: 15px;
}

#PtPromotion .img2Box a {
    color: #0b3c8e;
    font-size: 12px;
    line-height: 14px;
}

#PtPromotion .img2Box a:hover {
    text-decoration: underline;
}

.comicon {
    background: url(https://aliffs.utsource.net/Images/comsprit.png) no-repeat 0 0;
}

#PtPromotion .WhyUt {
    height: 389px;
    background: #fff;
    margin-bottom: 5px;
}

#PtPromotion .WhyUt h4 span {
    background: #f5f5f5;
    margin: 34px 0 33px 0;
}

#PtPromotion .WhyUt .txtBox {
    width: 781px;
    height: 240px;
    background: url(/Images/product_detail/whyUtBg.png) no-repeat center;
    margin: 0 auto;
}

#PtPromotion .txtBox .d2 {
    height: 47px;
}

#PtPromotion .txtBox .d3 {
    height: 47px;
}

#PtPromotion .txtBox .d4 {
    height: 50px;
}

#PtPromotion .txtBox .d5 {
    height: 66px;
}

#PtPromotion .txtBox .d1 .p1 {
    font-size: 24px;
    line-height: 24px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 29px;
}

#PtPromotion .txtBox .dbox {
    display: table;
    padding-left: 54px;
    margin-bottom: 10px;
}

#PtPromotion .txtBox .dbox .cell {
    display: table-cell;
    vertical-align: middle;
}

#PtPromotion .txtBox .dbox .p1 {
    color: #646464;
    font-weight: bold;
    line-height: 16px;
    font-size: 16px;
}

#PtPromotion .txtBox .dbox .p2 {
    font-size: 14px;
    line-height: 14px;
    color: #646464;
    margin-top: 3px;
}

#PtPromotion .cell2 {
    background: #fff !important;
    margin-bottom: 5px;
}

#PtPromotion .cell2 h4 span {
    background: #f5f5f5 !important;
}

#PtPromotion .cell5.WhyUtL5 {
    background: url(/Images/product_detail/fbuBg2.jpg) no-repeat center;
    margin-bottom: 5px;
}

#PtPromotion .WhyUtL5 .tou {
    background: #fff;
    margin: 0 auto 25px;
}

#PtPromotion .WhyUtL5 .txtP {
    color: #646464;
}

#PtPromotion .WhyUtL5 ul {
    margin: 0 auto 61px;
}

#PtPromotion .WhyUtL5 ul li {
    color: #4c3b96;
}

#PtPromotion .WhyUtL5 ul li.l1 {
    background: url(/Images/product_detail/fbuIcn2.png) no-repeat 65px -84px
}

#PtPromotion .WhyUtL5 ul li.l2 {
    background: url(/Images/product_detail/fbuIcn2.png) no-repeat 66px -176px
}

#PtPromotion .WhyUtL5 ul li.l3 {
    background: url(/Images/product_detail/fbuIcn2.png) no-repeat 63px -276px
}

#PtPromotion .WhyUtL5 ul li.l4 {
    background: url(/Images/product_detail/fbuIcn2.png) no-repeat 63px -371px
}

#PtPromotion .WhyUtL5 .vList {
    width: 772px;
}

#PtPromotion .WhyUtL5 .vList .Vbox {
    width: 192px;
    height: 109px;
    margin-right: 2px;
    margin-bottom: 2px;
}

#PtPromotion .WhyUtL5 .vList .Vbox:first-child {
    width: 384px;
    height: 220px;
}

#PtPromotion .cell7 {
    position: relative;
}

#PtPromotion .cell7 h4 {
    position: absolute;
    left: 0;
    top: 27px;
    height: 62px;
    background: rgba(255, 255, 255, 0.3);
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

#PtPromotion .cell7 h4 a {
    color: #484383
}

#PtPromotion .cell7 img {
    width: 100%;
}

@media(max-width: 1200px) {
    #header {
        min-width: 1000px;
    }

    #thanksgiving {
        min-width: 1000px;
    }

    .shortcut .wrap {
        width: 1000px;
    }

    #header .top {
        background: #fff;
        z-index: 99;
    }

    #header .top-wrap {
        width: 1000px;
        background: #fff;
    }

    #header .sousuo {
        width: 730px;
        margin-top: 18px;
    }

    #header .sousuo .left {
        float: left;
        margin-right: 16px;
    }

    #thanksgiving p {
        width: 1000px;
    }

    #thanksgiving img {
        margin-left: 165px;
    }

    #header .header_search .search {
        width: 350px;
    }

    #header .header_nav {
        width: 1000px;
    }

    #header .header_nav .personal li.per_order {
        display: none;
    }

    #header .header_nav .nav .li6 {
        display: none;
    }

    #header .header_nav .personal li.name {
        display: none;
    }

    #header .header_nav .nav .li_baba {
        padding-right: 10px;
    }

    #header .header_nav .nav .li_baba:nth-child(3) {
        display: none;
    }

    #header .header_nav .Recognized {
        margin-right: -1px;
    }

    /*#lastBoxDl .lastBoxDl_sun{width:1000px;}*/
    /*#lastBoxDl .lastBoxDl_sun ul li{margin-right:20px;}*/
    div.login_head .warpCenter {
        width: 1000px;
    }

}

@media (max-width:1300px) and (min-width:1200px) {
    div.login_head .warpCenter {
        width: 1200px;
    }
}

@media (max-width:1390px) {
    #NoticeBoard .holidayIn .p1 {
        margin-right: 20px;
    }

    #NoticeBoard .holidayIn .p2 {
        max-width: 720px;
    }

    #NoticeBoard .holidayIn {
        width: 1053px;
    }
}

@media (max-width:1300px) {

    /*    #layBox .layBoxTop .smallNav .zhuce{display:none;}*/
    #NoticeBoard .holidayIn {
        width: calc(100% - 272px)
    }

    #NoticeBoard .holidayIn .p1 {
        display: block;
        height: auto;
        float: none;
        text-align: center;
        max-width: 100%;
        padding: 10px 0 5px 0;
    }

    #NoticeBoard .holidayIn .p2 {
        display: block;
        height: auto;
        float: none;
        text-align: center;
        max-width: 100%;
        line-height: 14px;
        font-size: 12px;
    }

    #NoticeBoard .holidayIn span {
        display: inline !important;
    }

    /*    #NoticeBoard{height:80px;}*/
    #footerV3 .footBd1 {
        width: auto;
        margin-right: 10px;
    }

    #footerV3 ul {
        padding-left: 20px;
    }

    #PtPromotion .production-main {
        padding: 30px 30px 0 89px;
    }

    #PtPromotion .cell1 ul li {
        margin: 0 21px;
    }

    #PtPromotion .cell4 ul {
        padding: 0 30px;
    }

    #PtPromotion .cell6 .txtP {
        left: 35px;
    }

    #PtPromotion .cell6 .iframBox {
        left: 35px;
    }

    #footerV3 .wrap {
        width: 1200px;
    }

    #footerV3 ul.Ful1 {
        width: 286px;
    }

    #footerV3 ul.Ful2 {
        width: 272px;
    }

    #footerV3 ul.Ful3 {
        width: 250px;
    }

    #PtPromotion .cell5 .vList {
        width: 880px;
    }

    #PtPromotion .cell5 .vList .Vbox:first-child {
        width: 420px;
    }

    #PtPromotion .cell4 ul li .s2 {
        width: 170px;
    }

    #footerV3 .footBd2 {
        padding-left: 0;
        width: 335px;
    }

    #NoticeBoard .euIn {
        width: 1200px;
    }

    .register-main div.create .warp {
        width: 1200px;
    }


    #NoticeBoard .newTopAdIn {
        width: 1200px;
    }

}

@media (max-width:1200px) {
    #siteMapBox {
        min-width: 920px;
        max-width: 1160px;
        width: auto;
        padding: 0 20px;
    }

    body {
        min-width: 960px;
        max-width: 1200px;
    }

    #layBox .layBoxTop .TopL {
        margin-left: 10px;
    }

    .layBoxTop .smallNav a.a4 {
        display: none;
    }

    #layBox .layBoxTop {
        width: auto;
        max-width: 1200px;
        min-width: 940px;
    }

    #layBox .layBoxTop .layBoxBtm .layBoxBtmIn {
        max-width: 1200px;
        min-width: 940px;
    }

    #layBox .layBoxTop .smallNav {
        padding-left: 10px;
    }

    #layBox .layBoxTop .smallNav .smallNavWarp {
        width: auto;
        max-width: 1200px;
        min-width: 940px;
    }

    #layBox .layBoxTop .layBoxBtm .layBoxBtmIn {
        width: auto;
        max-width: 1200px;
        min-width: 940px;
    }

    /*    #layBox .layBoxTop .TopR{width:calc(100%-217px)}*/
    /*底部部分 后期拿出来*/
    #footerV3 {
        max-width: 1200px;
        min-width: 960px;
        width: auto;
    }

    #footerV3 .wrap {
        max-width: 1200px;
        min-width: 960px;
        width: auto;
    }

    #footerV3 .wrap ul {
        padding-left: 18px;
        width: calc(33.3%-20px)
    }

    #footerV3 .wrap .Ful4 {
        width: calc((100%-18px));
        position: relative;
        margin-top: 30px;
        min-height: 100px;
        border: 0;
    }

    #footerV3 .wrap .Ful4 li {
        width: 255px;
    }

    #footerV3 .wrap .Ful4 .scrollL {
        float: left;
        width: calc(33.3%-18px)
    }

    #footerV3 .wrap .Ful4 .scrollR {
        float: left;
        margin-top: 20px;
        width: calc(33.3%-18px);
        margin-left: 20px;
        position: relative;
    }

    #footerV3 .noflowLink {
        left: 275px;
        bottom: 15px;
    }

    #footerV3 .footBd1 {
        margin-left: 15px;
    }


    #layBox .side-navV3 .left::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -8px;
        left: 52px;

    }

    #layBox .side-navV3 .left::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.05);
        position: absolute;
        top: -11px;
        left: 50px;

    }

    #layBox .side-navV3 .right {
        width: 700px;
        left: 222px;
    }

    #layBox .side-navV3 .erji {
        padding: 3px 5px 20px 5px
    }

    #layBox .side-navV3 .right dl {
        width: 220px;
        margin-right: 5px;
    }

    #layBox .side-navV3 .erji dd {
        width: 220px;
    }

    #layBox .side-navV3 .left {
        width: 241px;
    }

    /*侧边栏收起*/
    #slideNav {
        right: -58px;
    }

    #slideNavBox #showslideNav {
        right: 0;
    }

    #NoticeBoard .newTopAdIn {
        width: auto;
        min-width: 960px;
        max-width: 1200px;
    }
}

@media (max-width:1150px) {
    .layBoxTop .smallNav a.a5 {
        display: none;
    }

    #layBox .layBoxTop .TopC .headSech .bom {
        display: none;
    }
}

@media (max-width:1100px) {
    .layBoxTop .smallNav a.a1 {
        display: none;
    }

    #my_cart .wrap {
        width: 960px;
    }

}

@media (max-width:1000px) {
    .layBoxTop .smallNav a.a6 {
        display: none;
    }
}

.z_aFb {
    display: inline-block !important;
    width: 160px !important;
    height: 33px !important;
    background: url(https://aliffs.utsource.net/Images/home/fbbg3.png) no-repeat center;
    border: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    line-height: 33px !important;
    font-size: 12px !important;
    text-indent: 40px !important;
    margin-top: -7px !important;
    float: left;
}

.z_aFb:hover {
    color: #fff !important;
}

a.aTK {
    background-color: #222;
    height: 28px;
    border-radius: 5px;
    padding: 0 6px !important;
    color: #fff !important;
    font-size: 12px;
    margin-top: -4px !important;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

a.aTK img {
    margin-right: 5px;
}

a.aTK:hover {
    color: #fff !important;
}







/*.ui-autocomplete {
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.3s ease-in-out;
}

    .ui-autocomplete.ui-autocomplete-expanded {
        max-height: 300px;*/
/* Adjust this value based on your needs */
/*}*/


.ui-menu .ui-menu-item {
    background: #fff;
}

.ui-state-focus:hover {
    background: #eee 50% 50% repeat-x;
    margin-bottom: 0px;
}

.ui-widget-content {
    border: 1px solid rgb(0, 147, 111);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(10, 2, 4, 0.15);
    left: 536px;
    top: 223px;
    width: 419px;
}

.homeV3 {
    background-color: #fff;
}