.clearfix::after,
.hsms::after,
.mauto::after,
.row::after {
    display: table;
    content: ""
}

.clear,
.clearfix:after,
.hsms:after,
.mauto:after,
.row:after {
    clear: both
}

.tc {
    color: #10447d
}

.tcbg {
    background: #10447d
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    transition: all .5s;
    -webkit-transition: all .5s
}

.header .logo {
    height: 95px;
    line-height: 95px;
    overflow: hidden
}

.header nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-top: 17px solid #003c8e;
    background: transparent
}

.header nav.cur {
    position: fixed;
    top: 0;
    left: 0
}

.header nav ul {
    margin-top: -10px
}

.header nav ul li {
    flex-grow: 1
}

.header nav ul li:first-child a {
    border-bottom-left-radius: 50px
}

.header nav ul li:last-child a {
    border-bottom-right-radius: 50px
}

.header nav ul li:hover>a {
    color: #032950;
    background: #fff
}

.header nav ul li>a {
    display: block;
    height: 43px;
    line-height: 43px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #003c8e
}

.header nav ul li .sub-nav {
    display: none;
    position: absolute;
    left: 50%;
    width: 94%;
    background: #0050a5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.header nav ul li .sub-nav>div {
    height: 255px
}

.header nav ul li .sub-nav .txt {
    width: 42.7%;
    padding: 2% 5%;
    color: #403f3f;
    text-align: left;
    background: #fff;
    align-items: inherit;
    -webkit-align-items: inherit
}

.header nav ul li .sub-nav .txt em {
    font-size: 24px
}

.header nav ul li .sub-nav .txt .edit {
    max-height: 150px;
    text-indent: 28px;
    overflow: auto
}

.header nav ul li .sub-nav .link {
    width: 17.3%;
    background: #0050a5
}

.header nav ul li .sub-nav .link a {
    display: block;
    line-height: 40px
}

.header nav ul li .sub-nav .link a:hover {
    text-decoration: underline
}

.header nav ul li .sub-nav .link i {
    font-size: 13px;
    margin-right: 7px;
    font-family: 'SimSun', 'NSimSun', 'Serif', 'Georgia'
}

.header nav ul li .sub-nav .imgs {
    width: 40%
}

.header .search-w {
    height: 95px
}

.header .search {
    width: 230px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #dadada;
    overflow: hidden
}

.header .search .txt {
    float: left;
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: transparent
}

.header .search .btn {
    float: right;
    width: 40px;
    height: 100%;
    background: url(../images/search.png) no-repeat center
}

.header .header-login {
    height: 95px;
    color: #7a7a7a;
    padding-left: 20px;
    background: url(../images/header_login_icon.png) no-repeat left center
}

.header .header-login i {
    height: 25px;
    line-height: 25px;
    color: #10447d;
    padding: 0 12px;
    border-radius: 99px;
    margin: 0 10px;
    background: #e1eeff
}

.header .header-login a {
    color: #003c8e
}

footer {
    padding: .23rem .1rem;
    line-height: 22px;
    background: #073261
}

.i-banner .slick-dots {
    bottom: .2rem
}

.i-banner .slick-dots div {
    background: rgba(255, 255, 255, 0.48);
    transition: all .3s;
    -webkit-transition: all .3s
}

.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:hover,
.i-banner .slick-dots div:focus {
    background: #10447d
}

.i-banner a {
    display: block;
    min-height: 85px
}

.i-banner .dn {
    display: none !important
}

.i-main {
    background: #eaeef5
}

.i-tt1 {
    font-size: 24px;
    color: #10447d;
    background: url(../images/i_tt1_bg1.png) no-repeat center
}

.i-tt2 {
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    border-left: 6px solid #10447d;
    color: #434343;
    margin-bottom: 15px
}

.i-news {
    background: #cce1fa
}

.i-news .item {
    padding: 0 .1rem
}

.i-news .item a:hover h3 {
    color: #10447d;
    text-decoration: underline
}

.i-news .item .imgs {
    padding-bottom: 50%
}

.i-news .item .info {
    padding: .15rem .25rem
}

.i-news .item h3 {
    font-size: 15px;
    height: 48px;
    line-height: 24px
}

.i-news .item .date {
    color: #838383
}

.i-guide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

/* .i-guide .i-tt1 {
    color: #fff;
    background: url(../images/i_tt1_bg2.png) no-repeat center
} */

.i-guide .list {
    padding: 2px
}

.i-guide li {
    float: left;
    width: 25%;
    padding-bottom: 13.8%
}

.i-guide li:nth-child(even) {
    background: #e2efff
}

.i-guide li:hover .info {
    visibility: hidden;
    opacity: 0
}

.i-guide li:hover .infos {
    visibility: visible;
    opacity: 1
}

.i-guide li .info,
.i-guide li .infos {
    top: 0;
    left: 0
}

.i-guide li .info h3 {
    color: #10447d;
    margin-top: 5px
}

.i-guide li .infos {
    visibility: hidden;
    opacity: 0;
    padding: 5%;
    background: -webkit-radial-gradient(#0f457e, #032850);
    background: -o-radial-gradient(#0f457e, #032850);
    background: -moz-radial-gradient(#0f457e, #032850);
    background: radial-gradient(#0f457e, #032850)
}

.i-guide li .infos a {
    line-height: 24px;
    padding-left: 15px;
    margin: 0 5px;
    background: url(../images/i_guide_icon.png) no-repeat left center
}

.i-guide li .infos a:hover {
    text-decoration: underline
}

.i-about .con-l {
    width: calc(100% - 158px)
}

.i-about .list1 .item,
.i-about .sliders-w {
    padding-right: .12rem
}

.i-about .list1 .item .imgs,
.i-about .sliders-w .imgs {
    padding-bottom: 61%
}

.i-about .list1 {
    width: 66.66666666%
}

.i-about .list1 .info {
    padding: .1rem .2rem;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.52)
}

.i-about .list1 .slick-dots {
    display: none !important
}

.i-about .list1 .slick-arrow {
    top: -37px;
    width: 22px;
    height: 22px;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.i-about .list1 .slick-prev {
    left: initial;
    right: 40px;
    background: url(../images/achievements_l.png) no-repeat center / cover
}

.i-about .list1 .slick-next {
    right: 10px;
    background: url(../images/achievements_r.png) no-repeat center / cover
}

.i-about .sliders-w {
    width: 33.33333333%
}

.i-about .sliders-w a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/i_video_icon.png) no-repeat center
}

.i-about .sliders-w .slick-dots {
    display: none !important
}

.i-about .sliders-w .slick-arrow {
    width: 12px;
    height: 21px
}

.i-about .sliders-w .slick-prev {
    left: 3%;
    background: url(../images/i_video_l.png) no-repeat center
}

.i-about .sliders-w .slick-next {
    right: 3%;
    background: url(../images/i_video_r.png) no-repeat center
}

.i-about .con-r {
    width: 158px
}

.i-special .list {
    margin-left: -0.17rem
}

.i-special .list .lg-6 {
    width: auto;
    padding-left: .17rem;
    margin-bottom: .15rem
}

.i-special .list .lg-6 img {
    width: auto
}

.i-special .select-list em {
    width: 105px;
    font-size: 18px;
    height: 36px;
    line-height: 36px
}

.i-special .select-list ul {
    width: calc(100% - 105px);
    margin-left: -0.2rem
}

.i-special .select-list ul li {
    padding-left: .2rem;
    margin-bottom: .25rem
}

.i-special .select-list select {
    width: 100%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d5d5d5;
    padding: 0 14px;
    background: #f5f5f5
}

.main-nav-p {
    border-bottom: 1px dashed #adadad
}

.main-nav-p h2 {
    height: 30px;
    line-height: 30px;
    color: #353535
}

.main-nav-p h2 em,
.main-nav-p h2 span {
    height: 21px;
    line-height: 21px
}

.main-nav-p h2 em {
    font-size: 18px;
    padding-left: 15px;
    border-left: 5px solid #10447d;
    margin-right: 8px
}

.main-nav-p h2 span {
    font-size: 12px
}

.main-nav-p ul {
    font-size: 0
}

.main-nav-p li {
    display: inline-block;
    margin-left: 2px
}

.main-nav-p li.cur a,
.main-nav-p li:hover a {
    color: #fff;
    background: #0050a5
}

.main-nav-p li.current a::after,
.main-nav-p li:hover a::after {
    visibility: visible;
    opacity: 1;
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1)
}

.main-nav-p a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 .3rem;
    font-size: 14px
}

