*{-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{-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: #04151A;
    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;
    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: #04151A; */
    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: 90px;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.Reference > .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;
}

.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;
    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: 90px 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-image: url('icon-img/Close.png');
    background-size: cover;
}

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

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

    background: -webkit-linear-gradient(#1B6972, #103F46); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1B6972, #103F46); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1B6972, #103F46); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1B6972, #103F46); /* 标准的语法 */
    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: #30E7FD;
    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;
}
.Reference > .body-box .main > .v2 > .v2-top > .right > span {
    display: inline-block;
    height: 80px;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: #30E7FD;
    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: #30E7FD;
    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;
    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: #04151A;
    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: #30E7FD;
}

.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: #30E7FD;
}

/*模块三*/
.Reference > .body-box .main > .v3 {
    width: 100%;
    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: #EFF5FB;
    position: relative;
}

.Reference > .body-box .main > .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 > .v3 > .list-box > .list .dv1 > .time > .sp {
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: #30E7FD;
}

.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 #14575F;
    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: #EFF5FB;
    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 #23BBCD;

    background: -webkit-linear-gradient(#1B6972, #103F46);
    background: -o-linear-gradient(#1B6972, #103F46);
    background: -moz-linear-gradient(#1B6972, #103F46);
    background: linear-gradient(#1B6972, #103F46);
    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: #30E7FD;
    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: #30E7FD;
}

.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;
    background-size: cover;
    float: left;
}

.Reference > .body-box .main > .v3 > .list-box > .list .dv2 > .dv2-midden {
    width: 100%;
    min-height: 0;
    background: #0A292F;
}

.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: #30E7FD;
    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: #30E7FD;
    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: #8EC232;
    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: #8EC232;
}

/*视频*/
.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-image: url('icon-img/play-sj.png');
    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: #0A292F;
    border-bottom: 1px solid #23BBCD;
}

.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: #30E7FD;
}

.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: #30E7FD;
}

.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 #30E7FD;
}

.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: #30E7FD;
    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: #0A292F;
}

.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: #30E7FD;
    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: #959595;
    position: relative;
    padding-bottom: 10px;
}

.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;
}

