/*字体引用*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'HelveticaLT45Light';
    src: url('../fonts/HelveticaLT45Light.eot');
    src: url('../fonts/HelveticaLT45Light.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLT45Light.woff2') format('woff2'),
         url('../fonts/HelveticaLT45Light.woff') format('woff'),
         url('../fonts/HelveticaLT45Light.ttf') format('truetype'),
         url('../fonts/HelveticaLT45Light.svg#HelveticaLT45Light') format('svg');
}
@font-face {
    font-family: 'HelveticaLT35Thin';
    src: url('../fonts/HelveticaLT35Thin.eot');
    src: url('../fonts/HelveticaLT35Thin.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLT35Thin.woff2') format('woff2'),
         url('../fonts/HelveticaLT35Thin.woff') format('woff'),
         url('../fonts/HelveticaLT35Thin.ttf') format('truetype'),
         url('../fonts/HelveticaLT35Thin.svg#HelveticaLT35Thin') format('svg');
}
html {
    font-size: 62.5%;
    font-family: "RobotoRegular";
}
h1,p,a,span,li,div {
	font-family: "HelveticaLT45Light";
}
h2 {
	font-size: 34px\0;
    font-size: 3.4rem;
	font-family: arial;
}
h4 {
	font-size: 24px\0;
    font-size: 2.4rem;
	font-family: 'RobotoRegular';
}
img {
    max-width: 100%;
    display: block;
    border: 0 none;
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    text-align: center;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: blue;
}
a:focus {
	outline: none;
}
/*字体引用 END*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}
li {
    list-style: none
}
sup, sub {
    font-size: 83%
}
pre, code, kbd, samp {
    font-family: RobotoLight;
}
q:before, q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}
label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}
del, ins, u, s, a, a:hover {
    text-decoration: none
}
body, textarea, input, button, select, keygen, legend {
    outline: 0
}
body{position: relative}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.con_left::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
}
/*定义滚动条的轨道，内阴影及圆角*/
.con_left::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    /*border-radius: 10px;*/
    background-color: #fff;
}
/*定义滑块，内阴影及圆角*/
.con_left::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #e0e0e0;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.con_right::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
}
/*定义滚动条的轨道，内阴影及圆角*/
.con_right::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    /*border-radius: 10px;*/
    background-color: #fff;
}
/*定义滑块，内阴影及圆角*/
.con_right::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #e0e0e0;
}