.main-nav-p a::after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -26px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #0050a5;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-sub {
    display: table;
}

.main-nav-sub .wp_listcolumn_x {
    margin-left: 0;
}

.main-nav-sub .wp_listcolumn_x .wp_column {
    padding-left: 0;
}

.main-nav-sub .wp_listcolumn_x li:last-child {
    border-right: 1px solid #dbdbdb;
}

.main-nav-sub .wp_listcolumn_x .wp_column a {
    padding: 0 .32rem;
    height: 42px;
    line-height: 40px;
    float: left;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-right: none
}

.main-nav-sub .wp_listcolumn_x .wp_column a:hover {
    border-top: 2px solid #0050a5;
    border-bottom: none;
    color: #0050a5
}

.content {
    min-height: 400px
}

.member-list ul {
    margin-left: -0.2rem
}

.member-list li {
    padding-left: .2rem;
    margin-bottom: .25rem
}

.member-list li a {
    background: #f7f7f7
}

.member-list .imgs {
    width: 270px;
    height: 225px
}

.member-list .info {
    width: calc(100% - 270px);
    padding: 6%
}

.member-list .info h3 {
    border-bottom: 3px solid #fff;
    padding-bottom: .2rem;
    margin-bottom: .15rem
}

.member-list .info h3 em {
    font-size: 18px;
    margin-right: .15rem;
    color: #10447d
}

.member-list .info .els2 {
    -webkit-line-clamp: 3;
    height: 72px;
    line-height: 24px
}

.honor-list ul {
    margin-left: -0.25rem
}

.honor-list li {
    padding-left: .25rem;
    margin-bottom: .3rem
}

.honor-list li a {
    padding: .2rem;
    background: #f8f9fa
}

.honor-list li a:hover .info {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.honor-list .img {
    height: 1.95rem
}

.honor-list h3 {
    margin-top: .1rem
}

.honor-list .info {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.52) url(../images/honor_icon.png) no-repeat center;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0)
}

.case-list ul {
    margin-left: -0.25rem
}

.case-list li {
    padding-left: .25rem;
    margin-bottom: .25rem
}

.case-list li a:hover .imgs::after {
    top: 0
}

.case-list li a:hover .imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.case-list .imgs {
    position: relative;
    padding-bottom: 60%
}

.case-list .imgs::after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52) url(../images/honor_icon.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s
}

.case-list .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .8s;
    -webkit-transition: all .8s
}

.case-list .info {
    line-height: 22px;
    border-top: 2px solid #0050a5;
    color: #494949;
    padding: .2rem;
    background: #f5f7fd
}

.case-list .info h3 {
    margin-bottom: 5px;
    color: #0050a5
}

.case-list .info .edit {
    text-indent: 28px;
    height: 44px;
    line-height: 22px
}

.major-list ul {
    margin-left: -0.33rem
}

.major-list li {
    padding-left: .33rem;
    margin-bottom: .33rem
}

.major-list .imgs {
    padding-bottom: 31.9%
}

.major-list h3 {
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 .25rem;
    background: rgba(0, 0, 0, 0.5)
}

.major-list .info {
    padding: .2rem;
    background: #f7f7f7
}

.major-list .info .els2 {
    height: 50px
}

.major-list .info i {
    height: 20px;
    line-height: 20px;
    color: #10447d;
    margin-right: .1rem
}

.major-list .info i img {
    margin-right: 5px
}

.join-list li {
    margin-bottom: 8px
}

.join-list .head {
    height: 47px;
    line-height: 47px;
    text-indent: 47px;
    font-weight: bold;
    cursor: pointer;
    padding-right: .2rem;
    background: #eee url(../images/join_icon1.png) no-repeat 22px center
}

.join-list .head.cur {
    color: #fff;
    background: #10447d url(../images/join_icon2.png) no-repeat 22px center
}

.join-list .btn a {
    width: 158px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 15px;
    background: #0050a5
}

.join-list .btn a:hover {
    background: #10447d
}

.join-list .btn a img {
    margin-right: 10px
}

.resume {
    background: #f6f7f8
}

.resume .mauto {
    max-width: 1026px;
    padding: .4rem 3.5%
}

.resume .tt1 em {
    font-size: 18px;
    color: #000
}

.resume .tt1 em i {
    color: #0050a5
}

.resume .tt1 a {
    padding: 0 .23rem;
    height: 40px;
    line-height: 38px;
    color: #919191;
    border-radius: 20px;
    border: 1px solid #ccc
}

.resume .tt1 a img {
    margin-right: 10px
}

.resume .tt1 a:hover {
    text-decoration: underline
}

.resume .dtm {
    max-width: 300px;
    margin: 0 auto
}

.resume h2 {
    height: 80px;
    line-height: 80px;
    font-sizze: 18px;
    font-weight: bold;
    color: #383838;
    padding: 0 35px
}

.resume h3 {
    color: #060606;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    padding: 0 20px
}

.resume .lg-6 {
    margin-bottom: 13px
}

.resume label {
    display: inline-block;
    width: 85px;
    text-align: right;
    color: #7c7c7c
}

.resume .txt {
    border: 1px solid #ccc;
    width: calc(100% - 105px);
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 2px
}

.resume .txt:focus {
    border-color: #666
}

.resume strong {
    height: 35px;
    line-height: 35px;
    color: red;
    font-size: 14px
}

.resume i {
    color: #a3a3a3
}

