a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,*,html,body{margin:0; padding:0;}
html,body{height: 100%; font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; -webkit-text-size-adjust:none;/*Google Chrome*/}
input,button,select,textarea{font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; }
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;text-align: left;}
input{display:inline-block; vertical-align:middle;}

fieldset{border:none;}
legend{display:none;}
/*Clear Css*/
.clear{clear:both; font-size:0; height:0; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearb{ clear:both;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;height: 100%;}
* html .clearfix{height:1%;}
/*Common Css*/
body{font-size:12px;}
a{ text-decoration:none;}

.application a {
    color: #333333;
    text-decoration: none;
    outline: none;
}
.application a:hover {
    color: #ba0c10;
    text-decoration: underline;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.cd81527 {
    color:#d81527;
}
.c888 {
    color:#888;
}
::-ms-clear, ::-ms-reveal{display: none;}  /*æ¸…é™¤inputå³ä¾§ Xæˆ–è€…çœ¼ç›*/
input[type=button],input[type=submit],input[type=reset],select{border-radius:0;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;}/*æ¸…æ¥šè‹¹æžœé»˜è®¤æ ·å¼*/
a:focus,a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);} /*åŽ»é™¤æ‰‹æœºç«¯aæ ‡ç­¾é»˜è®¤è‰²å—*/

/*é˜²æ­¢æ–‡æœ¬åŸŸæ‹–æ‹½*/
textarea {resize: none;}

.wrapper {
    /* max-width:1024px; */
    margin:auto;
}



/* start
*侧边栏的背景色修改
*/
.catebox.sidenav{
    background-color: #eee;
    height: 100%;
}

.nav_top ul{
    display:table !important;
}
.nav_top ul li{
    display: table-cell !important;
    float: none !important;
}


.pa_in_box04_tit.phx-ctitle-home  span.inblock,.pa_in_box04_tit.phx-ctitle  span.inblock{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color:#fff;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin:0 6px 0 0px;
    top: -1px;
    /* margin-left: 20px; */
    /* margin-right:0px; */
}
.pa_in_box04_tit.phx-ctitle-home  span.inblock img,.pa_in_box04_tit.phx-ctitle  span.inblock img{
    width: 100%;
    height: 100%;
}

/* 侧边栏的  产品分类的选择框样式   */
label{
    width: 100%;
    line-height: 30px;
}

input[type="radio" ] {
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #999;
    border-radius: 1px;
    margin-right: 10px;
    position: relative;
    top:-2px;
}
 
input[type="radio" ]:checked {
    background-image:url("../resource/select.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; 
}
.phx-hsleft1 div.retrititle:nth-of-type(2){
    margin-top:10px;
}

/* .select {
    display: inline-block;
    width:16px;
    height:16px;
    background: url(../resource/select.png) -2px 3px no-repeat;
    position: absolute;
    top: 30px;
    right:5px;
} */
.scroll_nav {
    width: 197px;
    height: 100%;
    position: fixed;
    overflow: hidden;
    background: #eee;
}
/*
*end
*/

/*.top_nav{
    position: fixed;
    width:calc(100% - 60px);
    min-width: 1000px;
    
} */

/* 清除选择 */
.clearchoose {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 30px;
}
.clearchoose button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #d81527;
    color:#fff;
}

.line{
    display: inline-block;
    width: 1px;
    height:65px;
    border-left:1px solid #eee;
    top: 20px;
    position: relative;
    right: 20px;
}
.total{
    height:130px;
    font-size:20px;
    margin-top:30px;
    padding:0 20px;
    font-weight: 700;
}

.total span{
    line-height: 80px;
    
}
.total .right{
    float: right;
    
}

