.pro_sort>.pro_li:nth-last-child(1){
    margin-top: 11px!important;
}



#goTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 150px;
    background-color: #236aee;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
}

#goTop>label {
    cursor: pointer;
    color: #fff;
}



.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #009aff;
    border: solid 1px #009aff;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}

.pagedetail {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.pagedetail h1 {
    font-size: 50px;
}

.pagedetail h2 {
    font-size: 40px;
}

.pagedetail h3 {
    font-size: 30px;
}

.pagedetail h4 {
    font-size: 20px;
}

.pagedetail h5 {
    font-size: 18px;
}

.pagedetail p {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.pagedetail img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail table {
    margin: 10px 0;
    padding: 0 0;
    width: 100px;
    height: auto;
    border-collapse: collapse;
}

.pagedetail table th {
    border: solid 1px #ddd;
    min-height: 40px;
    height: auto;
}

.pagedetail table tr {
    border: solid 1px #ddd;
}

.pagedetail table tr td {
    border: solid 1px #ddd;
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    line-height: 1.8;
}



.sharebox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.sharebox>a {
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}

.sharebox>a svg {
    width: 30px;
    height: 30px;
}



/*---------  ---------*/



.relgoods-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px 30px 0;
    padding: 0px 0px;
}

.relgoods {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.relgoodsitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.relgoodsitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #ddd;
}

.relgoodsitem-t>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.relgoodsitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.relgoodsitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.relgoodsitem-m>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.relgoodsitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.relgoodsitem-b>.label1 {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/*--------自适应--------*/



.tabdis-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabdis-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabdis-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.tabdis-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    border-bottom: 2px solid #006CB4;
}

.tabdis-nav-item-on>.img1 {
    width: auto;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.tabdis-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

.tabdis-nav-item>.img1 {
    width: auto;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.tabdis-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabdis-tab-content-on {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

.tabdis-tab-content {
    display: none;
    box-sizing: border-box;
    width: 0px;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

/*--------自适应--------*/

.way_list2 {
    margin: 40px 0 0 0px;
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4,1fr);
    grid-template-rows:auto; /* 同一行的高度相同 */
    grid-column-gap:10px;
    grid-row-gap:10px;
}

.way_list2 li {
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    background: #fff;
    float: left;
    margin: 20px 0 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
    border: solid 1px #eee;
}

.way_list2 li .way_country {
    font-size: 14px;
    line-height: 30px;
    float: left;
    width: 100%;
    padding: 10px 0 0px;
    background: none;
    color: #006CB4;
    font-weight: bold;
}
.way_list2 li .way_tit {
    font-size: 16px;
    line-height: 30px;
    float: left;
    width: 100%;
    padding: 0px 0 10px;
    background: none;
    color: #009aff;
}