.resume .box {
    border: 1px dashed #ccc
}

.resume .hide {
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/hide.jpg) no-repeat center
}

.resume .btn a {
    color: #fff
}

.resume .btn .a1 {
    width: 160px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: #797979
}

.resume .btn .a2 {
    width: 158px;
    height: 32px;
    line-height: 32px;
    background: #0050a5;
    border-radius: 20px
}

.resume textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px
}

.news-list li {
    margin-bottom: .4rem
}

.news-list li a:hover {
    color: #fff;
    background: #0050a5;
    border-color: #0050a5
}

.news-list li a:hover .info-w {
    border-color: transparent
}

.news-list li a:hover .info .els,
.news-list li a:hover .info .els2 {
    color: #fff
}

.news-list li a:hover .icon {
    transform: translateX(.2rem);
    -webkit-transform: translateX(.2rem);
    background: url(../images/news_list_icons.png) no-repeat center
}

.news-list .imgs {
    width: 263px;
    height: 157px
}

.news-list .info-w {
    width: calc(100% - 263px);
    height: 157px;
    border-bottom: 1px solid #e8e8e8
}

.news-list .date {
    width: 135px
}

.news-list .date em {
    font-size: 28px
}

.news-list .info {
    width: calc(100% - 260px);
    padding: 0 3.5%;
    border-left: 1px solid #e8e8e8
}

.news-list .info h3 {
    color: #575757;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: .1rem
}

.news-list .info .els2 {
    height: 48px;
    line-height: 24px;
    font-size: 13px;
    color: #5b5c5d
}

.news-list .icon {
    width: 65px;
    height: 100%;
    background: url(../images/news_list_icon.png) no-repeat center
}

.news-lists .sliders a {
    background: #f5f7fd
}

.news-lists .sliders a:hover h3 {
    color: #10447d;
    text-decoration: underline
}

.news-lists .sliders .imgs {
    width: 420px;
    height: 250px
}

.news-lists .sliders .info-w {
    width: calc(100% - 420px);
    padding: .3rem 0
}

.news-lists .sliders .date {
    width: 98px;
    color: #585858
}

.news-lists .sliders .date em {
    font-size: 24px
}

.news-lists .sliders .info {
    width: calc(100% - 98px);
    padding: 0 .3rem;
    border-left: 1px solid #e6ebf3
}

.news-lists .sliders h3 {
    color: #0050a5
}

.news-lists .sliders .els2 {
    height: 75px;
    color: #494949
}

.news-lists .sliders .slick-dots {
    bottom: .45rem
}

.news-lists .list {
    margin-left: -0.3rem
}

.news-lists .list li {
    padding-left: .3rem
}

.news-lists .list li a {
    padding: .35rem 0 .2rem 0;
    border-bottom: 1px solid #f3f3f3
}

.news-lists .list li a:hover h3 {
    color: #10447d;
    text-decoration: underline
}

.news-lists .list .date {
    width: 65px;
    height: 75px;
    color: #0558a6;
    background: #eaeef5
}

.news-lists .list .date em {
    font-size: 24px
}

.news-lists .list .info {
    width: calc(100% - 65px);
    padding-left: .3rem
}

.news-lists .list h3 {
    color: #151515;
    margin-bottom: 5px
}

.news-lists .list .els2 {
    height: 50px;
    color: #707070
}

.news-info .rel {
    border-top: 4px solid #10447d
}

.news-info .edit {
    border-top: 1px solid #ebebeb
}

.news-info .return {
    position: absolute;
    right: .35rem;
    top: 50%;
    color: #919191;
    background: url(../images/return.png) no-repeat left center;
    padding-left: 30px
}

.news-info .return:hover {
    text-decoration: underline
}

.news-info .tt1 h3 {
    width: calc(100% - 440px);
    font-size: 24px;
    font-weight: bold;
    color: #444;
    margin: 0 auto
}

.news-info .tt1 span {
    display: block;
    color: #b1b1b1
}

.news-info .news-share {
    position: absolute;
    left: .35rem;
    top: 50%
}

.news-info .news-share span {
    line-height: 24px;
    color: #999
}

.news-info .news-share .bdsharebuttonbox a {
    display: inline-block;
    height: 21px;
    margin: 0 0 0 15px;
    padding-left: 0;
    background-repeat: no-repeat
}

.news-info .news-share .bdsharebuttonbox .a1 {
    width: 26px;
    background: url(../images/share_1.png) no-repeat
}

.news-info .news-share .bdsharebuttonbox .a2 {
    width: 26px;
    background: url(../images/share_2.png) no-repeat
}

.news-info .news-share .bdsharebuttonbox .a3 {
    width: 22px;
    height: 23px;
    background: url(../images/share_3.png) no-repeat
}

.bd_weixin_popup {
    height: auto !important
}

.b-con {
    position: relative;
    line-height: 30px;
    color: #7d7d7d;
    border-top: 1px solid #e2e2e2
}

.b-con .els {
    width: 79%
}

.b-con a:hover {
    color: #10447d;
    text-decoration: underline
}

.b-con .b-return {
    padding-left: 30px;
    margin-left: .3rem;
    color: #919191;
    background: url(../images/return.png) no-repeat left center
}

.achievements {
    background: url(../images/achievements_bg.jpg) no-repeat bottom center
}

.achievements .list {
    padding: 0 38px
}

.achievements .con-l {
    width: 17px;
    height: 100%
}

.achievements .con-l::before,
.achievements .con-l::after {
    position: absolute;
    content: ''
}

.achievements .con-l::before {
    z-index: 1;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid #10447d;
    background: #fff
}

.achievements .con-l::after {
    left: 7px;
    width: 3px;
    height: 100%;
    background: #a5b6d3
}

.achievements .con-r {
    width: calc(100% - 17px);
    padding: 0 .25rem
}

.achievements .con-r i {
    font-family: 'SimSun', 'NSimSun', 'Serif', 'Georgia';
    color: #0050a5
}

.achievements .con-r h3 {
    font-size: 30px;
    color: #0050a5
}

.achievements .slick-list {
    height: auto !important
}

.achievements .slick-dots {
    display: none !important
}

.achievements .slick-arrow {
    width: 25px;
    height: 25px
}

.achievements .slick-prev {
    background: url(../images/achievements_l.png) no-repeat center
}

.achievements .slick-next {
    background: url(../images/achievements_r.png) no-repeat center
}

.message h3 {
    font-size: 18px
}

.message .edit {
    color: #616161
}

.message form .row {
    margin-left: -0.24rem
}

.message form .row .lg-4 {
    padding-left: .24rem;
    margin-bottom: 18px
}

.message form label,
.message form .txt {
    height: 36px;
    line-height: 34px;
    border: 1px solid #e7eaee
}

.message form label {
    width: 54px;
    text-align: center
}

.message form .txt {
    width: calc(100% - 65px);
    padding: 0 10px;
    border-left: none
}

.message form strong {
    color: red;
    height: 36px;
    line-height: 36px
}

