﻿.secban {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.secban img {
    display: block;
    width: 100%;
    height: auto;
}

.banseek {
    width: 800px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 35px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: 30px;
    overflow: hidden;
}
.banseek span {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    margin-left: 50px;
}
.banseek input {
    display: block;
    width: 500px;
    float: left;
    height: 50px;
    margin-top: 10px;
    font-size: 20px;
    border: 0;
    background: none;
    margin-left: 20px;
}
.banseek b {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: 15px 40px 0 0;
    cursor: pointer;
    background: url(/images/zo12.png) center no-repeat;
}

#nav {
    display: none;
}

.secbox {
    width: calc(100vw - 230px);
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.row {
    height: auto;
}
.row p.flp {
    display: none;
    float: left;
    margin-left: 10px;
    width: 75px;
    height: 75px;
    position: relative;
    overflow: visible;
}
.row p.flp img {
    display: none;
    height: 70px;
    width: auto;
    position: absolute;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.row p.flp img:hover {
    height: 200px;
    width: auto;
}

.ddbox {
    height: auto;
    padding: 20px 100px;
    margin: 20px auto;
    overflow: hidden;
    border: 1px solid #ee5d67;
}

.drow {
    height: auto;
    padding: 5px 0;
    overflow: hidden;
}

.drow span {
    display: block;
    float: left;
    line-height: 35px;
}

.drow b {
    display: block;
    width: 500px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    float: left;
}

.drow b:hover {
    background: #8fb3e9;
    border: 1px solid #8fb3e9;
    color: #fff;
}

.kwtt {
    float: right;
    color: #ee5d67;
    line-height: 35px;
    display: none;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.select, .inp {
    display: block;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.inp2 {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.select#s2, .select#s3 {
    display: none;
}

.seektb {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 10px 0;
}

.seektb td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 24px;
    padding: 4px;
}

.seektb td.t {
    text-align: center;
    font-weight: bold;
}

.seektb td div {
    height: 24px;
    overflow: hidden;
}

.seektb td div img {
    display: block;
    height: 20px;
    margin-top: 2px;
    opacity: 0.5;
}

.seektb td span, .seektb td b {
    display: block;
    padding: 0 10px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 10px 2px 0;
}

.seektb td span:hover, .seektb td b {
    background: #f0f0f0;
    font-weight: normal;
}

.seektb td span.on, .seektb td b.on {
    background: #e4474a;
    color: #fff;
}

.ordertb {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-bottom: 14px;
    margin-top: 1px;
}

.ordertb td {
    border-bottom: 1px solid #ddd;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 0 3px;
    color: #333;
}

.ordertb tr.t td {
    background: #e7e8f9;
    height: 60px;
}

.ordertb tr:hover td {
    background: #f9f8e7;
}

.ordertb tr.t:hover td {
    background: #e7e8f9;
}

.ordert1 {
    float: left;
    line-height: 30px;
    text-align: left;
    padding: 5px 10px;
}

.ordert1 img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.ordert1 a {
    text-decoration: underline;
    color: #0000ff;
}

.ordert2 {
    float: right;
    line-height: 26px;
    text-align: left;
    padding-top: 10px;
}

.ordert2 b {
    display: block;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    padding: 0 15px;
    background: #60a7f3;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    font-weight: normal;
}

.ordert2 b:hover {
    background: #e4474a;
}

.ordert2 span {
    display: block;
    float: right;
    margin-right: 20px;
}

.ordert2 span font {
    color: #d94d4d;
    font-size: 18px;
}

.protb {
    border: 0;
}

.protb td {
    border-bottom: 1px solid #ddd;
    height: 60px;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    line-height: 20px;
}

.protb td.red {
    color: #ff0000;
}

.protb tr.t td {
    background: #e4474a;
    color: #fff;
    border-bottom: 0;
    height: 50px;
}

.protb tr:hover td {
    background: #f0f0f0;
}

.protb tr.t:hover td {
    background: #e4474a;
}
.protb tr.trt td {
    font-weight: bold;
}

/* .protb input {
    width: 80%;
    height: 30px;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
} */
.protb .inpbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.protb .inprow {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    border: 1px solid #d5d5d5;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
    margin: 0 auto;
    white-space: nowrap;
}
.protb .inprow input {
    display: inline-block;
    width: 45px;
    height: 30px;
    border: 0;
    vertical-align: top;
    text-align: center;
}
.protb .inprow select {
    display: inline-block;
    width:40%;
    height: 30px;
    line-height: 30px;
    border: 0;
    vertical-align: top;
}
.protb .inprow b {
    display: inline-block;
    width: 20%;
    height: 30px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
}
.protb .inprow.dw {
    width: auto;
    border: 0;
    line-height: 32px;
    background: none;
    position: relative;
}
.protb .inprow2 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    color: #999;
    padding: 0 5px;
}

.protb em {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 20px auto;
    cursor: pointer;
}

.protb em.on {
    background: #e4474a;
    background-image: url(/images/dui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 1px solid #e4474a;
}

.protb .buy, .protb .price {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.protb .price span {
    display: block;
    height: 100%;
    line-height: 60px;
    text-align: center;
}

.protb .price img {
    display: block;
    height: 22px;
    width: auto;
    position: absolute;
    top: 0;
    right: -10px;
}

.protb .buy img {
    height: 18px;
    width: auto;
    margin: 20px 5px;
    cursor: pointer;
}

.protb .buy img.delcart {
    display: none;
}

.protb .buy i {
    display: none;
    width: 5px;
    height: 5px;
    background: #F00;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 8px;
}
.protb td.drawbox a {
    text-decoration: underline;
    color: #0000ff;
}
.protb .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
.protb img.prop {
    display: block;
    max-width: 80px;
    max-height: 60px;
    margin: 0 auto;
}
.protb img.prop2 {
    display: none;
    max-width: 400px;
    max-height: 300px;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 1000;
    border: 1px solid #666;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);

}
.protb input[name=remark] {
    width: 80%;
    margin: 0 auto;
}

.sect {
    text-align: center;
    padding-top: 20px;
    height: 80px;
    overflow: hidden
}

.secc {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
}

.sect span {
    display: inline-block;
    font-size: 26px;
    line-height: 40px;
    height: 50px;
    border-bottom: 2px solid #e4474a;
    color: #666;
}

.labt {
    height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.labt a {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 5px;
}

.labt a:hover, .labt span:hover {
    background: #f0f0f0;
}

.labt a.on {
    color: #fff;
    border: 1px solid #e4474a;
    background: #e4474a;
}

.labt span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.labt span img {
    vertical-align: middle;
    margin-right: 10px;
}

.row span.inpt {
    display: block;
    line-height: 37px;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.row span.btn1 {
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #e4474a;
    border: 1px solid #e4474a;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}
.row span.btn2 {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background: #e4474a;
    border: 1px solid #e4474a;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.mbtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
}

.mbtn.on {
    background: #8fb3e9;
    border-top: 1px solid #8fb3e9;
    border-bottom: 1px solid #8fb3e9;
    color: #fff;
}

.mon1 {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.mon2 {
    border-left: 0;
    border-right: 0;
}

.mon3 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 20px;
}

.notc {
    line-height: 100px;
    font-size: 14px;
    color: #bbb;
    text-align: center;
}

.tjbox {
    width: 200px;
    height: 200px;
    float: left;
    margin: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
}
.tjbox.on {
    border: 1px solid #e4474a;
}
.tjt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    padding: 0 10px;
}
.tjp {
    height: 150px;
    overflow: hidden;
    margin: 5px;
}

.tjp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cxbox {
    width: calc(33% - 20px);
    min-width: 500px;
    height: 300px;
    float: left;
    margin: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
}

.cxbox.on {
    border: 1px solid #e4474a;
}

.cxt {
    width: 100%;
    height: 80px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    float: left;
    font-weight: bold;
}

.cxt2 {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 16px;
    padding-left: 15px;
    line-height: 30px;
}

.cxp {
    width: 50%;
    height: 200px;
    float: right;
    overflow: hidden;
    margin-right: 15px;
}

.cxp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.list li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.list li span {
    display: block;
    width: 1000px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background: url(/images/dot.png) 10px center no-repeat;
    background-size: 8px;
    padding-left: 35px;
}

.list li i {
    display: block;
    width: 150px;
    float: right;
    text-align: right;
    color: #999;
    margin-right: 10px;
}

.list li:hover {
    background: #f0f0f0;
}

.list li b {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: right;
    font-weight: normal;
    background: #fff;
    margin: 4px 20px;
    text-align: center;
    cursor: pointer;
}

.list li b:hover {
    background: #e4474a;
    border: 1px solid #e4474a;
    color: #fff;
}

.page {
    height: auto;
    margin: 0 auto;
    padding: 50px 0 60px 0;
    overflow: hidden;
}

.pagebox {
    float: right;
    overflow: hidden;
}

.total {
    height: 35px;
    background: #f0f0f0;
    line-height: 35px;
    float: left;
    margin-right: 4px;
    padding: 0 20px;
}

.page span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    background: #f0f0f0;
    margin-right: 4px;
    text-decoration: none;
    cursor: pointer;
}

.page span.cur {
    background: #e4474a;
    color: #fff;
}

.page span img {
    margin-top: 5px;
}

.secpagetz {
    height: 35px;
    float: left;
    color: #999999;
    line-height: 35px;
}

.pageinp {
    width: 40px;
    height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 33px;
    padding: 0px;
    margin: 0px;
    display: block;
}

.secpagebtn {
    width: 40px;
    height: 33px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-left: 0;
    float: left;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.jbtn {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 35px;
    overflow: hidden;
    position: fixed;
    right: 5px;
    top: 50%;
    margin-top: 140px;
    background: #d94d4d url(/images/jbtn.png) center 10px no-repeat;
    border: 1px solid #d94d4d;
    border-radius: 10px;
    z-index: 1000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
}

.cartbtn {
    width: 200px;
    height: 40px;
    margin: 10px auto 0 auto;
    font-size: 18px;
    color: #fff;
    background: #d94d4d;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.addbtn {
    width: 200px;
    height: 35px;
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
    background: #e4474a;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.loading {
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    color: #999;
}

.cartmoney {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

/* #total_amount font,#total_pay font {
    font-size: 18px;
} */

#total_pay,.total_pay {
    color: #d94d4d;
    font-weight: bold;
}

.cartrow {
    height: auto;
    overflow: hidden;
}

.cartrow strong {
    font-size: 14px;
}

.cartrowc {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 30px;
}

.cartrowc span {
    display: block;
    float: left;
    margin-right: 20px;
}

.cartrowc b {
    display: block;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e4474a;
    color: #e4474a;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}
.cartrowc input {
    width: 800px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.wlbox {
    height: auto;
    overflow: hidden;
    float: left;
}

.wlrow {
    height: auto;
    overflow: hidden;
}

.wlrow p {
    display: block;
    height: 46px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 46px;
    padding-right: 40px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

.wlrow p img {
    display: block;
    height: 40px;
    float: left;
    margin: 3px 10px 3px 5px;
}

.wlrow p:hover {
    font-weight: bold;
    border: 1px solid #e4474a;
    color: #e4474a;
}

.wlrow p.on {
    border: 1px solid #e4474a;
    color: #e4474a;
}

.wlrow p.on:after {
    content: "√";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e4474a;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    top: 0;
    right: 0;
    color: #fff;
    border-bottom-left-radius: 20px;
}

/* 以下为到付垫付一行显示，删除后为分行显示 */
.wlrow {
    float: left;
}
.wlrow span {
    display: none;
}
/* 物流合并结束 */

.adrbox {
    width: 800px;
    height: auto;
    max-height: 80%;
    min-height: 50%;
    overflow: auto;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -400px;
    top: 10%;
    padding: 30px 50px;
}

.adrlist, .couplist, .wllist {
    height: auto;
    overflow: hidden;
}

.adrrow, .couprow {
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.couprow {
    padding: 10px;
    cursor: pointer;
}

.couprow.on {
    background: #f5f5f5;
}

.adrrow span, .couprow span {
    display: block;
    height: auto;
    overflow: hidden;
    float: left;
}

.adrrow b, .couprow b {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-left: 10px;
    border: 1px solid #ddd;
    font-weight: normal;
    border-radius: 3px;
    cursor: pointer;
}

.adrrow b:hover, .couprow.on b {
    background: #e4474a;
    border: 1px solid #e4474a;
    color: #fff;
}

.adrrow b.on, .couprow b.on {
    background: #8fb3e9;
    border: 1px solid #8fb3e9;
    color: #fff;
}

.addrow {
    height: auto;
    overflow: hidden;
    padding: 3px 0;
}

.addrow.rowt {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.addrow span {
    line-height: 35px;
    display: block;
    float: left;
}

.line {
    border-bottom: 1px solid #ddd;
}

.zfrow {
    height: auto;
    overflow: hidden;
    float: left;
}

.zfico {
    width: 150px;
    height: 45px;
    border: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    margin: 0 10px 5px 0;
    font-size: 14px;
    line-height: 45px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.zfico img {
    display: inline-block;
    height: 25px;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
}

.zfico em {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-bottom-left-radius: 20px;
}

.zfico.on {
    border: 1px solid #e4474a;
}

.zfico.on em {
    background: #e4474a;
}

.zfico:hover {
    font-weight: bold;
}

.yhkyh {
    color: #d94d4d;
    margin-left: 90px;
    font-size: 14px;
    line-height: 30px;
    display: block;
    clear: both;
}

.yhktt {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.yhkcont {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}

.yhkcont img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    cursor: pointer;
}

.submittips {
    width: 120px;
    height: 90px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
}

.readbox {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.readt {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    height: auto;
    padding-bottom: 10px;
}

.readi {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.readc {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 200%;
    padding: 20px 0;
}

.readc img {
    max-width: 100%;
}

.passbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    background: #f5f5f5;
}

.passt {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.zsbox {
    width: 900px;
    height: auto;
    max-height: 80vh;
    overflow: auto;
    position: fixed;
    left: 50%;
    margin-left: -455px;
    top: 10vh;
    background: #fff;
    border: 4px solid #d94d4d;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.zsbox img.closezs {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.zst {
    margin: 20px 30px;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.zsu {
    margin: 20px 30px 40px 30px;
    overflow: hidden;
}
.zsu li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
}
.zsu li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.zsu li a span {
    display: block;
    float: left;
    max-width: 700px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.zsu li b {
    display: block;
    float: right;
    padding: 0 10px;
}

.drawshow {
    width: 1000px;
    height: 660px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -330px;
    z-index: 1000;
    background: #fff;
    overflow: hidden;
}
.drawshow img.closedraw {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    display: block;
    cursor: pointer;
}
.drawshow img.drawimg {
    max-width: 100%;
    max-height: 100%;
}
.filerow {
    height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    font-size: 0;
}
.filerow span {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    vertical-align: top;
    padding-right: 10px;
}
.filerow b, .filerow button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #60a7f3;
    color: #fff;
    cursor: pointer;
    width: 100px;
    border: 0;
    font-weight: normal;
    vertical-align: top;
    margin-right: 10px;
}
.filerow i {
    display: inline-block;
    width: 300px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #60a7f3;
    border-right: 0;
    font-size: 14px;
    text-align: left;
    font-style: normal;
}
.filerow img {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    opacity: 0;
}
.btnrow {
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    display: none;
}
.importbtn, .outbtn {
    display: inline-block;
    width: 300px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #d94d4d;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin: 0 5px;
}
.outbtn {
    width: 200px;
}
.tipcio {
    display: block;
    position: absolute;
    top: -5px;
    right: -25px;
    cursor: pointer;
}


@media screen and (max-width: 1366px) {
    .protb td {
        height: 50px;
        font-size: 12px;
    }
}