.Reference > .body-box .main > .v3 .pic-box{
    width: 100%;
    background: #04151A;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:27px;
    margin-top: 35px;
}
.Reference > .body-box .main > .v3 .pic-box .box{
    width: 342px;
    background: #0A292F;
    border-radius: 6px;
    margin-bottom: 14px;
    cursor: pointer;
}
.Reference > .body-box .main > .v3 .pic-box .pic_box2{
    height: 398px;
}
.Reference > .body-box .main > .v3 .pic-box .box .pic{
    width: 322px;
    height: 214px;
    margin: 10px;
}
.Reference > .body-box .main > .v3 .pic-box .box .text{
    width: 298px;
    margin:20px 22px;
    color:#56D8FF;
    font-size: 25px;
}
.Reference > .body-box .main > .v3 .pic-box .box .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 设置最大显示行数 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    text-align: justify;
}
.Reference > .body-box .main .v-video{
    width: 100%;
    background: #04151A;
    padding: 30px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.Reference > .body-box .main .v-title .tit_dian{
    width: 8px;
    height: 36px;
    background: var(--theme-color4);
}
.Reference > .body-box .main .v-title .tit_text{
    font-weight: normal;
font-size: 36px;
color: var(--theme-color4);
margin-left: 10px;
line-height: 36px;
}
.Reference > .body-box .main .v-title .jiantou{
    margin-left: auto;
}
.Reference > .body-box .main .v-title .jiantou img{
    width: 16px;
    height: 26px;
}
.Reference > .body-box .main .v-video .v-list{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.Reference > .body-box .main .v-video .v-list .v-item{
    width: 330px;
    height: 280px;
    border-radius: 8px;
    background:#13282E;
    margin-bottom: 30px;
}
.Reference > .body-box .main .v-video .v-list .v-item .pic{
    border-radius: 8px;
    height: 156px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.Reference > .body-box .main .v-video .v-list .v-item .pic .video-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: url('/public/mobile/topic/img/v-icon.png') center no-repeat ;
    background-size: cover;
}
.Reference > .body-box .main .v-video .v-list .v-item .text{
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
    padding: 0px 18px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
}
.Reference > .body-box .main .v-video .v-list .v-item .time{
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
    text-align: right;
    margin-top: 15px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-pic{
    width: 100%;
    background: #04151A;
    padding: 30px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-pic .v-list{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.Reference > .body-box .main .v-pic .v-list .vp-item{
    width: 330px;
    height: 280px;
    border-radius: 8px;
    background:#13282E;
    margin-bottom: 30px;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-pic{
    width: 100%;
    height: 156px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-pic .pic-info{
    display: flex;
    align-items: center;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-pic .pic-info .icn{
    width: 22px;
    height: 18px;
    background: url('/public/mobile/topic/img/pics2.png') center no-repeat ;
    background-size: cover;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-pic .pic-info{
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .user-info{
    display: flex;
    align-items: center;
    margin-top: -15px;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .user-info .user-pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #13282E;
    z-index: 1;
    margin-left: 20px;
    margin-right: 10px;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .user-info .user-name{
    font-weight: normal;
    font-size: 20px;
    color: #71E4FA;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-text{
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA; 
    padding: 0px 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
}
.Reference > .body-box .main .v-pic .v-list .vp-item .vp-time{
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
    text-align: right; 
    padding: 0px 18px;
    box-sizing: border-box;
    margin-top: 15px;
}
.Reference > .body-box .main .v-comment{
    width: 100%;
    background: var(--theme-color3); 
    padding: 30px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-comment .c-list .c-item{
    margin-bottom: 30px;
}
.Reference > .body-box .main .v-comment .c-list .c-item .c-head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.Reference > .body-box .main .v-comment .c-list .c-item .c-head .c-pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.Reference > .body-box .main .v-comment .c-list .c-item .c-head .c-name{
    font-size: 28px;
    color: #71E4FA;
    margin-left: 10px;
    font-weight: normal;
}
.Reference > .body-box .main .v-comment .c-list .c-item .c-info{
    font-weight: 500;
    font-size: 28px;
    color: #71E4FA;
    padding-left: 60px;
    box-sizing: border-box;

}
.Reference > .body-box .main .v-comment .c-submit{
    width: 100%;
    height: 68px;
    background: #FFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-comment .c-submit input{
    background: #fff;
    border: none;
    font-weight: 500;
    font-size: 24px;
    color: #666;
    width: 80%;
}
.Reference > .body-box .main .v-comment .c-submit .c-but{
    font-weight: 500;
    font-size: 28px;
    color: var(--theme-color4);
    cursor: pointer;
}
.Reference > .body-box .main .v-vote{
    width: 100%;
    background: #04151A;
    padding: 30px;
    box-sizing: border-box;
}
.Reference > .body-box .main .v-vote .v-box{
    background: #13282E;
    border-radius: 8px 8px 8px 8px;
    padding: 24px 18px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.Reference > .body-box .main .v-vote .v-box:last-child{
    margin-bottom: 0;
}
.Reference > .body-box .main .v-vote .v-box .box-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Reference > .body-box .main .v-vote .v-box .box-title .tit{
    font-weight: bold;
    font-size: 28px;
    color: #71E4FA;
    width: 85%;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}
.Reference > .body-box .main .v-vote .v-box .box-title .sub-but{
    width: 87px;
    height: 38px;
    background: #264E57;
    border-radius: 19px;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
    line-height: 32px;
    cursor: pointer
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item{
    margin-bottom: 20px;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .tt-left{
    display: flex;
    align-items: center;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .tt-left .vt-name{
    font-weight: 400;
    font-size: 28px;
    color: rgba(113, 228, 250, 0.6);
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .tt-left .vt-icon{
    width: 16px;
    height: 12px;
    margin-left: 10px;
    display: inline-block;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .show .vt-name{
    color:#71E4FA;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .show .vt-icon{
    background: url('/public/mobile/topic/img/choose2.png') center no-repeat ;
    background-size: cover;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-title .tt-right{
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-tiao{
    width: 100%;
    height: 8px;
    background: rgba(113, 228, 250, 0.2);
}
.Reference > .body-box .main .v-vote .v-box .vote-list .vote-item .item-tiao .tiao{
    height: 8px;
    background: #71E4FA;
}
.Reference > .body-box .main .v-vote .v-box .vote-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 28px;
    color: #71E4FA;
}
@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: #0A292F;

    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: #2FE4FA;
}

.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: #071F22;
    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 #186770;
}

.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: #2FE4FA;
}

.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: #2FE4FA;
    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: #2FE4FA;
}

.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: #2FE4FA;
}

/*类型细分*/
.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: #2FE4FA;
}
.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: #0F3D42;
    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: #2FE4FA;
    display: none;
}

.screen-box > .screen > .drop-down > .s5 > .list > b > i.icon {
    display: inline-block;
    width: 22px;
    height: 16px;
    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: #2FE4FA;
}

.screen-box > .screen > .drop-down > .s5 > .list > .show {
    display: inline-block;
    color: #8EC132;
}

/*时间查找*/
.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: #2FE4FA;
}

.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: #0F3D42;
    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: #2FE4FA;
    display: none;
}

.screen-box > .screen > .drop-down > .s7 > .list > b > i.icon {
    display: inline-block;
    width: 22px;
    height: 16px;
    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: #2FE4FA;
}

.screen-box > .screen > .drop-down > .s7 > .list > .show {
    display: inline-block;
    color: #8EC132;
}

.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: #2FE4FA;
}

.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: #2FE4FA;
}

.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: #2FE4FA;
    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;
}

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

.screen-box > .screen > .drop-down > .s10 > .Determine {
    width: 50%;
    height: 86px;
    line-height: 86px;
    float: right;
    background: #DC5257;
    text-align: center;
}

.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: 20%;
    right: 20px;
}

.Reference_fixed > .fixed_tg{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid #04151A;
    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: none;
    background: none;
    margin-top: 20px;
    display: none;
}
.Reference_fixed > .fixed_nav > i{
    position: relative;
}
.Reference_fixed > .fixed_nav > i.icon{
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 5px;
    background: url('/public/mobile/topic/img/up.png') center no-repeat;
    background-size: 76px 76px;
    cursor: pointer;
}
.Reference_fixed > .fixed_nav > i.iconhuo1{
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 5px;
    background: url('/public/mobile/topic/img/huo1.png') center no-repeat;
    background-size: 76px 76px;
    cursor: pointer;
}
.Reference_fixed > .fixed_nav > i.iconhuo2{
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 5px;
    background: url('/public/mobile/topic/img/huo2.png') center no-repeat;
    background-size: 76px 76px;
    cursor: pointer;
}
.Reference_fixed > .fixed_nav > i.iconcom{
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 5px;
    background: url('/public/mobile/topic/img/comment1.png') center no-repeat;
    background-size: 76px 76px;
    cursor: pointer;
}
.Reference_fixed > .fixed_nav > i.iconshare{
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 5px;
    background: url('/public/mobile/topic/img/share2.png') center no-repeat;
    background-size: 76px 76px;
    cursor: pointer;
}
.Reference_fixed > .fixed_nav > i >span{
    position: absolute;
    top: 40px;
    color: #54AABB;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-style: normal;
}

/*================================*/
/*================================*/
.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 #186770;

    background: -webkit-linear-gradient(#1B6972, #103F46); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1B6972, #103F46); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1B6972, #103F46); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1B6972, #103F46); /* 标准的语法 */
}

.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: #30E7FD;
}

.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: #30E7FD;
    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-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: #30E7FD;
}

.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: #30E7FD;
}

/*模块三*/
.Reference > .body-box .main-2 > .v3 {
    width: 100%;
    background: #04151A;
    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: #04151A;
    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: #30E7FD;
}

.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: #04151A;
    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 #23BBCD;

    background: -webkit-linear-gradient(#1B6972, #103F46);
    background: -o-linear-gradient(#1B6972, #103F46);
    background: -moz-linear-gradient(#1B6972, #103F46);
    background: linear-gradient(#1B6972, #103F46);
}

.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: #30E7FD;
    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: #30E7FD;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-midden {
    width: 100%;
    min-height: 0;
    background: #0A292F;
}

.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: #30E7FD;
    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: #8EC232;
    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: #8EC232;
}

/*视频*/
.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: #0A292F;
    border-bottom: 1px solid #23BBCD;
}

.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: #30E7FD;
}

.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: #30E7FD;
}

.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 #30E7FD;
}