.message form textarea {
    width: 100%;
    height: 124px;
    padding: 15px;
    border: 1px solid #e7eaee;
    margin: 18px 0
}

.message form .btn input {
    width: 1.72rem;
    height: 36px;
    line-height: 34px;
    margin: 0 3px;
    color: #fff;
    background: #a8a8a8
}

.message form .btn input:hover {
    color: #fff;
    background: #10447d
}

.contact .add {
    border-top: 4px solid #10447d;
    height: 3.96rem
}

.contact .add img {
    max-width: inherit
}

.bidding .con-l {
    width: calc(100% - 310px)
}

.bidding .con-l .list a {
    padding: .2rem 8% .2rem 0;
    border-bottom: 1px solid #f3f3f3;
    background: url(../images/more_icon.png) no-repeat 98% center
}

.bidding .con-l .list a:hover .date {
    color: #fff;
    background: #10447d
}

.bidding .con-l .list a:hover h3 {
    color: #10447d
}

.bidding .con-l .list .date {
    width: 66px;
    height: 73px;
    color: #10447d;
    background: #eaeef5
}

.bidding .con-l .list .date em {
    font-size: 24px
}

.bidding .con-l .list .info {
    width: calc(100% - 66px)
}

.bidding .con-l .list h3 {
    color: #151515;
    margin-bottom: 5px
}

.bidding .con-l .list .els2 {
    height: 48px;
    line-height: 24px;
    color: #707070
}

.bidding .con-r {
    width: 270px
}

.bidding .con-r .info {
    border: 1px solid #f3f3f3;
    border-top: 2px solid #10447d;
    padding: 20px;
    margin-bottom: 20px
}

.bidding .con-r h3 {
    color: #292929
}

.bidding .con-r .form .txt {
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    background: #f7f7f7;
    margin-bottom: 10px
}

.bidding .con-r .form .btn {
    background: #10447d
}

.bidding .con-r .tel {
    border-top: 1px dashed #f3f3f3
}

.bidding .con-r .tel span {
    font-size: 18px;
    margin-top: 2px
}

.bidding .con-r .list a:hover em {
    color: #10447d
}

.bidding .con-r .list a:hover em::after {
    background: #10447d
}

.bidding .con-r .list em {
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #e9e9e9
}

.bidding .con-r .list em::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 99px;
    background: #dbdbdb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s
}

.bidding-info .head {
    border: 1px solid #d5e5f9;
    background: #f6faff
}

.bidding-info .head .infos {
    width: calc(100% - 50px)
}

.bidding-info .head h3 {
    display: inline-block;
    font-size: 24px
}

.bidding-info .head i {
    height: 26px;
    line-height: 26px;
    color: #1a52ff;
    font-size: 15px;
    padding: 0 12px;
    background: #e2eeff
}

.bidding-info .head .txt {
    color: #6b6b6b
}

.bidding-info .b-info {
    border: 1px solid #ededed;
    border-top: none
}

.bidding-info .b-btn a {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 54px;
    border-radius: 99px
}

.register h3 {
    font-size: 18px;
    color: #10447d
}

.register .form {
    max-width: 540px;
    margin: 0 auto;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px)
}

.register .item {
    line-height: 30px;
    margin-bottom: 20px
}

.register em {
    width: 120px;
    text-align: right
}

.register .txt-w {
    width: calc(100% - 120px)
}

.register .txt-w input,
.register .txt-w select {
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #eaeaea
}

.register .upload-w {
    margin-left: -0.15rem
}

.register .upload-w .lg-4 {
    padding-left: .15rem;
    margin-bottom: .15rem
}

.register .delete-btn {
    top: -2px;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.register .upload {
    padding-bottom: 100%;
    border: 1px solid #ccc;
    background: #fafafa
}

.register .upload input {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.register .upload i {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5)
}

.register .upload i img {
    vertical-align: -2px;
    margin-right: 5px
}

.register .add-info {
    padding: 25px 0;
    margin-bottom: 10px;
    background: #fafafa
}

.register .add-info .hide {
    top: 0;
    right: 0;
    cursor: pointer
}

.register .add-btn {
    margin-top: 20px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #10447d
}

.register .checkbox-w {
    margin-top: -10px
}

.register .checkbox-w span {
    margin-right: 10px
}

.register .checkbox-w .checkbox {
    height: 20px;
    line-height: 20px
}

@media (max-width:767px) {
    .register .form {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .register em {
        text-align: left
    }

    .register .add-info {
        padding: .25rem
    }
}

.member {
    padding-top: .7rem;
    background: #f5f5f5;
    border-top: 2px solid #10447d
}

.member .head {
    padding: 15px
}

.member .head .info-l {
    color: #545454
}

.member .head .info-l .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px
}

.member .head .info-l em {
    font-size: 18px;
    color: #10447d
}

.member .head .info-l i {
    padding: 0 10px;
    border-radius: 99px;
    background: #10447d
}

.member .head .info-r .icon {
    width: 66px;
    height: 66px
}

.member .head .info-r em {
    padding: 0 15px;
    text-align: center
}

.member .head .info-r i {
    color: #0050a5
}

.member .con-l,
.member .con-r {
    margin-top: 20px
}

.member .con-l {
    width: 190px
}

.member .con-l li {
    border-bottom: 1px solid #ebebeb
}

.member .con-l li.cur>a,
.member .con-l li:hover>a {
    color: #fff;
    background: #10447d
}

.member .con-l li.cur .sub,
.member .con-l li:hover .sub {
    display: block
}

.member .con-l li>a {
    padding: 13px 30px
}

.member .con-l li a {
    display: block;
    line-break: 22px
}

.member .con-l .sub {
    padding: 10px 30px
}

.member .con-l .sub a {
    padding: 5px 0 5px 17px;
    background: url(../images/member_nav_icon3.png) no-repeat left center
}

.member .con-l .sub a.cur,
.member .con-l .sub a:hover {
    color: #10447d;
    background: url(../images/member_nav_icon4.png) no-repeat left center
}

.member .con-r {
    width: calc(100% - 205px);
    padding: 6px .2rem
}

.member .con-r .sub-nav-w a {
    min-width: 94px;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 2px;
    margin-bottom: 6px;
    color: #10447d
}

.member .con-r .sub-nav-w .sub-nav a {
    height: 37px;
    line-height: 35px;
    border: 1px solid #10447d;
    text-align: center
}

.member .con-r .sub-nav-w .sub-nav a.cur,
.member .con-r .sub-nav-w .sub-nav a:hover {
    color: #fff;
    background: #10447d
}

.member .con-r .sub-nav-w .btn a {
    min-width: 116px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    border: 1px solid #0050a5;
    background: #0050a5
}

.member .con-r h2 {
    height: 50px;
    line-height: 50px;
    padding: 0 .15rem;
    border-bottom: 1px solid #ddd
}

.member .con-r h2 a {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    margin-right: .1rem;
    border-bottom: 2px solid transparent
}

.member .con-r h2 a.cur,
.member .con-r h2 a:hover {
    color: #10447d;
    border-color: #10447d
}

.m-menu-member {
    padding-left: 18px;
    height: 70px
}

.m-menu-member.cur i {
    color: #fff;
    background: #0050a5
}

.m-menu-member i {
    width: 57px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #0050a5;
    color: #0050a5;
    border-radius: 5px;
    cursor: pointer
}

.member-sub-nav {
    position: fixed;
    top: 70px;
    left: 0;
    border-top: 2px solid #10447d;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1)
}

.member-sub-nav .row {
    padding: .15rem .3rem
}

.member-sub-nav .lg-4 {
    padding: 6px
}

.member-sub-nav a {
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #10447d;
    color: #10447d
}

.member-sub-nav a.cur,
.member-sub-nav a:hover {
    color: #fff;
    background: #10447d
}

.member-phome-menu.cur em::after {
    border-top: none;
    border-bottom: 6px solid #fff
}

.member-phome-menu em {
    height: 50px;
    line-height: 50px;
    background: #10447d;
    cursor: pointer
}

.member-phome-menu em::after {
    position: absolute;
    content: '';
    top: 50%;
    right: .3rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-top: -3px
}

.quit-btn {
    top: 0;
    right: 43px;
    height: 70px;
    line-height: 70px;
    color: #676767
}

.member-option select {
    width: 160px;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid #ccc
}

.member-option .date input {
    width: 110px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 0 30px 0 8px;
    background: url(../images/member-option.png) no-repeat right center
}

.account form {
    max-width: 405px;
    margin: .5rem auto
}

.account form label {
    float: left;
    width: 70px;
    text-align: right
}

.account form .txt {
    float: right;
    width: calc(100% - 70px);
    height: 42px;
    line-height: 40px;
    border: 1px solid #c4c4c5;
    border-radius: 5px
}

.account form .sex {
    color: #7c7c7c
}

.account form .sex input {
    vertical-align: -2px;
    margin: 0 5px
}

.account form .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #10447d
}

