* {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:link, a:hover, a:active {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
}
.all {
    width: 100%;
    height: 100%;
}
.fixed {
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: 0;
    z-index: 100;
}
.fixed .fiexcart {
    margin-top: 100px;
    margin-left: 8px;
}
.fixed .fixedtext {
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 17px;
}
.fixed .fixedline {
    width: 50px;
    height: 1px;
    background: #dedede;
    margin-top: 80px;
}
.fixed .fixedqq {
    margin-top: 80px;
    margin-left: 8px;
}
.fixed .fixedkf {
    margin-top: 80px;
    margin-left: 8px;
}
.header {
    width: 100%;
}
.header .top {
    width: 100%;
    height: 35px;
    background: #f0f0f0;
}
.header .top .text {
    position: absolute;
    top: 10px;
    left: 0px;
    color: #bfbfbf;
    font-size: 14px;
}
.header .top .server {
    position: absolute;
    top: 5px;
    right: 250px;
    color: #bfbfbf;
    font-size: 14px;
}
.header .top .gg {
    position: absolute;
    top: 5px;
    right: 150px;
    color: #bfbfbf;
    font-size: 14px;
}
.header .top .gg img {
    position: absolute;
    top: -5px;
    right: -30px;
}
.header .top .kf {
    position: absolute;
    top: 5px;
    right: 30px;
    color: #bfbfbf;
    font-size: 14px;
}
.header .top .kf img {
    position: absolute;
    top: -5px;
    right: -30px;
}
.header .logo {
    width: 100%;
    display: flex;
}
.index {
    width: 100%;
    height: 438px;
    position: relative;
}
.index .completeBanner {
    position: absolute;
    width: 100%;
    height: 389px;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    background: #f0f4f6;
}
.index .nav {
    position: absolute;
    width: 200px;
    background: #f9fdff;
    left: 0px;
    top: 0;
    height: 100%;
}
.index .nav ul.navUl {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.index .nav ul.navUl li.navli.first {
    line-height: 49px;
    height: 49px;
    font-size: 16px;
    color: #fff;
    background: #ce0505;
    text-align: center;
    text-indent: 0;
    flex: inherit;
    display: block;
}
.index .nav ul.navUl li.navli.first:hover {
    background: #ce0505;
}
.index .nav ul.navUl li.navli.first i {
    font-size: 22px;
    vertical-align: middle;
    font-weight: normal;
}
.index .nav ul.navUl li.navli {
    font-size: 14px;
    color: #333333;
    background: #f9fdff;
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .nav ul.navUl li.navli .mediaicon{
    /*width: 80px;*/
    font-size: 18px;
    margin-left: 45px;
    margin-right: 10px;
}
.index .nav ul.navUl li.navli >span{
    flex: 1;
}
.index .nav ul.navUl li.navli:hover {
    background: #fff;
}
.index .nav ul.navUl li.navli:hover .typePosition {
    display: block;
}
.index .nav ul.navUl li.navli i.rightIcon {
    font-size: 20px;
    margin-right: 15px;
}
.index .nav ul.navUl li.navli .typePosition {
    display: none;
    position: absolute;
    top: 49px;
    left: 200px;
    z-index: 2;
    width: 640px;
    height: 360px;
    background: #fff;
    padding: 0 30px 30px;
}
.index .nav ul.navUl li.navli .typePosition .list:last-child {
    height: 130px;
    overflow: hidden;
}
.index .nav ul.navUl li.navli .typePosition .list .title {
    border-bottom: 1px solid #ddd8d4;
    text-indent: 0;
    line-height: 30px;
    display: block;
}
.index .nav ul.navUl li.navli .typePosition .list .title span.titleSnb {
    color: #ff6000;
    border-bottom: 2px solid #ff6000;
    font-size: 14px;
    padding-bottom: 5px;
}
.index .nav ul.navUl li.navli .typePosition .list .title span.more {
    float: right;
    font-size: 12px;
    /* margin-top: 11px; */
    color: #666;
}
.index .nav ul.navUl li.navli .typePosition .list .title span.more:hover {
    color: #ff6000;
}
.index .nav ul.navUl li.navli .typePosition .list .title span.more i {
    margin-left: 5px;
}
.index .nav ul.navUl li.navli .typePosition .list ul.sunList {
    margin-top: 8px;
    max-height: 70px;
    overflow: hidden;
}
.index .nav ul.navUl li.navli .typePosition .list ul.sunList li.sun {
    text-indent: 0;
    float: left;
    width: 90px;
    color: #666;
    line-height: 23px;
    ;
    cursor: pointer;
}
.index .nav ul.navUl li.navli .typePosition .list ul.sunList li.sun:hover {
    color: #ff0000;
}
.index .nav ul.navUl li.navli .typePosition .list ul.sunList li.sun:nth-child(7n) {
    margin-right: 0;
}
.index .nav ul.navUl li.navli .typePosition .list ul.sunListaaa {
    height: 115px;
    overflow: hidden;
}
.index .banner {
    width: 700px;
    height: 440px;
    position: absolute;
    left: 200px;
}
.index .banner .title {
    height: 49px;
    width: 700px;
    position: relative;
}
.index .banner .title ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .banner .title ul li {
    flex: 1;
    list-style: none;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index .banner .title ul li a {
    text-decoration: none;
    color: #333;
}
.index .banner .title ul li .iconfont {
    position: absolute;
    color: red;
    font-size: 18px;
    top: -16px;
    right: 0;
}
.index .banner .title ul li a:hover {
    color: red;
}
.index .banner .title ul li a:hover:after {
    content: '';
    border-bottom: 2px solid #cd0d0d;
    width: 30px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.index .banner .imgbox {
    height: 390px;
    width: 700px;
}
.index .loginbox {
    width: 300px;
    height: 470px;
    position: absolute;
    right: 0px;
    background: #f9fdff;
    top: 0px;
}
.index .loginbox .content {
    width: 300px;
    height: 388px;
    position: relative;
}
.index .loginbox .content .title {
    width: 300px;
    height: 30px;
    position: absolute;
    top: 15px;
    text-align: center;
}
.index .loginbox .content .loginForm {
    width: 250px;
    margin: 20px auto 0;
}
.index .loginbox .content .loginForm .indexInput {
    margin-bottom: 12px;
    position: relative;
}
.index .loginbox .content .loginForm .indexInput input {
    width: 248px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
    outline: 0;
    border-radius: 5px;
    text-indent: 50px;
}
.index .loginbox .content .loginForm .indexInput i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    color: #c0c4cc;
    font-size: 18px;
    border-right: 1px solid #dcdfe6;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.index .loginbox .content .loginForm .subLogin {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #ce0505;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: 25px;
}
.index .loginbox .content .btnRegister {
    width: 250px;
    margin: 2px auto;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 5px 0 5px;
}
.index .loginbox .content .btnRegister>span {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.index .loginbox .content .btnRegister>a {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    padding-left: 5px;
}
.index .loginbox .content .newInfo {
    width: 250px;
    margin: 0 auto;
}
.index .loginbox .content .newInfo .subtitle {
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    text-indent: 10px;
    display: block;
}
.index .loginbox .content .newInfo>a {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    display: block;
    cursor: pointer;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
}
.index .loginbox .content .newInfo>a:hover {
    color: #2f8cef;
}
.index .loginbox .content .qrCodebox {
    width: 250px;
    margin: 5px auto 0;
    position: relative;
    display: none;
    max-height: 230px;
}
.index .loginbox .content .qrCodebox .wechatbox {
    display: flex;
    justify-content: center;
}
.index .loginbox .content .qrCodeboxa {
    display: none;
}
.index .loginbox .content .qrCodebox>img {
    display: block;
    width: 193px;
    margin: 0 auto;
}
.index .loginbox .content .qrCodebox>span {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    color: #333;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.index .loginbox .content #indexCode {
    position: absolute;
    width: 90px;
    height: 40px;
    background: #aed5e2;
    text-align: center;
    line-height: 40px;
    color: blue;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: Fixedsys;
    top: 0;
    right: 0;
    cursor: pointer;
}
.index .loginbox .content .hasLogin {
    width: 250px;
    margin: 40px auto 0;
    display: none;
}
.index .loginbox .content .hasLogin .infobox {
    overflow: hidden;
}
.index .loginbox .content .hasLogin .infobox img.userImg {
    width: 74px;
    float: left;
    border: 3px solid #fbeaea;
    border-radius: 50%;
    padding: 2px;
}
.index .loginbox .content .hasLogin .infobox .userUl {
    float: left;
    margin-left: 12px;
    margin-top: 7px;
}
.index .loginbox .content .hasLogin .infobox .userUl li {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.index .loginbox .content .hasLogin .infobox .userUl li.userMoney span {
    font-weight: bold;
    color: red;
}
.index .loginbox .content .hasLogin .orderList {
    width: 250px;
    margin: 30px auto 0;
    overflow: hidden;
}
.index .loginbox .content .hasLogin .orderList li {
    float: left;
    border-right: 1px dashed #eaaaaa;
    width: 82px;
    cursor: pointer;
}
.index .loginbox .content .hasLogin .orderList li:last-child {
    border-right: none;
}
.index .loginbox .content .hasLogin .orderList li span {
    display: block;
    text-align: center;
    font-size: 16px;
}
.index .loginbox .content .hasLogin .orderList li span.red {
    font-size: 17px;
    font-weight: bold;
    color: red;
}
.index .loginbox .content .hasLogin .linkBtn {
    width: 250px;
    margin: 26px auto;
    text-align: center;
}
.index .loginbox .content .hasLogin .linkBtn a {
    background: #ce0505;
    padding: 6px 15px;
    color: #fff;
}
.index .loginbox .content .hasLogin .linkBtn a:last-child {
    background: #125ba7;
    margin-left: 10px;
}
.index .loginbox .content .expectlogin {
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.index .loginbox .content .expectlogin ul li {
    list-style: none;
    float: left;
    margin-left: 35px;
}
.index .loginbox .content .expectlogin ul li img {
    position: absolute;
    top: 3px;
    margin-left: -20px;
}
.index .loginbox .userInfoTitle {
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #ce0505;
    color: #fff;
    font-size: 18px;
    display: none;
}
.index .loginbox .tabtitle {
    height: 50px;
    width: 100%;
    display: flex;
    background: #f9fdff;
}
.index .loginbox .tabtitle .tab {
    width: 150px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    float: left;
}
.index .loginbox .tabtitle .tab.on {
    background: #dbf4fa;
}
.tabtitle .tab {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fdff;
}
.tabtitle .tab .on {
    background: #dbf4fa;
}
.contenta {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
}
.contenta .step1 {
    width: 100%;
    height: 330px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
    border-top: 2px solid #ce0505;
    display: flex;
}
.contenta .step1 .step1content1 {
    width: 200px;
    height: 100%;
    background-color: #ce0505;
    position: relative;
    text-align: center;
}
.contenta .step1 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #ce0505;
    top: -34px;
}
.contenta .step1 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step1 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    margin-top: 80px;
}
.contenta .step1 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}
.contenta .step1 .step1content1 .gdtc .links {
    height: 35px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    width: 100px;
    display: block;
    margin: 20px 50px;
    line-height: 35px;
}
.contenta .step1 .accordion {
    height: 330px;
    overflow: hidden;
    margin-left: 50px;
    width: 950px;
    border: 1px solid #dddddd;
    border-top: none;
}
.contenta .step1 .accordion ul {
    overflow: hidden;
    height: 100%;
}
.contenta .step1 .accordion ul li {
    height: 100%;
    float: left;
    overflow: hidden;
    width: 73px;
    cursor: pointer;
    transition: all 0.8s ease;
}
.contenta .step1 .accordion ul li.packageactive {
    width: auto;
}
.contenta .step1 .accordion ul li:last-child .titleRed {
    border-right: none;
}
.contenta .step1 .accordion ul li:last-child div.contentAge {
    border-right: none;
}
.contenta .step1 .accordion ul li .titleRed {
    width: 22px;
    border-right: 1px solid #ddd;
    height: 100%;
    text-align: center;
    padding: 0 25px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 27px;
    float: left;
    position: relative;
}
.contenta .step1 .accordion ul li .titleRed span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    padding: 0 25px;
    left: 50%;
}
.contenta .step1 .accordion ul li div.contentAge {
    float: left;
    position: relative;
    border-right: 1px solid #ddd;
    padding: 17px 38px;
    border-right: 1px solid #ddd;
    width: 506px;
    height: 100%;
}
.contenta .step1 .accordion ul li div.contentAge i.car {
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 30px;
    font-weight: normal;
    color: #ff424a;
    cursor: pointer;
}
.contenta .step1 .accordion ul li div.contentAge p.contentTitle span {
    display: block;
}
.contenta .step1 .accordion ul li div.contentAge p.contentTitle span:first-child {
    font-size: 28px;
    color: #b5b7b1;
}
.contenta .step1 .accordion ul li div.contentAge p.contentTitle span:last-child {
    font-size: 22px;
    color: #ee3c45;
}
.contenta .step1 .accordion ul li div.contentAge p {
    padding: 8px 0;
}
.contenta .step1 .accordion ul li div.contentAge p span.textTitle {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}
.contenta .step1 .accordion ul li div.contentAge p span.text {
    font-size: 14px;
    color: #777777;
    white-space: nowrap;
    width: 414px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
.contenta .step1 .accordion ul li div.contentAge p span.baseOf {
    font-size: 14px;
    color: #fc0001;
    font-weight: bold;
    padding: 0 5px;
    margin-left: -5px;
}
.contenta .step1 .accordion ul li div.contentAge p span.price {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
}
.contenta .step1 .accordion ul li div.contentAge p span.reference {
    font-size: 12px;
    color: #333333;
    text-decoration: line-through;
    margin-left: 5px;
}
.contenta .step1 .accordion ul li div.contentAge p span.qq {
    cursor: pointer;
    margin-left: 24px;
}
.contenta .step1 .accordion ul li div.contentAge p span.qq i {
    font-size: 18px;
    color: #dc2a42;
}
.contenta .step1 .accordion ul li div.contentAge p span.qq span {
    font-size: 14px;
    color: #373529;
    margin-left: -3px;
}
.contenta .step1 .accordion ul li div.contentAge p a {
    font-size: 14px;
    color: #396af6;
    margin-left: 70px;
}
.contenta .step1 .accordion ul li div.contentAge p a:hover {
    color: red;
}
.contenta .step1 .accordion ul li.active {
    width: initial;
    transition: all 0.8s ease;
}
.contenta .step1 .accordion ul li.packageactive span.titleRed {
    background: #ce0505;
    color: #fff;
    width: 22px;
}
.step3headercontent {
    display: flex;
}
.contenta .step3 .step1content2 .step3headercontent .moreCategories {
    line-height: 42px;
    cursor: pointer;
}
.contenta .step2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 2px solid #ff6c00;
    display: flex;
}
.contenta .step2 .step1content1 {
    width: 200px;
    background-color: #ff6c00;
    position: relative;
    text-align: center;
}
.contenta .step2 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #ff6c00;
    top: -34px;
}
.contenta .step2 .starcontent1 {
    background: #9966FF;
}
.contenta .starstep {
    border-top: 2px solid #9966FF;
}
.contenta .step2 .starcontent1 .triangle {
    border-color: transparent transparent #9966FF;
}
.contenta .step2 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step2 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-top: 70px;
}
.contenta .step2 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 15px;
    width: 130px;
    margin: 10px auto;
}
.contenta .step2 .step1content1 .gdtc .links {
    height: 30px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 15px;
    margin: 12px 50px;
    display: block;
    line-height: 30px;
}
.contenta .step2 .step1content2 {
    width: 1000px;
    height: 100%;
    background: #ffffff;
    display: block;
    flex-direction: column;
}
.contenta .step2 .step1content2 .step2header {
    width: 900px;
    height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.contenta .step2 .step1content2 .moreCategories {
    width: 17%;
    display: inline;
    flex: 1;
    line-height: 46px;
    cursor: pointer;
}
.contenta .step2 .step1content2 .step2header ul {
    margin-left: -40px;
    margin: 10px 0;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenta .step2 .step1content2 .step2header ul li:hover {
    color: #ff6c00;
    font-weight: 800;
    border-bottom: 3px solid #ff6c00;
}
.contenta .step2 .step1content2 .step2header ul .selectActive {
    color: #ff6c00;
    font-weight: 800;
    border-top: 3px solid #ff6c00;
    border-bottom: 3px solid #ff6c00;
}
.contenta .step2 .step1content2 .step2header ul li {
    margin: 0 54px;
    padding: 0 10px;
}
.contenta .step2 .step1content2 .step2content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.contenta .step2 .step1content2 .step2content .flex-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 222px;
    border: 1px solid #dddddd;
    margin-left: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.contenta .step2 .step1content2 .step2content .star_flex_item {
    height: auto;
    margin: 0;
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 200px;
    box-sizing: border-box;
    position: relative;
}
.contenta .step2 .step1content2 .step2content .star_flex_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.contenta .step2 .step1content2 .step2content .star_flex_item:hover .topBag {
    display: flex;
}
.contenta .step2 .step1content2 .step2content .star_flex_item:nth-child(5n) {
    border-right: 0;
}
.contenta .step2 .step1content2 .step2content .star_flex_item:nth-child(n + 6) {
    border-bottom: 0;
}
.contenta .step2 .step1content2 .step2content .star_flex_item .imgbox {
    width: 144px;
    height: auto !important;
    margin: 0 auto;
}
.contenta .step2 .step1content2 .step2content .star_flex_item .imgbox img {
    width: 95px;
    height: 114px;
    margin-top: 10px;
    max-height: 114px;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox {
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contenta .step2 .step1content2 .step2content .flex-item .imgbox .medialogo_icon{
    font-size: 34px;
    color: #ff4747;
    margin-top: 15px;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox .medialogo_icon.news{
    color: #ff6600;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox .parameter_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox .parameter_list li{
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox .parameter_list li:first-child{
    border-right: 1px dashed #ddd;
}
.contenta .step2 .step1content2 .flex-item .imgbox a {
    display: block;
    margin: 0 auto;
}
.contenta .step2 .step1content2 .step2content .flex-item .imgbox:hover .topBag {
    display: block;
}
.contenta .step2 .step1content2 .step2content .flex-item img {
    width: 60%;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-height: 40px;
}
.contenta .step2 .step1content2 .step2content .flex-item .medianame {
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contenta .step2 .step1content2 .step2content .flex-item .medianame.news{
    color: #ff6600;
    font-weight: bold;
}
.contenta .step2 .step1content2 .step2content .flex-item .speed {
    color: #777;
    margin-top: 5px;
}
.contenta .step2 .step1content2 .step2content .flex-item .price {
    color: #ff6c00;
    font-size: 16px;
    position: relative;
}
.contenta .step2 .step1content2 .step2content .flex-item .price:hover .topBag {
    display: flex;
}
.contenta .step2 .step1content2 .step2content .flex-item .bottomBag {
    z-index: 100;
    width: 100%;
    height: 77px;
    background: #ff6c00;
    position: absolute;
    top: -50px;
    left: 0;
    display: none;
    cursor: pointer;
}
.contenta .step2 .step1content2 .step2content .flex-item .bottomBag div {
    color: #FFFFFF;
}
.contenta .step2 .step1content2 .step2content .flex-item .topBag {
    z-index: 100;
    width: 100%;
    background: #ff6c00;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
    cursor: pointer;
    justify-content: center;
}
.contenta .step2 .step1content2 .step2content .star_flex_item .topBag {
    background: #9966FF;
}
.contenta .step2 .step1content2 .step2content .flex-item .topBag i {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.contenta .step2 .step1content2 .step2content .flex-item .topBag div {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}
.contenta .step3 {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #57b3f4;
    margin-top: 100px;
    display: flex;
}
.contenta .step3.appstep {
    border-top: 2px solid #6666CC;
}
.contenta .step3.parstep {
    border-top: 2px solid #00CC99;
}
.contenta .step3 .step1content1 {
    width: 200px;
    background-color: #57b3f4;
    position: relative;
    text-align: center;
}
.contenta .step3.appstep .step1content1 {
    background: #6666CC;
}
.contenta .step3.parstep .step1content1 {
    background: #00CC99;
}
.contenta .step3 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #57b3f4;
    top: -34px;
}
.contenta .step3.appstep .step1content1 .triangle {
    border-color: transparent transparent #6666CC;
}
.contenta .step3.parstep .step1content1 .triangle {
    border-color: transparent transparent #00CC99;
}
.contenta .step3 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step3 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-top: 70px;
}
.contenta .step3 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 15px;
    width: 130px;
    margin: 10px auto;
}
.contenta .step3 .step1content1 .gdtc .links {
    height: 35px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 20px 50px;
    display: block;
    line-height: 35px;
}
.contenta .step3 .step1content2 {
    width: 1000px;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
.contenta .step3.appstep .step1content2, .contenta .step3.parstep .step1content2 {
    padding-top: 25px;
}
.contenta .step3 .step1content2 .step2header {
    width: 900px;
    cursor: pointer;
}
.contenta .step3 .step1content2 .step2header .selectActive {
    color: #57b3f4;
    font-weight: 800;
    border-top: 3px solid #57b3f4;
    border-bottom: 3px solid #57b3f4;
}
.contenta .step3 .step1content2 .step2header ul {
    margin: 10px 0;
    font-family: "Microsoft YaHei";
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenta .step3 .step1content2 .step2header ul li {
    margin: 0 54px;
    padding: 0 10px;
}
.contenta .step3 .step1content2 .step2content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contenta .step3 .step1content2 .step2content .flex-item {
    text-align: center;
    width: 222px;
    border: 1px solid #dddddd;
    margin-left: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
}

.contenta .step3 .step1content2 .step2content .flex-item .imgbox {
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contenta .step3 .step1content2 .step2content .flex-item .imgbox .medialogo_icon{
    font-size: 34px;
    color: #ff4747;
    margin-top: 15px;
}
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .medialogo_icon.invitation{
    color: #57b3f4;
}
.contenta .step3 .step1content2 .step2content .flex-item .medianame.appmedia,
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .medialogo_icon.appmedia{
    color: #6666CC;
}
.contenta .step3 .step1content2 .step2content .flex-item .medianame.praisemedia,
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .medialogo_icon.praisemedia{
    color: #00CC99;
}
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .parameter_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0;
}
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .parameter_list li{
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}
.contenta .step3 .step1content2 .step2content .flex-item .imgbox .parameter_list li:first-child{
    border-right: 1px dashed #ddd;
}
.contenta .step3 .step1content2 .step2content .flex-item .imgbox:hover .topBag {
    display: block;
}
.contenta .step3 .step1content2 .step2content .flex-item img {
    width: 60%;
    cursor: pointer;
    display: block;
    margin: 5px auto;
    height: 40px;
}
.contenta .step3 .step1content2 .step2content .flex-item .appmedia img {
    width: 80px;
    height: 80px;
    max-height: inherit;
}
.contenta .step3 .step1content2 .step2content .flex-item .medianame {
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}
.contenta .step3 .step1content2 .step2content .flex-item .medianame.invitation{
    color: #57b3f4;
}
.contenta .step3 .step1content2 .step2content .flex-item .speed {
    color: #777;
    margin-top: 5px;
}
.contenta .step3 .step1content2 .step2content .flex-item .price {
    color: #ff6c00;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.contenta .step3 .step1content2 .step2content .flex-item .price:hover .topBag {
    display: flex;
}
.contenta .step3 .step1content2 .step2content .flex-item .bottomBag {
    z-index: 100;
    width: 100%;
    height: 30px;
    background: #57b3f4;
    position: absolute;
    top: -35px;
    left: 0;
    display: none;
    cursor: pointer;
}
.contenta .step3 .step1content2 .step2content .flex-item .bottomBag div {
    color: #FFFFFF;
}
.contenta .step3 .step1content2 .step2content .flex-item .topBag {
    z-index: 100;
    width: 100%;
    background: #57b3f4;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.contenta .step3.appstep .step1content2 .step2content .flex-item .topBag{
  background: #6666CC;
}
.contenta .step3.parstep .step1content2 .step2content .flex-item .topBag{
  background: #00CC99;
}
.contenta .step3 .step1content2 .step2content .flex-item .topBag i {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.contenta .step3 .step1content2 .step2content .flex-item .topBag div {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}
.contenta .step4 {
    width: 100%;
    border-top: 2px solid #23d5ea;
    display: flex;
}
.contenta .step4 .step1content1 {
    width: 200px;
    background-color: #23d5ea;
    position: relative;
    text-align: center;
}
.contenta .step4 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #23d5ea;
    top: -34px;
}
.contenta .step4 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step4 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    padding-top: 70px;
}
.contenta .step4 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 15px;
    width: 130px;
    margin: 10px auto
}
.contenta .step4 .step1content1 .gdtc .links {
    height: 35px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 20px 50px;
    display: block;
    line-height: 35px;
}
.contenta .step4 .step1content2 {
    width: 1000px;
    display: flex;
    flex-direction: column;
    background: #FFF;
}
.contenta .step4 .step1content2 .step2headercontent {
    width: 100%;
    background: #ffffff;
    display: flex;
    position: relative;
    flex-direction: column;
}
.contenta .step4 .step1content2 .step2headercontent .moreCategories {
    width: 23%;
    line-height: 46px;
    cursor: pointer;
}
.p_moreCategories {
    width: 20% !important;
}
.contenta .step4 .step1content2 .step2header {
    height: 60px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    width: 900px;
    overflow: hidden;
}
.contenta .step4 .step1content2 .step2header .selectActive {
    color: #57b3f4;
    font-weight: 800;
    border-top: 3px solid #57b3f4;
    border-bottom: 3px solid #57b3f4;
    padding: 0 5px;
}
.contenta .step4 .step1content2 .step2header .moreCategories {
    line-height: 45px;
    cursor: pointer;
}
.contenta .step4 .step1content2 .step2header ul {
    margin-top: 10px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}
.contenta .step4 .step1content2 .step2header ul .selectActive {
    color: #01c612;
    font-weight: 800;
    border-top: 3px solid #01c612;
    border-bottom: 3px solid #01c612;
    padding: 0 5px;
    background: #FFF;
}
.contenta .step4 .step1content2 .step2header ul li {
    list-style: none;
    margin-left: 70px;
    font-size: 16px;
    margin-left: 57px;
    display: inline-block;
}
.contenta .step4 .step1content2 .step2content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contenta .step4 .step1content2 .step2content .flex-item {
    display: flex;
    border: 1px solid #dddddd;
    width: 469px;
    height: 140px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.contenta .step4 .step1content2 .step2content .flex-item .left {
    position: relative;
    width: 130px;
    height: 100%;
}
.contenta .step4 .step1content2 .step2content .flex-item .left .imgradius {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #eee;
}
.contenta .step4 .step1content2 .step2content .flex-item .left .imgradius img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.contenta .step4 .step1content2 .step2content .flex-item .right {
    flex: 1;
    height: 100%;
    position: relative;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .medianame {
    color: orange;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .cart {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .cart i {
    color: #ff911b;
    font-size: 24px;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .text {
    position: absolute;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    top: 45px;
    color: #777;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .count {
    position: absolute;
    font-size: 12px;
    top: 85px;
    color: #777;
    left: -13px;
    font-size: 12px;
}
.contenta .step4 .step1content2 .step2content .flex-item .right .count span {
    margin-right: 1%;
}
.step5headercontent {
    display: flex;
}
.step5headercontent .moreCategories {
    width: 17%;
    flex: 1;
    line-height: 46px;
    cursor: pointer;
}
.contenta .step5 {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 2px solid #23d5ea;
    display: flex;
}
.contenta .step5 .step1content1 {
    width: 200px;
    height: 100%;
    background-color: #23d5ea;
    position: relative;
    text-align: center;
}
.contenta .step5 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #23d5ea;
    top: -35px;
}
.contenta .step5 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step5 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    padding-top: 180px;
}
.contenta .step5 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}
.contenta .step5 .step1content1 .gdtc .links {
    height: 35px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 20px 50px;
    display: block;
    line-height: 35px;
}
.contenta .step5 .step1content2 {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
.contenta .step5 .step1content2 .step2header {
    width: 900px;
    height: 37px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.contenta .step5 .step1content2 .step2header .selectActive {
    color: #23d5ea;
    font-weight: 800;
    border-top: 3px solid #23d5ea;
    border-bottom: 3px solid #23d5ea;
    padding: 0 5px;
}
.contenta .step5 .step1content2 .step2header ul {
    margin-left: 65px;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}
.contenta .step5 .step1content2 .step2header ul li {
    float: left;
    list-style: none;
    margin-right: 60px;
    font-size: 16px;
    padding-top: 2px;
}
.contenta .step5 .step1content2 .step2content {
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 21px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.contenta .step5 .step1content2 .step2content .flex-item {
    display: flex;
    width: 303px;
    height: 216px;
    margin-left: 21px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.contenta .step5 .step1content2 .step2content .flex-item .left {
    position: relative;
    width: 150px;
    height: 100%;
    border-right: 1px solid #eee;
}
.contenta .step5 .step1content2 .step2content .flex-item .left img {
    width: 100%;
    height: 165px;
    cursor: pointer;
}
.contenta .step5 .step1content2 .step2content .flex-item .left .cart {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
}
.contenta .step5 .step1content2 .step2content .flex-item .left .cart i {
    display: inline-block;
    color: #23d5ea;
    font-size: 24px;
    line-height: 50px;
}
.contenta .step5 .step1content2 .step2content .flex-item .left .cart span {
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
    color: #23d5ea;
}
.contenta .step5 .step1content2 .step2content .flex-item .right {
    flex: 1;
    height: 100%;
    position: relative;
    width: 155px;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .name {
    margin-left: 10px;
    line-height: 70px;
    cursor: pointer;
    font-weight: bold;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .fans {
    margin: 10px 0 10px 10px;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .fans span {
    color: #f76a66;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .price {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 12px;
    color: #f76a66;
    text-align: center;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .media_introduce {
    width: 100%;
    height: 80px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 25px;
    padding-top: 4px;
}
.contenta .step5 .step1content2 .step2content .flex-item .right .media_introduce span {
    color: #999;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-left: 10px;
}
.step6headercontent {
    display: flex;
}
.step6headercontent .moreCategories {
    flex: 1;
    line-height: 48px;
    cursor: pointer;
}
.contenta .step6 {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 2px solid #bcb60f;
    display: flex;
}
.contenta .step6 .step1content1 {
    width: 200px;
    height: 100%;
    background-color: #bcb60f;
    position: relative;
    text-align: center;
}
.contenta .step6 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #bcb60f;
    top: -35px;
}
.contenta .step6 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step6 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    padding-top: 180px;
}
.contenta .step6 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}
.contenta .step6 .step1content1 .gdtc .links {
    height: 35px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 20px 50px;
    display: block;
    line-height: 35px;
}
.contenta .step6 .step1content2 {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.contenta .step6 .step1content2 .selectActive {
    color: #bcb60f;
    font-weight: 800;
    border-top: 3px solid #bcb60f;
    border-bottom: 3px solid #bcb60f;
    padding: 0 5px;
}
.contenta .step6 .step1content2 .step2header {
    width: 900px;
    height: 40px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.contenta .step6 .step1content2 .step2header ul {
    margin-left: 60px;
    margin-top: 10px;
    height: 100%;
    font-family: "Microsoft YaHei";
}
.contenta .step6 .step1content2 .step2header ul li {
    float: left;
    list-style: none;
    margin-right: 56px;
    font-size: 16px;
    padding-top: 3px;
}
.contenta .step6 .step1content2 .step2content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contenta .step6 .step1content2 .step2content .flex-item {
    width: 301px;
    height: 216px;
    margin-left: 23px;
    margin-top: -16px;
    border: 1px solid #dddddd;
    position: relative;
}
.contenta .step6 .step1content2 .step2content .flex-item .media_logo {
    width: 100%;
    position: absolute;
    height: 100px;
    text-align: center;
    top: 10px;
}
.contenta .step6 .step1content2 .step2content .flex-item .media_logo img {
    width: 50%;
    height: 50%;
}
.contenta .step6 .step1content2 .step2content .flex-item .media_category {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 70px;
    text-align: center;
    color: #333;
}
.contenta .step6 .step1content2 .step2content .flex-item .media_price {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 100px;
    text-align: center;
    color: #ff6c00;
    font-size: 16px;
    font-weight: bold;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex {
    display: flex;
    width: 100%;
    height: 85px;
    position: absolute;
    top: 130px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex:hover .bottomBox {
    display: flex;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox {
    width: 100%;
    height: 86px;
    background: #bcb60f;
    display: none;
    z-index: 100;
    justify-content: center;
    align-items: center;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .cart {
    flex: 1;
    display: block;
    height: 100%;
    line-height: 86px;
    text-align: center;
    border-right: 1px solid #fff;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .cart i {
    font-size: 24px;
    color: #fff;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .cart .carttext {
    color: #fff;
    font-size: 16px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .detail {
    flex: 1;
    display: block;
    height: 100%;
    line-height: 86px;
    text-align: center;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .detail i {
    font-size: 24px;
    color: #fff;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .bottomBox .detail .detailtext {
    color: #ffffff;
    font-size: 16px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left {
    flex: 1;
    height: 100%;
    border-right: 1px solid #eee;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .top {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #eee;
    line-height: 60px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .top span {
    position: absolute;
    left: 10px;
    color: #999;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .top .category {
    color: #000000;
    position: absolute;
    top: -18px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .bottom {
    width: 100%;
    height: 50%;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .bottom span {
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #999;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .left .bottom .platform {
    color: #000000;
    position: absolute;
    top: 45px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right {
    flex: 1;
    height: 100%;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .top {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .top div {
    position: absolute;
    left: 170px;
    color: #999;
    top: 20px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .top .fans {
    color: #000000;
    position: absolute;
    top: 2px;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .bottom {
    width: 100%;
    height: 50%;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .bottom div {
    position: absolute;
    left: 170px;
    bottom: 0;
    color: #bfbfbf;
}
.contenta .step6 .step1content2 .step2content .flex-item .flex .right .bottom .province {
    color: #000000;
    position: absolute;
    top: 45px;
}
.contenta .step7 {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 2px solid #236eea;
    display: flex;
}
.contenta .step7 .step1content1 {
    width: 200px;
    height: 100%;
    border-top: 2px solid #236eea;
    background-color: #236eea;
    position: relative;
    text-align: center;
}
.contenta .step7 .step1content1 .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid red;
    border-style: solid;
    border-color: transparent transparent #236eea;
    top: -37px;
}
.contenta .step7 .step1content1 .triangle span {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 15px;
    left: -13px;
}
.contenta .step7 .step1content1 .xsth {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    padding-top: 180px;
}
.contenta .step7 .step1content1 .jtxx {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}
.contenta .step7 .step1content1 .gdtc .links {
    height: 35px;
    width: 100px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 20px 50px;
    display: block;
    line-height: 35px;
}
.contenta .step7 .step1content2 {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.contenta .step7 .step1content2 .selectActive {
    color: #236eea;
    font-weight: 800;
    border-top: 3px solid #236eea;
    border-bottom: 3px solid #236eea;
    padding: 0 5px;
}
.contenta .step7 .step1content2 .step2header {
    width: 100%;
    height: 60px;
}
.contenta .step7 .step1content2 .step2header ul {
    margin-left: -40px;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}
.contenta .step7 .step1content2 .step2header ul li {
    float: left;
    list-style: none;
    margin-left: 60px;
    font-size: 16px;
}
.contenta .step {
    width: 1200px;
    margin: 0 auto;
}
.contenta .backFff {
    width: 100%;
    background-color: #fff;
}
.contenta .margin65 {
    margin-top: 65px;
}
.contenta .footer {
    width: 100%;
    height: 100%;
}
.contenta .footer .fwlc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenta .footer .fwlc .text {
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.contenta .footer .fwlc .icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.contenta .footer .fwlc .icon .flexitem1 {
    width: 100px;
    height: 140px;
    margin-left: 80px;
    text-align: center;
    color: #8a8a8a;
}
.footercontent1 {
    width: 100%;
    display: flex;
    background-size: cover;
}


/* 企业新闻 */

.footercontent1 .newsmejie{
  width: 1200px;
  margin: 0 auto;
}

.footercontent1 .newsmejie .newstitle{
  text-align: center;
  width: 100%;
  font-size: 26px;
    padding-top: 32px;
color: #333;
}

.footercontent1 .newsmejie .newslist{
  display: flex;
  margin: 30px 0 50px;
}

.footercontent1 .newsmejie .newslist .newsitem{
  width: 380px;
  background: #fff;
  margin-right: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.footercontent1 .newsmejie .newslist .newsitem:last-child{
  margin-right: 0;
}

.footercontent1 .newsmejie .newslist .newsitem .newstitle_coun{
  font-size:19px;
  color: #333;
  text-indent: 30px;
  line-height: 60px; 
  font-weight: bold;
}

.footercontent1 .newsmejie .newslist .newsitem ul{
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 120px;
}

.footercontent1 .newsmejie .newslist .newsitem ul li a{
  width: 100%;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.footercontent1 .newsmejie .newslist .newsitem ul li a .tag{
  width: 6px;
  height: 6px;
  background: #ff0000;
  border-radius: 50%;
}

.footercontent1 .newsmejie .newslist .newsitem ul li a .text{
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.footercontent1 .newsmejie .newslist .newsitem .lockmore{
  display: block;
  width: 100%;
  text-indent: 30px;
  border-top: 1px dashed #ccc;
  line-height: 40px;
  color: #13bff3;
  margin-top: 12px;
}







.footercontent1 .footer1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.footercontent1 .leftcontent {
    width: 580px;
    height: 100%;
    position: relative;
    margin-top: 45px;
    float: left;
}
.footercontent1 .leftcontent .opactiybox {
    width: 582px;
    height: 550px;
    position: absolute;
    left: 0;
}
.footercontent1 .leftcontent .opactiybox .boxtitle {
    width: 100%;
    height: 50px;
    margin-top: -14px;
    background: black;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
}
.footercontent1 .leftcontent .opactiybox .boxtitle ul {
    margin-left: 5px;
    cursor: pointer;
}
.footercontent1 .leftcontent .opactiybox .boxtitle ul .selectActive {
    color: #ff6c00;
    font-weight: 800;
}
.footercontent1 .leftcontent .opactiybox .boxtitle ul li {
    list-style: none;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 35px;
}
.footercontent1 .leftcontent .opactiybox .boxcontent {
    width: 100%;
    height: 450px;
    background: rgba(38, 78, 107, 0.3);
}
.footercontent1 .leftcontent .opactiybox .boxcontent .images_banner {
    width: 750px;
    height: 250px;
    border: 2px solid #FFFFFF;
    margin-top: 15px;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .images_banner .imgbaner {
    width: 570px;
    height: 242px;
    padding: 4px;
    cursor: pointer;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn2 {
    width: 90%;
    height: 46px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #ff5000;
    cursor: pointer;
    margin: 0 auto;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn2 i {
    font-size: 34px;
    width: 80px;
    display: inline-flex;
    line-height: 42px;
    border-right: 2px solid #afafa8;
    text-indent: 27px;
    height: 40px;
    align-items: center;
    margin-top: 3px;
    color: #f17842;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn2 .title {
    display: inline-block;
    width: 470px;
    font-size: 18px;
    color: #666;
    text-align: center;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn {
    width: 90%;
    height: 46px;
    background: #FFFFFF;
    border-radius: 25px;
    margin: 16px auto;
    border: 2px solid #ff5000;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn i {
    font-size: 34px;
    width: 80px;
    display: inline-flex;
    line-height: 42px;
    border-right: 2px solid #afafa8;
    text-indent: 27px;
    height: 40px;
    align-items: center;
    margin-top: 3px;
    color: #f17842;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn .title {
    display: inline-block;
    width: 470px;
    font-size: 18px;
    color: #666;
    text-align: center;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn .title a {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: none;
}
.footercontent1 .leftcontent .opactiybox .boxcontent .btn .title a:first-child {
    display: block;
}
.footercontent1 .rightcontent {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.footercontent1 .rightcontent .line {
    position: absolute;
    top: 80px;
    right: 35px;
    width: 550px;
    height: 2px;
    background: #FFFFFF;
}
.footercontent1 .rightcontent .uls {
    position: absolute;
    top: 110px;
    display: flex;
    height: 100%;
    left: 25px;
    width: 620px;
}
.footercontent1 .rightcontent .uls .ulsList {
    width: 100%;
    max-height: 430px;
    overflow: hidden;
}
.footercontent1 .rightcontent .uls .ulsList li {
    width: 100%;
    color: #FFF;
    margin-bottom: 40px;
}
.footercontent1 .rightcontent .uls .ulsList li .timer {
    display: inline-block;
    width: 126px;
    text-align: center;
    border-right: 2px solid #bfbfbf;
    vertical-align: middle;
    padding-right: 20px;
}
.footercontent1 .rightcontent .uls .ulsList li .timer .timerBig {
    font-size: 30px;
}
.footercontent1 .rightcontent .uls .ulsList li .timer .timerYYmm {
    font-size: 18px;
}
.footercontent1 .rightcontent .uls .ulsList li .newsContent {
    width: 380px;
    display: inline-block;
    padding-left: 70px;
    vertical-align: middle;
}
.footercontent1 .rightcontent .uls .ulsList li .newsContent a {
    color: #fff;
}
.footercontent1 .rightcontent .uls .ulsList li .newsContent span {
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 4px;
}
.footercontent1 .rightcontent .uls .ulsList li .newsContent p {
    width: 95%;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}
.footercontent1 .rightcontent .uls .ulsList li .newsContent h1:hover {
    color: #f77878;
}
/*.footercontent1 .rightcontent .uls .left {

  width: 150px;

  height: 75%;

  font-size: 30px;

}

.footercontent1 .rightcontent .uls .left ul {

  position: absolute;

}

.footercontent1 .rightcontent .uls .left ul li {

  list-style: none;

  color: #FFFFFF;

  margin-bottom: 50px;

}

.footercontent1 .rightcontent .uls .left .mtime {

  font-size: 30px;

}

.footercontent1 .rightcontent .uls .left .addtime {

  margin-left: -15px;

  font-size: 18px;

}

.footercontent1 .rightcontent .uls .colline {

  width: 2px;

  height: 57px;

  background: #bfbfbf;

  position: absolute;

  left: -40px;

  margin-top: 2px;

}

.footercontent1 .rightcontent .uls .right {

  width: 300px;

  height: 75%;

  position: relative;

}

.footercontent1 .rightcontent .uls .right ul {

  position: absolute;

}

.footercontent1 .rightcontent .uls .right ul li {

  width: 300px;

  height: 60px;

  list-style: none;

  color: #FFFFFF;

  margin-bottom: 55px;

  overflow: hidden;

  text-overflow: ellipsis;

}

.footercontent1 .rightcontent .uls .right ul li .title {

  font-size: 15px;

  font-weight: bold;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  overflow: hidden;

  cursor: pointer;

}

.footercontent1 .rightcontent .uls .right ul li .title:hover {

  color: #f77878;

}

.footercontent1 .rightcontent .uls .right ul li .right1 {

  width: 95%;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  cursor: pointer;

}*/

.footercontent1 .rightcontent .righttitle {
    position: absolute;
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    font-size: 25px;
    top: 40px;
    left: 50px;
}
.footercontent1 .rightcontent .righttitle span {
    position: absolute;
    right: 80px;
    font-size: 18px;
    top: 10px;
    cursor: pointer;
}
.footercontent2 {
    width: 100%;
    height: 254px;
    background: url("../../assets/image/smt1.jpg") no-repeat;
    display: flex;
    flex-direction: column;
    background-size: cover !important;
}
.footercontent2 .footercontent2top {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    margin: 50px auto;
}
.footercontent2 .footerForm {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footercontent2 .footerForm .btn {
    width: 120px;
    height: 40px;
    background: #b00303;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    font-weight: bold;
}
.footercontent2 .footerForm .btn_last {
    background: #fff;
    color: #b00303;
}
.footercontent2 .footerForm .position {
    position: relative;
}
.footercontent2 .footerForm .position #veriftycode {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 40px;
    background: #afafaf;
    text-align: center;
    color: blue;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: Fixedsys;
    cursor: pointer;
}
.icontent {
    overflow: hidden;
    width: 100%;
}
.my-swiper {
    height: 100%;
}
.my-swiper:hover {
    cursor: pointer;
}
.my-swiper img {
    height: 100%;
    width: 100%;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 0;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.m-icon, .moreMedia, .morelive, .moreshort, .moreDetail {
    display: none !important;
}
.displayNone {
    display: none;
}
.login-user {
    display: flex;
    overflow: hidden;
    margin-top: 14px;
}
.login-user .fl {
    float: left;
}
.login-user .user-img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #f5f5f5;
    margin-right: 5px;
    overflow: hidden;
}
.login-user .user-img img {
    max-width: 100%;
    height: 100%;
    border-radius: 100%;
}
.login-user .user-name .fl {
    float: left;
}
.login-user .user-name p:first-child {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.login-user .user-name p.tips {
    font-size: 14px;
    color: #ce0505;
    margin-top: 2px;
}
.login-user .user-name p.tips a{
    color: #0095ff;
    text-decoration: underline;
}
.login-user .user-name p.tips a:hover{
    color: blue;
}
.formData {
    margin-top: 15px;
}
.formData .wechatbutton {
    z-index: 1000;
    width: 250px;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #ce0505;
}
.baidu_br i {
    border: 1px solid #b7b5b5;
    color: #3366FF;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.baidu_br span.baidu {
    font-size: 16px;
    font-weight: bold;
    color: #3366FF;
    border: 1px solid #b7b5b5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.baidu_br span.pressspeed {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 5px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*微信登录*/

.wechatForm .wechatinput {
    position: relative;
    margin-bottom: 16px;
}
.wechatForm .wechatinput input {
    width: 248px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
    outline: 0;
    border-radius: 5px;
    text-indent: 50px;
}
.wechatForm .wechatinput i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    color: #c0c4cc;
    font-size: 18px;
    border-right: 1px solid #dcdfe6;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
/*底部案例轮播*/

.rolling {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.rolling .bannerrolling {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.rolling .bannerrolling img {
    width: 100%;
    display: none;
    height: 280px;
}
.rolling .bannerrolling img:first-child {
    display: block;
}
.rolling .point {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .2);
    padding: 0px 10px;
    border-radius: 15px;
}
.rolling .point li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}
.rolling .point li:last-child {
    margin-right: 0;
}
.rolling .point li.on {
    background: #fff;
}

.swiper-yuan{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
}

.swiper-wrapper{
    transition: all .5s ease;
}

.swiper-yuan li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:2px solid #fff;
    margin-right: 8px;
    transition: all .5s ease;
}

.swiper-yuan li:last-child{
    margin-right: 0;
}

.swiper-yuan li.on{
    background: #fff;
}
/* 手机端隐藏 */

.p_header, #benner, .moretext, .p_left_menu, .p_top_searchbox, .mobile_moretext {
    display: none;
}
.p_margin65 {
    background: none !important;
}
.footer_copyright {
    display: block;
}
/* 移动适配 */

/* 客服弹窗 */

.mod_online_service_btn{
    position: fixed;
    z-index: 1000;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mod_online_service_btn {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    left: 2px;
    width: 120px;
}
.mod_online_service_btn img{
    display: block;
    max-width: 100%;
}
.mod_online_service_btn.on {
    left: -100%;
    opacity: 0;
    visibility: hidden;
}


.mod_online_service_list {
    position: fixed;
    z-index: 1000;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
    width: 110px;
    margin-left: 5px;
}

.mod_online_service_list.on{
    left: -100%;
    opacity: 0;
    visibility: hidden;
}

.mod_online_service_list .mosl_header {
    position: relative;
}

.mod_online_service_list .mosl_header .mosl_header_close {
    z-index: 1;
    position: absolute;
    right: 0;
    top: -10px;
    border: 1px solid #aaa;
    background: #fff;
    color: #aaa;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.mod_online_service_list .mosl_header img{
    max-width: 100%;
}

.mod_online_service_list .mosl_main {
    position: relative;
    margin: 0 auto;
    background: #fff;
    color: #232b4a;
    padding: 0 10px;
    -webkit-box-shadow: 0 -10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 -10px 20px rgb(0 0 0 / 10%);
}

.mod_online_service_list .mosl_main:before {
    border-top: 20px solid #e6212a;
    border-left: 20px solid transparent;
    border-right: 100px solid transparent;
    bottom: -16px;
    width: 0;
    height: 0;
}

.mod_online_service_list .mosl_main:before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.mod_online_service_list .mosl_main_title {
    font-size: 15px;
    text-align: center;
    padding: 16px 0;
    line-height: 1;
}

.mod_online_service_list .mosl_main_list {
    padding: 12px 0;
    border-top: 1px solid #d7d9e0;
    border-bottom: 1px solid #d7d9e0;
    line-height: 1;
}

.mod_online_service_list .mosl_main_list li {
    font-size: 12px;
    margin-bottom: 12px;
}

.mod_online_service_list .mosl_main_list li:hover span{
    color: #ff0000;
}

.mod_online_service_list .mosl_main_date {
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #d7d9e0;
}

.mod_online_service_list .mosl_main_tel {
    font-size: 12px;
    padding: 14px 5px 14px 0;
    text-align: right;
}


@media all and (max-width: 640px) {

    .mod_online_service_list, .mod_online_service_btn, .header, #topnav, .logoSearch, .footer_center, .index, .logo, .step6headercontent, .step5headercontent, .step3headercontent, .triangle, .footer, .leftcontent, .gdtc, .mobile_hidden {
        display: none !important;
    }
    body {
        overflow-x: hidden !important;
    }
    #benner, .moretext, .moreDetail, .p_left_menu, .mobile_moretext {
        display: block !important;
    }
    .contenta .step2 .step1content2 {
        width: 100% !important;
        height: 100%;
        background: #ffffff;
        display: block;
        flex-direction: column;
    }
    .contenta .step3 .step1content2 {
        width: 100% !important;
        height: 100%;
        background: #ffffff;
        display: block;
        flex-direction: column;
    }
    .step6headercontent .moreCategories {
        flex: 1;
        line-height: 48px;
        cursor: pointer;
        font-size: 12px;
    }
    .step5headercontent .moreCategories {
        width: 17%;
        flex: 1;
        line-height: 44px;
        cursor: pointer;
        font-size: 12px;
    }
    .contenta .step3 .step1content2 .step3headercontent .moreCategories {
        line-height: 42px;
        cursor: pointer;
        font-size: 12px;
    }
    .right .name, .right .media_introduce {
        position: initial !important;
        line-height: 19px !important;
    }
    .p_step2header {
        width: 77% !important;
    }
    .contenta .step2 .step1content2 .moreCategories {
        width: 17%;
        display: inline;
        flex: 1;
        line-height: 43px !important;
        cursor: pointer;
    }
    .moretext {
        float: right;
    }
    #main {
        overflow-y: auto;
    }
    .xsth, .jtxx, .margin65 {
        margin-top: 0 !important;
    }
    .contenta .step2 .step1content2 .moreCategories {
        width: 17%;
        display: inline;
        flex: 1;
        line-height: 43px;
        cursor: pointer;
        font-size: 12px !important;
    }
    /* 自媒体  网红直播  短视频 */
    .contenta .step4 .step1content2, .mediaList-box {
        width: 100% !important;
        box-sizing: border-box;
    }
    .mediaList-box {
        margin-top: 40px !important;
        width: 100% !important;
    }
    /* 网红直播 */
    .lineliveMediaBox {
        box-sizing: border-box;
        width: 100% !important;
        padding: 24px 2%;
    }
    .lineliveMediaContent {
        width:48% !important;
        margin-right:2% !important;
        margin-top: 20px !important;
    }
    .lineliveMediaContent:nth-child(2n){
      margin-right: 0 !important;
    }
    .lineliveMediaContent:nth-child(n + 5){
      display: none;
    }
    .lineliveMediaContent .left img {
        height: 160px !important;
        width: auto;
    }
    .lineliveMediaContent .right .LiveHot {
        padding: 6px 0 6px 10px !important;
        font-size: 12px;
    }
    .lineliveMediaContent .right p:nth-of-type(1) {
        height: 40px;
        font-size: 12px;
    }
    .lineliveMediaContent .left {
        width: 55% !important;
    }
    .lineliveMediaContent .right {
        width: 35% !important;
    }
    .lineliveMediaBox .lineliveMediaContent .Joincat {
        width: 2% !important;
        padding: 0 4% !important;
        font-size: 14px !important;
    }
    .lineliveMediaBox .lineliveMediaContent .Joincat i {
        font-size: 18px !important;
    }
    .lineliveMediaBox .lineliveMediaContent .right .title {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }
    .lineliveMediaContent .right .priceMore {
        padding-top: 10px !important;
        font-weight: bold;
        font-size: 14px !important;
    }
    .contenta .step4 .step1content2 .step2headercontent .sunNav_3 li {
        border-width: 1px !important;
    }
    .shortvideoMediaBox {
        width: 94% !important;
        justify-content: center;
    }
    .contenta .step4 .step1content2 .step2headercontent .sunNav_3 {
        position: absolute;
        top: 34px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100% !important;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .mediaList-box .joinmediaBox {
        width: 100% !important;
        justify-content: center;
    }
    .contenta .step4 .step1content2 .step2headercontent .sunNav_3 li {
        width: 30% !important;
        margin: 0 3% 0 0 !important;
        height: 28px !important;
        line-height: 28px !important;
    }
    .contenta .step4 .step1content2 .step2headercontent .sunNav_3 li:last-child {
        margin: 0 !important;
    }
    .shortvideoMediaContent {
        width: 100% !important;
        margin-top: 40px !important;
    }
    .columnBox .shortvideoMediaContent .logo_img {
        width: 100px;
        height: 100px;
    }
    .columnBox .shortvideoMediaContent .bottomFour .topData .left, .columnBox .shortvideoMediaContent .bottomFour .topData .right {
        padding-left: 10px;
    }
    .columnBox .shortvideoMediaContent .bottomFour .topData span {
        font-size: 12px;
    }
    .joinmediaBox .joinmediaConten img {
        width: 110px !important;
        height: 110px !important;
    }
    .joinmediaBox .joinmediaConten:nth-child(n+5) {
        display: none !important;
    }
    .joinmediaBox .joinmediaConten:nth-child(2n) {
        margin-right: 0 !important;
    }
    .joinmediaBox .joinmediaConten .tagTwo a:first-child {
        display: none;
    }
    .joinmediaBox .joinmediaConten {
        width: 43% !important;
        margin-right: 20px;
        border: 1px solid #ddd;
        margin-top: 35px !important;
    }
    .shortvideoMediaBox .columnBox {
        width: 48%;
        margin-right: 4%;
    }
    .shortvideoMediaBox .columnBox:nth-child(2n) {
        margin-right: 0;
    }
    .shortvideoMediaBox .columnBox:nth-of-type(n+3) {
        display: none !important;
    }
    .shortvideoMediaContent .bottomFour .cartLink a:last-child {
        display: none;
    }
    .shortvideoMediaContent.on {
        height: auto !important;
    }
    .contenta .step3 .step1content2 .step2content .flex-item .topBag {
        top: auto;
        bottom: -12px;
        height: 40px;
    }
    .contenta .step3 .step1content2 .step2content .flex-item .topBag i {
        font-size: 18px;
        line-height: 40px;
    }
    .contenta .step3 .step1content2 .step2content .flex-item .topBag div {
        line-height: 40px;
        font-size: 16px;
    }
    .footercontent1{
      display: none;
    }
    /* 搜索框 */
    .p_top_searchbox {
        width: 100%;
        height: 70px;
        margin-top: 40px;
    }
    .contenta .step.starstep .step1content2 .step2content .flex-item{
      border:1px solid #ddd;
    }
    .contenta .step.starstep .step1content2 .step2content .flex-item .imgbox img{
        width: 90px;
        height: 114px;
    }
    .contenta .step.starstep .step1content2 .step2content .flex-item .medianame{
      display: block;
    }
    .contenta .step.starstep .step1content2 .step2content .star_flex_item:hover .topBag{
      display: none;
    }
   
    /* 轮播图 */
    * {
        margin: 0px;
        padding: 0px;
    }
    #benner {
        width: 100%;
        /* overflow: hidden; */
        margin: 0 auto;
    }
    #benner .img {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }
    #benner .imga {
        display: none;
        width: 100%;
    }
    #benner .img .imga.on {
        display: block;
    }
    #benner .title {
        width: max-content;
        /*height:16px;*/
        /*background-color:rgba(226,226,226,0.6);*/
        border-radius: 30px;
        margin-top: -35px;
        float: left;
        margin-left: 40%;
        margin-right: 40%;
        padding: 3px 0px 3px 8px;
        position: relative;
    }
    #benner .title .nr {
        list-style: none;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 10px;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #benner .title .on {
        background: #db192a;
    }
    #benner .searchbox {
        width: 80%;
        height: 30px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        ;
        display: flex;
        background: #FFF;
    }
    #benner .searchbox select {
        outline: none;
        border: none;
    }
    #benner .searchbox input {
        outline: none;
        border: none;
        border-left: 1px solid #cccccc;
    }
    #benner .searchbox i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    /*  */
    .contenta {
        display: block;
    }
    .contenta .step {
        border-top: 0;
        height: auto;
    }
    .contenta .step .step1content1 {
        width: 100% !important;
        text-align: left;
        padding-left: 2%;
        display: flex;
        box-sizing: border-box;
    }
    .ptitleleft {
        width: 70%;
    }
    .mobile_ptitleleft {
        width: 100% !important;
        position: relative;
    }
    .mobile_moretext {
        position: absolute;
        height: 76px;
        line-height: 76px;
        right: 5%;
        top: 0;
    }
    .mobile_moretext button {
        padding: 5px 10px;
        border: 1px solid #FFF;
        background: none;
        color: #FFF;
    }
    .moretext {
        width: 30%;
        text-align: center;
        line-height: 76px;
    }
    .moretext button {
        padding: 5px 10px;
        border: 1px solid #FFF;
        background: none;
        color: #FFF;
    }
    .contenta .step .step1content1 .xsth {
        font-size: 16px;
        font-weight: 550;
        line-height: 40px;
        padding: 0;
    }
    .contenta .step .step1content1 .jtxx {
        width: 95%;
        font-size: 12px;
        text-align: left;
        margin: 0 10px 20px 0;
    }
    .contenta .step .step1content1.linelivetitle .jtxx{
        width: 68%;
    }   
    .contenta .step .step1content1 .m-icon {
        display: inline-block !important;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        margin-right: 10px;
        margin-top: 16px;
    }
    .contenta .step .step1content1 .m-icon+div {
        display: inline-block;
        vertical-align: middle;
    }
    .contenta .step .step1content2 .step2header {
        width: 73% !important;
        height: 46px;
    }
    .contenta .step .step1content2 .step2header ul#nav, .contenta .step .step1content2 .step2header ul#nav3, .contenta .step .step1content2 .step2header ul#nav4, .contenta .step .step1content2 .step2header ul#nav5, .contenta .step .step1content2 .step2header ul#nav6 {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-left: 10px;
    }
    .p_S_Nav {
        margin-top: 0 !important;
    }
    .contenta .step .step1content2 .step2header ul#nav li, .contenta .step .step1content2 .step2header ul#nav3 li, .contenta .step .step1content2 .step2header ul#nav4 li, .contenta .step .step1content2 .step2header ul#nav5 li, .contenta .step .step1content2 .step2header ul#nav6 li {
        margin-left: 0;
        margin-right: 3%;
        font-size: 12px;
    }
    .contenta .step .step1content2 .step2header ul#nav li:last-child, .contenta .step .step1content2 .step2header ul#nav3 li:last-child, .contenta .step .step1content2 .step2header ul#nav4 li:last-child, .contenta .step .step1content2 .step2header ul#nav5 li:last-child, .contenta .step .step1content2 .step2header ul#nav6 li:last-child {
        display: none;
    }
    .contenta .step .step1content2 .step2content {
        width: 96%;
        padding: 10px 2%;
        margin: 0 auto;
    }
    .contenta .step .step1content2 .step2content .flex-item {
        width: 47%;
        margin-left: 0;
        margin-right: 4%;
        display: none;
        height: auto;
        margin-bottom: 15px;
        line-height: inherit;
    }
    .contenta .step .step1content2 .step2content .flex-item:nth-child(2n) {
        margin-right: 0;
    }
    .contenta .step .step1content2 .step2content .flex-item:nth-child(-n+4) {
        display: block;
    }
    .contenta .step .step1content2 .step2content .flex-item .bottomBag {
        opacity: 0;
    }
    .contenta .step .step1content2 .step2content .flex-item .imgbox {
        display: flex;
        width: 95%;
        margin: 0px auto;
        justify-content: center;
        align-items: center;
        overflow: hidden;
            border-bottom: 0;
    }
    .contenta .step .step1content2 .step2content .flex-item .imgbox:hover .topBag {
        display: none;
    }
    .contenta .step .step1content2 .step2content .flex-item .imgbox img {
        display: block;
        width: 60%;
        height: auto;
        margin: 5px 0;
    }
    .contenta .step .step1content2 .step2content .flex-item .medianame {
        font-size: 15px;
        line-height: 18px;
        display: none;
    }
    .contenta .step .step1content2 .step2content .flex-item .speed {
        font-size: 12px;
        display: none;
    }
    .contenta .step .step1content2 .step2content .flex-item .price {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .contenta .step .step1content2 .step2content .flex-item .price .m-price {
        display: inline-block;
        color: #666;
        font-weight: normal;
        font-size: 12px;
    }
    .contenta .step .step1content2 .step2content .meMedia {
        width: 100%;
        margin-right: 0;
    }
    .contenta .step2 .step1content2 .step2content .flex-item .topBag {
        height: auto;
        top: auto;
        bottom: -12px;
    }
    .contenta .step2 .step1content2 .step2content .flex-item .topBag i {
        line-height: 40px;
        font-size: 16px;
    }
    .contenta .step2 .step1content2 .step2content .flex-item .topBag div {
        line-height: 40px;
        font-size: 14px;
    }
    .contenta .step .step1content2 .step2content .meMedia:nth-child(-n+5) {
        display: flex !important;
    }
    .contenta .step .step1content2 .step2content .meMedia:last-child {
        display: none !important;
    }
    .contenta .step .step1content2 .step2content .m-live {
        margin: 0;
        padding: 0;
        border: none;
        overflow: hidden;
        width: 48%;
        margin-right: 2% !important;
        margin-bottom: 2%;
    }
    .contenta .step .step1content2 .step2content .m-live:nth-child(2n) {
        margin-right: 0;
    }
    .contenta .step .step1content2 .step2content .m-live .left {
        width: 50%;
        float: left;
        position: initial;
    }
    .contenta .step .step1content2 .step2content .m-live .left .img {
        width: 100%;
        height: 100%;
    }
    .contenta .step .step1content2 .step2content .m-live .left .img img {
        width: 100%;
        height: 100%;
    }
    .contenta .step .step1content2 .step2content .m-live .left .cart {
        position: relative;
    }
    .contenta .step .step1content2 .step2content .m-live .right {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .contenta .step .step1content2 .step2content .m-live .right .name {
        display: block !important;
        width: 100%;
        height: 20px;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 12px;
    }
    .contenta .step .step1content2 .step2content .m-live .right .media_introduce {
        display: block !important;
        width: 100%;
        height: 40px;
    }
    .contenta .step .step1content2 .step2content .m-live .right .media_introduce span {
        height: 40px !important;
        font-size: 12px;
    }
    .contenta .step .step1content2 .step2content .m-live .right .fans {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        font-size: 12px;
        box-sizing: border-box;
        padding-top: 5px;
    }
    .contenta .step .step1content2 .step2content .m-live .right .fans span {
        color: #ff9297;
    }
    .contenta .step .step1content2 .step2content .moreMedia {
        line-height: 132px;
        background: #ff6c00;
        border: 1px solid #ff6c00;
    }
    .contenta .step .step1content2 .step2content .moreMedia a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .contenta .step .step1content2 .step2content .morelive {
        width: 48%;
        margin-right: 0 !important;
        margin-top: 0px;
        line-height: 132px;
        background: #23d6ea;
        border: 1px solid #23d6ea;
        text-align: center;
    }
    .contenta .step .step1content2 .step2content .morelive a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .contenta .step .step1content2 .step2content .moreshort {
        width: 47%;
        height: 194px;
        margin-right: 2% !important;
        margin-top: 0px;
        line-height: 194px;
        background: #bcb60f;
        border: 1px solid #bcb60f;
        text-align: center;
    }
    .contenta .step .step1content2 .step2content .moreshort a {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short {
        width: 47% !important;
        height: 194px !important;
        margin-top: 0px !important;
        margin-right: 2% !important;
        flex-direction: column;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short:nth-child(n) {
        display: flex !important;
    }
    /* .contenta .step .step1content2 .step2content .flex-item.m-short:last-child {

    display: block !important;

  } */
    .contenta .step .step1content2 .step2content .flex-item.m-short .media_logo {
        width: 100%;
        position: inherit !important;
        height: 40px;
        top: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .media_logo img {
        width: auto;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .media_category {
        position: inherit !important;
        width: 100%;
        height: 20px;
        top: 0 !important;
        text-align: center;
        color: #bfbfbf;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .media_price {
        width: 100%;
        height: 20px;
        border-bottom: 1px solid #f6f6f6;
        position: inherit !important;
        top: 0px !important;
        text-align: center;
        color: #ff6c00;
        font-size: 12px;
        font-weight: bold;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex {
        display: flex;
        width: 100%;
        height: 110px;
        position: inherit !important;
        top: 0px !important;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .left {
        width: 50%;
        height: 100%;
        border: 1px solid #f6f6f6 !important;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .left .top {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #f6f6f6 !important;
        font-size: 12px;
        line-height: 87px;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .left .bottom {
        display: flex;
        justify-content: center;
        margin-left: -24px;
        margin-top: -3px;
        font-size: 12px;
        line-height: 20px;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .left .bottom span {
        margin-top: 15px;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .left .bottom .platform {
        position: inherit !important;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .top {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        border-bottom: 1px solid #f6f6f6;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .top div {
        color: #bfbfbf;
        position: inherit !important;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .top div:first-child {
        color: #000000;
        margin-top: 19px;
        line-height: 17px;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .bottom {
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .bottom div {
        color: #bfbfbf;
        position: inherit !important;
    }
    .contenta .step .step1content2 .step2content .flex-item.m-short .flex .right .bottom div:first-child {
        color: #000000;
        margin-top: 19px;
        line-height: 17px;
    }
    .contenta .step .step1content2 .step2content .colorB {
        background: #57b3f4;
        border: 1px solid #57b3f4;
    }
    .contenta .step .accordion {
        width: 96%;
        height: auto;
        margin: 0;
        padding: 2%;
        border: none;
    }
    .contenta .step1 .accordion ul li.packageactive {
        width: 70% !important;
    }
    .contenta .step .accordion ul {
        width: 100%;
        border: 1px solid #ddd;
        border-left: 0px solid #ddd;
    }
    .contenta .step .accordion ul li {
        width: 7% !important;
        height: 270px;
    }
    .contenta .step .accordion ul li span.titleRed {
        padding: 0 1px;
        font-size: 14px;
        line-height: 20px;
        height: 270px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-right: none;
        width: calc(10%);
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
    .contenta .step .accordion ul li .contentAge {
        width: 88% !important;
        padding: 15px 0 0 0 !important;
        border-right: none !important;
    }
    .contenta .step .accordion ul li .contentAge p {
        padding: 2px 5% !important;
        line-height: 26px;
    }
    .contenta .step .accordion ul li .contentAge p span.textTitle {
        color: #666;
    }
    .contenta .step .accordion ul li .contentAge p span.text, .contenta .step .accordion ul li .contentAge p span.baseOf {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
        display: inline-block;
        vertical-align: bottom;
    }
    .contenta .step .accordion ul li .contentAge p span {
        font-size: 12px !important;
    }
    .contenta .step .accordion ul li .contentAge p span.qq {
        display: none;
    }
    .contenta .step .accordion ul li .contentAge p a {
        margin-left: 5px !important;
    }
    .contenta .step .accordion ul li .contentAge p.contentTitle span:first-child {
        font-size: 14px !important;
    }
    .contenta .step .accordion ul li .contentAge p.contentTitle span:last-child {
        font-size: 16px !important;
    }
    .contenta .step .accordion ul li.active {
        width: 70%;
    }
    .contenta .step .accordion ul li.active h1.titleRed {
        background: #ce0505;
        color: #fff;
        border: 1px solid #ce0505;
        width: 10%;
        padding: 0;
        height: 234px;
    }
    .contenta .footercontent1 {
        background-size: cover;
        background-position: center 0;
        margin-top: 0;
    }
    .contenta .mfooter1 {
        width: 100% !important;
        margin: 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .contenta .mfooter1 .leftcontent {
        width: 100% !important;
        height: 100%;
        align-items: unset;
    }
    .contenta .mfooter1 .leftcontent .opactiybox {
        width: 86%;
        position: inherit;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxtitle ul li {
        list-style: none;
        float: left;
        color: #FFFFFF;
        font-size: 12px;
        margin-left: 19px;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxtitle ul li:first-child {
        color: #ff6c00;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxcontent {
        background: rgba(255, 255, 255, 0.1);
        padding: 0 10px;
        box-sizing: border-box;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxcontent .boximg {
        border: 1px solid #FFFFFF;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxcontent .btn {
        width: 100%;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxcontent .btn2 {
        width: 100%;
    }
    .contenta .mfooter1 .leftcontent .opactiybox .boxcontent .btn2 .title {
        width: 100%;
    }
    /* .contenta .mfooter1 .rightcontent {

    display: none !important;

  } */
    .contenta .moreDetail {
        display: block !important;
        width: 100%;
        height: 500px;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #FFF;
    }
    .contenta .moreDetail .top {
        height: 107px;
        display: flex;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        /* border-bottom: 1px solid #FFF; */
    }
    .contenta .moreDetail .top .contentbox {
        position: absolute;
        top: 50px;
        width: 90%;
        color: #FFF;
        float: left;
        border-bottom: 1px solid #FFF;
        padding-bottom: 10px;
    }
    .contenta .moreDetail .top .contentbox h2 {
        float: left;
        font-weight: inherit;
    }
    .contenta .moreDetail .top .contentbox h3 {
        float: right;
        font-weight: inherit;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 10px;
        cursor: pointer;
    }
    .contenta .moreDetail .bottom {
        height: 400px;
        display: flex;
        flex-direction: column;
        color: #FFF;
        overflow: hidden;
    }
    .contenta .moreDetail .bottom .content {
        width: 100%;
        height: 57px;
        display: flex;
        margin-bottom: 44px;
    }
    .contenta .moreDetail .bottom .content:nth-child(n+5) {
        display: none;
    }
    .contenta .moreDetail .bottom .content .left {
        width: 30%;
        height: 57px;
        display: flex;
        flex-direction: column;
        border-right: 1px solid #FFF;
    }
    .contenta .moreDetail .bottom .content .left .top {
        height: 60px;
        font-size: 25px;
        display: flex;
        align-items: flex-end;
        border: none;
    }
    .shortvideoMediaContent .bottomFour .cartLink a {
        line-height: 90px !important;
        height: 90px !important;
    }
    .contenta .moreDetail .bottom .content .left .bottom {
        height: 40px;
        font-size: 18px;
        text-align: center;
    }
    .contenta .moreDetail .bottom .content .right {
        width: 70%;
        height: 57px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        padding-right: 20px;
    }
    .contenta .moreDetail .bottom .content .right .top {
        display: flex;
        height: 16px;
        justify-content: flex-start;
        padding-left: 20px;
        overflow: hidden;
        font-size: 14px;
        overflow: hidden;
        color: #FFF;
        font-weight: bold;
        border: none;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .contenta .moreDetail .bottom .content .right .bottom {
        margin-top: 5px;
        display: flex;
        height: 33px;
        font-size: 12px;
        justify-content: flex-start;
        padding-left: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 16px;
    }
    .contenta .step {
        display: block;
        width: 100%;
    }
    /* header */
    .p_header {
        width: 100%;
        height: 40px;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        border-bottom: 1px solid #cccccc;
        background: #FFFFFF;
        z-index: 2000;
        -webkit-transform: translateZ(0);
    }
    .p_header span:nth-of-type(1) {
        flex: 1;
        display: block;
        text-align: left;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 3%;
    }
    .p_header span:nth-of-type(1) i {
        font-size: 28px;
        color: #ce0505;
    }
    .p_header span:nth-of-type(2) {
        flex: 1;
        display: block;
        text-align: center;
        line-height: 40px;
    }
    .p_header span:nth-of-type(2) img {
        width: 50%;
    }
    .p_header span:nth-of-type(3) {
        flex: 1;
        display: block;
        text-align: right;
        line-height: 40px;
        box-sizing: border-box;
        padding-right: 3%;
    }
    .p_header span:nth-of-type(3) button {
        padding: 3px 10px;
        background: #ce0505;
        border-radius: 5px;
        border: none;
        color: #FFF;
        outline: none;
    }
    /* 新闻媒体 */
    .m_content .baidu_br span.pressspeed {
        font-size: 12px;
    }
    .footercontent1 .rightcontent .righttitle {
        position: absolute;
        width: 100%;
        height: 50px;
        color: #FFFFFF;
        font-size: 25px;
        top: 30px;
        left: 1%;
    }
    .footercontent1 .rightcontent .righttitle span {
        position: absolute;
        right: 1%;
        font-size: 18px;
        top: 10px;
        cursor: pointer;
    }
    .footercontent1 .rightcontent .line {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        height: 2px;
        background: #FFFFFF;
    }
    .footercontent1 .rightcontent .uls {
        position: absolute;
        top: 100px;
        display: flex;
        height: 100%;
        left: 0;
        width: 100%;
    }
    .footercontent1 .rightcontent .uls .ulsList li .timer .timerBig {
        font-size: 22px;
    }
    .footercontent1 .rightcontent .uls .ulsList li .timer .timerYYmm {
        font-size: 18px;
    }
    .footercontent1 .rightcontent .uls .ulsList li .newsContent {
        width: 58%;
        display: inline-block;
        padding-left: 5%;
        vertical-align: middle;
    }
    .footercontent1 .rightcontent .uls .ulsList li .newsContent span {
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        white-space: nowrap;
        width: 100%;
        display: block;
    }
    .footercontent1 .rightcontent .uls .ulsList li .timer {
        display: inline-block;
        width: 19%;
        text-align: center;
        border-right: 2px solid #bfbfbf;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 3%;
    }
}