.header{width:100%;height:95px;position:fixed; background-color: #1a1c1e;z-index: 99999;border-bottom: 1px solid #131416}
.ipt,#googleSearch,#header ul li a{display:inline-block;*display:inline;*zoom:1}
#header ul li{float:right}
.selecticon{
    display: inline-block;
    width: 14px;
    height:14px !important;
    background: url("../images/icon/icon.png");
    background-position: -110px -4px;
}

#header {
    max-width:1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #1a1c1e;
    z-index: 20150924;
}
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hid{display: none;}
#header .sc-ctt{
    float: right;z-index: 999;margin-top:1.18%;margin-right:0.8%;margin-left: 1.5%;
}
.banner{overflow:hidden;clear:both}
.sc-ipt{height:24px;border:1px solid #dcdcdc;width:0;border-right:none;border-top-left-radius:3px 3px;border-bottom-left-radius:3px 3px;display:none;vertical-align:middle;line-height:24px}
#gg-submit-btn{outline:none;border:none}
#lb-ggbtn{display:inline-block;*display:inline;*zoom:1;cursor:pointer;border:1px solid #1a1c1e;border-top-right-radius:3px 3px;border-bottom-right-radius:3px 3px;padding:0;margin:0;vertical-align:middle;}
#lb-ggbtn:hover,#lb-ggbtn.active{border:1px solid #dcdcdc;cursor:pointer}
#lb-ggbtn:hover input{cursor:pointer}
#header .nav-ctt{padding:1px 0 5px 0;*zoom:1}
#header .logo{float:left;position: absolute;top:22.5%;left: 0}
#header ul li a{font-size:1.4rem;padding:0 8px;height:30px;line-height:32px;text-decoration:none;color:#a2a5a9;letter-spacing:normal;word-spacing:normal; font-family: 'RobotoRegular';}
#header ul li a span {
    font-family: 'RobotoRegular';
}
.header .aomeiclear{
    position: absolute;
    top:573%;
    right: 7%;
    height: 0;
    width: 651px;
}
#header ul li{vertical-align:bottom;position:relative;}
.header-logo{position: absolute;top:24%;width: 200px}
.logo-next{display:inline-block;width:100px;height:55px;}
.header-h1{font-size: 24px;color:#c6c9cc;font-family: arial;position: absolute;left:43.8%;}
.header-span{font-size:1.4rem;color:#bcbfc2;font-family: arial;display: inline-block;position: absolute;top:64%;left: 38%}
.lang{
    width: 40px;
    height:14px;
    float: right;
    margin-top:1.63%;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-family: RobotoBold;
    z-index: 9999;
}
.footer .lang{margin-top: 5%}
body:nth-of-type(1) .lang{}
.download{
    text-align: center;
    margin: 0;
    padding: 0 !important;
    width: 98px;
}
.download a{
    margin: 0;
    padding: 0;
}
.tableicon{
    width: 66px;
    height: 66px;
    background:url("../images/icon/Navigation@2x.png")no-repeat 0 0;
    display: none;
}
#nav{
    width: 100%;
    min-height: 10px;
    margin: 0 auto;
    position: relative;
}
.changelangvage{display:inline-block;font-size:1.4rem;height: 20px; line-height: 20px;
    color: #a2a5a9;text-align: center;}
.footer .changelangvage{
    height: 20px; line-height: 36px;
}
.icon-one{
    display:inline-block;width:10px;height:15px;
    background: url("../images/icon/icon.png");
    background-position: -178px -4px;
}
.Navigation{width:445px; height: auto;float: right;margin-right:-1.3%;margin-top:2.0%}
.Navigation a{
    font-size:1.2rem;
    margin-left: 3%;
    color: #989b9e;
    display: inline-block;
    height: auto;
    font-family: 'RobotoRegular';
}
.Navigation a:hover{
    color: #ffffff;
}
.chose{
    display: inline-block;
    width:250%;
    min-height:110px;
    padding-top: 20%;
    position: absolute;
    top:182%; left:-160%;
    z-index: 999;
    line-height:280%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 2px;
}
.header .chose{ top:210%; }
.chose a{
    display: block;
    font-size:1.4rem;
    line-height: 35px;
    color:#4b4e53;
    font-family: RobotoRegular;
}
.chose a:hover{
    color:#1996ff !important;
}
.chose_icon{
    display: inline-block;
    width:250%;
    height:80%;
    position: absolute;
    left: -160%;
    background-color: #1a1c1e;
    z-index: 999;
}
.icon_next{
    display: inline-block;
    width: 14px;
    height: 10px;
    position: absolute;
    left:76%;
    top:12%;
    background-image: url("../images/icon/xiaosanjiao.png");
}
.mycart{
    display: inline-block;
    width:40%;
    height:30%;
    background: url(../images/icon/icon.png);
    background-position: -10px -10px;
    margin-left:189%;
    z-index: 999;
}
.Cartsnav{
    height: 20%;
    width:30px;
    margin-top: 10px;
    margin-left: 6%;
    position: absolute;
    z-index: 9999;
}

.Cartsnav .goodsnumber{
    position: relative;
    cursor: pointer;
    top:8px;
    left:-16px;
}
.Cartsnav .Cart{
    top:-460px;
    left:-40px;
    box-shadow: 0 5px 23px 10px rgba(0,0,0,.4);

}
.Cartsnav .Cart .GoodsTittle{
    text-align: left;
    font-size:1.2rem;
    color: #21252a;
    font-family: RobotoRegular;
    margin-bottom: 0%;
    line-height: 25px;
}
.Cartsnav .Cart .prive1{top:10px;}
.Cartsnav .store{
    left: 103%;
}

.footer-lang{
    min-width: 40px;
    height: 29px;
    position: absolute;
    border-radius: 2px;
    top: 55px;
    left:60%;
}
.footer-lang .margin-top{
    margin-top: 0 !important;
}
.footer-lang .lang{
    width: 85% !important;
    height: 49% !important;
}
.footer-lang .lang .chose{
    top: -841%;
    left: -143%;
}
.footer-lang .lang .chose_icon .icon_next{
    background-image: url("../images/icon/footer-lang-chose.png")!important;
    top: 0%;
    width: 12px !important;
    height: 8px !important;
}
.footer-lang .lang .chose_icon{
    top: -20%;
}
.Cartsnav a{
    width: 100%;
    font-size:1.4rem;
    height: 30px;
    margin-left:0 !important;
    text-decoration: none;
    color: #a2a5a9;
    background-position: -10px -10px;
    z-index: 999;
}
.Cartsnav a:hover{

    background-position:-48px -10px;
}
.store{
   /* position: absolute;*/
    top:-1px;
    left: 24%;
    color: #e8ecef;
    font-size:1.4rem;
margin-left: 30px;
}
.aomeiclear a:hover{
    color:#ffffff !important;
}
.get .first{
    max-width: 28px;
}
.goodsnumber{
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fc4138;
    position: absolute;
    top: -10%;
    left: 156%;
    font-size:1.2rem;
    color:#ffffff;
    text-align: center;
    line-height:150%;
}
.navigation{
    display: none;
    width: 227%;
    height: 1805%;
    position: absolute;
    top:100%;
    left:-190.5%;
}
.navigation-child1{
    width: 199%;
    height:75%;
    background-color: #ffffff;
    box-shadow: 0 5px 23px -5px rgba(0,0,0,.4);
}
.navigation-child2 .hidden{
    height: 1.8%;
}
.navigation-child2{
    width: 180%;
    height:76.3%;
    background-color: #ffffff;
    box-shadow: 0 5px 23px -5px rgba(0,0,0,.4);

}
.navigation-child3{
    width: 335%;
    height: 78.3%;
    background-color: #ffffff;
    box-shadow: 0 5px 23px -5px rgba(0,0,0,.4);
}
.navigation-child4{
    width: 80%;
    height: 31.5%;
    background-color: #ffffff;
   /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    box-shadow: 0 5px 23px -5px rgba(0,0,0,.4);
}
.li-two .navigation{
    top:100%;
    left:-120%;
}
.product .navigation{
    top:100%;
    left:-325%;
}
.li-four .navigation{
    top:109%;
    left:-15%;
}
.hidden{
    width:100%;
    height:1.8%;
    background-color: #1a1c1e;

}
.hidden-icon{
    position: absolute;
    top:0.1%;
    left: 99%;
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url("../images/icon/xiaosanjiao.png");
    background-position: -14px 0;
}
.navigation-child2 .hidden-icon{
    left: 70.5%;
}
.navigation-child3 .hidden-icon{
    left: 158.5%;
}
.aomeiclear ul li:nth-child(5) .navigation-child .hidden{
    height:4.5%;
}
.hidden-icon5{
    top:-0.4%;
    left: 20.7%;
}
.navigationCon{
    width: 99.8%;
    height: 97.8%;
    border: 1px solid #797979;
    border-top: 0;
    position: relative;
   /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.navigationCon p{
    font-size: 20px;
    color:#21252a;
    font-family: RobotoRegular;
    margin-top:5% ;
    margin-bottom:3%;
}
.spanma{
    display: inline-block;
    width:100%;
    height: auto;
    padding-left:5px;
}
.lastA a,.navigationCon a{
    font-size:1.4rem;
    color:#4b4e53 !important;
    height:22px !important;
    margin: 0;
    padding: 0;
    font-family: RobotoRegular;
}
.navigationCon a:hover{
    color:#37a2fc !important;
}
.lastA{
    display: inline-block;
    min-width: 50px;
    height: auto;
    padding-left: 3px;
    margin-top:8.5%;
}
.lastA a:hover{
    color:#37a2fc !important;
}
.freebtn{
    display: inline-block;
    width: 40px;
    height: 18px;
    background-color:#37a2fc;
    text-align: center;
    color: #ffffff !important;
    margin-left: 10%;
    line-height: 20px;
    font-size:1.4rem;
    border-radius: 1px;
    font-family: RobotoRegular;
}
.child2-content-two{
    width: 100%;
    background-color: #00a2ff;height: 85px;
    position: absolute;
    bottom: 2%;
}
.icon-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    background: url(../images/icon/home-icon.png) no-repeat -9999px -9999px
}


.search-img {
    width: 22px;
    height: 24px;
    background-position: 1px 1px
}

.search-img:hover, .search-img.active {
    border: 1px solid #dcdcdc
}


.logo {
    display: inline-block;
    width: 70px;
    height:55px;
}

.footer-products {
    background: url(../images/icon/home-icon.png) no-repeat 1px -29px
}

.footer-freeware {
    background: url(../images/icon/home-icon.png) no-repeat -35px -29px
}

.footer-support {
    background: url(../images/icon/home-icon.png) no-repeat -72px -28px
}

.footer-products {
    background: url(../images/icon/home-icon.png) no-repeat 1px -29px
}

.footer-freeware {
    background: url(../images/icon/home-icon.png) no-repeat -35px -29px
}

.footer-support {
    background: url(../images/icon/home-icon.png) no-repeat -72px -28px
}

.dashed-arrow {
    background: url(../images/icon/home-icon.png) no-repeat -85px -5px
}

.facebook-icon {
    background: url(../images/icon/share.png) no-repeat 0 0
}

.twitter-icon {
    background: url(../images/icon/share.png) no-repeat -52px 0
}

.google-icon {
    background: url(../images/icon/share.png) no-repeat -103px 0
}

.youtube-icon {
    background: url(../images/icon/share.png) no-repeat -155px 0
}

.facebook-icon:hover {
    background: url(../images/icon/share.png) no-repeat 0 -44px
}

.twitter-icon:hover {
    background: url(../images/icon/share.png) no-repeat -52px -44px
}

.google-icon:hover {
    background: url(../images/icon/share.png) no-repeat -103px -44px
}

.youtube-icon:hover {
    background: url(../images/icon/share.png) no-repeat -155px -44px
}



/**image end**/

.newsletterbox-c{width:100%;height:30px;line-height:30px;position:relative}
.msgbox-01{background-color:#a94442;color:#fff;height:30px;line-height:30px;font-size:1.3rem;padding:0 7px;text-align:left;position:absolute;top:-35px;left:0;width:117%}
.msgbox-02{background-color:#3c763d;color:#fff;height:30px;line-height:30px;font-size:1.3rem;padding:0 7px;text-align:left;position:absolute;top:-35px;left:0;width:117%}
.newsletter-email{width:60%;height:103%;line-height:200%;border:1px solid #494949;border-top-left-radius:3px 3px;padding:0 3px;border-bottom-left-radius:3px 3px;background-color:#282828;color:#6e6d6d;float:left;border-right:none}
.newsletter-email:focus{border-color:#595959}
.newsletter-email:blur{background-color:#282828}
.newsletter-bt{width:30%;height:108%;line-height:200%;background-color:#37a2fc;border:none;float:left;color:#ffffff;font-size:1.4rem;cursor:pointer;border-top-right-radius:3px 3px;border-bottom-right-radius:3px 3px}
.newsletter-bt:hover{background:#188ef2}

.share{
    margin-top: 3.5%;
    position: relative;
}
.footer-btn{
    width: auto;
    height: auto;
    position: absolute;top: 64%;
    left: 0%;
}
.center-share{
    width: 300px;
    height: 60px;
    position: fixed;
    z-index: 999;
    top:80%;
    right:-240px;
   /* box-shadow: 0 0 10px -3px #000000;*/
}
.center-share-backtop{
    width:auto;
    height: auto;
    position: fixed;
    top:70%;
    right:0;
    z-index: 999;
}
.backtop{
    width: 60px;
    height: 60px;
    display: none;
    background:url("../images/icon/footer_share.png");
    background-position: -10px -10px;
}
.backtop:hover{ background-position: -80px -10px;}
.center-share div{
    float: left;
}
.share_icon_bg{
    min-width: 190px !important;
    background-position: -13px -83px !important;

}
.centshare,.share_icon_bg{
    cursor: pointer;
    min-width: 60px;
    min-height: 60px;
    background:url("../images/icon/footer_share.png");

}
.centshare:hover{
    background-position: -220px -10px;
}
.centshare-next,.centshare-next1,.centshare-next2{
    min-width: 60px;
    min-height: 60px;
}
.centshare-next:hover{
    background:url("../images/icon/footer_share.png");
    background-position:-10px -156px;
}
.centshare-next1:hover{
    background:url("../images/icon/footer_share.png");
    background-position:-100px -156px;
}
.centshare-next2:hover{
    background:url("../images/icon/footer_share.png");
    background-position:-190px -156px;
}
.centshare{
    background-position: -150px -10px;
}
.share1{
    width: 14px;
    height: 30px;
    margin-top: 24%;
    margin-left: 37%;
    background:url("../images/icon/footer_share.png");
    background-position: -10px -226px;
}
.share2{
    width: 32px;
    height: 26px;
    margin-top: 28%;
    margin-left: 23%;
    background:url("../images/icon/footer_share.png");
    background-position: -33px -226px;
}
.share3{
    width: 28px;
    height: 28px;
    margin-top: 25%;
    margin-left: 36%;
    background:url("../images/icon/footer_share.png");
    background-position: -75px -226px;
}
.Cartsnav .mycart .store{
    top:17px;
}
.Cart{
    display: none;
    width:383px;
    height: auto;
    position: absolute;
    top:101%;
    right:5px;
    z-index:1001;
    background: #ffffff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    box-shadow:0 5px 23px -5px rgba(0,0,0,.4);
}
.Cart-header{
    width: 100%;
    height: 58px;
    color: #21252a;
    font-size: 18px;
    font-family: RobotoBold;
    text-align: center;
    line-height: 370%;
}
.CartGoodsContent{
    width:99%;
    margin-left: 0.3%;
    min-height: 85px;
    background-color: #ffffff;
}
.Cart-center{
    width: 100%;
    min-height: 85px;
    margin-top: 10px;
    border:1px solid #cfd7e1;
    position: absolute;
}
.Cart-footer{
    width: 100%;
    height:auto;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
}
.Cart-footer-pages{
    font-size:1.4rem;
    font-family: RobotoRegular;
    color: #545454;
    background-color: #ffffff;
    width: auto;
    min-height: 58px;
    text-align: center;
    line-height: 58px;
}
.page-next{
    margin-left: 3%;
    cursor: pointer;
}
.page-prev{
    cursor: pointer;
}
.page-next:hover{
    color:#1996ff;
}
.page-prev:hover{
    color:#1996ff;
}
.pagers a{
    margin-left:3%;
    color:#929599;
}
.pagers a:hover{
    color:#21252a;
}
.Cart-footer-button{
    font-family: RobotoThin;
    font-size:1.4rem;
    color: #ffffff;
    cursor: pointer;
    min-height: 50px;
}
.checkout{
    width: 65%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 369%;
    background-color:#ff8103;
    border-bottom-left-radius: 8px;
    margin: 0;

}
.gotostore{
    width: 35%;
    height: 50px;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 380%;
    background-color: #1996ff;
    border-bottom-right-radius: 8px;
}
.checkout:hover{
    background-color:#f27a03;
}
.gotostore:hover{
    background-color:#188ef2;
}
.Thischeckout{
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.carticon{
    display: none;
    width: 13px;
    height: 12px;
    background: url(../images/icon/xiaosanjiao.png)no-repeat;
    position:absolute;
    top: 94%;
    right:1.5%;
}
.CartChose{
    cursor: pointer;
    width: 11%;
    height: 85px;
    position: relative;
    border-right:1px solid #cfd7e1;
    background-color: #ffffff;
}
.CartChose:hover{
    background-color: #ecf3ff;
}
.GoodsDetails{
    position: relative;
    min-height: 85px;
    width: 80%;
    float: left;
}
.GoodsBox{
    position: absolute;
    height: auto;
    left: 12%;
    top: 12%;
}
.GoodsInfo{
    text-align: left;
    position: absolute;
    left: 30%;
    top: 22%;
}
.GoodsTittle{
    text-align: left;
    font-size:1.2rem;
    color:#21252a;
    font-family:RobotoRegular;
    margin-bottom: 4.5%;
}
.GoodsChosenPrice{

    font-size:1.2rem;
    padding-left:6px;
    color:#929599;
    font-family:RobotoRegular;

}
.ThisGoodsPrice{
    font-size:1.4rem;
    color:#ff4603;
    font-family:RobotoRegular;
    margin-top: 4.5%;
    position: relative;
}
.prive1{
    position: absolute;
    top:21px;
    left:0;
}
.ChoseIcon{
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    width: 13px;
    height: 13px;
    float: left;
    background:url("../images/icon/list-icon.png");
    background-position: -83px 29px;
}
.TypeInfo{
    float: left;
    line-height: 15px;
}

.GoodsCount{
    font-size:1.4rem;
    color: #21252a;
    position: absolute;
    top: 40%;
    left: 93%;
    text-align: center;
    line-height: 20px;
}
.GoodsDel{
    width: 44%;
    height: 24%;
    font-size:1.2rem;
    color: #929599;
    position: absolute;
    top: -0.8%;
    left: 56.3%;
    text-align: center;
    line-height: 20px;
}
.GoodsAddTime{
    text-align: right;
    font-size:1.2rem;
    color: #929599;
    float: left;
    width: 80%;
    height: 19px;
    line-height: 22px;
}
.DelThisGoods{
    cursor: pointer;
    width: 18px;
    height: 19px;
    background:url("../images/icon/list-icon.png")no-repeat;
    background-position: -129px -11px;
    float: right;
}
.DelThisGoods:hover{
    background-position: -157px -10px;
}
.CartChoseImg img{
    margin: 0 auto;
    padding-top: 33px;
}
.navigationCon-one{
    width: 97%;
    height:64.2%;
    padding-top: 4%;
    margin: 0 auto;
}
.NavigationBoxOne{
    width: 102%;
    height: 45%;
}
.NavigationBoxNext{
    width: 46%;
    height: 100%;
    font-size:1.4rem;
    color: #4b4e53;
    padding-left: 0.5%;
    text-align: left;
    font-family: RobotoRegular;
}
.NavigationBoxOne-left{
    position: relative;
    float: left;
}
.NavigationBoxOne-right{
    float: right;
}
.NavigationBoxTwo{
    margin-top: 0.9%;
    width: 102%;
    height: 45%;
}
.navtitle{
    display: inline-block !important;
    padding-left:12% !important;
    font-size: 20px !important;
    color: #21252a !important;
   	font-family: 'RobotoRegular';
}
.navtitle-one{
    background:url("../images/icon/PC.png") no-repeat 8px 4px;
}
.navcon{
    padding-left: 16% !important;
    margin-top: 2.7% !important;
}
.navcon-one{
    margin-top: 1.8% !important;
}
.span-free{
    display: inline-block;
    width: 45px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: url("../images/icon/free-bg.png") no-repeat 0 1px;
    position: absolute;
    top: 29%;
    left:70%;
}
.navtitle-two{
    background: url("../images/icon/supplier.png")no-repeat 11px 1px;
    cursor: pointer;
}
.navtitle-three{
    background: url("../images/icon/server.png")no-repeat 11px 3px;
}
.navtitle-four{
    background: url("../images/icon/Experience.png")no-repeat 11px 4px;
}
.navigationCon-two{
    width: 100%;
    height: 24%;
    position: absolute;
    top:76%;
    left: 0;
    border-top: 1px solid #ebebeb;
   /* border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;*/
}
.navfootleft{
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
}
.navfootright{
    position: relative;
    width: 78.3%;
    height: 100%;
    float: right;
    text-align:left;
}
.navfootleft-box{
    width: 150px;
    height: 171%;
    background: url("../images/icon/nav-ab-box.png") no-repeat -3px 0;
    position: absolute;
    top: -80%;
    left: 8.5%;
    z-index:201 ;
}
.navfootleft-net{
    width: 225%;
    height: 50%;
    background: url("../images/icon/line-1.png") no-repeat 0 -10px;
    position: absolute;
    top:47%;
    z-index: 200;
}
.navfootrightinfo{
    display: inline-block;
    width: 65%;
    height: 50%;
    line-height: 150%;
    font-size:1.4rem;
    text-align: left;
    padding-top: 5%;
    color: #21252a;

}
.navfootrightbutton{
    display: inline-block;
    cursor: pointer;
    width: 140px;
    height: 38px;
    background-color: #ff8103;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    position: absolute;
    top: 34%;
    left: 68%;
    border-radius: 2px;
}
.navsecond{
    height: 82%;
}
.navfootrightbutton:hover{
    background-color: #f27a03;
}
.navsecond .navfootleft{
    float: right;
}
.navsecond .navfootright{
    float: left;
}
.navsecond .navfootrightinfo{
    padding-left: 2.5%;
}
.navsecond .navfootrightbutton{
    top:28.5%;
    left: 70%;
    line-height: 38px;
}
.navsecond .navfootleft-box{
    background: url("../images/icon/nav-pa-box.png") no-repeat 3px 3px;
    position: absolute;
    top: -65%;
    left: 7%; ;
}
.navsecond .navfootleft-net{
    background: url("../images/icon/line-2.png") no-repeat 0 -10px;
    top:47%;
    left: -400%;
    width: 300%;
}
.navsecond .NavigationBoxOne .span-free{
    top:27.5%;
    left: 70.5%;
}
.navsecond .NavigationBoxTwo .span-free{
    top:27.5%;
    left: 61%;
}
.navsecond .NavigationBoxNext{
    width: 49%;
}
.navigation-child3 .navfootleft{
    width: 100%;
}
.navigation-child3 .navtitle-one{
    background: url("../images/icon/disk.png") no-repeat 8px 4px;
}
.navigation-child3 .span-free{
    top:27.5%;
    left: 51%;
}
.navigation-child3 .NavigationBoxOne-right .span-free{
    top: 15.3% !important;
    left: 79% !important;
}
.navigation-child3 .NavigationBoxOne .NavigationBoxOne-left .span-free{
    top: 80%;
    left: 68%;
}
/*.navigation-child3 .NavigationBoxOne .NavigationBoxOne-right .navtitle-two{
    background: url(../images/icon/restore.png)no-repeat 13px 2.5px;
}*/
.navigation-child3 .NavigationBoxTwo{
    margin-top:5%;
}
.navcon-two{
    top:55% !important;
    left: 52.5% !important;
}
.navcon-three {
	top: 80% !important;
    left: 43% !important;
}
.navigation-child3 .navtitle-three{
    background: url(../images/icon/Backup.png)no-repeat 11px 3px;
}
.navigation-child3 .NavigationBoxTwo .NavigationBoxOne-right{
    height: 100%;
    background:url(../images/icon/tool.png)no-repeat 80px 3px; ;
}
.navigation-child3 .navigationCon-two{
    top:72.8%;
}
.navigation-child3 .navfootrightinfo{
    padding-top: 4%;
}
.navigation-child3 .navfootleft-net{
    width: 73%;
    height: 65%;
    background: url(../images/icon/line-3.png) no-repeat 0 -10px;
    top: 56%;
}
.navigation-child3 .navfootrightinfo{
    padding-left: 3%;
}
.navigation-child3 .navfootrightbutton{
    width: 140px;
    height: 38px;
    line-height: 38px;
    left: 74%;
    cursor: pointer;
}
.navigation-child3 .hidden{
    height: 1.8%;
}
.navigation-child3 .navigationCon{
    height: 98%;
}
.navigation-child4 .navigationCon a{
    display: inline-block;
    width: 150px;
    height: 33px !important;
    padding-left: 30px !important;
    margin: 0 auto;
}
.firstA{
    margin-top: 18px !important;
}
.navigation-child4 .hidden{
    height: 3%;
}
.finalli{
    color: #4b4e53;
    text-align: center;
    width: 126px !important;
    background: url("../images/icon/Detail.png") no-repeat 31px 6px;
}
.navigation-child4 .navigationCon{
    width: 99.5%;
    height: 96.8%;
}
.mask {
    position: absolute; top: 0; filter: alpha(opacity=60); background-color: #FFFFFF;
    z-index: 999; left: 0;
    opacity:0; -moz-opacity:0;
}
.checkmask{
    position: absolute; top: 0; filter: alpha(opacity=60); background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 99999; left: 0;
    opacity:0.7; -moz-opacity:0;
    display: none;
}
.cartjuzspan{
    display:inline-block;height: 100%;width:100%;color:#e0e0e0;font-size:16px;word-spacing:1px;text-align: center;
}
.checkcenter{
   background-color: #ffffff;
    height: 80%;
    width: 750px;
    position: fixed;
    vertical-align: middle;
    z-index: 999999;
    top:-80%;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: auto;
    display: none;
    transform:translate(0,0);
}

.allnav{width: 100%;height: 88%;}
.f-tishi{
    position: fixed;
    line-height: 18px;
    text-align: center;
    font-size:1.2rem;
    left: 0;
    right: 0;
    bottom:0;
    color: #595a5a;width: 100%;height: 50px;border-top: 1px solid #e0e0e0;
}
.fbutt{
    position: fixed;
    left: 0;
    right: 0;
    height: 74px;
    bottom:52px;
    width: 100%;
    background-color: #FFFFFF;
}
.yiny1,.yiny2,.yiny3{display: inline-block;height: 1px;width: 100%;}
.yiny1{background-color: #f9f9f9}
.yiny2{background-color: #eeeeee}
.yiny3{background-color: #dddddd}
.titlyiny .yiny1{background-color: #dddddd}
.titlyiny .yiny2{background-color: #eeeeee}
.titlyiny .yiny3{background-color: #f9f9f9}
.checkout-sure{
    width:200px;
    height:40px;
    font-size:1.4rem;
    text-align: center;
    line-height: 40px;
    color:#fff;
    border-radius: 2px;
    background-color: #ff8103;
    position: absolute;
    bottom: 14px;
    left:76px;
    cursor: pointer;
    font-family: RobotoThin;
}
.store-sure{
    width:200px;
    height:40px;
    font-size:1.4rem;
    text-align: center;
    line-height: 40px;
    color:#fff;
    border-radius: 2px;
    border-top: 1px solid #ececec;
    background-color: #1996ff;
    position: absolute;
    bottom: 14px;
    right:80px;
    cursor: pointer;
    font-family: RobotoThin;

}
.store-sure:hover{background-color: #0f86ea}
.checkout-sure:hover{background-color: #ec7804}
.h-title{
    width:100%;
    height: 40px;
}

.h-title span{display:inline-block;text-align: center;line-height:40px;font-size: 1.6rem;}
.styler{width: 50%;float:left;height:37px;}
.content-checked{width: 100%;height:0;}
.con_left,.con_right{overflow: auto;width: 50%;height:100%;float: left;}
.con_left{width:49.5%;border-right: 1px solid #e0e0e0; }
.content-checked .Cart-center{width: 90%;left: 5.5%}
.content-checked .checkone .Cart-center{width: 90%;}
.content-checked .Cart-center .GoodsBox{left: 3%}
.content-checked .Cart-center .GoodsInfo{left: 25%}
.content-checked .Cart-center .GoodsAddTime{width: 90%}
.content-checked .Cart-center .ChoseIcon{cursor: auto}
.content-checked .Cart-center .checkonebutt{width: 80px;height: 24px;background-color: #ff8103;position: absolute;cursor:pointer;
    border-radius:2px;right:14px;top:67%;font-family: RobotoThin;color: #ffffff;font-size:1.2rem;line-height: 24px;text-align: center;
}
.content-checked .Cart-center .checkonebutt:hover{background-color:#ec7804}

.header-mark{
    max-width: 1000px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#999999;
    z-index: 1002;

}
.addone{
    display:inline-block;
    width: 15px;
    height: 15px;
    font-size:1.2rem;
    color:#ffffff;
    position: absolute;
    top:-15%;
    left: 210%;
    z-index: 99999;
    opacity: 0;
}
.reset{
    width: 100%;
    height: 150px;
}
.addcar{
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 2px;
    width: 140px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    line-height: 250%;
    font-size: 1.4rem;
    margin-top: 30px;
    font-family: RobotoRegular;
}
.reset_one{
    margin-left:500px;
    margin-top: 100px;
    position: relative;
}
.animatePicture{
    display: inline-block;
    position: absolute;
    opacity: 0;
    z-index: 2000;
    left: 97px;
    top: 35px;
}
.centernav{
    min-height: 100px;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}
.Navone{
    position: absolute;
    left:0;
    top: 0;
}
.Navtwo{
    position: absolute;
    left: 100%;
}
.a-but{
    font-family: RobotoRegular;
    display:inline-block ;
    width: 50%;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size:1.2rem;

}
.a-left{
    float: left;
    border-top: 1px solid #cfd7e1;
    border-left: 0;
    border-bottom: 0;
    height: 29px;
    color:#c5c6c7;
}
.a-left:hover{
    background-color: #eef0f3;
    color: #9b9d9e;
}
.a-right{
    float: right;
    border-right: 0;
    border-bottom: 0;
    background-color: #1996ff;
    color: #ffffff;
}
.a-right:hover{
    background-color: #188ef2;
}
.deletecart{
    height: 20px;
    width: 100%;
}
.pricenum{
    margin-left: 4px;
    width: auto;
    height:auto;
}
.footer{height:415px; background-color:#1a1c1e;}
.footer .Cart-footer-pages .pagers a{padding-left: 10px;!important;}
.footer .Cart-footer-pages .pagers a:hover{color:rgb(33, 37, 42)}
.footer-center{
    max-width:1000px;height:100%;
    margin:0 auto;

}
@media screen and (max-width:990px) {
.footer-center{
    padding:0 15px;}
}
.footer-center-one{
    width:100%;
    height:415px;

}
.footer-two{
    width:100%;
    height:80px;
    background-color: #1a1c1e;
    border-top: 1px solid #232628;
}
.footer-two-center{
    max-width: 1000px;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-size:1.2rem;
    color: #939598;
    margin: 0 auto;
}
.footer-two-center a:hover{
    color: #fff;}
.footerUl{
    max-width: 1000px;
    height: 415px;
}
.footerUl li{
    text-align: left;
    float: left;
    width: 25%;
    height: 70%;
    margin-top:8%;
    position: relative;
    background-color: #1a1c1e;
}
.footerUl li p{
    text-align: left;
    font-size: 18px;
    color: #c9cccf;
    font-family: 'RobotoRegular';
    margin: 0;
    padding: 0;
}
.p-next{
    display: inline-block;
    width: 100%;
    height:32%;
    margin-top:6.5%;
    line-height: 33px;
}
.p-next a{
    font-size: 1.4rem;
    color: #767a7d;
    margin: 0;
    padding: 0;
}
.p-next a:hover{
    color: #ffffff;
}
.footer-button-one,.footer-button-two{
    border-radius: 2px;
    background-color: #ff642c;
    display: inline-block;
    height:14%;
    width: 95%;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    line-height: 260%;
    cursor: pointer;
}
.footer-button-one:hover{
    background-color:#fc5a1e;
}
.footer-button-two:hover{
    background-color:#2f97f7;
}
.footer-button-two{
    font-size: 1.4rem;
    background-color: #359EFF;
    margin-top: 8%;
    line-height: 300%;
}
.friendship{
    display: block;
    width: 19.25%;
    height: 160%;
    float: left;
    margin-right: 10px;
}
.friendshipnav{
    height: 20%;
    width: 100%;
    margin-top: 6%;
}
.friendshipnav a{
    margin-right: 5%;
    margin-bottom: 28%;
}
.facebook-icon {
    background: url(../images/icon/share.png) no-repeat 0 0
}

.twitter-icon {
    background: url(../images/icon/share.png) no-repeat -52px 0
}

.google-icon {
    background: url(../images/icon/share.png) no-repeat -103px 0
}

.youtube-icon {
    background: url(../images/icon/share.png) no-repeat -155px 0
}

.facebook-icon:hover {
    background: url(../images/icon/share.png) no-repeat 0 -44px
}

.twitter-icon:hover {
    background: url(../images/icon/share.png) no-repeat -52px -44px
}

.google-icon:hover {
    background: url(../images/icon/share.png) no-repeat -103px -44px
}

.youtube-icon:hover {
    background: url(../images/icon/share.png) no-repeat -155px -44px
}
.notturn:hover{
    cursor: auto;
    color:#767a7d !important;
}
.footer_lang_click{
    background-color:#ffffff !important;
    color:#666;
    border-top: 0;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
strong {
	font-family: arial;
}
.center {
	max-width: 1000px;
	margin: 0 auto;
}
.wrapper_empty {
	height: 95px;
	background: #1a1c1e;
}
/*内容区域  促销板块样式 start*/

/*liukui 2017/04/13*/
@media (min-width: 1000px) {
    .pro_list_wrapper .center{
        padding:80px 0;}
    .banner_wrapper .center{
        padding: 0;}
}
@media (min-width:320px) and (max-width:767px){
    .pro_list_wrapper .center{
        padding:40px 0;}
    .banner_wrapper .center{
        padding: 0;}
}
@media (min-width:768px) and (max-width:999px){
    .pro_list_wrapper .center{
        padding:60px 0;}
    .banner_wrapper .center{
        padding: 0;}
}
.pro_list_wrapper {
	background: #e5ecf4;
}
.pro_list_wrapper h2 {
	color: #111111;
	padding-bottom: 5%;
}
.pro_list_wrapper ul {
	font-size: 0;
}
.pro_list_wrapper ul li {
	display: table-cell;
	width: 47%;
	box-sizing: border-box;
	border: 1px solid #dbe4ee;
	position: relative;
	background: #FFFFFF;
	vertical-align: top;
}
.pro_list_wrapper ul li.empty {
	width: 6%;
	border: none;
	visibility: hidden;
}
.pro_list_wrapper ul li h4 {
	font-size: 20px\0;
	font-size: 2.0rem;
	line-height: 1.2;
	color: #262626;
	padding: 3% 0;
	text-align: center;
	font-family: "HelveticaLT45Light";
}
.pro_list_wrapper ul li .msg {
	width: 95%;
	border-top: 1px solid #dbe4ee;
	margin:0 auto;
	padding: 5% 0;
	overflow: hidden;
	font-size: 0;
	word-spacing: -4px;
}
.pro_list_wrapper ul li .msg strong,
.pro_list_wrapper ul li .msg del,
.pro_list_wrapper ul li .msg a{
    position: absolute;
    bottom:7%;}
.pro_list_wrapper ul li .msg a{
    right:3%;}
.pro_list_wrapper ul li .msg del{
    right:29%;
    bottom:8.5%;}
.pro_list_wrapper ul li .msg .pic,.pro_list_wrapper ul li .msg .text{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	word-spacing: normal;
}
.pro_list_wrapper ul li .msg .pic {
	width: 38%;
}
.pro_list_wrapper ul li .msg img {
}
.pro_list_wrapper ul li .msg .text {
	width: 62%;
}
.pro_list_wrapper ul li .msg .text p {
    margin-bottom: 15%;
	font-size: 14px\0;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #5b5b5b;
	text-align: justify;
}
.pro_list_wrapper ul li .msg .text strong {
	font-size: 24px\0;
	font-size: 2.4rem;
	color: #ff4603;
}
.pro_list_wrapper ul li .msg .text del {
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #abb0b6;
	text-decoration: line-through;
}
.pro_list_wrapper ul li .msg .text a {
	width: 24%;
	display: block;
	font-size: 16px\0;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: #FF642C;
	text-align: center;
	line-height: 2;
	border-radius: 4px;
	float: right;
	transition: all 0.5s;
}
.pro_list_wrapper ul li .msg .text a:hover {
    background: #fc5a1e;
}
.pro_list_wrapper ul li .msg .text .ie_padding {
	padding-bottom: 20px\0;
}

.at_web7_app center{
    max-width: 1000px;
}
.at_web7_app{
    position: absolute;
    vertical-align: middle;
    z-index: 999999;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate(0,0);
    background-color: #1a1c1e;
    display: none;
}
.at_web7_app .center .line_li{
    margin: 0 auto;
    width: 94%;
}
.at_web7_app .center .line_li li{
    border-bottom:1px solid #595c60;
}
.at_web7_app .center .line_li{
    cursor: pointer;
}
.at_web7_app .center .line_li .p_title{
    line-height: 3;
    font-size: 4.4rem;
    color:#a2a5aa;
    text-align: left;
    position: relative;
}
.moredown{
    position: absolute;
    right: 0;
}
.at_web7_app .center .line_li li ul li{
     margin-top: 2.5%;
    border: 0;
}
.at_web7_app .center .line_li li ul li:first-child{
    margin-top: 0;
}
.at_web7_app .center .line_li li ul li:last-child{
    margin-bottom: 5%;
}
.at_web7_app .center .line_li .outclear{
 color:#1a1c1e;
}
.info_ul{
    display: none;
}
.line_li a{
    display: inline-block;
    text-align:left;
    font-size: 3.2rem;
    line-height:2;
    color: #FFFFFF;
    padding-left:3px;
}
.tfree{
    display: inline-block;
    color: #FFFFFF;
    padding-left: 1%;
    margin-left: 1%;
    line-height: 2;
    width: 40px;
}
/*内容区域  促销板块样式   end*/
.CartsnavH{
    height: 20%;
    width:20px;
    margin-top: 5%;
    margin-left: 480%;
    position: absolute;
    top:-60%;
    z-index: 9999;
}

.CartsnavH .goodsnumber{
    cursor: pointer;
    left: 68%;
    z-index: 10;
}
.CartsnavH .Cart{
    top:-460px;
    left:-40px;
    border-radius: 10px;
    box-shadow: 0 5px 23px 10px rgba(0,0,0,.4);

}
.CartsnavH .Cart .GoodsTittle{
    text-align: left;
    font-size:1.2rem;
    color: #21252a;
    font-family: RobotoRegular;
    margin-bottom: 0%;
    line-height: 25px;
}
.CartsnavH .Cart .prive1{top:10px;}
.CartsnavH .store{
    left: 103%;
}
.CartsnavH a{
    width: 100%;
    font-size: 1.4rem;
    height: 30px;
    margin-left:0 !important;
    text-decoration: none;
    color: #a2a5a9;
    background-position: -10px -10px;
    z-index: 999;
}
.CartsnavH a:hover{
    background-position:-48px -10px;
}
.delCloseIcon{
    width: 42px;
    height: 28px;
    float: right;
    display: none;
}
/*火狐浏览器 专属hack*/
@-moz-document url-prefix() {
    #store{
      font-size: 0;
    }
    #header ul{left: 27.2%}
    .hidden-icon{top:0.2%}
    .hidden-icon5{top:-0.4%}
    .addone{left:275%;top:-140%;}
    #header ul .Cartsnav a{width:50%; position:absolute;left:260%;top:0%}
    .lang{z-index: 999999}
    #header ul li a.mycart {
    	position: absolute;
    	right: -175%;
    	z-index: 1;
    }
}
/*Safari  浏览器hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .f-tishi,.fbutt {
    	position: absolute;
    }   
}
.GoodsImg{
    max-width: 51px;
}
.changelang{
    display: none;
    margin: 0 auto;
    width: 94%;
}
.changelang .info{
    font-size: 1.2rem;
    color:#595c60;
    width: 100%;
    text-align: inherit;
}
.heign{
    margin-top: 5%;
   text-align: center;
    color:#a2a5aa ;
}
.changelang span{ float: right; font-size: 2.4rem;}
.chosethis{
    display: inline-block;
    border: 1px solid #595c60;
    margin-bottom: 3%;
    border-radius: 4px;

}
.chosethis span{
    display: inline-block;
    line-height: 4;
    min-width: 130px;
    cursor: pointer;
    font-size: 2.2rem;
    color: #a2a5aa;
    margin: 0 auto;

}
.chosethis span>a{
    color: #a2a5aa;}
.phonefooter{
    position: absolute;
    width: 100%;
    background-color: #1a1c1e;
    padding-top: 5%;
    display: none;
}
.phonefooter center{
    max-width: 1000px;
}
.phonefooter .center .line_li{
    margin: 0 auto;
    width: 94%;
}
.phonefooter .center .line_li li{
    border-bottom:1px solid #595c60;
}
.phonefooter .center .line_li{
    cursor: pointer;
}
.phonefooter .center .line_li .p_title{
    line-height: 5;
    font-size: 4.4rem;
    color:#a2a5aa;
    text-align: left;
    position: relative;
    padding-left:3px;
}
.phonefooter .center .share{
    margin-top: 1%;
    margin-bottom: 5%;
}
.phonefooter .center .newsletter-email{
    width: 60%;
}
.phonefooter .center .newsletter-bt{
 width: 25%;
}
.phonefooter .center .notturn{
    font-size: 3.2rem;
    line-height:2;
    color: #a2a5aa;
}
.phonefooter .center .notturn:last-child{font-size: 3rem;}
.phonefooter .center .line_li li ul li{
    margin-top: 2.5%;
    border: 0;
}
.phonefooter .center .line_li li ul li:first-child{
    margin-top: 0;
}
.phonefooter .center .line_li li ul li:last-child{
    margin-bottom: 5%;
}
.phonefooter .center .line_li .outclear{
    color:#1a1c1e;
}
.info_ul{
    display: none;
}
.line_li h1{
    display: block;
    width:75%;
    text-align:left;
    font-size: 3.2rem;
    color: #656a71;
    border-bottom: 1px solid #404448;
    padding-right: 15%;
    padding-left:3px;
    line-height: 2;
}
.closeCart{
    float: right;
    margin-right: 3.2%;
    display: none;
}
/*移动端css*/
@media (min-width:768px) and (max-width:999px){     /*平板及中等屏幕*/
	html {
        font-size: 50%;
    }
    .center {
    	width: 95%;
    }
    .pro_list_wrapper ul li .msg .text p {
    	margin-bottom: 0;
    	height: 130px;
    }
	.pro_list_wrapper ul li .msg .text strong {
		position: relative;
		font-size: 3.0rem;
	}
	.pro_list_wrapper ul li .msg .text del {
		position: relative;
		font-size: 2.0rem;
		right: 0;
		bottom: 0;
		margin-left: 5px;
	}
	.pro_list_wrapper ul li .msg .text {
		width: 62%;
		padding-left: 3%;
	}
	.pro_list_wrapper ul li .msg .text a {
		position: relative;
		width: 100% !important;
		right: 0;
		bottom: 0;
		margin-top: 10px;
	}
    #header ul li a{
        font-size: 1.2rem;
        padding: 0 3px;
    }
    .store{
        font-size: 1.2rem;
    }
	.mycart{
        position: relative;
        left: -335%;
    }
    .goodsnumber{
        left: -18%;
        top:-10%;
        z-index: 999999;
    }
    .footerUl .mycart {
        position: relative;
        left: 25%;
		top:-125%;
    }
	.footerUl .mycart span{
		margin-top:-60%;
	}
    .footerUl .Cartsnav .goodsnumber{
        left: -25%;
        top:-10%;
        z-index: 999999;
    }

    .download{
        width: 70px;
    }
    .header .aomeiclear li{
        display: none;
    }
    .header .aomeiclear li:first-child,.header .aomeiclear li:last-child{
        display: block;
    }
    .tableicon{
        display:inline-block ;
        position: absolute;
        width: 30px;
        height: 30px;
        background: url("../images/icon/Navigation@1x.png")no-repeat;
        left: 9%;
        top: -3px;
    }
    .header .aomeiclear{
        top: 180%;
        right:7.8%;
    }

    #store{
        display: none;
    }
    .Navigation{
        margin-top: 65px;
    }
    #header .sc-ctt{
        margin-top:  58px;
    }
    .lang{
        margin-top:  61.5px;
    }
    .at_web7_app{
        position: fixed;
        overflow: scroll;
    }
    .Cart{
        position: absolute;
        vertical-align: middle;
        z-index: 999999;
        left: 0;
        right: 0;
        width: 80%;
        top:0%;
        border-radius: 8px;
        margin: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transform: translate(0,0);
    }
    .GoodsDel{
        left: 56.1%;
    }
    /*.moredown{
        top:-20%
    }*/
    .Carttitle{
        display: inherit;
        float: left;
        margin-left: 5%;
    }
    .closeCart{
        display: inline-block;
    }
}
@media (min-width:320px) and (max-width:767px){     /*手机屏幕*/
	html {
		font-size: 25%;
	}
	h2 {
		font-size: 5.4rem;
	}
	.banner_wrapper h1 {
		font-size: 8rem !important;
		padding-bottom: 6% !important;
	}
	.banner_wrapper p {
		font-size: 3.6rem !important;
        line-height:1.5;
	}
	#header {
		width: 98%;
		overflow: hidden;
		box-sizing: border-box;
	}
	#header .logo {
		left: 2%;
	}
	.center {
		width: 90%;
		overflow: hidden;
	}
    .header .aomeiclear li:first-child,.header .aomeiclear li:last-child{
        display: inline-block;
    }
    .wrapper_empty{
        height: 0;
    }
    .header-h1{
        display: none;
    }
    .Cart{
        position: absolute;
        vertical-align: middle;
        z-index: 999999;
        left: 0;
        right: 0;
        width: 100%;
        top:0%;
        border-radius: 8px;
        margin: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transform: translate(0,0);
    }
    .tableicon{
        display:inline-block ;
        position: absolute;
        left: 8%;
        top: -20px;
    }
    .header .aomeiclear{
        right:15%;
    }
    .header{
        position: inherit;
    }
    .store,.sc-ctt,.Navigation,.header .aomeiclear li,.lang,.header-span,.header-h1{
        display: none;
    }
    .mycart{
        margin-left: 0;!important;
        width: 35px;
        height: 65px;
        background: url("../images/icon/Shopping Cart@2x.png") no-repeat;
        background-position: -11px -10px;
        position: relative;
        top:-10px;
        left: -50px;
    }
    #header ul li a{
        height:45px;
    }
    .Navigation{
        margin-top: 3%;
    }
    #header .sc-ctt{
        margin-top: 2.18%;
    }
    .lang{
        margin-top: 2.63%;
    }
    .goodsnumber{
        left: -18%;
        font-size: 13px;
        width:18px;
        height: 18px;
        top:-27%;
        z-index: 999999;
    }
    .header .aomeiclear{
        top:358%
    }
    .tfree{
        width: 42px;
        text-align: center;
    }
    .at_web7_app{
        position: fixed;
        overflow: scroll;
    }
    .footer,.footer-two{display: none}
    .phonefooter{display: block}
    .msgbox-01{
        width: 60%;
    }
    .Carttitle{
        display: inherit;
        float: left;
        margin-left: 5%;
    }
    .closeCart{
        display: inline-block;
    }
    .con_left,.con_right{
        max-height: 310px;
        width: 100%;
        overflow: auto;
        position: fixed;
    }
    .con_right{
       left:-100%
    }
   .checkout-sure{
        width: 80%;
        position: fixed;
        vertical-align: middle;
        z-index: 999999;
        left: 0;
        right: 0;
        margin: auto;
        bottom:14.5%;
       transform: translate(0,0);
    }
   .f-tishi{
       line-height: 26px;
   }
    .store-sure{
        width: 80%;
        position: fixed;
        vertical-align: middle;
        z-index: 999999;
        left: 0;
        right: 0;
        margin: auto;
        bottom:14.5%;
        transform: translate(0,0);
        display: none;
    }
    .checkcenter{
        width: 100%;
        border-radius: 0;
        box-shadow: 0 5px 23px -5px rgba(0,0,0,.4);

    }
    .styler{
        border-right:1px solid #e2dfdf;
        background-color:#efeeee;
        color:#969595;
        width: 35%;!important;
        font-size: 1.2rem;
    }
    .phonecarttitle{
        background-color: #0b73cb;
        color:#FFFFFF
    }
    .delCloseIcon{
        display: block;
        position: absolute;
        right:0
    }
    .GoodsInfo{
        left: 34%;
    }
    .checkout{
        line-height: 450%;
    }
    .gotostore{
        line-height: 440%;
    }
    .pro_list_wrapper ul li {
    	display: block;
    	width: 100%;
    	margin-bottom: 2%;
    }
    .pro_list_wrapper ul li h4 {
    	line-height: 1.4;
    	font-size: 4.0rem;
    }
    .pro_list_wrapper ul li .msg img {
    	margin: 0 auto;
    }
    .pro_list_wrapper ul li .msg .text p {
    	margin-bottom: 0;
    	font-size: 3.0rem;
    	padding-bottom: 10px;
    }
    .pro_list_wrapper ul li .msg .text strong {
    	font-size: 6.0rem;
    }
    .pro_list_wrapper ul li .msg .text del{
    	font-size: 4.0rem;
    	margin-left: 10px;
    }
    .pro_list_wrapper ul li .msg .text {
    	padding: 0 0 0 3%;
    }
    .pro_list_wrapper ul li .msg a {
    	position: relative;
    	right: 0;
    	margin-top: 4%;
    	width: 100% !important;
    }
    .pro_list_wrapper ul li .msg strong, .pro_list_wrapper ul li .msg del {
    	position: relative;
    	right: 0;
    	display: inline-block;
    	vertical-align: middle;
    }
    #carousel-text-list .swiper-button-prev,#carousel-text-list .swiper-button-next {
    	display: none;
    }
    .center-share-backtop {
    	top: 66%;
    }
    .pro_list_wrapper ul li .msg .text a {
    	font-size: 4.0rem;
    }
}
/*手机滑动样式*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
/*头部 banner 版本选择区(edition):*/
.banner_wrapper .edition {
	font-size: 16px\0;
	font-size: 1.6rem;
	color: #FFFFFF;
	margin-top: 3.2%;
	padding-bottom: 12%;
}
.banner_wrapper .edition>span {
	font-size: 40px\0;
	font-size: 4.0rem;
	color: #fffc03;
	font-family: tahoma;
}
.banner_wrapper .edition del {
	text-decoration: line-through;
}
.banner_wrapper .edition .del {
	display: inline-block;
}
.banner_wrapper .edition .select {
	display: inline-block;
	width: 93px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	font-size: 0;
	margin: -5px 0 0 16px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.banner_wrapper .edition .select>p {
	width: 72px;
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 24px;
	border-right: 1px solid #FFFFFF;
}
.banner_wrapper .edition .select .tips {
    border: 1px solid #ffc995;
    background: #fff1d1;
    width: 240px;
    font-size: 12px\0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #373F43;
    padding: 5px 0 5px 10px;
    text-align: left;
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 999;
}
.banner_wrapper .edition .select .button {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 24px;
	background: url("../../images/technician/icon.png")no-repeat -6px -1px;
	cursor: pointer;
	z-index: 9999;
}
.banner_wrapper .edition .select ol {
	border: 1px solid #FFFFFF;
	display: none;
	position: absolute;
	margin-left: -1px;
	z-index: 9999;
}
.banner_wrapper .edition .select ol li {
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 24px;
	padding-left: 8px;
	cursor: pointer;
	width: 83px;
}
.banner_wrapper .edition .select ol li:hover {
	background: #1a385c;
}
.banner_wrapper .edition form {
	width: 20%;
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #fefefe;
	margin: 3.2% 0;
	position: relative;
}
.banner_wrapper .edition form input {
	position: absolute;
	left: -99999px;
}
.banner_wrapper .edition form input + label {
	cursor: pointer;
}
.banner_wrapper .edition form .question_mark_tips {
	display: none;
	box-sizing: border-box;
	width: 200%;
	border: solid 1px #ffc995;
    border-radius: 4px;
    background-color: #fff1d1;
    color: #777;
    text-align: justify;
    padding: 5px 10px;
    position: absolute;
    top: -15px;
    left: 85%;
    transition: all 0.5s;
}
.banner_wrapper .edition form:hover .question_mark_tips {
	display: block;
}
.banner_wrapper .edition .buy {
	display: inline-block;
	width: 16%;
	font-size: 20px\0;
	font-size: 2.0rem;
	line-height: 2.0;
	text-align: center;
	background: #FF642C;
	color: #FFFFFF;
	border-radius: 4px;
	transition: all 0.5s;
	vertical-align: top;
}
.banner_wrapper .edition .buy:hover {
	background: #fc5a1e;
}
/*.banner_wrapper .edition .car {
	display: inline-block;
	width: 40px;
	height: 38px;
	background: url("../../images/icon/shopping-cart.png") no-repeat center center;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	border-radius: 2px;
	margin-left: 5px;
}*/
/*头部 banner 版本选择区(edition)-end:*/
/*main-table:*/
.main-table-wrapper .top-title {
	max-width: 1000px;
	margin: 0 auto;
}
.main-table-wrapper .top-title h2 {
    padding-bottom:2%;
	color: #111;
}
.main-table-wrapper .top-title p {
	font-size: 1.6rem;
	color: #929599;
	line-height: 1.5;
	margin-bottom: 4%;
}
/*users-reviews:*/
.users-review-wrapper h2 {
	padding-bottom: 6% ;
	color: #111111;
}
.users-review-wrapper ul {
	font-size: 0;
	word-spacing: -3px;
}
.users-review-wrapper ul li {
	display: inline-block;
	vertical-align: middle;
}
.users-review-wrapper ul li.pic {
	width: 103px;
	height: 103px;	
	margin-top: -4px;
}
.users-review-wrapper ul li.pic img {
	display: none;
    width:101px;
}
.users-review-wrapper ul li.pic .show {
	display: inline-block;
}
.users-review-wrapper ul li.pic2 {
	margin-left: 74px;
}
.users-review-wrapper ul li.msg {
	width: 412px;
	height: 240px;
	/*height: 238px;*/
	box-sizing: border-box;
	background: url(../../images/pa-lite/bg.png) no-repeat center center;
	background-size: cover;
	padding : 0 20px 0 77px;
	margin-left: -54px;
	position: relative;
}
.users-review-wrapper ul li>h4 {
	font-size: 22px\0;
	font-size: 2.2rem;
	color: #262626;
	text-align: left;
	padding: 10% 0;
	word-spacing: normal;
}
.users-review-wrapper ul .msg>p {
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #5b5b5b;
	text-align: justify;
	line-height: 1.5;
	display: none;
	word-spacing: normal;
}
.users-review-wrapper ul .msg .active {
	display: block;
}
.users-review-wrapper ul .msg .more {
	position: absolute;
	bottom: 8%;
	word-spacing: normal;
}
.users-review-wrapper ul .msg .more a {
	font-size: 14px\0;
	font-size: 1.4rem;
	color: #359eff;
}
.users-review-wrapper ul .msg .more a:hover {
	text-decoration: underline;
	color: #359EFF;
}
.users-review-wrapper ul .msg .btn {
	overflow: hidden;
	width: 64px;
	position: absolute;
	bottom: 7%;
	right: 20px;
}
.users-review-wrapper ul .msg .btn>div {
	/*background-color: #e7e7e7;*/
	width: 22px;
	height: 22px;
	border-radius: 4px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
.users-review-wrapper ul .msg .btn .icon-right {
	background: #e7e7e7 url(../../images/icon/arrow-reviews.png) no-repeat center -35px;
}
.users-review-wrapper ul .msg .btn .icon-left {
	background: #e7e7e7 url(../../images/icon/arrow-reviews.png) no-repeat center 6px;
}
.users-review-wrapper ul .msg .btn .action {
	background-color: #36aad5;
}
/*users-reviews-end*/
.buy-server-wrapper h2 {
	color: #111;
	padding: 8% 0 6% 0;
}
.buy-server-wrapper ul {
	font-size: 0;
	word-spacing: -3px;
	margin: 0 auto;
	display: table;
	margin-bottom: 8%;
}
.buy-server-wrapper ul li {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ebf0f4;
	width: 30%;
	padding:3%;
}
.buy-server-wrapper ul li.line {
	width: 5%;
	background: #fff;
	border:none;
}
.buy-server-wrapper ul li>img {
	margin: 0 auto;
}
.buy-server-wrapper ul li>p {
	font-size: 16px\0;
	font-size: 1.6rem;
	color: #5B5B5B;
	word-spacing: 1px;
	padding-top:5%;
}
/*文字列表轮播*/
#carousel-text-list .msg {
	width: 68%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 4%;
}
#carousel-text-list .pic,#carousel-text-list .text {
	display: table-cell;
	vertical-align: middle;
}
#carousel-text-list .pic {
	width: 24%;
}
#carousel-text-list .pic img {
	margin: 0 auto;
}
#carousel-text-list .msg h4 {
	font-size: 24px\0;
	font-size: 2.4rem;
	color: #262626;
	text-align: left;
	margin-bottom: 2%;
}
#carousel-text-list .msg p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #5B5B5B;
	text-align: left;
	line-height: 1.75;
	background: url(../../images/icon/ic-serial-number-gray1.png) no-repeat left 10px;
	padding-left: 10px;
}
#carousel-text-list .swiper-button-prev {
	background: url(../../images/icon/arrow-left-gray.png) no-repeat;
}
#carousel-text-list .swiper-button-next {
	background: url(../../images/icon/arrow-right-gray.png) no-repeat;
}
#carousel-text-list .swiper-button-prev:hover {
	background: url(../../images/icon/arrow-left-blue.png) no-repeat;
}
#carousel-text-list .swiper-button-next:hover {
	background: url(../../images/icon/arrow-right-blue.png) no-repeat;
}
#carousel-text-list .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #CCCBCB;
	transition: all 0.5s;
	opacity: 1;
}
#carousel-text-list .swiper-pagination-bullet-active {
	background: #359EFF;
}
#carousel-text-list .swiper-pagination-bullet:hover {
	background: #359EFF;
}
/*图片列表轮播*/
#carousel-pic-list .msg {
	width: 96%;
	margin: 0 auto;
	padding-top: 20px;
}
#carousel-pic-list .swiper-button-prev {
	left: 0;
	background: url(../../images/icon/arrow-left-gray.png) no-repeat;
}
#carousel-pic-list .swiper-button-next {
	right: 0;
	background: url(../../images/icon/arrow-right-gray.png) no-repeat right center;
}
#carousel-pic-list .swiper-button-prev:hover {
	background: url(../../images/icon/arrow-left-blue.png) no-repeat;
}
#carousel-pic-list .swiper-button-next:hover {
	background: url(../../images/icon/arrow-right-blue.png) no-repeat right center;
}
#carousel-pic-list .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #92979d;
	transition: all 0.5s;
	opacity: 1;
}
#carousel-pic-list .swiper-pagination-bullet-active {
	background: #4c82f0;
}
#carousel-pic-list .swiper-pagination-bullet:hover {
	background: #4c82f0;
}
#cost .buy_two, #cost>div:first-child a {
	border-radius: 3px;
	display: block;
	width: 100%;
	transition: all 0.5s;
}
#cost .buy_two:hover {
	background: #d55526;
}
#cost>div:first-child a:hover {
	background: #38900d;
}
.goodsnumber {
	display: none !important;
}
.navigation .cnmadd:hover {
	color: #359EFF !important;
}
.footer-two-center p a:hover {
	color: #FFFFFF;
}
@media (min-width:320px) and (max-width:767px) {
	.banner_wrapper .edition form {
		width: 100%;
		margin: 20px 0;
	}
	.banner_wrapper .edition .buy {
        display: block;
        margin:0 auto;
		width: 50%;
		line-height: 2.2;
        font-size: 4.0rem !important;
	}
	.users-review-wrapper ul li>h4 {
		font-size: 4.0rem;
	}
	.users-review-wrapper ul .msg>p,
	.users-review-wrapper ul .msg .more a {
		font-size: 3rem;
	}
	.buy-server-wrapper ul li>p {
		font-size: 3rem;
	}
    .users-review-wrapper ul .msg .btn{
        right:5px;}
}
/**
 * 临时删除导航的购物车图标
 */