.change-password form label {
    width: 100px
}

.change-password form .txt {
    width: calc(100% - 100px)
}

.change-password form .b-txt .txt {
    padding: 10px 0;
    height: auto;
    line-height: 22px;
    color: #0050a5;
    border: none
}

.administration {
    width: 740px;
    margin: 0 auto;
    padding: 35px 0 0 0
}

.administration .item {
    margin-bottom: 15px
}

.administration label {
    display: inline-block;
    text-align: right
}

.administration .txt {
    width: 277px;
    height: 40px;
    line-height: 42px;
    border: 1px solid #c4c4c5;
    font-size: 12px;
    color: #7c7c7c;
    border-radius: 2px;
    background: transparent;
    padding: 0 10px
}

.administration select {
    width: 209px;
    height: 38px;
    line-height: 35px;
    padding: 0 10px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #c4c4c5;
    background: url(../images/select_bg.png) no-repeat 95% center
}

.administration .select2 {
    margin: 0 3px
}

.administration label {
    width: 84px
}

.administration i {
    color: #ff6600
}

.administration span {
    font-size: 12px;
    color: #f8a02d
}

.administration .pr5 {
    color: #545454
}

.administration .checkbox {
    vertical-align: -2px
}

.administration .checkbox-txt {
    margin-left: 5px;
    color: #7c7c7c
}

.administration .add {
    width: 86.5%
}

.administration .txt1 {
    width: 103px
}

.administration .txt2 {
    width: 195px
}

.administration .txt3 {
    width: 103px
}

.administration .button {
    width: 152px;
    height: 43px;
    text-align: center;
    color: #fff;
    background: #10447d;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold
}

.add-bottom {
    padding: 0 20px
}

.add-bottom .tt1 {
    font-size: 12px;
    color: #bcbcbc;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px
}

.add-bottom .tt1 span {
    font-size: 14px;
    color: #333;
    font-weight: bold
}

.add-bottom ul {
    margin: 20px 0 45px 0
}

.add-bottom ul li {
    line-height: 35px;
    text-align: center
}

.add-bottom ul li.tt2 {
    color: #545454;
    background: #ededed
}

.add-bottom ul li>div {
    float: left;
    width: 13%
}

.add-bottom ul li .item3 {
    width: 35%
}

.order-nav a {
    width: 82px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #cecece;
    text-align: center;
    margin-bottom: 4px
}

.order-nav a.cur,
.order-nav a:hover {
    color: #10447d;
    border-color: #10447d
}

.order-list {
    overflow-x: auto
}

.order-list ul {
    width: 955px
}

.order-list li {
    margin-top: 15px;
    border: 1px solid #e6e6e6
}

.order-list li .tt1 {
    line-height: 37px;
    background: #fafafa;
    color: #7c7c7c;
    padding: 0 17px
}

.order-list li em {
    padding-left: 45px
}

.order-list li a {
    color: #00a1e9
}

.order-list li .pro-w {
    display: table;
    width: 100%
}

.order-list li .pro-w .item {
    float: none;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6
}

.order-list li .pro-w .item .img {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid #d7d7d7;
    margin: 0 8% 0 4%
}

.order-list li .pro-w .item .img img {
    max-width: 100%;
    max-height: 100%
}

.order-list li .pro-w .item .tt2 {
    width: 40%;
    overflow: hidden
}

.order-list li .pro-w .item .tt2 span {
    display: block;
    line-height: 26px
}

.order-list li .pro-w .item .number,
.order-list li .pro-w .item .money {
    text-align: center;
    line-height: 26px;
    width: 20%
}

.order-list li .pro-w .item .money span {
    color: #ff3c00
}

.order-list li .pro-w .right {
    float: none;
    width: 22%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    border-bottom: none
}

.order-info .title {
    font-size: 15px;
    border-bottom: 1px solid #ccc
}

.order-info table th {
    height: 46px;
    line-height: 46px;
    background: #f6f6f6
}

.order-info tbody tr {
    border-bottom: 1px solid #f4f4f4
}

.order-info tbody td {
    padding: .13rem 0
}

.order-info tbody td em {
    color: #ff0000
}

.order-info tbody .img {
    width: 54px;
    height: 54px;
    margin: 0 auto
}

.order-info .b-info {
    border-bottom: 1px solid #f4f4f4
}

.order-info .b-info em {
    color: #ff0000
}

.inquiry-list li {
    padding: .2rem;
    margin-bottom: .15rem;
    background: #fbfbfb
}

.inquiry-list .img {
    width: 170px;
    height: 107px
}

.inquiry-list .info-w {
    width: calc(100% - 170px)
}

.inquiry-list .info {
    width: calc(100% - 160px);
    padding: 0 .3rem
}

.inquiry-list h3 {
    font-size: 15px;
    color: #343434
}

.inquiry-list .els2 {
    height: 48px;
    line-height: 24px;
    color: #585858
}

.inquiry-list .btn {
    width: 160px
}

.inquiry-list .btn a {
    height: 36px;
    line-height: 36px
}