.Reference > .body-box .main-2 > .v3 > .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 > .v3 > .list-box > .list .dv2 > .dv2-midden > .pic-img > .right > .Delivery_man > span {
    font-family: "微软雅黑";
    font-size: 1.6rem;
    font-weight: 400;
    color: #30E7FD;
}

.Reference > .body-box .main-2 > .v3 > .list-box > .list .dv2 > .dv2-bottom {
    width: 100%;
    height: 85px;
    background: #0A292F;
}

.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: #30E7FD;
    float: left;
}


/*===================================================*/
/*评论弹窗*/
.comment-popups-box{
    width: 100%;
    background: #04151A;
    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: #0A292F;
}


/*评论*/
.comment-popups-box .comment-popups > .main-body .main-comment{
    width: 100%;
    min-height: 120px;
    background: #0A292F;
}
/*我要评论*/
.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 #23BBCD;
    background: -webkit-linear-gradient(#1B6972, #103F46);
    background: -o-linear-gradient(#1B6972, #103F46);
    background: -moz-linear-gradient(#1B6972, #103F46);
    background: linear-gradient(#1B6972, #103F46);
}
.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: #30E7FD;
}

/*登录显示*/
.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: #8EC232;
}

/*输入框*/
.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: #8EC232;
    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: #30E7FD;
}