.li-four{margin-right: -9%;}
#nav a.mycart{display:none}
#store{left:30px;}

.addthis_inline_share_toolbox {
    margin-top:15px;
}
#content-wrapper .sidebar-right #pagination ul li,
#content-wrapper .sidebar-right #pagination ol li {
    list-style:none;
    background: none;
    padding:0;margin:0;
}
#content-wrapper .sidebar-right #post-list ul li, #content-wrapper .sidebar-right #post-list ol li {
    padding-bottom:0;
    margin-bottom:1.5%;
}
#pagination{
    margin:20px auto 0 auto;
}
#pagination.light-theme a, #pagination.light-theme span {
    float: left;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}
#content-wrapper .sidebar-right .light-theme a {
    color: #444;
}
#content-wrapper .sidebar-right .light-theme a:hover{
    text-decoration: none;
    background-color: rgb(0, 119, 181);
    color:#fff;
    border-color: rgb(0, 119, 181);
}
#pagination.light-theme .current {
    background: #666;
    border-color:#666;
    color:#fff;
}
/*头部尾部的样式更改 2017/05/26*/
.logo{background: url("../../images/index/logo.png") 0 0 no-repeat;background-size: cover;
    display: inline-block;
    width:64px;height: 54px;}
.changelang span{font-size: 0;}
.changelang span>a{font-size: 2.2rem;}