.inquiry-list .btn img {
    margin-right: 5px
}

.inquiry-list .btn1 {
    color: #10447d
}

.inquiry-list .btn2 {
    color: #0050a5
}

.inquiry-feedback li {
    line-height: 30px;
    padding: 15px;
    margin-bottom: 13px;
    background: #fbfbfb
}

.inquiry-feedback em {
    font-size: 15px
}

.inquiry-feedback i {
    color: #0050a5;
    margin: 0 5px
}

.inquiry-feedback a {
    width: 100px;
    height: 30px;
    line-height: 28px;
    color: #10447d;
    border-radius: 5px;
    border: 1px solid #10447d
}

.integral .discount {
    width: 239px;
    padding: 0 25px 0 35px;
    height: 43px;
    line-height: 43px;
    background: url(../images/discount.png) no-repeat center
}

.integral .discount a {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 99px;
    color: #0050a5;
    background: #fff
}

.integral table th,
.integral table td {
    text-align: left;
    padding: 4px .2rem;
    line-height: 22px
}

.integral table th {
    color: #5d5d5d;
    background: #f6f6f6
}

.integral table tbody tr:nth-child(even) td {
    background: #fafafa
}

.integral table i {
    color: #10447d
}

.integral table i.cur2 {
    color: #0050a5
}

.withdrawal form {
    max-width: 405px;
    margin: .5rem auto
}

.withdrawal form em {
    font-size: 18px;
    color: #fa6e17
}

.withdrawal form label {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px
}

.withdrawal form .txt {
    float: right;
    width: calc(100% - 80px);
    height: 42px;
    line-height: 40px;
    border: 1px solid #c4c4c5
}

.withdrawal form .sex {
    color: #7c7c7c
}

.withdrawal form .sex input {
    vertical-align: -2px;
    margin: 0 5px
}

.withdrawal form .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #10447d
}

.withdrawal .verification .button {
    top: 5px;
    right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    background: #f5f5f5
}

.business-nav a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #2f3031;
    padding: 0 .2rem;
    background: #eaeaea
}

.business-nav a.cur,
.business-nav a:hover {
    color: #fff;
    background: #10447d
}

.distribution-center .tt1 em {
    font-size: 30px;
    color: #fa6e17
}

.distribution-center .list {
    margin-left: -0.23rem
}

.distribution-center li {
    padding-left: .23rem;
    margin-bottom: .23rem
}

.distribution-center li .con {
    border-radius: 5px;
    font-size: 15px;
    padding: .28rem .3rem;
    background: #f9f9f9
}

.distribution-center li .icon {
    width: 55px;
    height: 55px
}

.distribution-center li .info {
    width: calc(100% - 55px);
    padding-left: .2rem
}

.distribution-center li em {
    font-size: 30px;
    color: #fa6e17
}

.distribution-center .distribution-info .con {
    top: 21px;
    left: 20px;
    width: 508px;
    height: 290px
}

.distribution-center .distribution-info .code {
    width: 140px;
    height: 140px;
    background: #ccc
}

.distribution-center .distribution-info .txt {
    color: #2d2d2d
}

@media (max-width:767px) {
    .distribution-center .distribution-info .con {
        position: inherit;
        top: inherit;
        left: inherit
    }
}

.lg-2 {
    float: left;
    width: 16.66666667%
}

.f18 {
    font-size: 18px
}

.shopping-cart {
    border-top: 2px solid #10447d
}

.progres {
    display: table;
    margin: 0 auto;
    padding: 30px 0 65px 0
}

.progres .item1 {
    float: left;
    width: 265px;
    position: relative;
    text-align: center
}

.progres .item1.active>div {
    border-color: #10447d
}

.progres .item1.active>span {
    color: #10447d
}

.progres .item1.active>div span {
    color: #fff;
    background: #10447d
}

.progres .item1.active::before {
    background: url(../images/64.png) no-repeat center
}

.progres .item1.active::after {
    background: #10447d
}

.progres .item1::before,
.progres .item1::after {
    position: absolute;
    margin-top: -18.5px;
    content: '';
    top: 50%;
    height: 5px
}

.progres .item1::before {
    left: -6px;
    width: 119px;
    background: url(../images/64_2.png) no-repeat center
}

.progres .item1::after {
    right: 2px;
    width: 110px;
    background: #dcdcdc
}

.progres .item1>span {
    padding-top: 10px;
    font-size: 16px;
    color: #7c7c7c
}

.progres .item1>div {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #bfbfbf;
    color: #fff;
    border-radius: 20px;
    padding: 2px
}

.progres .item1>div span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    border-radius: 20px;
    background: #dcdcdc
}

.progres .item2 {
    float: left;
    width: 265px;
    position: relative;
    text-align: center
}

.progres .item2.active>div {
    border-color: #10447d
}

.progres .item2.active>span {
    color: #10447d
}

.progres .item2.active>div span {
    color: #fff;
    background: #10447d
}

.progres .item2.active::before {
    background: #10447d
}

.progres .item2.active::after {
    background: #10447d
}

.progres .item2::before,
.progres .item2::after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -18.5px;
    width: 115px;
    height: 5px;
    background: #dcdcdc
}

.progres .item2::before {
    left: -2px
}

.progres .item2::after {
    right: -3px
}

.progres .item2>span {
    padding-top: 10px;
    font-size: 16px;
    color: #7c7c7c
}

.progres .item2>div {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #bfbfbf;
    color: #fff;
    border-radius: 20px;
    padding: 2px
}

.progres .item2>div span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    border-radius: 20px;
    background: #bfbfbf
}

.progres .item3 {
    float: left;
    width: 268px;
    position: relative;
    text-align: center
}

.progres .item3.active>div {
    border-color: #10447d
}

.progres .item3.active>span {
    color: #10447d
}

.progres .item3.active>div span {
    color: #fff;
    background: #10447d
}

.progres .item3.active::before {
    background: #10447d
}

.progres .item3.active::after {
    background: url(../images/65.png) no-repeat center
}

.progres .item3::before,
.progres .item3::after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -18.5px;
    height: 5px
}

.progres .item3::before {
    left: 3px;
    width: 111px;
    background: #dcdcdc
}

.progres .item3::after {
    right: -5px;
    width: 119px;
    background: url(../images/65_2.png) no-repeat center
}

.progres .item3>span {
    padding-top: 10px;
    font-size: 16px;
    color: #7c7c7c
}

.progres .item3>div {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #bfbfbf;
    color: #fff;
    border-radius: 20px;
    padding: 2px
}

.progres .item3>div span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
    border-radius: 20px;
    background: #bfbfbf
}

.shopping-list .tt1 {
    text-align: center;
    line-height: 35px;
    background: #f6f6f6;
    color: #6a6a6a;
    font-weight: bold
}

.shopping-list .item {
    text-align: center;
    height: 79px;
    line-height: 80px;
    border-bottom: 1px solid #f4f4f4
}

.shopping-list .item .lg-4 {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: inline-block
}