/* 
 *弹框样式  start
 */
 .g-dialog-contianer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    z-index:10;
}
.g-dialog-contianer .dialog-window{
    padding: 1em;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
}
/* .g-dialog-contianer .dialog-window .dialog-header{
    width: 50px;
    height: 50px;
    margin: 0 auto;
} */
/* .g-dialog-contianer .dialog-window .dialog-header.waiting{
    background: url("wait.png")no-repeat 0 0;
    background-size: 50px;
}
.g-dialog-contianer .dialog-window .dialog-header.warning{
    background: url("warning.png")no-repeat 0 0;
    background-size: 50px;
}
.g-dialog-contianer .dialog-window .dialog-header.success{
    background: url("success.png")no-repeat 0 0;
    background-size: 50px;
} */
.g-dialog-contianer .dialog-window .dialog-container {
    padding: 0.5em 1em 0.5em 1em;
    color: #444;
    line-height: 180%;
    text-align: center;
    font-size: 12px;
}
.g-dialog-contianer .dialog-window .dialog-footer{
    padding: 0.6em 1em;
    display: -webkit-flex;
    -webkit-justify-content:center;
    -webkit-align-items:center;
}
.g-dialog-contianer .dialog-window .dialog-footer button{
    -webkit-appearance:normal;
    background-color: rgba(255,255,255,0.8);
    /* padding: 0.4em 1em; */
    border: none;
    color: #fff;
    border-radius: 10px;
    margin: 0 1.3em;
    width: 55px;
    text-align: center;
    line-height: 28px;
}
.g-dialog-contianer .dialog-window .dialog-footer button.green{
    background-color: #d81527;
    /* border:1px solid #444; */
}
.g-dialog-contianer .dialog-window .dialog-footer button.red{
    background-color: #fff;
    border:1px solid #888;
    color:#888;
}

/* 弹框插件内的可输入域 textarea */
.g-dialog-contianer .dialog-window  .dialog-container textarea.dialog_input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 0;
    resize:both;
}
/* 
 *弹框样式  end
 */

 .login-import{
     display: inline-block;
     padding-left: 3px;
 }

/* 首页样式新增  start */
 .indexs,  .indexs * {
     box-sizing: border-box;
 }

 #phxsearch .checkall,.indexs .checkall {
    display: inline-block;
 }
 #phxsearch .checkall:hover,.indexs .checkall:hover {
    color:RGB(239,28,37);
 }
 .indexs span.checkalls {
    display: inline-block;
    padding:10px 0px 0px 0px;
    border-bottom:1px solid #cb1927;
 }
 .indexs .checkall {
     font-size: 14px;
     color:#cb1927;
 }

 .indexs .img {
     width:500px;
     height:100px;
     overflow: hidden;
     position: relative;
     margin-left: 15px;
     margin-right: 15px;
 }

 .scrollimg {
   height:100px;
   position: relative;
 }
 .scrollimg > div {
     float: left;
     width: 100px;
     height: 100px;
    
     cursor: pointer;
 }
 .scrollimg > div a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 10px;
    overflow: hidden;
 }
 .scrollimg > div a > div  {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background:rgba(136,136,136,.1);
    cursor: pointer;
    text-align: center;
    padding-bottom:20px;
    
}
.scrollimg > div a > div  p{
    position: absolute;
    color:#888;
    font-size:12px;
    width: 100%;
    text-align: center;
    bottom:5px;

}

 .indexs .img img{
     width:100%;
     height:100%;
     border-left:1px solid #eee;
 }

 .product-show {
     width:90%;
     height:90%;
     margin:0 auto;
 }
 .indexs .img .scrollimg div:first-child img{
    border-left: 0;
}
 .indexs  {
     width:630px;
     margin:0 auto;
     overflow: hidden;
     padding-top: 40px;
 }
 .indexs .product {
     overflow: hidden;
     margin-bottom:25px;
 }
 .indexs .product > div {
     float: left;
 }
 .indexs .product .product_left , .indexs .product .product_right{
    width:50px;
    height:100px;
    text-align: right;
 }
 .indexs .product .product_right {
     text-align: left;
     cursor: pointer;
 }
 .indexs .product span{
    display: inline-block;
    width:21px;
    height: 40px;
    margin-top: 25px;
    
    overflow: hidden;
 }
 .indexs .product span img {
     width:100%;
     height:100%;
 }
 .indexs #phxsearch_s {
     margin-top:25px !important;
     margin-bottom:25px !important;
 }
 .indexs #phxsearch_s input {
     border:1px solid RGB(239,28,37);
     height: 36px;
     line-height: 36px;
     width:60%;
     border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
     font-size: 14px;
     text-align: left;
     color:#404040;
     padding-left:20px;
 }
 /*修改提示文字的颜色和距离光标的距离*/
 .indexs #phxsearch_s input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
    font-size: 12px;
    padding-left:10px;
  }

  .indexs #phxsearch_s input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888;
    font-size: 12px;
    padding-left:10px;
  }

  .indexs #phxsearch_s input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
    font-size: 12px;
    padding-left:10px;
  }

  .indexs #phxsearch_s input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
    font-size: 12px;
    padding-left:10px;
  }

 .indexs #phxsearch_s  span {
     display: inline-block;
     width:70px;
     background: RGB(239,28,37);
     color:#fff;
     font-size: 14px;
     height:36px;
     line-height:36px;
     text-align: center;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
 }
 .indexs > p {
     text-align: center;
 }
 .scrollimg_hid {
     overflow: hidden;
     width:1000px;
     position: absolute;
     top:0;
 }
 .scrollimg_hid div {
     float: left;
     width:100px;
     height:100px;
     padding:10px 5px 5px 5px;
 }

