.top_search_all {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100px;
    padding: 10px 0px;
}

.top_search_all .top_choise {
    height: 50px;
    width: 1100px;
    margin: 0 auto;
}

.top_search_all .top_choise .tag {
    float: left;
    width: 100px;
    height: 50px;
    color: #000;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    cursor: pointer;
}

.top_search_all .top_choise .tagOn {
    background-color: #AF474C!important;
    color: #fff!important;
}

.top_search_all .search_input_block {
    width: 1100px;
    margin: 0px auto;
    height: 50px;
    display: flex;
}

.top_search_all .search_input_block .text_input {
    width: 900px;
    height: 50px;
    text-indent: 5px;
    border: 5px solid #AF474C;
}

.top_search_all .search_input_block .sub_search {
    width: 200px;
    border: none;
    outline: none;
    background: #AF474C;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}

@media(max-width:768px) {
    .top_search_all {
        width: 90%;
        max-width: 768px;
    }
    .top_search_all .top_choise {
        width: 100%;
        max-width: 614px;
        float: left;
        margin: 0;
    }
    .top_search_all .top_choise .tag {
        float: left;
        max-width: 100px;
        width: 20%;
        height: 50px;
        font-size: 3vw;
        color: #000;
        text-align: center;
        line-height: 50px;
        background-color: #fff;
        cursor: pointer;
    }
    .top_search_all .search_input_block {
        width: 100%;
        max-width: 614px;
        margin: 0;
        flaot: left;
        height: 50px;
        display: flex;
    }
    .top_search_all .search_input_block .text_input {
        width: 900px;
        height: 50px;
        text-indent: 5px;
        border: 5px solid #AF474C;
    }
    .top_search_all .search_input_block .sub_search {
        width: 200px;
        border: none;
        outline: none;
        background: #AF474C;
        color: #fff;
        font-size: 3vw;
        letter-spacing: 2px;
        cursor: pointer;
    }
}

.index_24 {
    width: 100%;
    height: 38px;
    margin: 0 auto 20px;
    background: #F3F3F3;
}

.index_24 .text {
    width: 200px;
    height: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: url("../images/index_24.png");
}

.cpInfoDes {
    width: 1100px;
    margin: 0 auto;
    min-height: 100px;
    background-color: #fff;
    padding: 5px;
}

.cpInfoDes .cbody {
    width: 95%;
    margin: 0 auto;
}

.cpInfoDes .cbody .Infotitle {
    width: 100%;
}

.cpInfoDes .cbody .Infotitle h2 {
    width: 100%;
    text-align: center;
}

.cpInfoDes .cbody .cpImg {
    width: 100%;
}

.cpInfoDes .cbody .cpImg img {
    margin: 30px auto;
    display: block;
    max-width: 100%;
}

.cpInfoDes .cbody .cpDes {
    width: 100%;
}

.cpInfoDes .cbody .cpDes .cpDestit {
    width: 100%;
    height: 38px;
    margin: 0 auto 20px;
    background: #F3F3F3;
}

.cpInfoDes .cbody .cpDes .cpDestit .nnn {
    width: 200px;
    height: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: url("../images/index_24.png");
}

.cpInfoDes .cbody .cpDes .cpDesC {
    width: 80%;
    margin: 0 auto;
    line-height: 22px;
    text-indent: 2em;
}

.cpInfoDes .cbody .cpDetail {
    width: 100%;
    padding: 0;
    margin: 20px auto;
    border-collapse: collapse;
}

.cpInfoDes .cbody .cpDetail tr {
    min-height: 50px;
    line-height: 50px;
}

.cpInfoDes .cbody .cpDetail tr:nth-child(2n) {
    background: #F3F3F3;
}

.cpInfoDes .cbody .cpDetail tr td:nth-child(1) {
    width: 30%;
    background: #000;
    color: #fff;
    text-align: center;
}

.cpInfoDes .cbody .cpDetail tr td:nth-child(2) {
    width: 70%;
    text-align: center;
}

.cpInfoDes .cbody .cpParams {
    width: 100%;
    /* display:flex; */
}

.cpInfoDes .cbody .cpParams .cpPL {
    /* width:60%; */
    width: 100%;
    border-collapse: collapse;
}

.cpInfoDes .cbody .cpParams .cpPL thead tr {
    width: 100%;
    background: #000;
    color: #fff;
}

.cpInfoDes .cbody .cpParams .cpPL thead tr th {
    min-height: 50px;
    text-align: center;
    line-height: 50px;
}

.cpInfoDes .cbody .cpParams .cpPL tbody tr td {
    text-align: center;
    height: 50px;
}

.cpInfoDes .cbody .cpParams .cpPL tbody tr td:nth-child(2n) {
    background: #F3F3F3;
}

.cpInfoDes .cbody .cpParams .cpPR {
    /* width:40%; */
    width: 100%;
}

.cpInfoDes .cbody .cpParams .cpPR img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.cpInfoDes .cbody .dinggou {
    background: orangered;
    color: #fff;
    line-height: 30px;
    width: 100px;
    margin: 20px auto;
    display: block;
}

.cpInfoDes .cbody .goback {
    height: 40px;
    background: #000;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.cpInfoDes-m {
    display: none;
    width: 1100px;
    margin: 0 auto;
    min-height: 100px;
    background-color: #fff;
    padding: 5px;
}

.cpInfoDes-m .cbody {
    width: 95%;
    margin: 0 auto;
}

.cpInfoDes-m .cbody .Infotitle {
    width: 100%;
}

.cpInfoDes-m .cbody .Infotitle h2 {
    width: 100%;
    text-align: center;
}

.cpInfoDes-m .cbody .cpImg {
    width: 100%;
}

.cpInfoDes-m .cbody .cpImg img {
    margin: 30px auto;
    display: block;
    max-width: 100%;
}

.cpInfoDes-m .cbody .cpDes {
    width: 100%;
}

.cpInfoDes-m .cbody .cpDes .cpDestit {
    width: 100%;
    height: 38px;
    margin: 0 auto 20px;
    background: #F3F3F3;
}

.cpInfoDes-m .cbody .cpDes .cpDestit .nnn {
    width: 200px;
    height: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: url("../images/index_24.png");
}

.cpInfoDes-m .cbody .cpDes .cpDesC {
    width: 80%;
    margin: 0 auto;
    line-height: 22px;
    text-indent: 2em;
}

.cpInfoDes-m .cbody .cpDetail {
    width: 100%;
    padding: 0;
    margin: 20px auto;
    border-collapse: collapse;
}

.cpInfoDes-m .cbody .cpDetail tr {
    min-height: 50px;
    line-height: 50px;
}

.cpInfoDes-m .cbody .cpDetail tr:nth-child(2n) {
    background: #F3F3F3;
}

.cpInfoDes-m .cbody .cpDetail tr td:nth-child(1) {
    width: 30%;
    background: #000;
    color: #fff;
    text-align: center;
}

.cpInfoDes-m .cbody .cpDetail tr td:nth-child(2) {
    width: 70%;
    text-align: center;
}

.cpInfoDes-m .cbody .cpParams {
    width: 100%;
    display: flex;
}

.cpInfoDes-m .cbody .cpParams .cpPL {
    width: 60%;
    border-collapse: collapse;
}

.cpInfoDes-m .cbody .cpParams .cpPL thead tr {
    width: 100%;
    background: #000;
    color: #fff;
}

.cpInfoDes-m .cbody .cpParams .cpPL thead tr th {
    min-height: 50px;
    text-align: center;
    line-height: 50px;
}

.cpInfoDes-m .cbody .cpParams .cpPL tbody tr td {
    text-align: center;
    height: 50px;
}

.cpInfoDes-m .cbody .cpParams .cpPL tbody tr td:nth-child(2n) {
    background: #F3F3F3;
}

.cpInfoDes-m .cbody .cpParams .cpPR {
    width: 40%;
}

.cpInfoDes-m .cbody .cpParams .cpPR img {
    max-width: 100%;
}

.cpInfoDes-m .cbody .dinggou {
    background: orangered;
    color: #fff;
    line-height: 30px;
    width: 100px;
    margin: 20px auto;
    display: block;
}

.cpInfoDes-m .cbody .goback {
    height: 40px;
    background: #000;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

@media(max-width:768px) {
    .cpInfoDes {
        display: none;
    }
    .cpInfoDes-m {
        display: block;
        width: 95%;
        margin: 0 auto;
        min-height: 100px;
        background-color: #fff;
        padding: 5px;
    }
    .cpInfoDes-m .cbody {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }
    .cpInfoDes-m .cbody .cpDes .cpDestit .nnn {
        width: 150px;
        height: 45px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 12px;
        background-image: url("../images/index_24.png");
    }
    .cpInfoDes-m .cbody .cpDes .cpDesC {
        width: 95%;
        margin: 0 auto;
        line-height: 22px;
        text-indent: 2em;
    }
    .cpInfoDes-m .cbody .cpParams {
        display: block;
    }
    .cpInfoDes-m .cbody .cpParams .cpPL {
        width: 95%;
        margin: 0 auto;
    }
    .cpInfoDes-m .cbody .cpParams .cpPR {
        width: 95%;
    }
    .cpInfoDes-m .cbody .cpParams .cpPR img {
        max-width: 100%;
    }
    .cpInfoDes-m .cbody .dinggou {
        background: orangered;
        color: #fff;
        line-height: 30px;
        width: 100px;
        margin: 20px auto;
        display: block;
    }
    td {
        font-size: 12px;
    }
}

.searchContent {
    width: 1100px;
    margin: 0 auto;
    min-height: 100px;
    background-color: #fff;
    padding: 5px;
}

.searchContent .sbody {
    width: 1000px;
    margin: 0 auto;
    background: #F7F7F7;
}

.searchContent .sbody .blocks {
    width: 100%;
    margin: 0px auto 10px;
    display: flex;
    padding: 10px 0px;
    background: #fff;
}

.searchContent .sbody .blocks .divimg {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.searchContent .sbody .blocks .jiange {
    width: 50px;
}

.searchContent .sbody .blocks .content {
    width: calc(100% - 202px);
    /* height: 100px; */
    margin: 0 auto;
    /* display: flex; */
    position: relative;
    border: 1px solid #AF474C;
}

.searchContent .sbody .blocks .content .stitle {
    padding: 2px 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    background: #AF474C;
    color: #fff;
}

.searchContent .sbody .blocks .content .cpDes {
    width: 80%;
    min-height: 50px;
}

.searchContent .sbody .blocks .content .cpDes .alt {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: left;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.searchContent .sbody .blocks .content .cpDes .alt2 {
    float: left;
    width: 98%;
    margin: 15px 1% 0px;
    text-align: left;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.searchContent .sbody .blocks .content .stime {
    margin: 2px auto;
    font-size: 14px;
}

.searchContent .sbody .blocks .content .dinggou {
    margin: 2px auto;
    position: absolute;
    right: 20px;
    top: 85px;
    width: 100px;
    line-height: 30px;
    background-color: #AF474C;
    color: white;
    outline: none;
    /* border: none; */
    cursor: pointer;
}

.searchContent .sbody .blocks .content .detail {
    margin: 2px auto;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 100px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #FF9800;
    box-shadow: inset 0px 0px 10px -5px black;
    border-radius: 20px;
}

.searchContent .sbody .blocks .content .stext {
    margin: 2px auto;
    color: #a0a0a0;
}

.searchContent .sbody .blocks-m {
    display: none;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 10px;
    border-bottom: 3px dashed;
}

.searchContent .sbody .blocks-m .content {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.searchContent .sbody .blocks-m .content .stitle {
    margin: 2px auto;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
}

.searchContent .sbody .blocks-m .content .divimg {
    width: 100%;
}

.searchContent .sbody .blocks-m .content .divimg img {
    width: 100%;
    max-width: 100%;
}

.searchContent .sbody .blocks-m .content .jiange {
    width: 20px;
}

.searchContent .sbody .blocks-m .content .cpDes {
    width: 100%;
    min-height: 50px;
}

.searchContent .sbody .blocks-m .content .cpDes .alt {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: left;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.searchContent .sbody .blocks-m .content .cpDes .alt2 {
    float: left;
    width: 98%;
    margin: 10px 1%;
    text-align: left;
    line-height: 35px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.searchContent .sbody .blocks-m .content .ddiv {
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
}

.searchContent .sbody .blocks-m .content .ddiv .dinggou {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #AF474C;
}

.searchContent .sbody .blocks-m .content .ddiv .dinggou a {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
}

.searchContent .sbody .blocks-m .content .ddiv .detail {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF9800;
}

.searchContent .sbody .blocks-m .content .ddiv .detail a {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
}
.searchContent .sbody .blocks .content .cpDes .xxcs{
    font-weight: 600;font-size: 20px;letter-spacing: 2px;background: #AF474C;color: #fff;padding:2px 5px;
}
@media(max-width:768px) {
    .searchContent {
        width: 95%;
        max-width: 768px;
        margin: 0 auto;
        min-height: 100px;
        background-color: #fff;
        padding: 5px;
    }
    .searchContent .sbody {
        width: 98%
    }
    .searchContent .sbody .blocks {
        display: none;
    }
    .searchContent .sbody .blocks-m {
        display: block;
    }
    .searchContent .sbody .blocks-m .content .cpDes .alt{
        width:98%;
    }
    .searchContent .sbody .blocks-m .content .cpDes .xxcs{
        font-weight: 600;font-size: 16px;letter-spacing: 2px;background: #AF474C;color: #fff;padding:2px 5px;display: inline;
    }
}

.pages {
    width: 800px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    overflow-y: hidden;
}

@media(max-width:768px) {
    .pages {
        width: 95%;
        max-width: 768px;
        margin: 0 auto;
        height: 50px;
        display: flex;
    }
}

.pages .tab {
    border-top: 1px solid orangered;
    border-right: 1px solid orangered;
    border-left: 1px solid orange;
    border-bottom: 1px solid orange;
    padding: 0 5px;
    line-height: 50px;
    height: 50px;
    margin: 0 5px;
    color: rgb(0, 132, 255);
}

.pages .tabOn {
    background-color: orange;
    color: black;
    border: none;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    width: 160px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 100%;
}

.nav .nLi h3 {
    float: left;
    width: 100%;
    text-align: center;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.nav .sub {
    text-align: center;
    display: none;
    width: 160px;
    left: 0;
    top: 34px;
    position: absolute;
    background: #4E4E4E;
    line-height: 26px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    background: #6d6d6d;
    color: #fff;
}

.nav .on h3 a {
    background: #4E4E4E;
    color: #fff;
}

.sTTable {
    width: calc(70% + 500px);
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
}

.sTTable tr td a:nth-child(1) {
    color: #174c9a;
    font-weight: 600;
}

.sTTable td,
.sTTable th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
}

.sTTable thead th {
    background-color: #CCE8EB;
    width: 100px;
}

.sTTable tr:nth-child(odd) {
    background: #fff;
}

.sTTable tr:nth-child(even) {
    background: #F5FAFA;
}

.table_tips {
    display: none;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

@media(max-width:768px) {
    .sTTable {
        width: 1100px;
    }
    .sTTable thead th {
        font-size:12px;
    }
    .table_tips {
        display: block;
    }
}

@media(max-width:321px) {
    .sTTable {
        width: 800px;
    }
    .table_tips {
        display: block;
    }
}

.tcc {
    padding: 5px;
}

.tcc input[type=text] {
    padding: 5px 10px;
    margin: 10px auto;
    font-size: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background-color: hsla(0, 0%, 71%, .1);
}

.slideTxtBox {
    width: 98%;
    padding-top: 20px;
}

.slideTxtBox .hd {
    height: 50px;
}

.slideTxtBox .hd .sypp {
    width: 10%;
    color: orangered;
    text-align: center;
    cursor: pointer;
    line-height: 25px;
}

.slideTxtBox .hd .zmh {
    float: left;
    width: calc(100% / 27);
    text-align: center;
    color: orangered;
}

.slideTxtBox .hd .zmh span {
    cursor: pointer;
}

.slideTxtBox .bd {
    position: relative;
    width: 100%!important;
    height: 30px!important;
}

.slideTxtBox .bd ul {
    position: absolute;
    width: 100%!important;
    left: 0px;
    top: 0px;
}

.slideTxtBox .bd ul li {
    width: 20%;
    word-wrap: break-word;
    text-align: center;
    line-height: 35px;
    float: left;
}

.slideTxtBox .bd ul li:hover {
    color: orangered;
}

@media(max-width:768px) {
    .slideTxtBox {
        width: 98%;
        padding-top: 20px;
    }
    .slideTxtBox .hd {
        height: auto;
    }
    .slideTxtBox .hd .sypp {
        width: 100%;
    }
    .slideTxtBox .hd .zmh {
        float: left;
        width: calc(100% / 10);
        text-align: center;
        color: orangered;
    }
    .slideTxtBox .hd .zmh span {
        cursor: pointer;
    }
    .slideTxtBox .bd {
        position: relative;
        width: 100%!important;
        height: auto!important;
    }
    .slideTxtBox .bd ul {
        position: absolute;
        width: 100%!important;
        left: 0px;
        top: 0px;
    }
    .slideTxtBox .bd ul li {
        width: calc(100% / 3);
        word-wrap: break-word;
        text-align: center;
        line-height: 35px;
        margin: 5vw auto;
        float: left;
    }
    .slideTxtBox .bd ul li:hover {
        color: orangered;
    }

}

.PPtc {
    z-index: 999;
    display: none;
    position: fixed;
    width: 1200px;
    height: 500px;
    background-color: #fff;
    left: calc(50% - 600px);
    top: calc(50% - 200px);
}

.PPtc .closePPtc {
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: gray;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
}

@media(max-width:768px) {
    .PPtc {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .PPtc .closePPtc {
        right: 2px;
        top: 2px;
    }
}

.CStc {
    z-index: 999;
    background-color: #f4f4f4;
    display: none;
    position: fixed;
    width: 1200px;
    height: 800px;
    left: calc(50% - 600px);
    /* top: calc(50% - 250px); */
    top: 50px;
}

.CStc .closePPtc {
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: gray;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
}

@media(max-width:768px) {
    .CStc {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .CStc .closePPtc {
        right: 2px;
        top: 2px;
    }
}

.CSBox {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.CSBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.CSBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.CSBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.CSBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #fff;
}

.CSBox .bd {
    margin-top: 30px;
}

.CSBox .bd ul li {
    display: block;
}

.CSBox .bd ul li .CsBoxL {
    width: 80%;
    margin:0 auto;
}

.CSBox .bd ul li .CsBoxR {
    width: 80%;
    margin:10px auto;
}

#csShowCp {
    display: none;
}

@media(max-width:768px) {
    .CSBox {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
    .CSBox .hd {
        height: 30px;
        line-height: 30px;
        background: #f4f4f4;
        padding: 0 10px 0 20px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .CSBox .hd ul {
        float: none;
        position: absolute;
        left: 0px;
        top: -1px;
        height: 32px;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        display: -webkit-box;
    }
    .CSBox .hd ul li {
        float: none;
        padding: 0 15px;
        cursor: pointer;
        display: inline-block;
    }
    .CSBox .hd ul li.on {
        height: 30px;
        background: #fff;
        border-bottom: 2px solid #fff;
    }
    .CSBox .bd {
        margin-top: 30px;
    }
    .CSBox .bd ul li {
        display: block;
    }
    .CSBox .bd ul li .CsBoxL {
        width: 100%;
    }
    .CSBox .bd ul li .CsBoxR {
        width: 100%;
    }
}

.csSubDiv {
    width: 100%;
}

.csSub {
    width: 60px;
    text-align: center;
    background-color: royalblue;
    color: white;
    border: none;
    cursor: pointer;
    line-height: 28px;
    border-radius: 5px;
    display: block;
    margin: 30px auto 0px;
    padding: 3px 0px;
    z-index: 999;
}

.userInfo {
    width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    min-height: 500px;
    padding: 5px;
    background-color: #fff;
}

.userInfo .head {
    width: 1000px;
    margin: 20px auto;
    min-height: 150px;
}

.userInfo .head table {
    width: 1000px;
    margin: 0 auto;
}

.userInfo .head table tr td:nth-child(1) {
    width: 200px;
}

.userInfo .head .sub {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    cursor: pointer
}

@media(max-width:768px) {
    .userInfo {
        width: calc(100% - 10px);
        max-width: 768px;
        margin: 0 auto;
        border-radius: 20px;
        min-height: 500px;
        padding: 5px;
        background-color: #fff;
    }
    .userInfo .head {
        width: 100%;
    }
    .userInfo .head table {
        width: 100%;
    }
    .userInfo .head table tr td:nth-child(1) {
        width: 100px;
    }
    .userInfo .head .sub {
        width: 100%;
        margin: 10px auto;
        text-align: center;
        cursor: pointer
    }
}

.picFocus {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
    width: 20%;
    margin: 0 1%;
}

.picFocus .hd ul li img {
    width: 100%;
    height: auto;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd .tempWrap {
    margin: 0 auto;
}

.picFocus .bd img {
    width: 467px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media(max-width:768px) {
    .picFocus .bd img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}