.shopping-list .item .lg-4 .els {
    line-height: 25px;
    display: block
}

.shopping-list .item .rel {
    height: 100%
}

.shopping-list .item .img {
    width: 52px;
    height: 52px;
    border: 1px solid #d6d6d6;
    overflow: hidden
}

.shopping-list .item .img img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.shopping-list .item .money {
    color: #10447d
}

.shopping-list .item .money-span {
    color: #10447d
}

.shopping-list .item .number {
    line-height: initial
}

.shopping-list .item .number>div {
    display: table;
    margin: 30px auto 0 auto
}

.shopping-list .item .number input {
    float: left;
    width: 90px;
    height: 32px;
    text-align: center;
    color: #a7a6ac;
    border: 1px solid #a7a6ac;
    border-radius: 20px;
    padding: 0 25px 0 10px
}

.shopping-list .item .number .btn-wrap button {
    position: absolute;
    right: 12px;
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.shopping-list .item .number .btn-wrap .top-btn {
    top: 1px;
    background-image: url(../images/46.jpg)
}

.shopping-list .item .number .btn-wrap .bottom-btn {
    bottom: 1px;
    background-image: url(../images/47.jpg)
}

.shopping-list .item .delete {
    cursor: pointer
}

.shopping-list .bottom {
    float: right;
    line-height: 30px;
    padding-top: 23px;
    padding-bottom: 20px;
    margin-right: 37px
}

.shopping-list .bottom P {
    text-align: right
}

.shopping-list .bottom .red {
    color: #10447d
}

.shopping-list .remarks em {
    font-size: 18px;
    font-weight: bold
}

.shopping-list .remarks textarea {
    padding: 15px;
    height: 115px;
    border: 1px solid #ebebeb
}

.shopping-list .btn {
    border-top: 1px solid #ececec;
    padding-top: .25rem;
    margin: 0 .35rem
}

.shopping-list .btn button {
    float: left;
    width: 110px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #dcdcdc
}

.shopping-list .btn .btn1 {
    text-align: left;
    padding-left: 40px;
    background: #f6f6f6 url(../images/66.png) no-repeat 15px center
}

.shopping-list .btn .btn2 {
    margin-left: 17px;
    text-align: left;
    padding-left: 33px;
    background: #f6f6f6 url(../images/67.png) no-repeat 15px center
}

.shopping-list .btn .btn3 {
    float: right;
    width: 118px;
    border-radius: 20px;
    background: #10447d;
    color: #fff;
    border: none
}

.delivery-address {
    padding: 0 38px 0 28px
}

.delivery-address .tt1 {
    margin-bottom: 55px
}

.delivery-address .tt1 span {
    font-size: 18px;
    color: #383838;
    font-weight: bold
}

.delivery-address .tt1 em {
    color: #6b6b6b;
    background: url(../images/68.png) no-repeat left center;
    padding-left: 30px
}

.delivery-address .list .item {
    color: #6a6a6a;
    margin-bottom: 35px
}

.delivery-address .list .item input {
    vertical-align: -2px
}

.delivery-address .list .item .name {
    width: 10%;
    text-align: center
}

.delivery-address .list .item .add {
    width: 41%;
    text-align: left
}

.delivery-address .list .item .tel {
    width: 10%
}

.payment {
    float: left;
    width: 49%;
    color: #6b6b6b
}

.payment .tt1 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    color: #383838;
    padding-bottom: 10px;
    font-weight: bold;
    margin: 0
}

.payment a {
    width: 105px;
    height: 27px;
    line-height: 27px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #939393;
    margin: 27px 0 40px 0;
    text-align: center;
    margin-right: 18px
}

.payment a:hover,
.payment a.active {
    border-color: #10447d
}

.payment .btn1 {
    background: url(../images/69.png) no-repeat 10px center
}

.payment .btn2 {
    background: url(../images/70.png) no-repeat 10px center
}

.delivery {
    float: right;
    width: 49%
}

.delivery .tt1 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px
}

.delivery a {
    width: 105px;
    height: 27px;
    line-height: 27px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #939393;
    text-align: center;
    margin: 27px 0 40px 0;
    margin-right: 18px
}

.delivery a:hover,
.delivery a.active {
    border-color: #10447d
}

.complete .icon {
    height: 100px;
    background: url(../images/71.png) no-repeat center
}

.complete .txt {
    text-align: center;
    color: #6a6a6a;
    font-size: 20px
}

.complete .txt span {
    font-size: 24px;
    color: #ff0000
}

.complete .btn-payment a {
    width: 108px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px;
    background: #f4f4f4;
    transition: all 0s;
    -webkit-transition: all 0s
}

.complete .btn-payment a img {
    margin-right: 5px;
    vertical-align: -5px
}

.complete .btn-payment a.cur,
.complete .btn-payment a:hover {
    background: url(../images/payment_bg.png) no-repeat center
}

.complete .payment-txt {
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #f5f5f5
}

.complete .btn {
    display: table;
    margin: 0 auto;
    width: 210px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #10447d;
    font-size: 18px;
    font-weight: bold;
    border-radius: 1px;
    border-radius: 20px
}

.tidings .table {
    overflow-x: auto
}

.tidings .tab-head {
    border-bottom: 1px solid #f2f2f2
}

.tidings .tab-head li {
    float: left;
    width: 95px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid transparent;
    border-top: 2px solid transparent
}

.tidings .tab-head li.cur {
    border: 1px solid #f2f2f2;
    border-top: 2px solid #10447d;
    border-bottom-color: transparent;
    color: #10447d
}

.tidings .tab-head span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background: #fa6e17;
    margin-left: 3px
}

.tidings th {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.tidings td {
    padding: 13px 0;
    line-height: 22px
}

.tidings td input {
    vertical-align: -2px
}

.tidings i {
    width: 15px;
    height: 14px;
    vertical-align: -2px;
    margin: 0 8px;
    background: url(../images/tidings_icon1.png) no-repeat center
}

.tidings i.cur {
    background: url(../images/tidings_icon2.png) no-repeat center
}

.tidings .tab-body tr:nth-child(even) {
    background: #fafafa
}

.tidings .tab-body a {
    color: #fa6e17
}

.bid .bid-nav-w select {
    font-size: 14px;
    color: #0062b2;
    font-weight: bold;
    background: #f3f5f9
}

.bid th:first-child,
.bid td:first-child {
    text-align: left
}

.bid th {
    height: 50px;
    line-height: 50px;
    color: #0062b2;
    padding: 0 28px;
    background: #f3f5f9
}

.bid td {
    padding: 12px 28px;
    line-height: 22px;
    border-bottom: 1px dashed #ebebeb
}

.bid .cur1 {
    color: #afafaf
}

.bid .cur2 {
    color: #0062b2
}

.bid .cur3 {
    color: #ff0000
}

.bid .btn-w {
    max-width: 248px;
    margin: 0 auto
}

.bid .btn {
    display: block;
    height: 48px;
    line-height: 46px;
    border: 1px solid #10447d;
    color: #10447d;
    margin: 14px 0
}

.bid .btn input {
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer
}

.bid .btn.btn2 {
    color: #fff;
    background: #10447d
}

.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
    background: #10447d
}