.changeindex {
    cursor: pointer;
}
/* 首页样式新增  end */

iframe.terms_iframe {
    width:100%;
    height: 100%;
}

.w60{
    width:70%;
}
.w50{
    width:50%;
}
.w45{
    width:45%;
}
.w40{
    width:40%;
}
.w35{
    width:35%;
}
.w30{
    width:30%;
}
.w25{
    width:25%;
}
.w20{
    width:20%;
}
.w15{
    width:15%;
}
.w16{
    width:16%;
}
.w14{
    width:14%;
}
.w10{
    width:10%;
}
.w5{
    width:5%;
}

.w55p{
    width:55px;
}
.w70p{
    width:70px;
}
.w150p{
    width:150px;
}
.w260p{
    width:260px;
}

.fr-tar{
    float: right; 
    text-align:right;
}

.cd94e12{
    color: #d94e12;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}

.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}

.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}

.audit-svg img {
    /* width: 80%; */
    max-width: 1280px;
    height: 100px;
}

.logisticsTrajectory{
    cursor: pointer;
}
/* 物流时间线/时间轴 */
.dialog_box, .addAndEdit_box{
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0%;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.logistics{
    width:50%; 
    background:#eeeeee;
    margin: 20px auto;
    border-radius: 8px;
    overflow: auto;
    max-width: 600px;
    min-width: 450px;
    position: relative;
    top: 10%;
    max-height:80%;
    text-align: left;
    font-size: 12px;
}
.logistics .close{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
    padding: 0px 6px;
    cursor: pointer;
}
.logistics>.title{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 700;
}
.logistics .info{
    position: absolute;
    top: 70px;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    width: 100%;
    padding-left: 10px;
    margin-top: 0;
}
.logistics .info p{
    margin: 5px;
}
.logistics .addInfo{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 134px;
    background-color: #fff;
}
.logistics .addInfo .add{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 40px;
    border: 1px dashed #666;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-weight: 100;
    color: #666;
    cursor: pointer;
}
.logistics .addInfo .add:hover{
    border: 1px dashed #222;
}
.logistics ul{
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-top: 135px;
    background-color: #fff;
}
.addAndEditStyle ul{
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-top: 189px;
    background-color: #fff;
}
.logistics ul li{
   position: relative;
   border-left:2px solid #eeeeee;
   padding-bottom: 10px;
}
.logistics ul li:nth-of-type(1){
    border-left:2px solid #d81527;
}
.logistics ul li:nth-of-type(1) .dot{
    position: absolute;
    top: 0px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #d81527;
}
.logistics ul li:nth-of-type(1) .logistics_right{
    color: #d81527;
}
.logistics ul li:nth-last-child(1){
    border: none;
}
 .logistics .logistics_left .dot{
    position: absolute;
    top: 0px;
    left: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #eeeeee;
 }
 .logistics .logistics_right{
    float: left;
    margin-left: 20px;
    color: #a8a7a7;
    width: 100%;
 }
 .logistics .logistics_right button{
    padding: 0px 3px;
    float: right;
 }
 .logistics .logistics_right .title{
    font-weight: 700;
 }
.trackingNumber{
    cursor: pointer;
}
.copy {
    display: inline-block;
    width: 20px;
    bottom: 3px;
}
.copy img {
    width: 100%;
} 
.addAndEdit{
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 600px;
    min-width: 450px;
}
.addAndEdit .header{
    line-height: 70px;
    background-color: #eeeeee;
}

.addAndEdit .header .title{
    font-size: 18px;
    font-weight: 700;
}
.addAndEdit .myForm{
    padding: 30px;
}
.addAndEdit .myForm .form-input{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.addAndEdit .myForm .form-input label{
    width: 100px;
    text-align: right;
    margin-right: 15px;
}
.myForm .form-input input, .myForm .form-input select{
    flex: 1;
    height: 30px;
}
.myForm .form-input textarea{
    flex: 1;
    min-height: 40px;
    resize: both;
}
.myForm .btn {
    margin-top: 20px;
}
.myForm .btn button{
   padding: 5px 10px;
}
.myForm .btn button:nth-of-type(1){
    margin-right: 10px;
}