.chosethis span{
    line-height:2;}
.at_web7_app .center .line_li .p_title,
.changelang span>a{font-size: 4.4rem;padding-left: 3px}
.phonefooter .center .line_li li:last-child{
    border:none;}

.at_web7_app .center .line_li,
.phonefooter .center .line_li{
    -webkit-tap-highlight-color:rgba(0,0,0,0);}

.at_web7_app .center .line_li .p_title.active,
.phonefooter .center .line_li .p_title.active{background-color: rgba(64,172,255,0.3)}

.info_ul>li>a{
    display: block;}
.info_ul>li>a:active{background-color: rgba(64,172,255,0.3)}

.at_web7_app .center .line_li>ul>li:first-child .p_title,
.at_web7_app .center .line_liul>li:first-child .p_title:active,
.at_web7_app .center .line_liul>li:first-child .p_title.active{
    -webkit-tap-highlight-color:#1a1c1e;
    background-color: #1a1c1e;}

.at_web7_app .line_li>ul>li:nth-child(2)>.info_ul>li>a:nth-child(3),
.at_web7_app .line_li>ul>li:nth-child(3)>.info_ul>li:nth-child(1)>a:nth-child(3),
.at_web7_app .line_li>ul>li:nth-child(3)>.info_ul>li:nth-child(2)>a:nth-child(3),
.at_web7_app .line_li>ul>li:nth-child(4)>.info_ul>li:nth-child(1)>a:nth-child(7),
.at_web7_app .line_li>ul>li:nth-child(4)>.info_ul>li:nth-child(2)>a:nth-child(3),
.at_web7_app .line_li>ul>li:nth-child(4)>.info_ul>li:nth-child(2)>a:nth-child(6),
.at_web7_app .line_li>ul>li:nth-child(4)>.info_ul>li:nth-child(3)>a:nth-child(3){
    display: inline-block;}

@media (max-width: 999px) and (min-width: 768px){
    .tfree{
        font-size: 2.2rem;
        background: url("../images/icon/free-bg.png")no-repeat 0 9px;
    }


    .tableicon{
        left:8%;}

    .tableicon{
        top:-20px;
        width:66px;
        height:66px;
        background-image:url("../../images/icon/Navigation@2x.png");}
    .moredown{
        top:50%;
        margin-top: -33px;
        display: inline-block;
        width:66px;
        height:66px;
        background: url("../../images/icon/drop-down@2x.png") 0 center no-repeat;
        background-size: cover;}
    .moredown.moredown-close{
        background: url("../../images/icon/out@2x.png") 0 center no-repeat;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .tfree{
        font-size: 3.2rem;
        background: url("../images/icon/free-bg.png")no-repeat 0 3px;
    }

    #header,
    .header{
        height:50px;}
    .logo{
        width:40px;
        height:34px;}
    .tableicon{
        top:-28px;
        width:33px;
        height:33px;
        background-image:url("../../images/icon/Navigation@1x.png");}
    .moredown{
        top:50%;
        margin-top: -16px;
        display: inline-block;
        width:33px;
        height:33px;
        background: url("../../images/icon/drop-down@1x.png") 0 center no-repeat;
        background-size: cover;}
    .moredown.moredown-close{
        background: url("../../images/icon/out@1x.png") 0 center no-repeat;
    }
    .phonefooter .center .line_li .p_title{
        line-height:3;}
    .newsletter-bt{font-size: 3.2rem;}
    .tfree{font-size: 3.2rem;}
}