.in-page {
    display: table;
    margin: 0 auto;
    color: #888
}

.in-page a,
.in-page em {
    float: left;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    border: 1px solid #e8e8e8
}

.in-page a {
    margin-bottom: 5px
}

.in-page a:hover,
.in-page a.cur {
    color: #fff;
    border-color: #10447d;
    background: #10447d
}

.in-page .page-input {
    border: 1px solid #ccc
}

.in-page .page-input .txt {
    padding: 0 5px;
    width: 35px
}

.in-page .page-input .btn {
    padding: 0 10px;
    line-height: 33px
}

.in-page i {
    color: #10447d;
    margin: 0 2px
}

.tab-head li {
    cursor: pointer
}

.tab-body li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
}

.tab-body li.cur {
    visibility: visible;
    opacity: 1;
    height: inherit
}

.edit {
    overflow: hidden
}

.edit span {
    display: inline
}

.edit img {
/* width: auto !important; */
 /* height: auto !important; */
}

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 25px;
    height: 25px;
    padding: 25px;
    border-radius: 50%;
    background: #090908;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide::before,
.fix-wrap .hide::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 1px;
    height: 55%;
    margin-top: -27.5%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%
}

.fix-video video {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.fix-pics {
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent
}

.fix-pic-slider .item::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9)
}

.fix-pic-slider img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: inherit
}

.fix-pic-slider em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: 'SimSun', 'NSimSun', 'Serif', 'Georgia';
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9)
}

.fix-pic-slider .slick-prev {
    left: 1%
}

.fix-pic-slider .slick-next {
    right: 1%
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

.fix-search {
    padding: 0 2.5%;
    background: #222
}

.fix-search:hover .search::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.fix-search .search {
    position: relative;
    width: 100%;
    height: 125px;
    color: #555;
    padding-left: 88px;
    font-size: 66px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center
}

.fix-search .search::before,
.fix-search .search::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 1s;
    -webkit-transition: all 1s
}

.fix-search .search::before {
    background: #515151
}

.fix-search .search::after {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.fix-search .txt,
.fix-search .btn {
    color: #555;
    background: transparent
}

.fix-search .txt {
    width: 100%;
    text-align: center;
    font-size: 66px;
    padding-right: 2%
}

.fix-search .btn {
    font-size: 24px
}

@media (max-width:1200px) {
    .mauto {
        max-width: 92%
    }

 
   




}

@media (max-width:1024px) {
    body {
        padding-top: 70px
    }

    .header {
        display: none
    }

    .header-m {
        display: block !important;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        top: 50%;
        left: calc(35px / 2);
        content: '';
        width: 25px;
        height: 1px;
        z-index: 9999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #10447d
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #ebebeb;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
    .tu a  {
        display: block;
        width: 100%;
    }
    .tu1 {
        float: none;
        width: 100%!important;
        display: block;
        margin-bottom: 20px;
    }
    .tu2 {
        float: none;
        display: block;
        width: 100%!important;
    }
    .font {
        
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .links  {
        display: block;
            width: 100%;
            margin-bottom: 20px;
    
      }
    
      .botlinks .links-wrap {
        width: 100%;
      }
    

}

@media (max-width:767px) {
    .i-banner .sm-db {
        display: block !important
    }

    .i-guide li {
        padding-bottom: 50%
    }

    .i-about .list1 .item,
    .i-about .sliders-w {
        padding-right: 0;
        margin-bottom: .3rem
    }

    .main-nav-p {
        display: none
    }

    .main-nav-m {
        display: block;
        position: relative;
        z-index: 555;
        cursor: pointer
    }

    .main-nav-m .title {
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        background: #10447d
    }

    .main-nav-m .title strong {
        color: #fff;
        font-size: 16px;
        font-weight: bold
    }

    .main-nav-m .title i {
        position: absolute;
        content: '';
        width: 45px;
        height: 100%;
        right: 0
    }

    .main-nav-m .title i::before,
    .main-nav-m .title i::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .main-nav-m .title i::before {
        left: 46%;
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m .title i::after {
        right: 46%;
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::before {
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::after {
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m ul {
        display: none;
        position: absolute;
        top: 45px;
        width: 100%;
        padding: 0 10px;
        background: rgba(16, 68, 125, 0.8);
        color: #fff
    }

    .main-nav-m ul li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .main-nav-m ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55)
    }

    .news-list li .info-w {
        height: 110px
    }

    .news-list li .date {
        width: 70px
    }

    .news-list li .date em {
        font-size: 22px
    }

    .news-list li .info {
        width: calc(100% - 70px)
    }

    .news-info .rel {
        padding: .15rem
    }

    .news-info .rel .tt1 h3 {
        width: 100%;
        font-size: .35rem;
        padding-top: .35rem
    }

    .news-info .rel .tt1 span {
        padding: .1rem 0 .05rem 0
    }

    .news-info .return {
        position: relative;
        top: .1rem;
        left: 0
    }

    .news-info .news-share {
        position: inherit;
        left: 0;
        right: 0;
        display: table;
        margin: .15rem auto .2rem auto
    }

    .member .head .info-l {
        text-align: center;
        line-height: 25px
    }

    .member .head .info-l .img {
        margin: 0 auto
    }

    .member .head .info-r a {
        margin: .2rem 0
    }

    .member .con-l {
        position: relative
    }

    .member .con-l ul {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.9)
    }

    .order-nav a {
        width: 48%
    }

    .administration {
        width: 100%;
        padding: .35rem 10px 0 10px
    }

    .administration label {
        width: 33%
    }

    .add-bottom {
        padding: 0 10px
    }

    .administration .item {
        line-height: 30px
    }

    .administration .txt {
        width: 61%
    }

    .administration select {
        width: 18%
    }

    .administration .txt1,
    .administration .txt2,
    .administration .txt3 {
        width: 16%
    }

    form span.pl10 {
        display: block;
        padding: 0;
        line-height: 25px
    }

    .administration .checkbox-txt {
        line-height: inherit
    }

    .add-bottom ul {
        margin: 20px -15px 45px -15px;
        width: 111%
    }

    .add-bottom ul li>div {
        width: 16%
    }

    .add-bottom ul li .item3 {
        width: 20%
    }

    .add-bottom ul li>div i {
        display: none
    }

    .fix-video .video-wrap {
        max-width: 90%
    }

    .fix-search {
        padding: 0 15px
    }

    .fix-search .search {
        height: 65px;
        padding-left: 0;
        background: none
    }

    .fix-search .txt {
        font-size: 20px;
        text-align: left;
        padding: 0 10px
    }

    .fix-search .btn {
        font-size: 22px;
        color: #777
    }

}

@keyframes resize {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale(5, 5)
    }

    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes resize {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }

    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}