/*评论列表*/
.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: #8EC232;
}
/*时间*/
.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: #30E7FD;
}

/*点赞+回复*/
.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: #8EC232;
    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: #8EC232;

    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: #8EC232;
    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: #04151A;
    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(#1B6972, #103F46);
    background: -o-linear-gradient(#1B6972, #103F46);
    background: -moz-linear-gradient(#1B6972, #103F46);
    background: linear-gradient(#1B6972, #103F46);
}
.Reference > .body-box .main-2 > .v4 > .list-title > span{
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: #30E7FD;
}

.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: #04151A;
    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: #30E7FD;
}

.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: #04151A;
    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 #23BBCD;

    background: -webkit-linear-gradient(#1B6972, #103F46);
    background: -o-linear-gradient(#1B6972, #103F46);
    background: -moz-linear-gradient(#1B6972, #103F46);
    background: linear-gradient(#1B6972, #103F46);
}

.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: #30E7FD;
    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: #30E7FD;
}

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

.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: #30E7FD;
    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: #8EC232;
}

/*视频*/
.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: #0A292F;
    border-bottom: 1px solid #23BBCD;
}

.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: #30E7FD;
}

.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: #30E7FD;
}

.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 #30E7FD;
}

.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: #30E7FD;
}

.Reference > .body-box .main-2 > .v4 > .list-box > .list .dv2 > .dv2-bottom {
    width: 100%;
    height: 85px;
    background: #0A292F;
}

.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: #30E7FD;
    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: 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_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;
}

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



/*===========================================*/
/*申请通讯员*/
/*===========================================*/
.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 > .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-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;
}


/*第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);
}







