:root {
    --theme-color1: #333333; /* 字体颜色变量 */
    --theme-color2: #F9F9F9; /* 板块颜色变量 */
    --theme-color3: #EFF5FB; /* 背景颜色变量 */
    --theme-color4: #028BF3; /* 按钮颜色变量 */
    --theme-color-border-bt: #5DB8FE; /* 边框颜色变量 */
    --theme-color-font-title: white; /* 标题字体颜色变量 */
}

*{-webkit-tap-highlight-color: transparent;  margin:0; padding:0;}
a:focus, *:focus {outline:none;}
html{font-family: "微软雅黑"; font-size: 20px;-webkit-text-size-adjust:none;}
body{background: var(--theme-color3); -webkit-text-size-adjust: 100% !important;}

a{text-decoration: none;color: black; outline:none;}
b{font-weight: 400;}
li{list-style:none;}
img{vertical-align:middle; border:0 none;}
input[type=submit]{-webkit-appearance:none;}  /*去除input默认样式*/
input[type=button]{-webkit-appearance:none;}

/*去除input默认样式*/

/*===========================================*/
/*刷新*/
.Refresh-box{
    width: 100%;
    height: 1334px;
    background: var(--theme-color2);
    position: relative;
    display: none;
} 
.Refresh-box > .Refresh{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.Refresh-box > .Refresh > i.icon{
    display: inline-block;
    height: 60px;
    width: 60px;
    background: url('icon-img/rotate2.png') center no-repeat;
    background-size: cover;
}

.Refresh-box > .Refresh > .Refresh_rotate2{
    transform-origin: center center;
    animation: Refresh2 1000ms infinite linear;
    -moz-animation: Refresh2 1000ms infinite linear;
    -webkit-animation: Refresh2 1000ms infinite linear;
    -o-animation: Refresh2 1000ms infinite linear;
}
@keyframes Refresh2 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes Refresh2 /* Firefox */
{
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes Refresh2 /* Safari and Chrome */
{
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-o-keyframes Refresh2 /* Opera */
{
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}

/*首页*/
/*===========================================*/
.Reference {
    width: 750px;
    height: auto;
    background: var(--theme-color2);
    margin: 0 auto;
}

.Reference > .header {
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.Reference > .header .header-nav{
    width: 690px;
    height: 90px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
}
.Reference > .header .header-nav .header-left{
    width: 20%;
    height: 90px;
    float: left;
}
.Reference > .header .header-nav .header-left > a.logo{
    display: inline-block;
    width: 120px;
    height: 53px;
    margin: 18.5px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Reference > .header .header-nav .header-center{
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}
.Reference > .header .header-nav .header-center > .a-box{
    display: inline-block;
    height: 90px;
}

.Reference > .header .header-nav .header-center > .a-box > a{
    display: inline-block;
    height: 90px;
    float: left;

    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}
.Reference > .header .header-nav .header-center > .a-box > a.a2{
    width: 34px;
    height: 90px;
    margin-left: 6px;
    position: relative;
}
.Reference > .header .header-nav .header-center > .a-box > a.a2 > .icon{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: red;
    position: absolute;
    top: 28px;
    left: 0;
    background: url('icon-img/rotate-gray.png') center no-repeat;
    background-size: cover;
}

.Reference > .header .header-nav .header-center > .a-box > a.a2 > .Refresh_rotate{
    transform-origin: center center;
    animation: Refresh 1000ms infinite linear;
    -moz-animation: Refresh 1000ms infinite linear;
    -webkit-animation: Refresh 1000ms infinite linear;
    -o-animation: Refresh 1000ms infinite linear;
}
@keyframes Refresh {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes Refresh /* Firefox */
{
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes Refresh /* Safari and Chrome */
{
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-o-keyframes Refresh /* Opera */
{
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}

.Reference > .header .header-nav .header-right{
    width: 20%;
    height: 90px;
    float: left;
}

.Reference > .header .header-nav .header-right .public-search{
    display: block;
    width: 40px;
    height: 90px;
    float: right;
}   

.Reference > .header .header-nav .header-right .public-search > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 25px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Reference > .header .header-nav .header-right > .login-pic{
    display: block;
    width: 42px;
    height: 42px;
    margin: 24px 10px 24px 0;
    float: right;
}
.Reference > .header .header-nav .header-right > .login-pic > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Reference > .body-box {
    width: 100%;
    margin: 0;
}

.Reference > .body-box .main {
    width: 100%;
    height: auto;
    margin: 170px 0 0;
}

.Reference > .body-box .main .bread-box {
    width: 100%;
    height: 80px;
    background: #F0F0F0;
}

.Reference > .body-box .main .bread-box .bread {
    width: 690px;
    height: 80px;
    padding: 0 30px;
    overflow: hidden;
}

.Reference > .body-box .main .bread-box .bread .list {
    display: inline-block;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.Reference > .body-box .main .bread-box .bread .list > a {
    display: inline-block;
    height: 80px;
    float: left;
}

.Reference > .body-box .main .bread-box .bread .list a.a1 {
    padding: 0 10px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #666666;
}

.Reference > .body-box .main .bread-box .bread .list a.a2 {
    width: 8px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*模块一*/
.Reference > .body-box .main > .v1 {
    width: 100%;
    height: 110px;
    position: relative;
}

.Reference > .body-box .main > .v1 > .Close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 37px;
    right: 32px;
    background: url('icon-img/Close.png') center no-repeat;
    background-size: cover;
}

/*模块二*/
.Reference > .body-box .main > .v2 {
    /* width: 100%; */
    min-height: 81px;
    /* background: #103F46; */
    position: fixed;
    top: 90px;
    z-index: 100;
}

.Reference > .body-box .main > .v2 > .v2-top {
    width: 690px;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
    text-align: center;
}

.Reference > .body-box .main > .v2 > .v2-top > .left {
    display: inline-block;
    max-width: 80%;
    height: 80px;
    /*float: left;*/
}

.Reference > .body-box .main > .v2 > .v2-top > .left > span {
    display: inline-block;
    font-family: "微软雅黑";
    color: var(--theme-color-font-title);
    float: left;
}
.Reference > .body-box .main > .v2 > .v2-top > .left > span.sp1{
    font-size: 1.5rem;
}
.Reference > .body-box .main > .v2 > .v2-top > .left > span.sp2{
    font-size: 1.2rem;
}

/*=============================*/
.Reference > .body-box .main > .v2 > .v2-top > .right {
    display: inline-block;
    max-width: 50%;
    height: 80px;
    float: right;
    text-align: right;
    cursor: pointer;
}
.Reference > .body-box .main > .v2 > .v2-top > .right > span {
    display: inline-block;
    height: 80px;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: var(--theme-color-font-title);
    float: right;
}
.Reference > .body-box .main > .v2 > .v2-top > .right > span.sp1 {
    line-height: 80px;
}
.Reference > .body-box .main > .v2 > .v2-top > .right > span.sp2 {
    width: 28px;
    height: 80px;
    margin-left: 16px;
}
.Reference > .body-box .main > .v2 > .v2-top > .right > span.sp2 > i.icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 29px 0 27px;
    background-image: url('icon-img/sx.png');
    background-size: cover;
}

.Reference > .body-box .main > .v2 > .v2-top > .content{
    display: inline-block;
    width: 140px;
    height: 46px;
    margin: 17px 20px 0 0;
    border-radius: 4px;
    background: var(--theme-color1);
    float: right;
    text-align: center;
}

.Reference > .body-box .main > .v2 > .v2-top > .content > .span-box{
    display: inline-block;
    height: 46px;
}

.Reference > .body-box .main > .v2 > .v2-top > .content > .span-box > span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    float: left;
}

.Reference > .body-box .main > .v2 > .v2-top > .content > .span-box > span.sp1{
    display: inline-block;
    width: 33px;
    height: 46px;
}

.Reference > .body-box .main > .v2 > .v2-top > .content > .span-box > span.sp1 > i.icon{
    display: inline-block;
    width: 33px;
    height: 28px;
    margin: 9px 0;
    background: url('icon-img/tg.png') center no-repeat;
    background-size: cover;
}

.Reference > .body-box .main > .v2 > .v2-top > .content > .span-box > span.sp2{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 1.5rem;
    color: var(--theme-color2);
    margin-left: 8px;
}


.Reference > .body-box .main > .v2 > .v2-bottom {
    width: 690px;
    height: 98px;
    padding: 0 30px;
    display: none;
}

.Reference > .body-box .main > .v2 > .v2-bottom > .item-box {
    display: inline-block;
    height: 98px;
    float: left;
}

.Reference > .body-box .main > .v2 > .v2-bottom > .item-box > .item {
    width: 187px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #186770;
    float: left;
    margin: 17px 14px 17px 0;
}

.Reference > .body-box .main > .v2 > .v2-bottom > .item-box > .item > a {
    font-size: 1.4rem;
    color: var(--theme-color1);
}

.Reference > .body-box .main > .v2 > .v2-bottom > .text {
    display: inline-block;
    height: 98px;
    line-height: 98px;
    float: right;
}

.Reference > .body-box .main > .v2 > .v2-bottom > .text > span {
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: var(--theme-color1);
}

/*模块三*/
.Reference > .body-box .main > .v3 {
    width: 100%;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main > .v3 > .list-box {
    width: 100%;
    min-height: 0;
}

.Reference > .body-box .main > .v3 > .list-box > .list {
    width: 750px;
    min-height: 0;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv1 {
    width: 100%;
    height: 135px;
    background: var(--theme-color3);
    position: relative;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv1 > .time {
    width: 320px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: var(--theme-color4);
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv1 > .time > .sp {
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: var(--theme-color-font-title);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv1 > .time > .ss {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-top: 11px solid var(--theme-color4);
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 {
    width: 750px;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top {
    display: block;
    width: 690px;
    min-height: 54px;
    /*line-height: 54px;*/
    padding: 20px 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
    overflow: hidden;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top > .top-left{
    width: 644px;
    min-height: 54px;
    float: left;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top > .top-left .sp1 {
    display: inline-block;
    width: 80px;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    margin: 8px 4px 8px 0;
    background: var(--theme-color1);
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: black;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top > .top-left .sp2 {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--theme-color-font-title);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top > .top-right{
    width: 16px;
    min-height: 54px;
    float: right;
    overflow: hidden;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-top > .top-right span{
    display: inline-block;
    width: 16px;
    height: 28px;
    background: url('icon-img/right3.png') center no-repeat;
    background-size: cover;
    float: left;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden {
    width: 100%;
    min-height: 0;
    background: var(--theme-color2);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .content {
    width: 690px;
    min-height: 80px;
    padding: 20px 30px;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p {
    height: 100%;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    text-align: justify;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p span{
    height: 100%;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    text-align: justify;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p i {
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color4);
    margin-right: 6px;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color4);
}

/*视频*/
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box {
    width: 690px;
    height: 412px;
    padding: 10px 30px;
    overflow: hidden;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic{
    width: 690px;
    height: 412px;
    position: relative;
    display: none;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -47px;
    background: rgba(255,255,255,0.2);
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play > i.icon{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 25px;
    background: url('icon-img/play-sj.png') center no-repeat;
    background-size: cover;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video{
    width: 690px;
    height: 412px;
    /*display: none;*/
}

/*图片*/
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box {
    width: 690px;
    min-height: 0;
    padding: 0 30px;
    overflow: hidden;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic {
    width: 224px;
    height: 224px;
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic:nth-child(3n+1) {
    margin-left: 0;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img {
    width: 690px;
    height: 82px;
    padding: 0 30px;
    background: var(--theme-color2);
    border-bottom: 1px solid var(--theme-color-border-bt);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left {
    width: 50%;
    height: 82px;
    line-height: 82px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--theme-color1);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left > a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right {
    width: 50%;
    height: 82px;
    float: right;
    position: relative;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;

    background: -webkit-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Firefox 3.6 - 15 */
    background: radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* 标准的语法 */
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box > .pic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 11px;
    border: 1px solid var(--theme-color1);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man {
    display: inline-block;
    width: 265px;
    height: 58px;
    line-height: 58px;
    float: right;
    margin: 12px 80px 12px 0;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    float: left;
}
.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span:nth-child(1){
    width: 128px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span:nth-child(2){
    max-width: 137px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom {
    width: 100%;
    height: 85px;
    background: var(--theme-color2);
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li {
    width: 250px;
    height: 33px;
    float: left;
    margin: 26px 0;
    position: relative;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li:nth-child(2) {
    width: 248px;
    border-left: 1px solid #186770;
    border-right: 1px solid #186770;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box {
    width: 250px;
    height: 85px;
    position: absolute;
    top: -26px;
    left: 0;
    text-align: center;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 {
    width: 35px;
    float: left;
    margin-right: 15px;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 > i.icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 25px 0;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp2 {
    line-height: 82px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    float: left;
}

.Reference > .body-box .main > .v3 > .Load {
    width: 640px;
    height: 60px;
    margin: 20px auto;
    line-height: 60px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    font-weight: 700;
    color: #929292;
    position: relative;
}

.Reference > .body-box .main > .v3 > .Load > .dv1 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 200px;
}

.Reference > .body-box .main > .v3 > .Load > .dv1 > i {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('icon-img/rotate.png');
    background-size: cover;
}

.Reference > .body-box .main > .v3 > .Load > .dv1 > .spiner {
    transform-origin: center center;
    animation: spin 800ms infinite linear;

    -moz-animation: spin 800ms infinite linear;
    -webkit-animation: spin 800ms infinite linear;
    -o-animation: spin 800ms infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin /* Firefox */
{
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin /* Safari and Chrome */
{
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spin /* Opera */
{
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

.Reference > .body-box .main > .v3 > .Load > .dv2 {
    width: 600px;
    height: 60px;
    padding-left: 40px;
    line-height: 60px;
    text-align: center;
}

/*轮播*/
.banner-box {
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    vertical-align: middle;
    overflow-y: auto;
}
.banner-box .banner{
    width: 100%;
    height: 100%;
}
.banner-box .banner img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-width: 750px;
    max-height: 100vh;
}

.banner-box .close{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 60px;
}
.banner-box .close > span{
    display: block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background: var(--theme-color2);

    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.banner-box > .slider {
    width: 750px;
    height: 100%;
    background: black;
    margin-left: 50%;
    position: relative;
}

.banner-box > .slider > ul {
    width: 100%;
    height: 100vh;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-box > .slider > ul > li {
    display: inline;
    width: 750px;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    float: left;
}

.banner-box > .slider > ul > li > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-width: 750px;
    max-height: 100vh;
}

/*筛选*/
.screen-box {
    width: 750px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 375px;
    overflow: hidden;
    z-index: 10000;
}

.screen-box > .screen {
    width: 656px;
    height: 100%;
    background: var(--theme-color3);
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
}

.screen-box > .screen > .drop-down {
    width: 100%;
    min-height: 0;
    margin-bottom: 60px;
}

.screen-box > .screen > .drop-down > .s1 {
    width: 596px;
    height: 108px;
    padding: 0 30px;
    border-bottom: 1px solid var(--theme-color-border-bt);
}

.screen-box > .screen > .drop-down > .s1 > .s1-left {
    width: 50%;
    height: 108px;
    line-height: 108px;
    overflow: hidden;
    float: left;
}

.screen-box > .screen > .drop-down > .s1 > .s1-left > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s1 > .s1-right {
    width: 50%;
    height: 108px;
    overflow: hidden;
    float: right;
    position: relative;
}

.screen-box > .screen > .drop-down > .s1 > .s1-right > span {
    display: inline-block;
    width: 36px;
    height: 108px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    position: absolute;
    top: 0;
    right: -30px;
}
.screen-box > .screen > .drop-down > .s1 > .s1-right > span > i.icon{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 36px 0;
    background-image: url('icon-img/close3.png');
    background-size: cover;
    cursor: pointer;
}


/*社团类型*/
.screen-box > .screen > .drop-down > .s2 {
    width: 596px;
    height: 100px;
    line-height: 100px;
    padding: 0 30px 10px;
}

.screen-box > .screen > .drop-down > .s2 > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s3 {
    width: 596px;
    min-height: 0;
    padding: 0 30px;
    overflow: hidden;
}

.screen-box > .screen > .drop-down > .s3 > .list {
    width: 180px;
    height: 64px;
    background: #0F3D42;
    border-radius: 4px;
    margin-left: 28px;
    margin-bottom: 28px;
    float: left;
    text-align: center;
}

.screen-box > .screen > .drop-down > .s3 > .list:nth-child(3n+1) {
    margin-left: 0;
}

.screen-box > .screen > .drop-down > .s3 > .list > a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
}

/*类型细分*/
.screen-box > .screen > .drop-down > .s4 {
    width: 596px;
    height: 100px;
    line-height: 100px;
    padding: 0 30px 10px;
}

.screen-box > .screen > .drop-down > .s4 > span {
    font-family: "微软雅黑";
    font-weight: 400;
    color: var(--theme-color1);
}
.screen-box > .screen > .drop-down > .s4 > span.sp1{
    font-size: 1.6rem;
}
.screen-box > .screen > .drop-down > .s4 > span.sp2{
    font-size: 1.2rem;
}

.screen-box > .screen > .drop-down > .s5 {
    width: 596px;
    min-height: 0;
    padding: 0 30px;
    overflow: hidden;
}

.screen-box > .screen > .drop-down > .s5 > .list {
    width: 180px;
    height: 64px;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 28px;
    margin-bottom: 28px;
    float: left;
    text-align: center;
}

.screen-box > .screen > .drop-down > .s5 > .list:nth-child(3n+1) {
    margin-left: 0;
}

.screen-box > .screen > .drop-down > .s5 > .list > b {
    height: 64px;
    line-height: 64px;
    margin-right: 6px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
    display: none;
}

.screen-box > .screen > .drop-down > .s5 > .list > b > i.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('icon-img/yes.png');
    background-size: cover;
}

.screen-box > .screen > .drop-down > .s5 > .list > a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s5 > .list > .show {
    display: inline-block;
    color: var(--theme-color4);
}

/*时间查找*/
.screen-box > .screen > .drop-down > .s6 {
    width: 596px;
    height: 100px;
    line-height: 100px;
    padding: 0 30px 10px;
}

.screen-box > .screen > .drop-down > .s6 > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s7 {
    width: 596px;
    min-height: 0;
    padding: 0 30px;
    overflow: hidden;
}

.screen-box > .screen > .drop-down > .s7 > .list {
    width: 180px;
    height: 64px;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 28px;
    margin-bottom: 28px;
    float: left;
    text-align: center;
}

.screen-box > .screen > .drop-down > .s7 > .list:nth-child(3n+1) {
    margin-left: 0;
}

.screen-box > .screen > .drop-down > .s7 > .list > b {
    height: 64px;
    line-height: 64px;
    margin-right: 6px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
    display: none;
}

.screen-box > .screen > .drop-down > .s7 > .list > b > i.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('icon-img/yes.png');
    background-size: cover;
}

.screen-box > .screen > .drop-down > .s7 > .list > a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s7 > .list > .show {
    display: inline-block;
    color: var(--theme-color4);
}

.screen-box > .screen > .drop-down > .s8 {
    width: 596px;
    height: 64px;
    padding: 0 30px;
}

.screen-box > .screen > .drop-down > .s8 > .time-left {
    width: 270px;
    height: 64px;
    background: #0F3D42;
    border-radius: 4px;
    float: left;
    position: relative;
}

.screen-box > .screen > .drop-down > .s8 > .time-left > input {
    width: 250px;
    height: 64px;
    padding-left: 20px;
    border-style: none;
    background: transparent;

    font-family: "微软雅黑";
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s8 > .time-left > .ss {
    width: 22px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 20px;
}

.screen-box > .screen > .drop-down > .s8 > .time-left > .ss > i.icon {
    display: inline-block;
    width: 22px;
    height: 13px;
    margin: 22.5px 0;
    background-image: url('icon-img/sjx.png');
    background-size: cover;
}

.screen-box > .screen > .drop-down > .s8 > .time-center {
    width: 56px;
    height: 64px;
    line-height: 64px;
    float: left;
    text-align: center;
}

.screen-box > .screen > .drop-down > .s8 > .time-center > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: #666666;
}

.screen-box > .screen > .drop-down > .s8 > .time-right {
    width: 270px;
    height: 64px;
    background: #0F3D42;
    border-radius: 4px;
    float: right;
    position: relative;
}

.screen-box > .screen > .drop-down > .s8 > .time-right > input {
    width: 250px;
    height: 64px;
    padding-left: 20px;
    border-style: none;
    background: transparent;

    font-family: "微软雅黑";
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.screen-box > .screen > .drop-down > .s8 > .time-right > .ss {
    width: 22px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 20px;
}

.screen-box > .screen > .drop-down > .s8 > .time-right > .ss > i.icon {
    display: inline-block;
    width: 22px;
    height: 13px;
    margin: 22.5px 0;
    background-image: url('icon-img/sjx.png');
    background-size: cover;
}

.screen-box > .screen > .drop-down > .s8-Prompt{
    width: 596px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}
.screen-box > .screen > .drop-down > .s8-Prompt > span{
    font-family: "微软雅黑";
    font-size: 1.2rem;
    font-weight: 400;
    color: #DC5257;
    display: none;
}

.screen-box > .screen > .drop-down > .s9 {
    width: 596px;
    height: 76px;
    line-height: 76px;
    padding: 0 30px;
}

.screen-box > .screen > .drop-down > .s9 > .Selected {
    width: 20px;
    height: 20px;
}

.screen-box > .screen > .drop-down > .s9 > label {
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color1);
    margin-left: 10px;
}

.screen-box > .screen > .drop-down > .s10 {
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.screen-box > .screen > .drop-down > .s10 > .Reset {
    width: 50%;
    height: 86px;
    line-height: 86px;
    float: left;
    background: white;
    text-align: center;
    cursor: pointer;
}

.screen-box > .screen > .drop-down > .s10 > .Reset > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color4);
}

.screen-box > .screen > .drop-down > .s10 > .Determine {
    width: 50%;
    height: 86px;
    line-height: 86px;
    float: right;
    background: var(--theme-color4);
    text-align: center;
    cursor: pointer;
}

.screen-box > .screen > .drop-down > .s10 > .Determine > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: white;
}

/*分享弹窗*/
.Reference .share-box{
    width: 678px;
    height: 255px;
    padding: 60px 36px 45px;
    background: white;
    margin-left: -375px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 400;
    display: none;
}

.Reference .share-box .list-box{
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.Reference .share-box .list-box .li{
    width: 226px;
    height: 174px;
    float: left;
}
.Reference .share-box .list-box .li > a.pic{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;

    font-family: "微软雅黑";
    font-size: 1.2rem;
    font-weight: 400;
    color: black;
}
.Reference .share-box .list-box .li > .text{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;

    font-family: "微软雅黑";
    font-size: 1.2rem;
    font-weight: 400;
    color: black;
}

.Reference .share-box .cancel{
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #F0F0F0;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: black;
}

/*定位*/
.Reference_fixed{
    width: 80px;
    height: 180px;
    position: fixed;
    bottom: 10%;
    right: 20px;
}

.Reference_fixed > .fixed_tg{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid var(--theme-color2);
    background: rgba(48,231,253,0.5);
}
.Reference_fixed > .fixed_tg > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 18px;
    background: url('icon-img/tg.png') center;
    background-size: cover;
}


.Reference_fixed > .fixed_nav{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid var(--theme-color2);
    background: rgba(2,139,243,0.5);
    margin-top: 20px;
    display: none;
}
.Reference_fixed > .fixed_nav > i.icon{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 20px;
    background: url('icon-img/Returning.png') center;
    background-size: cover;
    cursor: pointer;
}

/*================================*/
/*================================*/
.Reference > .body-box .main-2 {
    width: 100%;
    height: auto;
    margin: 90px 0 0;
}

.Reference > .body-box .main-2 .bread-box {
    width: 100%;
    height: 80px;
    background: #F0F0F0;
}

.Reference > .body-box .main-2 .bread-box .bread {
    width: 690px;
    height: 80px;
    padding: 0 30px;
    overflow: hidden;
}

.Reference > .body-box .main-2 .bread-box .bread .list {
    display: inline-block;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.Reference > .body-box .main-2 .bread-box .bread .list > a {
    display: inline-block;
    height: 80px;
    float: left;
}

.Reference > .body-box .main-2 .bread-box .bread .list a.a1 {
    padding: 0 10px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #666666;
}

.Reference > .body-box .main-2 .bread-box .bread .list a.a2 {
    width: 8px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*模块一*/
.Reference > .body-box .main-2 > .v1 {
    width: 100%;
    height: 110px;
    position: relative;
}

.Reference > .body-box .main-2 > .v1 > .Close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 37px;
    right: 32px;
    background-image: url('icon-img/Close2.png');
    background-size: cover;
}

/*模块二*/
.Reference > .body-box .main-2 > .v2 {
    width: 100%;
    /* background: #103F46; */
    position: fixed;
    z-index: 100;
}

.Reference > .body-box .main-2 > .v2 > .v2-top {
    width: 690px;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .left {
    display: inline-block;
    max-width: 80%;
    height: 80px;
    float: left;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .left > span {
    font-family: "微软雅黑";
    color: var(--theme-color1);
}
.Reference > .body-box .main-2 > .v2 > .v2-top > .left > span.sp1{
    font-size: 1.5rem;
}
.Reference > .body-box .main-2 > .v2 > .v2-top > .left > span.sp2{
    font-size: 1.2rem;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .right {
    display: inline-block;
    max-width: 50%;
    height: 80px;
    float: right;
    text-align: right;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .right > span {
    display: inline-block;
    height: 80px;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: var(--theme-color1);
    float: right;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .right > span.sp1 {
    line-height: 80px;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .right > span.sp2 {
    width: 28px;
    height: 80px;
    margin-left: 16px;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .right > span.sp2 > i.icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 29px 0 27px;
    background-image: url('icon-img/sx.png');
    background-size: cover;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content{
    display: inline-block;
    width: 140px;
    height: 46px;
    margin: 17px 20px 0 0;
    border-radius: 4px;
    background: var(--theme-color1);
    float: right;
    text-align: center;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content > .span-box{
    display: inline-block;
    height: 46px;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content > .span-box > span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    float: left;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content > .span-box > span.sp1{
    display: inline-block;
    width: 33px;
    height: 46px;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content > .span-box > span.sp1 > i.icon{
    display: inline-block;
    width: 33px;
    height: 28px;
    margin: 9px 0;
    background: url('icon-img/tg.png') center;
    background-size: cover;
}

.Reference > .body-box .main-2 > .v2 > .v2-top > .content > .span-box > span.sp2{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 1.5rem;
    color: var(--theme-color2);
    margin-left: 8px;
}


.Reference > .body-box .main-2 > .v2 > .v2-bottom {
    width: 690px;
    height: 98px;
    padding: 0 30px;
    display: none;
}

.Reference > .body-box .main-2 > .v2 > .v2-bottom > .item-box {
    display: inline-block;
    height: 98px;
    float: left;
}

.Reference > .body-box .main-2 > .v2 > .v2-bottom > .item-box > .item {
    width: 187px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #186770;
    float: left;
    margin: 17px 14px 17px 0;
}

.Reference > .body-box .main-2 > .v2 > .v2-bottom > .item-box > .item > a {
    font-size: 1.4rem;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v2 > .v2-bottom > .text {
    display: inline-block;
    height: 98px;
    line-height: 98px;
    float: right;
}

.Reference > .body-box .main-2 > .v2 > .v2-bottom > .text > span {
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: var(--theme-color1);
}

/*模块三*/
.Reference > .body-box .main-2 > .v3 {
    width: 100%;
    background: var(--theme-color2);
    margin-top: 90px;
    position: relative;
    padding-bottom: 10px;
}

.Reference > .body-box .main-2 > .v3 > .list-box {
    width: 100%;
    min-height: 0;
    padding-top: 80px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list {
    width: 750px;
    min-height: 0;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv1 {
    width: 100%;
    height: 135px;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv1 > .time {
    width: 320px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: #14575F;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv1 > .time > .sp {
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv1 > .time > .ss {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-top: 11px solid #14575F;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 {
    width: 750px;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-top {
    width: 690px;
    min-height: 54px;
    /*line-height: 54px;*/
    padding: 20px 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-top > span {
    display: inline-block;
    width: 80px;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    margin: 8px 4px 8px 0;
    background: var(--theme-color1);
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: black;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-top > a {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden {
    width: 100%;
    min-height: 0;
    background: var(--theme-color2);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .content {
    width: 690px;
    min-height: 80px;
    padding: 20px 30px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p {
    height: 100%;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    text-align: justify;
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p i {
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--theme-color4);
    margin-right: 6px;
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .content > p a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color4);
}

/*视频*/
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box {
    width: 690px;
    height: 412px;
    padding: 10px 30px;
    overflow: hidden;
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic{
    width: 690px;
    height: 412px;
    position: relative;
    display: none;
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -47px;
    background: rgba(255,255,255,0.2);
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play > i.icon{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 25px;
    background-image: url('icon-img/play-sj.png');
    background-size: cover;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video{
    width: 690px;
    height: 412px;
    /*display: none;*/
}

/*图片*/
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box {
    width: 690px;
    min-height: 0;
    padding: 10px 30px;
    overflow: hidden;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic {
    width: 224px;
    height: 224px;
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic:nth-child(3n+1) {
    margin-left: 0;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img {
    width: 690px;
    height: 82px;
    padding: 0 30px;
    background: var(--theme-color2);
    border-bottom: 1px solid var(--theme-color-border-bt);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left {
    width: 50%;
    height: 82px;
    line-height: 82px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left > a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right {
    width: 50%;
    height: 82px;
    float: right;
    position: relative;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;

    background: -webkit-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Firefox 3.6 - 15 */
    background: radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* 标准的语法 */
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box > .pic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 11px;
    border: 1px solid var(--theme-color1);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man {
    display: inline-block;
    width: 265px;
    height: 58px;
    line-height: 58px;
    float: right;
    margin: 12px 80px 12px 0;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    float: left;
}
.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span:nth-child(1){
    width: 128px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span:nth-child(2){
    max-width: 137px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom {
    width: 100%;
    height: 85px;
    background: var(--theme-color2);
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li {
    width: 250px;
    height: 33px;
    float: left;
    margin: 26px 0;
    position: relative;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li:nth-child(2) {
    width: 248px;
    border-left: 1px solid #186770;
    border-right: 1px solid #186770;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box {
    width: 250px;
    height: 85px;
    position: absolute;
    top: -26px;
    left: 0;
    text-align: center;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 {
    width: 35px;
    float: left;
    margin-right: 15px;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 > i.icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 25px 0;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp2 {
    line-height: 82px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    float: left;
}


/*===================================================*/
/*评论弹窗*/
.comment-popups-box{
    width: 100%;
    background: var(--theme-color2);
    margin-top: 30px;
    /*display: none;*/
}
.comment-popups-box .comment-popups{
    width: 750px;
    overflow-y: auto;
}

.comment-popups-box .comment-popups > .header{
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.comment-popups-box .comment-popups > .header .header-nav{
    width: 690px;
    height: 90px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
}
.comment-popups-box .comment-popups > .header .header-nav .header-left{
    width: 20%;
    height: 90px;
    float: left;
}
.comment-popups-box .comment-popups > .header .header-nav .header-left > a.logo{
    display: block;
    width: 20px;
    height: 38px;
    margin: 26px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .header .header-nav .header-center{
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}
.comment-popups-box .comment-popups > .header .header-nav .header-center > a{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
    text-decoration: none;
}

.comment-popups-box .comment-popups > .header .header-nav .header-right{
    width: 20%;
    height: 90px;
    float: left;
}

.comment-popups-box .comment-popups > .header .header-nav .header-right .public-search{
    display: block;
    width: 40px;
    height: 90px;
    float: right;
}

.comment-popups-box .comment-popups > .header .header-nav .header-right .public-search > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 25px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .header .header-nav .header-right > .login-pic{
    display: block;
    width: 42px;
    height: 42px;
    margin: 24px 10px 24px 0;
    float: right;
}
.comment-popups-box .comment-popups > .header .header-nav .header-right > .login-pic > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


.comment-popups-box .comment-popups .main-body{
    width: 100%;
    padding-bottom: 40px;
    background: var(--theme-color2);
}


/*评论*/
.comment-popups-box .comment-popups > .main-body .main-comment{
    width: 100%;
    min-height: 120px;
    background: var(--theme-color2);
}
/*我要评论*/
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment{
    width: 100%;
    min-height: 70px;
}

.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-title{
    width: 690px;
    height: 94px;
    padding: 0 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-title span{
    display: inline-block;
    height: 94px;
    line-height: 94px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-title .sp1 > .pic{
    display: block;
    width: 20px;
    height: 24px;
    margin: 35px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-title .sp2{
    line-height: 94px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: var(--theme-color1);
}

/*登录显示*/
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-login{
    width: 690px;
    height: 50px;
    padding: 32px 30px 22px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-login .Head-portrait{
    width: 50px;
    height: 50px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-login .Head-portrait .pic{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-login .nickname{
    max-width: 140px;
    height: 50px;
    line-height: 49px;
    margin-left: 14px;
    float: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-login .nickname > a{
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: var(--theme-color4);
}

/*输入框*/
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-content{
    width: 690px;
    height: 260px;
    padding: 0 30px;
    margin-top: 20px;
}

.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-content .input-box{
    width: 690px;
    height: 156px;
    background: #F5F5F5;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-content .input-box > textarea{
    width: 650px;
    height: 126px;
    padding: 15px 20px;
    resize: none;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
    overflow-y: auto;
    border-style: none;
    background: transparent;
}

.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-content .input-submit{
    width: 100%;
    height: 54px;
    padding: 22px 0 28px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .I-comment .comment-content .input-submit .submit{
    width: 180px;
    height: 54px;
    background: var(--theme-color4);
    float: right;
    border-radius: 4px;
    border-style: none;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: white;
}

/*最新评论*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments{
    width: 100%;
    min-height: 60px;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .comment-title{
    width: 690px;
    height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #23BBCD;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .comment-title span{
    display: inline-block;
    height: 60px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .comment-title .sp1 > .pic{
    display: block;
    width: 20px;
    height: 24px;
    margin: 18px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .comment-title .sp2{
    line-height: 60px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: var(--theme-color1);
}

/*评论列表*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box{
    width: 750px;
    min-height: 0;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item{
    width: 690px;
    min-height: 0;
    padding: 10px 30px 0;
    border-bottom: 1px solid #23BBCD;
    display: none;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login{
    width: 100%;
    height: 50px;
    padding: 15px 0;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .Head-portrait{
    width: 50px;
    height: 50px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .Head-portrait .pic{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .nickname{
    max-width: 140px;
    height: 50px;
    line-height: 49px;
    margin-left: 14px;
    float: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .nickname > a{
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: var(--theme-color4);
}
/*时间*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .time{
    height: 50px;
    line-height: 49px;
    margin-left: 20px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-login .time span{
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: #18656E;
}


/*评论内容*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-content{
    width: 100%;
    min-height: 0;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .comment-content > p{
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: var(--theme-color1);
}

/*点赞+回复*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply{
    width: 100%;
    height: 40px;
    padding: 34px 0 20px;
}
/*点赞*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise{
    display: inline-block;
    height: 40px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise > span{
    display: block;
    height: 40px;
    float: left;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #186770;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise .sp1{
    margin-right: 10px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise .sp1 > .icon{
    display: block;
    width: 28px;
    height: 28px;
    margin: 6px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise .sp2{
    line-height: 40px;
    margin-right: 10px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .Praise .sp3{
    line-height: 40px;
}
/*回复*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .reply{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Praise-reply .reply > span{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #186770;
    margin-left: 10px;
}

/*回复评论*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Reply-comment{
    width: 100%;
    min-height: 180px;
    display: none;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Reply-comment .Reply-comment-text{
    width: 100%;
    overflow: hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Reply-comment .Reply-comment-text textarea{
    width: 650px;
    height: 126px;
    padding: 15px 20px;
    resize: none;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
    overflow-y: auto;
    border-style: none;
    background: transparent;
    background: #F5F5F5;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Reply-comment .Reply-comment-submit{
    width: 100%;
    min-height: 54px;
    padding: 27px 0 34px;
    overflow: hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .Reply-comment .Reply-comment-submit .submit{
    width: 132px;
    height: 54px;
    background: var(--theme-color4);
    border-radius: 4px;
    border-style: none;
    float: right;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: white;
}

/*列表*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box{
    width: 100%;
    min-height: 0;
    display: none;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list{
    width: 100%;
    min-height: 0;
    margin-bottom: 10px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .name-text{
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .name-text .v1{
    display: inline-block;
    max-width: 140px;
    height: 40px;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: var(--theme-color4);

    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .name-text .v2{
    display: inline-block;
    min-width: 50px;
    height: 40px;
    margin: 0 10px;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #18666F;

    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .name-text .v3{
    display: inline-block;
    max-width: 140px;
    height: 40px;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #18666F;

    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .name-text .v4{
    display: inline-block;
    height: 40px;
    margin-left: 20px;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #18666F;
    float: left;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-text{
    width: 100%;
    min-height: 40px;
    margin: 20px 0;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-text > p{
    width: 100%;
    height: 100%;
    line-height: 46px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #2DDBF0;
}

/*子点赞+回复*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply{
    width: 100%;
    height: 40px;
    padding: 0 0 20px;
}
/*点赞*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise{
    display: inline-block;
    height: 40px;
    float: left;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise > span{
    display: block;
    height: 40px;
    float: left;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #18656E;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise .sp1{
    margin-right: 10px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise .sp1 > .icon{
    display: block;
    width: 28px;
    height: 28px;
    margin: 6px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise .sp2{
    line-height: 40px;
    margin-right: 10px;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .Praise .sp3{
    line-height: 40px;
}

/*回复*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .reply{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-reply .reply > span{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #18656E;
    margin-left: 10px;
}

/*子回复评论*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-comment{
    width: 100%;
    min-height: 180px;
    display: none;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-comment .list-comment-text{
    width: 100%;
    overflow: hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-comment .list-comment-text textarea{
    width: 670px;
    height: 126px;
    padding: 15px 20px;
    resize: none;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: black;
    overflow-y: auto;
    border-style: none;
    background: transparent;
    background: #F5F5F5;
}

.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-comment .list-comment-submit{
    width: 100%;
    min-height: 54px;
    padding: 27px 0 34px;
    overflow: hidden;
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .Latest-item-box .Latest-item .list-box .list .list-comment .list-comment-submit .submit{
    width: 132px;
    height: 54px;
    background: var(--theme-color4);
    border-radius: 4px;
    border-style: none;
    float: right;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: white;
}

/*更多评论*/
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .More-comments{
    width: 100%;
    height: 60px;
    padding: 20px 0;
    /*display: none;*/
}
.comment-popups-box .comment-popups > .main-body .main-comment .Latest-comments .More-comments > a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;

    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #186770;
}


/*模块四*/
.Reference > .body-box .main-2 > .v4 {
    width: 100%;
    background: var(--theme-color2);
    margin-top: 23px;
    position: relative;
    padding-bottom: 30px;
}
.Reference > .body-box .main-2 > .v4 > .list-title{
    width: 690px;
    height: 94px;
    line-height: 94px;
    padding: 0 30px;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
}
.Reference > .body-box .main-2 > .v4 > .list-title > span{
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box {
    width: 100%;
    min-height: 0;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list {
    width: 750px;
    min-height: 0;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv1 {
    width: 100%;
    height: 135px;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv1 > .time {
    width: 320px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: #14575F;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv1 > .time > .sp {
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv1 > .time > .ss {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-top: 11px solid #14575F;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 {
    width: 750px;
    background: var(--theme-color2);
    position: relative;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-top {
    width: 690px;
    min-height: 54px;
    /*line-height: 54px;*/
    padding: 20px 30px;
    border-bottom: 1px solid #5d88fe;

    background: -webkit-linear-gradient(#028BF3, #0176D8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#028BF3, #0176D8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#028BF3, #0176D8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#028BF3, #0176D8); /* 标准的语法 */
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-top > span {
    display: inline-block;
    width: 80px;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    margin: 8px 4px 8px 0;
    background: var(--theme-color1);
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    color: black;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-top > a {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden {
    width: 100%;
    min-height: 0;
    background: var(--theme-color2);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .content {
    width: 690px;
    min-height: 80px;
    padding: 20px 30px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .content > p {
    height: 100%;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    text-align: justify;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .content > p a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color4);
}

/*视频*/
.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .video-box {
    width: 690px;
    height: 412px;
    padding: 10px 30px;
    overflow: hidden;
}
.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic{
    width: 690px;
    height: 412px;
    position: relative;
    display: none;
}
.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -47px;
    background: rgba(255,255,255,0.2);
}
.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video-pic > .play > i.icon{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 25px;
    background-image: url('icon-img/play-sj.png');
    background-size: cover;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .video-box > .video{
    width: 690px;
    height: 412px;
    /*display: none;*/
}

/*图片*/
.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .image-box {
    width: 690px;
    min-height: 0;
    padding: 10px 30px;
    overflow: hidden;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic {
    width: 224px;
    height: 224px;
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .image-box > .pic:nth-child(3n+1) {
    margin-left: 0;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img {
    width: 690px;
    height: 82px;
    padding: 0 30px;
    background: var(--theme-color2);
    border-bottom: 1px solid var(--theme-color-border-bt);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left {
    width: 50%;
    height: 82px;
    line-height: 82px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .left > a {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right {
    width: 50%;
    height: 82px;
    float: right;
    position: relative;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;

    background: -webkit-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* Firefox 3.6 - 15 */
    background: radial-gradient(rgba(48, 231, 263, 0.1), rgba(48, 231, 263, 0)); /* 标准的语法 */
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .pic-box > .pic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 11px;
    border: 1px solid var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    float: right;
    margin: 12px 80px 12px 0;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom {
    width: 100%;
    height: 85px;
    background: var(--theme-color2);
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li {
    width: 250px;
    height: 33px;
    float: left;
    margin: 26px 0;
    position: relative;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li:nth-child(2) {
    width: 248px;
    border-left: 1px solid #186770;
    border-right: 1px solid #186770;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box {
    width: 250px;
    height: 85px;
    position: absolute;
    top: -26px;
    left: 0;
    text-align: center;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span {
    display: inline-block;
    height: 85px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 {
    width: 35px;
    float: left;
    margin-right: 15px;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp1 > i.icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 25px 0;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom > .li > .span-box > .span > span.sp2 {
    line-height: 82px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--theme-color1);
    float: left;
}

/*===========================================*/
/*搜索页*/
/*===========================================*/
#search{
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*display: none;*/
    z-index: 2000;
}
.search > .search-box{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #F0F0F0;
    position: relative;
    overflow-y: auto;
}

.search > .search-box > .search-header{
    width: 100%;
    height: 161px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.search > .search-box > .search-header .header-nav{
    width: 690px;
    height: 100px;
    padding: 40px 30px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
    z-index: 200;
}
.search > .search-box > .search-header .header-nav .header-left{
    width: 100px;
    height: 100px;
    float: left;
}
.search > .search-box > .search-header .header-nav .header-left > a.logo{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.search > .search-box > .search-header .header-nav .header-center{
    width: 200px;
    height: 100px;
    line-height: 100px;
    margin-left: 24px;
    text-align: left;
    float: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.search > .search-box > .search-header .header-nav .header-center > a{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}

.search > .search-box > .search-header .header-nav .header-right{
    width: 346px;
    height: 100px;
    float: right;
    position: relative;
    background: white;
}

/*未登录*/
.search > .search-box > .search-header .header-nav .header-right .no-login{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    text-align: right;
}
.search > .search-box > .search-header .header-nav .header-right .no-login > a{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}
.search > .search-box > .search-header .header-nav .header-right .no-login > a.a2{
    margin: 0 20px;
}

.search > .search-box > .search-header .header-nav .header-right .no-login > a.a3{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: #91C332;
}

/*已登录*/
.search > .search-box > .search-header .header-nav .header-right .login{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    text-align: right;
}
.search > .search-box > .search-header .header-nav .header-right .login > a{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}
.search > .search-box > .search-header .header-nav .header-right .login > a.a2{
    margin: 0 20px;
}

.search > .search-box > .search-header .header-nav .header-right .login > a.a3{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: #91C332;
}

/*关闭*/
.search > .search-box > .search-header .header-nav .header-right .Close{
    width: 40px;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -30px;
    right: -10px;
}
.search > .search-box > .search-header .header-nav .header-right .Close > .icon{
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.search > .search-box > .body-box{
    width: 100%;
}
.search > .search-box > .body-box .main{
    width: 100%;
    height: auto;
    margin: 180px auto 30px;
    overflow: hidden;
    background: #F0F0F0;
}

/*第一模块*/
.search > .search-box > .body-box .main .v1{
    width: 690px;
    height: 70px;
    padding: 0 30px;
    background: white;
    margin-top: 30px;
}
.search > .search-box > .body-box .main .v1 .v1-left{
    width: 204px;
    height: 46px;
    margin: 12px 0;
    border-right: 1px solid #CCCCCC;
    float: left;
}
.search > .search-box > .body-box .main .v1 .v1-left > .select{
    width: 140px;
    height: 46px;
    margin-left: 30px;
    border: 1px solid transparent;
    border-style: none;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
}
.search > .search-box > .body-box .main .v1 .v1-left > .select > option{
    font-family: "微软雅黑";
    font-size: 1.0rem;
    color: #999999;
}

.search > .search-box > .body-box .main .v1 .v1-right{
    width: 484px;
    height: 46px;
    margin: 12px 0;
    float: right;
}
.search > .search-box > .body-box .main .v1 .v1-right .search-auto{
    width: 440px;
    height: 46px;
    float: right;
    overflow: hidden;
}
.search > .search-box > .body-box .main .v1 .v1-right .search-auto .input{
    width: 392px;
    height: 42px;
    border-style: none;
    padding: 0 0 4px 0;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
    float: left;
}
.search > .search-box > .body-box .main .v1 .v1-right .search-auto .label{
    width: 46px;
    height: 46px;
    float: right;
}
.search > .search-box > .body-box .main .v1 .v1-right .search-auto .label .icon{
    display: block;
    width: 32px;
    height: 32px;
    margin: 7px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*第二模块*/
.search > .search-box > .body-box .main .v2{
    width: 100%;
    min-height: 80px;
    background: white;
    margin-top: 30px;
}
.search > .search-box > .body-box .main .v2 .v2-top{
    width: 690px;
    height: 80px;
    padding: 0 30px;
    border-bottom: 1px solid #CCCCCC;
}
.search > .search-box > .body-box .main .v2 .v2-top a.list{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}
.search > .search-box > .body-box .main .v2 .v2-bottom{
    width: 690px;
    min-height: 0;
    padding: 0 30px;
}
.search > .search-box > .body-box .main .v2 .v2-bottom a.list{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #CCCCCC;
}
.search > .search-box > .body-box .main .v2 .v2-bottom a.list:nth-child(1){
    border-top-style: none;
}

.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span{
    display: inline-block;
    height: 80px;
    float: left;
}
.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span.sp1{
    width: 30px;
}
.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span.sp1 > .icon{
    display: block;
    width: 30px;
    height: 30px;
    margin: 25px 0;
}

.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span.sp2{
    min-width: 0;
    margin-left: 25px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span.sp3{
    min-width: 0;
    float: right;
}
.search > .search-box > .body-box .main .v2 .v2-bottom a.list > span.sp3 > .icon{
    display: block;
    width: 16px;
    height: 30px;
    margin: 23px 0;
}

/*第三模块*/
.search > .search-box > .body-box .main .v3{
    width: 100%;
    min-height: 76px;
    background: white;
    margin-top: 30px;
}
.search > .search-box > .body-box .main .v3 .v3-top{
    width: 690px;
    height: 76px;
    padding: 0 30px;
    border-bottom: 1px solid #CCCCCC;
}
.search > .search-box > .body-box .main .v3 .v3-top a.list{
    display: block;
    width: 100%;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list:nth-child(1){
    border-top-style: none;
}
.search > .search-box > .body-box .main .v3 .v3-bottom{
    width: 690px;
    min-height: 0;
    padding: 0 30px;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list{
    display: block;
    width: 100%;
    height: 76px;
    line-height: 76px;
    border-top: 1px solid #CCCCCC;
}
.search > .body-box .main .v3 .v3-bottom a.list:nth-child(1){
    border-top-style: none;
}

.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span{
    display: inline-block;
    height: 76px;
    float: left;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp1{
    width: 30px;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp1 > .icon{
    display: block;
    width: 30px;
    height: 30px;
    margin: 23px 0;
}

.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp2{
    min-width: 0;
    margin-left: 25px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp3{
    min-width: 0;
    float: right;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp3 > .icon{
    display: block;
    width: 16px;
    height: 30px;
    margin: 23px 0;
    background-image: url('icon-img/right2.png');
    background-size: cover;
}
.search > .search-box > .body-box .main .v3 .v3-bottom a.list > span.sp4{
    min-width: 0;
    float: right;
    margin-right: 20px;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #AEAEAE;
}




/*第四模块*/
.search > .search-box > .body-box .main .v4{
    width: 100%;
    min-height: 76px;
    background: white;
    margin-top: 30px;
}
.search > .search-box > .body-box .main .v4 .v4-top{
    width: 690px;
    height: 80px;
    padding: 0 30px;
    border-bottom: 1px solid #CCCCCC;
}
.search > .search-box > .body-box .main .v4 .v4-top a.list{
    display: block;
    width: 636px;
    height: 80px;
    line-height: 80px;
    padding-left: 54px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
    position: relative;
}

.search > .search-box > .body-box .main .v4 .v4-top a.list .icon{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 23px;
    left: 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.search > .search-box > .body-box .main .v4 .v4-bottom{
    width: 690px;
    height: 100px;
    padding: 38px 30px 30px;
    overflow: hidden;
    text-align: center;
}
.search > .search-box > .body-box .main .v4 .v4-bottom .item-pic{
    display: inline-block;
    width: 228px;
    height: 100px;
    float: left;
    text-align: center;
}
.search > .search-box > .body-box .main .v4 .v4-bottom .item-pic:nth-child(2){
    width: 230px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.search > .search-box > .body-box .main .v4 .v4-bottom .item-pic .pic-logo{
    display: inline-block;
    width: 228px;
    height: 100px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*第五模块*/
.search > .search-box > .body-box .main .v5{
    width: 100%;
    min-height: 76px;
    background: #F0F0F0;
}
.search > .search-box > .body-box .main .v5 .v5-top{
    width: 690px;
    height: 80px;
    line-height: 80px;
    padding: 40px 30px 0;
    text-align: center;
}
.search > .search-box > .body-box .main .v5 .v5-top > a,
.search > .search-box > .body-box .main .v5 .v5-top > span{
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #91C332;
}
.search > .search-box > .body-box .main .v5 .v5-bottom{
    width: 690px;
    min-height: 36px;
    padding: 0 30px 10px;
}
.search > .search-box > .body-box .main .v5 .v5-bottom .copyrights{
    width: 100%;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
}
.search > .search-box > .body-box .main .v5 .v5-bottom .copyrights > p{
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #999999;
}

/*===========================================*/
/*资讯投递*/
/*===========================================*/
.Delivery {
    width: 750px;
    height: auto;
    margin: 0 auto;
}

.Delivery > .header {
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.Delivery > .header .header-nav {
    width: 690px;
    height: 90px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
}

.Delivery > .header .header-nav .header-left {
    width: 20%;
    height: 90px;
    float: left;
}

.Delivery > .header .header-nav .header-left > a.logo {
    display: inline-block;
    width: 120px;
    height: 90px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Delivery > .header .header-nav .header-left > a.logo > i.icon {
    display: inline-block;
    width: 20px;
    height: 38px;
    background: url('icon-img/left.png') center;
    background-size: cover;
    margin: 26px 0;
}

.Delivery > .header .header-nav .header-center {
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}

.Delivery > .header .header-nav .header-center > a {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}

.Delivery > .header .header-nav .header-right {
    width: 20%;
    height: 90px;
    float: left;
}

.Delivery > .header .header-nav .header-right .public-search {
    display: block;
    width: 40px;
    height: 90px;
    float: right;
}

.Delivery > .header .header-nav .header-right .public-search > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 25px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Delivery > .header .header-nav .header-right > .login-pic {
    display: block;
    width: 42px;
    height: 42px;
    margin: 24px 10px 24px 0;
    float: right;
}

.Delivery > .header .header-nav .header-right > .login-pic > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.Delivery > .body-box {
    width: 100%;
    margin: 0;
}

.Delivery > .body-box .main {
    width: 100%;
    height: auto;
    margin: 90px 0 0;
}
.Delivery > .body-box .main > .v1{
    width: 690px;
    min-height: 0;
    padding: 30px;
    background: white;
    margin-bottom: 20px;
}
.Delivery > .body-box .main > .v1 > p{
    height: 100%;
    font-size: 1.6rem;
    color: #333333;
    line-height: 54px;
}

.Delivery > .body-box .main > .v2{
    width: 690px;
    height: 88px;
    padding: 0 30px;
    background: white;
    margin-bottom: 20px;
}

.Delivery > .body-box .main > .v2 > .list{
    width: 100%;
    height: 88px;
    position: relative;
}
.Delivery > .body-box .main > .v2 > .list > .list-left{
    display: inline-block;
    height: 88px;
    line-height: 86px;
    position: absolute;
    top: 0;
    left: 0;
}
.Delivery > .body-box .main > .v2 > .list > .list-left > span.sp1{
    font-size: 1.6rem;
    color: #353535;
}
.Delivery > .body-box .main > .v2 > .list > .list-left > span.sp2{
    font-size: 1.6rem;
    color: #E2303A;
}
.Delivery > .body-box .main > .v2 > .list > .list-left > span.sp3{
    font-size: 1.6rem;
    color: #E2303A;
    display: none;
}

.Delivery > .body-box .main > .v2 > .list > .list-right{
    display: inline-block;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
}
.Delivery > .body-box .main > .v2 > .list > .list-right > span{
    display: inline-block;
    height: 88px;
    line-height: 86px;
    float: right;
}
.Delivery > .body-box .main > .v2 > .list > .list-right > span.sp1{
    width: 15px;
    margin-left: 26px;
}
.Delivery > .body-box .main > .v2 > .list > .list-right > span.sp1 > i.icon{
    display: inline-block;
    width: 15px;
    height: 26px;
    margin: 31px 0;
    background: url('icon-img/right.png') center;
    background-size: cover;
}

.Delivery > .body-box .main > .v2 > .list > .list-right > span.sp2{
    font-size: 1.6rem;
    color: #B2B2B2;
    margin-left: 26px;
}

.Delivery > .body-box .main > .v2 > .list > .list-right > span.sp3{
    max-width: 400px;
    font-size: 1.6rem;
    color: #333333;
    margin-left: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Delivery > .body-box .main > .v3{
    width: 750px;
    min-height: 88px;
    background: white;
    margin-bottom: 20px;
}
.Delivery > .body-box .main > .v3 > .v-title{
    width: 690px;
    height: 86px;
    line-height: 86px;
    padding: 0 30px;
    border-bottom: 1px solid #EEEEEE;
}

.Delivery > .body-box .main > .v3 > .v-title > span.sp1{
    font-size: 1.6rem;
    color: #333333;
}

.Delivery > .body-box .main > .v3 > .v-title > span.sp2{
    font-size: 1.6rem;
    color: #E2303A;
}

.Delivery > .body-box .main > .v3 > .v-title > span.sp3{
    font-size: 1.6rem;
    color: #E2303A;
    display: none;
}

.Delivery > .body-box .main > .v3 > .v-content{
    width: 690px;
    height: 320px;
    padding: 30px;
}
.Delivery > .body-box .main > .v3 > .v-content > textarea{
    width: 690px;
    height: 320px;
    border-style: none;
    resize: none;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: black;
}

.Delivery > .body-box .main > .v4{
    width: 750px;
    min-height: 88px;
    background: white;
    margin-bottom: 20px;
}
.Delivery > .body-box .main > .v4 > .v-title{
    width: 690px;
    height: 86px;
    line-height: 86px;
    padding: 0 30px;
    border-bottom: 1px solid #EEEEEE;
}

.Delivery > .body-box .main > .v4 > .v-title > span.sp1{
    font-size: 1.6rem;
    color: #333333;
}

.Delivery > .body-box .main > .v4 > .v-title > span.sp2{
    font-size: 1.6rem;
    color: #E2303A;
}
.Delivery > .body-box .main > .v4 > .v-title > span.sp3{
    font-size: 1.6rem;
    color: #999999;
}

.Delivery > .body-box .main > .v4 > .v-content{
    width: 690px;
    min-height: 0;
    padding: 30px 30px 60px 30px;
    overflow: hidden;
}
.Delivery > .body-box .main > .v4 > .v-content > .pic-box{
    width: 100%;
    min-height: 130px;
}
.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss{
    display: inline-block;
    width: 100%;
    max-height: 720px;
    overflow: hidden;
}

.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss > .img-box {
    width: 210px;
    height: 210px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss > .img-box:nth-child(3n+1) {
    margin-left: 0;
}
.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss > .img-box > .pic{
    display: inline-block;
    width: 210px;
    height: 210px;
    border-style: none;
    position: relative;
}
.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss > .img-box > .pic > b{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
}
.Delivery > .body-box .main > .v4 > .v-content > .pic-box > .ss > .img-box > .pic > b > i.icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background: url('icon-img/del.png') center;
    background-size: cover;
}

.Delivery > .body-box .main > .v4 > .v-content > .pic-box > label.pic-file{
    display: block;
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 4px;
    text-align: center;
    background: #F0F0F0;

    font-size: 1.6rem;
    color: #353535;
}

.Delivery > .body-box .main > .v5{
    width: 690px;
    min-height: 86px;
    padding: 0 30px;
    background: white;
    margin-bottom: 30px;
}

.Delivery > .body-box .main > .v5 > .list{
    width: 100%;
    height: 86px;
    position: relative;
    border-top: 1px solid #EEEEEE;
}

.Delivery > .body-box .main > .v5 > .list:nth-child(1){
    border-top-style: none;
}

.Delivery > .body-box .main > .v5 > .list > .list-left{
    display: inline-block;
    height: 86px;
    line-height: 84px;
    position: absolute;
    top: 0;
    left: 0;
}
.Delivery > .body-box .main > .v5 > .list > .list-left > span.sp1{
    font-size: 1.6rem;
    color: #353535;
}
.Delivery > .body-box .main > .v5 > .list > .list-left > span.sp2{
    font-size: 1.6rem;
    color: #E2303A;
}
.Delivery > .body-box .main > .v5 > .list > .list-left > span.sp3{
    font-size: 1.6rem;
    color: #E2303A;
    display: none;
}

.Delivery > .body-box .main > .v5 > .list > .list-right{
    display: inline-block;
    height: 86px;
    position: absolute;
    top: 0;
    right: 0;
}
.Delivery > .body-box .main > .v5 > .list > .list-right > span{
    display: inline-block;
    height: 86px;
    line-height: 84px;
    float: right;
}
.Delivery > .body-box .main > .v5 > .list > .list-right > span.sp1{
    width: 15px;
    margin-left: 26px;
}
.Delivery > .body-box .main > .v5 > .list > .list-right > span.sp1 > i.icon{
    display: inline-block;
    width: 15px;
    height: 26px;
    margin: 31px 0;
    background: url('icon-img/right.png') center;
    background-size: cover;
}

.Delivery > .body-box .main > .v5 > .list > .list-right > span.sp2{
    font-size: 1.6rem;
    color: #B2B2B2;
    margin-left: 26px;
}

.Delivery > .body-box .main > .v5 > .list > .list-right > span.sp3{
    max-width: 400px;
    font-size: 1.6rem;
    color: #333333;
    margin-left: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Delivery > .body-box .main > .v6{
    width: 690px;
    height: 72px;
    padding: 80px 30px 80px;
}

.Delivery > .body-box .main > .v6 > .submit{
    width: 690px;
    height: 72px;
    line-height: 72px;
    border-radius: 4px;
    text-align: center;
    border-style: none;
    background: #91C332;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: white;
}

/*===============================================*/

/*弹窗*/
/*-----------------------------*/
.pop-up-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    z-index: 120;
    display: none;
}
.pop-up-box .pop-up{
    width: 750px;
    height: 100%;
    background: #F0F0F0;
    margin: 0 auto;
    overflow-y: auto;
}

/*顶部导航*/
/*-----------------------------*/
.pop-up-box .pop-up > .header-nav{
    width: 750px;
    height: 91px;
    background: white;
    position: fixed;
    top: 0;
    z-index: 100;
}
/*上面*/
.pop-up-box .pop-up > .header-nav .header-top{
    width: 100%;
    height: 91px;
}
.pop-up-box .pop-up > .header-nav .header-top .header-top-box{
    width: 690px;
    height: 90px;
    padding: 0 30px;
    margin: 0 auto;
    background: white;
    border-bottom: 1px solid #BFBFBF;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}
.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-left{
    width: 20%;
    height: 90px;
}
.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-left > a{
    display: inline-block;
    width: 20px;
    height: 38px;
    margin: 26px 0;
    float: left;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-center{
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-center > a{
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}

.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-right{
    width: 20%;
    height: 90px;
    text-align: right;
}
.pop-up-box .pop-up > .header-nav .header-top .header-top-box .header-right > a{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 27px 0;
    float: right;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*内容*/
/*-----------------------------*/
.pop-up-box .pop-up > .son-body{
    width: 690px;
    padding: 0 30px;
}
.pop-up-box .pop-up > .son-body .input-box{
    width: 100%;
    min-height: 88px;
    background: white;
    margin-top: 130px;
    position: relative;
}
.pop-up-box .pop-up > .son-body .input-box .input-box-left{
    width: 600px;
    height: 88px;
    float: left;
}
/*表单*/
.pop-up-box .pop-up > .son-body .input-box .input-box-left > .input{
    width: 580px;
    height: 40px;
    border-style: none;
    padding-left: 20px;
    margin: 22px 0;
    background: transparent;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

.pop-up-box .pop-up > .son-body .input-box .input-box-right{
    width: 88px;
    height: 88px;
    float: right;
}
.pop-up-box .pop-up > .son-body .input-box .input-box-right .icon{
    display: block;
    width: 30px;
    height: 30px;
    margin: 29px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*下拉框*/
.pop-up-box .pop-up > .son-body .input-box .select_box{
    width: 690px;
    height: 88px;
}
.pop-up-box .pop-up > .son-body .input-box .select_box > .select{
    width: 690px;
    height: 88px;
    border-style: none;
    padding: 0 20px;
    /*background: transparent;*/
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}
.pop-up-box .pop-up > .son-body .input-box .select_box > .select option{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}


/*二个下拉框*/
.pop-up-box .pop-up > .son-body .input-box .select_box1-1{
    width: 330px;
    height: 88px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}

.pop-up-box .pop-up > .son-body .input-box .select_box1-2{
    width: 330px;
    height: 88px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-up-box .pop-up > .son-body .input-box .select_son1 > .select{
    width: 330px;
    height: 40px;
    border-style: none;
    padding: 0 20px;
    margin: 22px 0;
    background: transparent;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

.pop-up-box .pop-up > .son-body .input-box .select_son1 > .select option{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}


/*三个下拉框*/
.pop-up-box .pop-up > .son-body .input-box .select_box2-1{
    width: 210px;
    height: 88px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}

.pop-up-box .pop-up > .son-body .input-box .select_box2-2{
    width: 210px;
    height: 88px;
    background: white;
    position: absolute;
    top: 0;
    left: 240px;
}

.pop-up-box .pop-up > .son-body .input-box .select_box2-3{
    width: 210px;
    height: 88px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-up-box .pop-up > .son-body .input-box .select_son2 > .select{
    width: 210px;
    height: 40px;
    border-style: none;
    padding: 0 20px;
    margin: 22px 0;
    text-align: center;
    background: transparent;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

.pop-up-box .pop-up > .son-body .input-box .select_son2 > .select option{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
}

/*文本域*/
.pop-up-box .pop-up > .son-body .input-box .input-box-text{
    width: 100%;
    height: 300px;
    background: #F0F0F0;
}
.pop-up-box .pop-up > .son-body .input-box .input-box-text textarea{
    width: 660px;
    height: 220px;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: black;
    resize: none;
}

/*提示*/
.pop-up-box .pop-up > .son-body .input-prompt{
    width: 100%;
    height: 100px;
}
.pop-up-box .pop-up > .son-body .input-prompt .show{
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.pop-up-box .pop-up > .son-body .input-prompt .show .sp1{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #E33E45;
    display: none;
}
.pop-up-box .pop-up > .son-body .input-prompt .show .sp2{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #E33E45;
    display: none;
}
.pop-up-box .pop-up > .son-body .input-prompt .show .sp3{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #E33E45;
    display: none;
}

/*提交*/
.pop-up-box .pop-up > .son-body .input-submit{
    width: 100%;
    height: 72px;
}
.pop-up-box .pop-up > .son-body .input-submit .button{
    width: 100%;
    height: 72px;
    border-style: none;
    border-radius: 4px;
    background: #91C332;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: white;
}

/*===============================================*/

/*==========================*/
.prop-alert{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
}
.prop-alert .prop{
    width: 670px;
    height: 856px;
    border-radius: 8px;
    background: white;
    position: fixed;
    top: 170px;
    left: 50%;
    margin-left: -335px;
}
.prop-alert .prop > .v1{
    width: 526px;
    height: 90px;
    border-radius: 4px;
    background: #3890D4;
    margin: 132px auto 0;
    text-align: center;
}
.prop-alert .prop > .v1 > .span-box{
    display: inline-block;
    height: 90px;
}
.prop-alert .prop > .v1 > .span-box > span{
    display: inline-block;
    height: 90px;
    float: left;
}
.prop-alert .prop > .v1 > .span-box > span.sp1{
    width: 36px;
    height: 90px;
    margin-right: 10px;
}
.prop-alert .prop > .v1 > .span-box > span.sp1 > i.icon{
    display: inline-block;
    width: 36px;
    height: 46px;
    margin: 22px 0;
    background: url('icon-img/prop-alert-1.png') center;
    background-size: cover;
}
.prop-alert .prop > .v1 > .span-box > span.sp2{
    height: 90px;
    line-height: 90px;
    font-size: 1.6rem;
    color: white;
}

.prop-alert .prop > .v2{
    width: 526px;
    height: 90px;
    border-radius: 4px;
    background: #91C332;
    margin: 100px auto 0;
    text-align: center;
}
.prop-alert .prop > .v2 > .span-box{
    display: inline-block;
    height: 90px;
}
.prop-alert .prop > .v2 > .span-box > span{
    display: inline-block;
    height: 90px;
    float: left;
}
.prop-alert .prop > .v2 > .span-box > span.sp1{
    width: 36px;
    height: 90px;
    margin-right: 10px;
}
.prop-alert .prop > .v2 > .span-box > span.sp1 > i.icon{
    display: inline-block;
    width: 36px;
    height: 46px;
    margin: 22px 0;
    background: url('icon-img/prop-alert-2.png') center;
    background-size: cover;
}
.prop-alert .prop > .v2 > .span-box > span.sp2{
    height: 90px;
    line-height: 90px;
    font-size: 1.6rem;
    color: white;
}

.prop-alert .prop > .v3{
    width: 526px;
    height: 120px;
    border-radius: 4px;
    margin: 136px auto 0;
    text-align: center;
}
.prop-alert .prop > .v3 > .dv1{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.prop-alert .prop > .v3 > .dv1 > p{
    font-size: 1.6rem;
    color: #333333;
}
.prop-alert .prop > .v3 > .dv2{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.prop-alert .prop > .v3 > .dv2 > p{
    font-size: 1.6rem;
    color: #333333;
}
.prop-alert .prop > .v3 > .dv2 > p > a{
    font-size: 1.6rem;
    color: #91C332;
    margin-left: 10px;
}


/*===========================================*/
/*申请通讯员*/
/*===========================================*/
.correspondent {
    width: 750px;
    height: auto;
    margin: 0 auto;
}

.correspondent > .header {
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.correspondent > .header .header-nav {
    width: 690px;
    height: 90px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
}

.correspondent > .header .header-nav .header-left {
    width: 20%;
    height: 90px;
    float: left;
}

.correspondent > .header .header-nav .header-left > a.logo {
    display: inline-block;
    width: 120px;
    height: 53px;
    margin: 18.5px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent > .header .header-nav .header-left > a.logo > i.icon {
    display: inline-block;
    width: 20px;
    height: 38px;
    background: url('icon-img/left.png') center;
    background-size: cover;
    margin: 26px 0;
}

.correspondent > .header .header-nav .header-center {
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}

.correspondent > .header .header-nav .header-center > a {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}

.correspondent > .header .header-nav .header-right {
    width: 20%;
    height: 90px;
    float: left;
}

.correspondent > .header .header-nav .header-right .public-search {
    display: block;
    width: 40px;
    height: 90px;
    float: right;
}

.correspondent > .header .header-nav .header-right .public-search > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 25px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent > .header .header-nav .header-right > .login-pic {
    display: block;
    width: 42px;
    height: 42px;
    margin: 24px 10px 24px 0;
    float: right;
}

.correspondent > .header .header-nav .header-right > .login-pic > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent > .body-box {
    width: 100%;
    margin: 0;
}

.correspondent > .body-box .main {
    width: 100%;
    height: auto;
    margin: 90px 0 0;
}

/*第1模块*/
.correspondent > .body-box .main .v1{
    display: block;
    width: 690px;
    padding: 34px 30px 0;
    min-height: 84px;
}
.correspondent > .body-box .main .v1 .v-input{
    width: 100%;
    height: 84px;
    background: white;
}
.correspondent > .body-box .main .v1 .v-input > .select{
    width: 690px;
    height: 84px;
    padding: 0 30px;
    border: 1px solid #D2D2D2;
    background: white;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: black;
}

.correspondent > .body-box .main .v1 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: none;
}
.correspondent > .body-box .main .v1 .v-Prompt > span{
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: #F50A0A;
}

/*第2模块*/
.correspondent > .body-box .main .v2{
    display: block;
    width: 690px;
    padding: 34px 30px 0;
    min-height: 84px;
}
.correspondent > .body-box .main .v2 .v-input{
    width: 100%;
    height: 84px;
    background: white;
}
.correspondent > .body-box .main .v2 .v-input > input[type=text]{
    width: 628px;
    height: 82px;
    padding: 0 30px;
    border: 1px solid #D2D2D2;
    background: white;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: black;
}

.correspondent > .body-box .main .v2 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: none;
}
.correspondent > .body-box .main .v2 .v-Prompt > span{
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: #F50A0A;
}


/*=====================================*/

/*弹窗*/
.search-popup{
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    display: none;
}
.search-popup > .search{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: white;
    overflow-y: auto;
}
.search-popup > .search > .search-header{
    width: 750px;
    height: 332px;
    position: absolute;
    top: 0;
    background: white;
}
.search-popup > .search > .search-header > .header-top{
    width: 690px;
    height: 90px;
    line-height: 90px;
    padding: 38px 30px 0;
    border-bottom: 1px solid #F0F0F0;
}

.search-popup > .search > .search-header > .header-top > .left{
    width: 20%;
    height: 90px;
    float: left;
}
.search-popup > .search > .search-header > .header-top > .left > i.icon{
    display: inline-block;
    width: 20px;
    height: 36px;
    margin: 27px 0;
    background-image: url('icon-img/left.png');
    background-size: cover;
}

.search-popup > .search > .search-header > .header-top > .center{
    width: 60%;
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
}
.search-popup > .search > .search-header > .header-top > .center > span{
    font-size: 1.8rem;
    color: #333333;
}

.search-popup > .search > .search-header > .header-top > .right{
    width: 20%;
    height: 90px;
    float: left;
}

.search-popup > .search > .search-header > .header-bottom{
    width: 690px;
    height: 158px;
    padding: 24px 30px;
}
.search-popup > .search > .search-header > .header-bottom > .search-auto{
    width: 100%;
    height: 68px;
    border-radius: 4px;
    background: #F0F0F0;
    position: relative;
}

.search-popup > .search > .search-header > .header-bottom > .search-auto > .left{
    width: 28px;
    height: 30px;
    position: absolute;
    top: 19px;
    left: 18px;
    background-image: url('icon-img/search2.png');
    background-size: cover;
}

.search-popup > .search > .search-header > .header-bottom > .search-auto > .center{
    width: 690px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
}
.search-popup > .search > .search-header > .header-bottom > .search-auto > .center > input{
    width: 620px;
    height: 68px;
    padding-left: 70px;
    border-style: none;
    background: transparent;
    float: left;
    font-size: 1.6rem;
    color: #333333;
}

.search-popup > .search > .search-header > .header-bottom > .search-choice{
    width: 100%;
    height: 68px;
    position: relative;
    margin-top: 22px;
}
.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-left{
    width: 330px;
    height: 68px;
    border-radius: 4px;
    background: #F0F0F0;
    float: left;
}
.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-left > select{
    width: 330px;
    height: 68px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: #333333;
    background: transparent;
    border-style: none;
}
.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-left > select > option{
    font-size: 1.0rem;
    background: white;
    border: 1px solid #333333;
}

.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-right{
    width: 330px;
    height: 68px;
    border-radius: 4px;
    background: #F0F0F0;
    float: right;
}
.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-right > select{
    width: 330px;
    height: 68px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: #333333;
    background: transparent;
    border-style: none;
}
.search-popup > .search > .search-header > .header-bottom > .search-choice > .choice-right > select > option{
    font-size: 1.0rem;
    background: white;
    border: 1px solid #333333;
}

.search-popup > .search > .search-content{
    width: 690px;
    min-height: 0;
    padding: 332px 30px 150px;
    background: #F0F0F0;
}
.search-popup > .search > .search-content > .list-box{
    width: 100%;
    min-height: 0;
}
.search-popup > .search > .search-content > .list-box > .list{
    width: 658px;
    height: 76px;
    padding: 0 16px;
}
.search-popup > .search > .search-content > .list-box > .show{
    background: #91C332;
}

.search-popup > .search > .search-content > .list-box > .list > .list-left{
    width: 610px;
    height: 76px;
    line-height: 76px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
}
.search-popup > .search > .search-content > .list-box > .list > .list-left > span{
    font-size: 1.6rem;
    color: #333333;
}

.search-popup > .search > .search-content > .list-box > .list > .list-left > .show{
    color: white;
}

.search-popup > .search > .search-content > .list-box > .list > .list-right{
    width: 26px;
    height: 76px;
    float: right;
}
.search-popup > .search > .search-content > .list-box > .list > .list-right > i.icon{
    width: 26px;
    height: 20px;
    margin: 25px 0;
    background-image: url('icon-img/label-2-1.png');
    background-size: cover;
}
.search-popup > .search > .search-content > .list-box > .list > .list-right > .show{
    display: block;
}


.search-popup > .search > .search-footer{
    width: 464px;
    height: 70px;
    background: rgba(0,0,0,0.5);
    padding: 40px 143px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
.search-popup > .search > .search-footer > a.submit{
    display: block;
    width: 464px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    float: left;
    border-radius: 35px;
    /*    background: -webkit-linear-gradient(#2BF1FE, #265F96);
        background: -o-linear-gradient(#2BF1FE, #265F96);
        background: -moz-linear-gradient(#2BF1FE, #265F96);
        background: linear-gradient(#2BF1FE, #265F96);*/
    background: #98CE32;
    font-size: 1.8rem;
    color: white;
}

/*=====================================*/


/*第3模块*/
.correspondent > .body-box .main .v3{
    display: block;
    width: 690px;
    padding: 34px 30px 0;
    min-height: 84px;
}
.correspondent > .body-box .main .v3 .v-input{
    width: 100%;
    height: 84px;
    background: white;
}
.correspondent > .body-box .main .v3 .v-input > input[type=text]{
    width: 628px;
    height: 82px;
    padding: 0 30px;
    border: 1px solid #D2D2D2;
    background: white;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: black;
}

.correspondent > .body-box .main .v3 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: none;
}
.correspondent > .body-box .main .v3 .v-Prompt > span{
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: #F50A0A;
}


/*第4模块*/
.correspondent > .body-box .main .v4{
    display: block;
    width: 690px;
    padding: 30px 30px 0;
    min-height: 84px;
    overflow: hidden;
}
.correspondent > .body-box .main .v4 .v-input{
    width: 280px;
    height: 84px;
    float: left;
}
.correspondent > .body-box .main .v4 .v-input > input[type=text]{
    width: 358px;
    height: 82px;
    padding: 0 30px;
    border: 1px solid #D2D2D2;
    background: white;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: black;
}

.correspondent > .body-box .main .v4 .v-button{
    width: 234px;
    height: 84px;
    float: right;
    position: relative;
}

.correspondent > .body-box .main .v4 .v-button > .sp1{
    display: inline-block;
    width: 232px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border: 1px solid #D2D2D2;
    background: #333333;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
}
.correspondent > .body-box .main .v4 .v-button > .sp2{
    display: inline-block;
    width: 232px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border: 1px solid #D2D2D2;
    background: #333333;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.correspondent > .body-box .main .v4 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    float: left;
    display: none;
}
.correspondent > .body-box .main .v4 .v-Prompt > span{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #F50A0A;
}

/*第4模块*/
.correspondent > .body-box .main .v4-1{
    display: block;
    width: 690px;
    padding: 30px 30px 0;
    min-height: 84px;
    overflow: hidden;
}
.correspondent > .body-box .main .v4-1 .v-input{
    width: 280px;
    height: 84px;
    float: left;
}
.correspondent > .body-box .main .v4-1 .v-input > input[type=text]{
    width: 358px;
    height: 82px;
    padding: 0 30px;
    border: 1px solid #D2D2D2;
    background: white;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.4rem;
    color: black;
}

.correspondent > .body-box .main .v4-1 .v-button{
    width: 234px;
    height: 84px;
    float: right;
    position: relative;
}

.correspondent > .body-box .main .v4-1 .v-button > .sp1{
    display: inline-block;
    width: 232px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border: 1px solid #D2D2D2;
    background: #333333;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
}
.correspondent > .body-box .main .v4-1 .v-button > .sp2{
    display: inline-block;
    width: 232px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border: 1px solid #D2D2D2;
    background: #333333;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.correspondent > .body-box .main .v4-1 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    float: left;
    display: none;
}
.correspondent > .body-box .main .v4-1 .v-Prompt > span{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #F50A0A;
}


/*第5模块*/
.correspondent > .body-box .main .v5{
    display: block;
    width: 690px;
    padding: 34px 30px 0;
    min-height: 84px;
}
.correspondent > .body-box .main .v5 .v-input{
    width: 100%;
    height: 240px;
    background: white;
}
.correspondent > .body-box .main .v5 .v-input > textarea{
    width: 650px;
    height: 200px;
    margin: 20px;
    border-style: none;
    resize: none;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: black;
}

.correspondent > .body-box .main .v5 .v-Prompt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    display: none;
}
.correspondent > .body-box .main .v5 .v-Prompt > span{
    font-family: "微软雅黑";
    font-size: 1.4rem;
    color: #F50A0A;
}

/*提交*/
.correspondent > .body-box .main .v6{
    width: 690px;
    padding: 0 30px;
    height: 84px;
    margin: 60px 0;
}
.correspondent > .body-box .main .v6 .submit{
    display: block;
    width: 100%;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #88B836;
    font-family: "微软雅黑","微软雅黑 Light";
    font-size: 1.6rem;
    color: white;
}




/*===========================================*/
/*提示页面*/
/*===========================================*/
.correspondent-prop {
    width: 750px;
    height: auto;
    margin: 0 auto;
}

.correspondent-prop > .header {
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.correspondent-prop > .header .header-nav {
    width: 690px;
    height: 90px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    margin: 0 auto;
}

.correspondent-prop > .header .header-nav .header-left {
    width: 20%;
    height: 90px;
    float: left;
}

.correspondent-prop > .header .header-nav .header-left > a.logo {
    display: inline-block;
    width: 120px;
    height: 53px;
    margin: 18.5px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent-prop > .header .header-nav .header-left > a.logo > i.icon {
    display: inline-block;
    width: 20px;
    height: 38px;
    background: url('icon-img/left.png') center;
    background-size: cover;
    margin: 26px 0;
}

.correspondent-prop > .header .header-nav .header-center {
    width: 60%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
}

.correspondent-prop > .header .header-nav .header-center > a {
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: black;
}

.correspondent-prop > .header .header-nav .header-right {
    width: 20%;
    height: 90px;
    float: left;
}

.correspondent-prop > .header .header-nav .header-right .public-search {
    display: block;
    width: 40px;
    height: 90px;
    float: right;
}

.correspondent-prop > .header .header-nav .header-right .public-search > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 25px 0;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent-prop > .header .header-nav .header-right > .login-pic {
    display: block;
    width: 42px;
    height: 42px;
    margin: 24px 10px 24px 0;
    float: right;
}

.correspondent-prop > .header .header-nav .header-right > .login-pic > i.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.correspondent-prop > .body-box {
    width: 100%;
    margin: 0;
}

.correspondent-prop > .body-box .main {
    width: 100%;
    height: auto;
    margin: 90px 0 0;
}

.correspondent-prop > .body-box .main > .examine-text {
    width: 690px;
    padding: 60px 30px 0;
    min-height: 20px;
}

.correspondent-prop > .body-box .main > .examine-text > .title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-top: 60px;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.correspondent-prop > .body-box .main > .examine-text > .mid {
    width: 600px;
    margin: 20px auto 0;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: #666666;
}

.correspondent-prop > .body-box .main > .examine-text > .footer {
    width: 600px;
    margin: 40px auto 0;
    line-height: 44px;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: #91C332;
}

.correspondent-prop > .body-box .main > .examine-text .footer > p {

}

.correspondent-prop > .body-box .main > .examine-text .footer > p > a{
    color: rgb(145, 195, 50);
}

/*新版手机版导航搜索页start*/
.navleft-public .a-box-sx {
    width: 750px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;
    background: #F4F4F4;
    overflow: hidden;
    z-index: 2000;
    display: none; 
}
.navleft-public  .a-box-sx .a-title {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navleft-public .a-box-sx .a-title .a-title-l a{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url('https://static.qing.me/public/mobile/index/img/png/navl-left.png') no-repeat center;
    background-size: cover;
    margin-left: 20px;
}
.navleft-public .a-box-sx .a-title .a-title-l{
    display: inline-block;
}
.navleft-public .a-box-sx .a-title .a-title-m{
    display: inline-block;
}
.navleft-public .a-box-sx .a-title .a-title-m div{
    width: 150px;
    height: 60px;
    background: url('https://static.qing.me/public/mobile/index/img/png/v1-3.png') no-repeat center;
    background-size: cover;
    margin: 15px auto;
}
.navleft-public .a-box-sx .a-title .a-title-r{
    display: inline-block;
}
.navleft-public .a-box-sx .a-title .a-title-r .a1{
    display: inline-block;
    width: 48px;
    height:48px;
    background: url('https://static.qing.me/public/mobile/index/img/png/navl-a.png') no-repeat center;
    background-size: cover;
    margin-right:30px;
}
.navleft-public .a-box-sx .a-title .a-title-r .a2{
    display: inline-block;
    width: 48px;
    height:48px;
    background: url('https://static.qing.me/public/mobile/index/img/png/navl-close.png') no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.navleft-public  .a-box-sx .a-search {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 15px 30px;
    background: #fff;
}
.navleft-public  .a-box-sx .a-search div{
   width: 100%;
   border-radius: 45px;
   height: 60px;
   border: 1px solid #EE2B18;
}
.navleft-public  .a-box-sx .a-search div input{
    border: 0px;
    margin-left: 30px;
    
    height: 60px;
    width: 70%;
    font-size: 28px;
    ont-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #A0A0A0;
}
.navleft-public  .a-box-sx .a-search div i{
    width: 48px;
    height: 48px;
    background: url('https://static.qing.me/public/mobile/index/img/png/navl-s.png') no-repeat center;
    background-size: cover;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
.navleft-public .a-box-sx .a-box {
    width: 100%;
    height: calc(100vh - 200px);
    position: absolute;
    top: 200px;
    box-sizing: border-box;
    padding: 0px 20px;
    background: #fff;
}
.navleft-public .a-box-sx .a-box .a-item{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left{
    float: left;
    line-height: 80px;
    display: flex;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left i{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i1{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic1.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i2{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic2.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i3{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic3.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i4{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic4.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i5{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic5.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i6{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic6.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i7{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic7.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i8{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic8.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i9{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic9.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left .i10{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic10.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .a-item .ait-left span{
    font-size: 32px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #747474;
    line-height: 32px;
}
.navleft-public .a-box-sx .a-box .a-item .ait-right{
    float: right;
    margin-right: 10px;
}
.navleft-public .a-box-sx .a-box .a-item .ait-right .iccn-right{
    width: 48px;
    height: 48px;
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic-right.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
.navleft-public .a-box-sx .a-box .a-item .ait-right .iccn-down{
    background: url('https://static.qing.me/public/mobile/index/img/png/navmenuic-down.png') no-repeat center;
    background-size: cover;
}
.navleft-public .a-box-sx .a-box .back-com{
    width: 100%;
    height: 60px;
    margin-top: 50px;
}
.navleft-public .a-box-sx .a-box .back-com .but{
    width: 260px;
    height: 60px;
    border-radius: 67px 67px 67px 67px;
    border: 1px solid #686868;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #686868;
}
.navleft-public .a-box-sx .a-box .a-itemlist{
    width: 100%;
    display: none;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 10px;
}
.navleft-public .a-box-sx .a-box .a-itemlist span{
    font-size: 28px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #939393;
    line-height: 32px;
    margin-left: 48px;
    display: inline-block;
    margin-bottom: 25px;
}
.navleft-public .a-box-sx .a-box .a-itemlist span a{
    color: #939393;
}
/*新版手机版导航搜索页end*/







