<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;div class="suiyinbox"&gt;&lt;span class="shuitext"&gt;{$site['name']}&lt;/span&gt;&lt;/div&gt;*/
.swiper-slide {
    position: relative;
}

.suiyinbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.suiyinbox .shuitext {
    font-size: 50px;
    fill-opacity: 5;
    color: #fff;
    font-weight: 600;
    opacity: 0.4;
    transform: rotate(-0deg);
}

.edrawings-logo-mask{
    position: absolute;
    z-index: 4;
    width: 90px;
    height:36px;
    top:10px;
    left:2px;
    background: #ffffff
}

.swiper-slide img {
    -moz-user-select: none; /* ç«ç‹æµè§ˆå™¨ */
    -webkit-user-select: none; /* è°·æ­Œæµè§ˆå™¨ */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* æ&nbsp;‡å‡†è¯­æ³• */
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home_search_button:hover, .login:hover, .btn-activity:hover, .btn-publish:hover, .nav-lis a:hover, .head-img img:hover, .dddzhuan:hover, .fangda:hover {
    transform: scale(1.1);
    transition-duration: .25s;
}

.nav-lis {
    overflow: hidden;
}

/* å¤´éƒ¨ */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 1px 27px 0px rgba(91, 94, 96, 0.24);
    z-index: 5;
}

#header header {
    width: 1480px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#header .logo {
    display: block;
    width: 125px;
    height: 48px;
    margin-top: 12px;
    float: left;
}

#header .nav {
    /*float:left;*/
    margin-left: 30px;
}

#header .nav .nav-lis {
    float: left;
    /*padding:20px 20px;*/
    text-align: center;
    padding: 0 16px;
    height: 70px;
    line-height: 70px;
}

#header .nav .nav-lis.hot &gt; a::after {
    /*position:absolute;
	top:8px;
	right:-10px;
	content:'';
	width:35px;
	height:20px;
	background:url(../icon/hot.png) no-repeat center;
	background-size:100%;*/
}

#header .nav .nav-lis &gt; a {
    position: relative;
    display: block;
    font-size: 16px;
    /*background: #fff;color: #000!important;*/
    /*padding: 5px 20px;border-radius: 30px;*/
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#header .nav .nav-lis.more-ft &gt; a {
    padding-right: 20px;
    background: url(../icon/down.png) no-repeat center right 0;
    background-size: 12px;
}

#header .nav .nav-lis.active &gt; a {
    /*background: #fe7208;*/
    color: #fe7208 !important;
    font-weight: bold;
}

#header .nav .nav-lis:hover &gt; a {
    /*background: #fbceaa;*/
    color: #fe7208 !important;
    font-weight: bold;
}

#header .nav .nav-lis.active {
    /*background: #fe7208;*/
    color: #fe7208 !important;
    font-weight: bold;
}

#header .nav .nav-lis:hover {
    /*background: #fbceaa;*/
    color: #fe7208 !important;
    font-weight: bold;
}

#header .nav .nav-lis:hover .navChild {
    display: block;
}

#header .nav .nav-lis .navChild {
    position: absolute;
    top: 70px;
    left: 0;
    width: 750px;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
    border-radius: 5px;
}

#header .nav .nav-lis .navChild a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#header .nav .nav-lis .navChild .navChild-lis.active a, #header .nav .nav-lis .navChild a:hover {
    color: #ff770d
}

#header .nav .nav-lis .navChild .navChild-con {
    width: 670px;
    padding: 15px 0;
    text-align: left;
}

#header .nav .nav-lis .navChild .navChild-lis {
    width: 25%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 0 20px;
}

#header .nav .nav-lis .navChild .course-lis {
    width: 211px;
    height: 59px;
    line-height: 59px;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FD8320;
    padding-left: 75px;
    background: url(../icon/nav-l1.png) no-repeat center left 25px;
    background-size: 38px;
    background-color: rgba(253, 131, 32, 0.17);
    margin-top: 17px;
    margin-right: 15px;
}

#header .nav .nav-lis .navChild .course-lis:nth-child(2) {
    color: #ff770d;
    background: url(../icon/nav-l2.png) no-repeat center left 25px;
    background-size: 38px;
    background-color: rgba(14, 155, 243, 0.17);
    margin-bottom: 17px;
}

#header .search {
    width: 520px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #FF770D;
    border-radius: 8px;
    position: relative;
    /*float:left;*/
    padding: 0 40px 0 15px;
    margin: 14px 40px 14px 30px;
}

#header .search .select {
    position: absolute;
    top: -10px;
    left: 15px;
    bottom: 0;
    z-index: 21;
    margin: auto 0;
    width: 45px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#header .search .select .txt {
    display: block;
    padding-right: 20px;
    background: url(../icon/down.png) no-repeat right 0 center;
    background-size: 13px;
}

#header .search .select .navChild {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    max-height: 200px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
    border-radius: 5px;
    text-align: center;
}

#header .search .select .navChild .navChild-lis {
    font-size: 14px;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

#header .search .select .navChild .navChild-lis.on, #header .search .select .navChild .navChild-lis:hover {
    color: #ff770d
}

#header .search .select::after {
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    margin: auto 0;
    background: #EBEBEB;
}

#header .search input {
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
}

#header .search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto 0;
    width: 44px;
    height: 44px;
    /*background:url(../icon/search.png) no-repeat center;*/
    border-radius: 30px;
    font-size: 16px;
    background-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    box-sizing: border-box;
    /*background: linear-gradient(to right, #ffb33f 0, #fe750d 100%) !important;*/
}

#header .head-img {
    /*float:right;*/
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    margin-right: -30px;

}

#header .btn-publish {
    width: 116px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: white;
    background: linear-gradient(122deg, #FFAF1E 0%, #FF770D 100%);
    border-radius: 24px;
    margin-right: 18px;
    box-sizing: border-box;
}

#header .btn-publish .icon-add {
    font-size: 23px;
    margin-right: 2px;
}

#header .head-img .head_box {
    height: 100%;
    padding: 10px 0;
}

#header .head-img .login {
    width: 120px;
    height: 44px;
    line-height: 44px;
    /*border: 1px solid #ff770d;*/
    border-radius: 22px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #ff770d;
    box-sizing: border-box;
    background: #ffffff !important;
}

#header .head-img .login span {
    display: inline-block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333 !important;
    position: relative;
    margin: 0 7px;
    cursor: pointer;
}

#header .head-img .login span:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 16px;
    background: #ff770d;
}

#header .head-img button {
    width: 110px;
    height: 42px;
    background: #ff770d;
    border-radius: 21px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 30px;
    cursor: pointer;
}

#header .head-img .head {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    cursor: pointer;
}

#header .btn-activity {
    width: 112px;
    height: 34px;
    background: linear-gradient(90deg, #FB7E61 0%, #FF3000 100%);
    border-radius: 18px 0px 18px 0px;
    margin-right: 18px;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#header .btn-activity .icon-gift {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

#header .head-img .popup {
    position: absolute;
    top: 70px;
    right: 0;
    width: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
    border-radius: 5px;
}

#header .head-img .popup .popup-top {
    width: 100%;
    min-height: 80px;
    padding-left: 80px;
    position: relative;
    background: url(../icon/bg.png) no-repeat center;
    background-size: 100%;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#header .head-img .popup .popup-top .img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto 0;
}

#header .head-img .popup .popup-top .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

#header .head-img .popup .popup-top .id {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F3F3;
}

#header .head-img .popup .popup-con .lis {
    padding: 0 0 0 20px;
    line-height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
}

#header .head-img .popup .popup-con .lis .iconfont {
   font-weight: bold;
    font-size: 18px;
    margin-right: 8px;
    color: #333333;
}

#header .head-img .popup .popup-con .lis:hover,#header .head-img .popup .popup-con .lis:hover .iconfont, #header .head-img .popup .popup-con .lis .iconfont:hover {
    color: #ff770d;
}


#header .head-img .popup .popup-con .recharge {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF5B53;
}

#header .head-img .popup .popup-con .infor-num {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    min-width: 24px;
    height: 24px;
    background: #F30E34;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 4px;
}

#header .head-img .popup .popup-con .lis.money .iconfont {
    color: #ff770d;
}

#header .head-img .popup .popup-con .lis.homepage {
    background: url(../icon/homepage.png) no-repeat center left 14px;
    background-size: 24px;
}

#header .head-img .popup .popup-con .lis.personal {
    background: url(../icon/personal.png) no-repeat center left 16px;
    background-size: 21px;
}

#header .head-img .popup .popup-con .lis.news {
    background: url(../icon/infor.png) no-repeat center left 14px;
    background-size: 26px;
}

#header .head-img .popup .popup-con .lis.down {
    background: url(../icon/down2.png) no-repeat center left 17px;
    background-size: 21px;
}

#header .head-img .popup .popup-con .lis:hover.homepage {
    background: url(../icon/homepage-b.png) no-repeat center left 14px;
    background-size: 24px;
}

#header .head-img .popup .popup-con .lis:hover.personal {
    background: url(../icon/personal-b.png) no-repeat center left 15px;
    background-size: 21px;
}

#header .head-img .popup .popup-con .lis:hover.news {
    background: url(../icon/infor-b.png) no-repeat center left 14px;
    background-size: 26px;
}

#header .head-img .popup .popup-con .lis:hover.down {
    background: url(../icon/down2-b.png) no-repeat center left 17px;
    background-size: 21px;
}

#header .head-img .popup .popup-con .lis span {
    color: #FF8B03;
}

.a-link {
    color: #FF8B03;
}

.a-link:hover {
    color: #c15600;
}

#header .head-img .popup .popup-con .lis.exit {
    text-align: center;
    background: #E4E4E4;
    padding: 0;
}

/* é¦–é¡µ  */
.banner-v .banner-img {
    width: 100%;
}

.banner-v .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 15px;
}

.banner-v .swiper-pagination-bullet {
    background: #CCCCCC;
    opacity: 1;
}

.banner-v .swiper-pagination-bullet-active {
    background: #fff;
}


.banner-v {
    position: relative;
}

.searchbox {
    background: none;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 900px;
    height: 200px;
}

.searchbox .slogan {
    font-weight: 500;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 84px;
    text-align: center;
    margin-bottom: 56px;
}

.content .search {
    width: 860px !important;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    /*border: 2px solid #ff770d;*/
    /*border-radius: 40px;*/
    position: relative;
    box-shadow: 0px 0px 0px 5px rgba(251, 247, 255, 0.2);
    border-radius: 30px;
}

.content .search .icon-search {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 24px;
    top: 20px;
}

.content .search .select {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
    width: 105px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.content .search .select .txt {
    display: inline-block;
    padding-right: 20px;
    background: url(../icon/down.png) no-repeat right 0 center;
    background-size: 13px;
}

.content .search .select .navChild {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    max-height: 200px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px 0px rgba(91, 94, 96, 0.21);
    border-radius: 5px;
    text-align: center;
    z-index: 2;
}

.content .search .select .navChild .navChild-lis {
    font-size: 14px;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.content .search .select .navChild .navChild-lis:hover {
    color: #ff770d
}

.content .search .select::after {
    content: '';
    width: 1px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto 0;
    background: #EBEBEB;
}

.content .search input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: #000000;
    padding-left: 55px;
}


/*æ”¹å˜inputè‡ªåŠ¨å¡«å……èƒŒæ™¯é¢œè‰²*/
.content .search input:-internal-autofill-previewed,
.content .search input:-internal-autofill-selected {
    -webkit-text-fill-color: #808080;
    transition: background-color 1000s ease-out 0.5s
}

.content .search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    margin: auto 0;
    /*width:135px;*/
    height: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    /*background:#ff770d;*/
    /*border-radius: 40px;*/
    cursor: pointer;
    width: 130px;
    height: 60px;;
    background: linear-gradient(114deg, #FFAF1E 0%, #FF770D 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 34px;
    font-weight: 500;
}

.index-menu {
    padding-top: 50px;
}

.index-menu .menu-lis {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.index-menu .menu-lis .lis-v {
    width: 222px;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    margin: 0 29px 29px 0;
}


.index-menu .lis-v:nth-child(6n) {
    margin-right: 0;
}

.index-menu .lis-v .icon {
    position: absolute;
    top: 0;
    left: 18px;
    bottom: 0;
    margin: auto 0;
    width: 56px;
    height: 56px;
}

.index-menu .lis-v .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin: 24px 0 0 84px;
}

.index-menu .lis-v .des {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
    padding-top: 5px;
    margin-left: 84px;
}

.index-menu .lis-v:hover {
    background: #153A6F;
}

.index-menu .lis-v:hover .tit {
    color: #FFFFFF;
}

.index-menu .lis-v:hover .des {
    color: #FFFFFF;
}

/* åˆ—è¡¨ */
.content .top {
    margin: 30px 0 0;
    padding: 30px 30px 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
    border-radius: 20px;
}

.content .banner {
    width: 100%;
    height: 210px;
    display: block;
}

.content .site {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 15px 0;
    border-bottom: 1px solid #F2F3F6;
}

.content .site a {
    color: #666;
}

.content .menu {
    padding: 15px 0 0;
}

.content .menu .menu-tit {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    margin-right: 10px;
    min-width: 70px;
    text-align: right;
}

.content .menu .menu-nav {
    float: left;
    width: 94%;
}

.content .menu .menu-con {
    margin-bottom: 10px;
}

.content .menu .menu-lis {
    float: left;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0F0F0F;
    margin: 0 15px 2px 0;
    padding: 0 8px;
    cursor: pointer;
    display: inline-block;
}

.content .menu .menu-lis a {
    display: block;
    color: #0F0F0F;
    padding: 0 10px;
}

.content .menu .menu-lis.active {

    /*border: 1px solid #FF4C39;*/
    /*box-shadow: 0px 5px 8px 0px rgba(255, 76, 57, 0.36);*/
    /*border-radius: 21px;*/
    background: #ff770d;
    color: #fff;

}

.content .menu .menu-lis:hover {
    color: #FF4C39;
}

.content .menu .menu-lis.active a, .content .menu .menu-lis:hover a {
    color: #FF4C39;
}

.content .con {
    padding-top: 30px;
    padding-bottom: 50px;
}

.content .con-other {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.avatar {

}


.content .list {
    /*padding-bottom:30px;*/
}

.content .list .tit {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #161616;
    line-height: 60px;
}

.content .list .tit span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 20px;
}

.content .list .tit a {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7B7A7A;
    padding-right: 28px;
    background: url(../icon/more.png) no-repeat center right 0;
    background-size: 22px;
}

.sub-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 60px;
}

.sub-title .bg-title {
    width: 280px;
    height: 72px;
    float: inherit;
}

.sub-title .title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #161616;
    line-height: 60px;
    flex: 1;
}

.content .sub-title a {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #153A6F;
    padding-right: 20px;
    background: url(../icon/icon_right.png) no-repeat center right 0;
    background-size: 18px;
}


.content .lis {
    float: left;
    width: 24%;
    height: 370px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    /*border-radius: 20px;*/
    margin: 0 1.3% 22px 0;
    border-radius: 12px;
    padding: 12px 12px 0 12px;
    box-sizing: border-box;
}

.content .lis:nth-child(4n) {
    margin-right: 0;
}

.content .lis .lis-c {
    width: 100%;
    height: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content .lis .lis-c .avatar {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    border-radius: 50%;
    background: #D8D8D8;
}

.content .lis .fill {
    width: 100%;
    height: 253px;
    overflow: hidden;
    /*border-radius: 20px 20px 0 0;*/
    text-align: center;
    background: #fff;

    box-sizing: border-box;
    border-radius: 12px;
}

.content .lis .fill .img-content {
    overflow: hidden;
}

.content .lis .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.content .lis:hover .img {
    transition: all 0.6s;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.content .lis .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 26px;
}

.content .lis .con-v {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 31px;
    padding: 0 0 7px;
}

.content .lis .eye {
    float: left;
    padding-left: 30px;
    margin-right: 15px;
    background: url(../icon/eye.png) no-repeat center left 0;
    background-size: 26px;
}

.content .lis .love {
    float: left;
    padding-left: 22px;
    margin-right: 15px;
    background: url(../icon/love.png) no-repeat center left 0;
    background-size: 18px;
}

.content .lis .love.on {
    background: url(../icon/love_on.png) no-repeat center left 0;
}

.content .lis .down {
    float: left;
    padding-left: 21px;
    margin-right: 15px;
    background: url(../icon/down1.png) no-repeat center left 0;
    background-size: 17px;
}

.content .lis .clearfix img {
    float: right;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.flow-row-space-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content .lis .but {
    line-height: 46px;
    border-top: 1px dashed #E4E2E2;
}

.content .lis .con-t {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D17F27;
    flex: 1;
}

.content .lis .date {
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

/*	è¯¦æƒ…  */
.dtl .dtl-top {
    width: 100%;
    padding-top: 40px;
}

.dtl .dtl-top .dtl-left {
    width: 73.5%;
}

.dtl .dtl-top .dtl-left .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.dtl .dtl-top .dtl-left .bot {
    line-height: 50px;
    position: relative;
}

.dtl .dtl-top .dtl-left .bot::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #E2E2E2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dtl .dtl-top .dtl-left .bot a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.dtl .dtl-top .dtl-left .bot-m {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 50px;
}

.dtl .dtl-top .dtl-left .bot-m span {
    color: #ff770d;
    font-weight: bold;
    font-size: 16px;
}

.dtl .dtl-top .dtl-left .bot-r {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
}

.dtl .dtl-top .dtl-left .eye {
    float: left;
    padding-left: 38px;
    margin-right: 30px;
    background: url(../icon/eye.png) no-repeat center left 0;
    background-size: 24px;
}

.dtl .dtl-top .dtl-left .love {
    float: left;
    padding-left: 28px;
    margin-right: 30px;
    background: url(../icon/love.png) no-repeat center left 0;
    background-size: 17px;
}

.dtl .dtl-top .dtl-left .down {
    float: left;
    padding-left: 24px;
    margin-right: 10px;
    background: url(../icon/down1.png) no-repeat center left 0;
    background-size: 15px;
}

.dtl .dtl-top .dtl-left .nav-lis {
    margin: 30px 6px 0 0;
    width: 100px;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    line-height: 40px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border: 1px solid #D6D6D6;
    border-bottom: 0;
    background: #D6D6D6;
}

.dtl .dtl-top .dtl-left .nav-lis.active {
    color: #ff770d;
    background: none;
}

.dtl .dtl-top .dtl-content {
    width: 100%;
    height: 670px;
}

.dtl .dtl-top .dtl-content .swiper-button-white {
    display: none;
}

.dtl .dtl-top .dtl-content:hover .swiper-button-white {
    display: block;
}

/*.dtl .dtl-top .dtl-content img{object-fit: cover;}*/
.dtl .dtl-top .swiper {
    width: 100%;
    height: 150px;
    position: relative;
    padding: 15px 90px;
    background: #F5F5F5;
}

.dtl .dtl-top .swiper-con {
    height: 100%;
}

.dtl .dtl-top .swiper .img-lis {
    width: 20%;
    height: 120px;
}

.dtl .dtl-top .swiper .prev, .dtl-content .prev {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(205, 205, 205, 0.77);
    background-size: 11px;
    z-index: 4;
}

.dtl .dtl-top .swiper .next, .dtl-content .next {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(205, 205, 205, 0.77);
    background-size: 11px;
    z-index: 4;
}

.dtl .dtl-top .swiper .next, .dtl .dtl-top .swiper .prev {
    width: 25px;
    height: 80%;
    border-radius: 0;
    background-color: rgba(205, 205, 205, 0);
    background-size: 100%;
}

.dtl .dtl-top .swiper .next {
    right: 33px;
    background-image: url(../icon/picSlideRight.gif);
}

.dtl .dtl-top .swiper .prev {
    left: 33px;
    background-image: url(../icon/picSlideLeft.gif)
}

.dtl .dtl-top .dtl-right {
    width: 25%;
    float: right;
    padding: 0 0 0 30px;
}

.dtl .dtl-top .dtl-right .top {
    padding-bottom: 25px;
}

.dtl .dtl-top .dtl-right .top .down {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff770d;
    border-radius: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    /*box-shadow: 0px 2px 10px 2px RGBA(14, 155, 243, 0.36);*/
}

.collect {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../icon/collect.png) no-repeat center;
    background-size: 24px;
    border: 1px solid #D6D6D6;
    margin-left: 20px;
    cursor: pointer;
}

.collect.on {
    background: url(../icon/collect_on.png) no-repeat center;
}

.dtl .dtl-top .dtl-right .des {
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    /*padding-left:20px;*/
}

.dtl .dtl-top .dtl-right .des span {
    color: #FF8B03;
    font-size: 20px;
}

.dtl .dtl-top .dtl-right .dtl-right-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background: #F7F7F7;*/
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333;
    padding: 0 0px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.dtl .dtl-top .dtl-right .infor .infor-con {
    position: relative;
    padding: 0 0 0 80px;
    min-height: 70px;
}

.dtl .dtl-top .dtl-right .infor .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.dtl .dtl-top .dtl-right .infor .tag-lis {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.dtl .dtl-top .dtl-right .infor .tag-lis:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 12px;
    background: #ddd;
}

.dtl .dtl-top .dtl-right .infor .tag-lis span {
    color: #4B4B4B;
}

.dtl .dtl-top .dtl-right .infor .join_time {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.dtl .dtl-top .dtl-right .infor .infor-r {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.dtl .dtl-top .dtl-right .join {
    padding: 0 0 17px 100px;
}

.dtl .dtl-top .dtl-right .join .join-lis {
    width: 75px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #3D3D3D;
    border-radius: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282828;
    text-align: center;
    cursor: pointer;
}

.dtl .dtl-top .dtl-right .join .join-lis:nth-child(2n) {
    color: #ff770d;
    border: 1px solid #ff770d;
    margin-left: 20px;
}

/* .dtl .dtl-top .dtl-right .join .join-lis.on:nth-child(2n){
	padding-left:0;
	background: #ff770d;
	color: #fff;
} */
/* .dtl .dtl-top .dtl-right .join .join-lis.on:nth-child(2n){
	background: #FC6656;
	color: #fff;
} */
.dtl .dtl-top .dtl-right .join .join-lis span {
    display: inline-block;
    padding-left: 23px;
    background: url(../icon/infor-l.png) no-repeat center left 0;
    background-size: 18px;
}

.dtl .dtl-top .dtl-right .join .join-lis:nth-child(2n) span {
    padding-left: 20px;
    background: url(../icon/infor-r.png) no-repeat center left 0;
    background-size: 13px;
}

.dtl .dtl-top .dtl-right .join .join-lis.on1:nth-child(2n) {
    background: #ff770d;
}

.dtl .dtl-top .dtl-right .join .join-lis.on1:nth-child(2n) span {
    padding-left: 0;
    background: none;
    color: #fff;
}

.dtl .dtl-top .dtl-right .format {
    padding: 10px 0;
}

.dtl .dtl-top .dtl-right .format .format-con {
    padding: 0 10px;
}

.dtl .dtl-top .dtl-right .format .format-lis {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;

    padding-bottom: 20px;
    /*line-height: 40px;*/
}

.dtl .dtl-top .dtl-right .format .format-lis span {
    display: inline-block;
    color: #666;
    width: 90px;
    vertical-align: top;
}

.dtl .dtl-top .dtl-right .explain {
    border-top: 1px solid #E2E2E2;
    padding: 10px 0;
}

.dtl .dtl-top .dtl-right .explain .explain-top {
    padding: 15px 0 0;
}

.dtl .dtl-top .dtl-right .explain .explain-top-lis {
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #E4F3FC;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
    margin: 0 6px 6px 0;
}

.dtl .dtl-top .dtl-right .explain .top-lis {
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #848484;
    position: relative;
    margin-right: 20px;
}

.dtl .dtl-top .dtl-right .explain .top-lis::before {
    content: '|';
    width: 1px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #848484;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto 0;
}

.dtl .dtl-top .dtl-right .explain .top-lis:last-child::before {
    display: none;
}

.dtl .dtl-top .dtl-right .explain .top-lis.active {
    color: #333;
    font-weight: bold;
}

.dtl .dtl-top .dtl-right .explain .top-lis.active::after {
    content: '';
    width: 24px;
    height: 5px;
    border-radius: 3px;
    background: #030303;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dtl .dtl-top .dtl-right .explain .top-lis span {
    display: inline-block;
    padding-right: 20px;
    background: url(../icon/explain.png) no-repeat center right 0;
    background-size: 13px;
}

.dtl .dtl-top .dtl-right .explain .explain-des {
    padding: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.dtl .share {
    padding: 10px 0 20px;
}

.dtl .share .share-lis {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 20px;
    cursor: pointer;
}

.dtl .share .share-lis span {
    display: inline-block;
    padding-left: 16px;
    background: url(../icon/share.png) no-repeat center left 0;
    background-size: 11px;
    color: #ff770d;
}

.dtl .share .share-lis:nth-child(2n) span {
    padding-left: 20px;
    background: url(../icon/report1.png) no-repeat center left 0;
    background-size: 14px;
    color: #8E8F90;
}

.dtl .dtl-top .tab-con {
    border: 1px solid #ddd;
}

.dtl .dtl-top .file-list {
    overflow-y: auto;
}

.dtl .dtl-top .table {
    width: 100%;
    text-align: left;
}

.dtl .dtl-top .table th:nth-child(1) {
    width: 10%;
}

.dtl .dtl-top .table th:nth-child(2) {
    width: 70%;
}

.dtl .dtl-top .table th:nth-child(3) {
    width: 20%;
}

.dtl .dtl-top .table tr th {
    color: #797979;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ddd;
}

.dtl .dtl-top .table tr td {
    color: #282828;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ddd;
}

.dtl-con {
    padding-bottom: 30px;
}

.dtl-con .tit {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #161616;
    line-height: 60px;
}

.dtl-con .tit a {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7B7A7A;
    padding-right: 28px;
    background: url(../icon/more.png) no-repeat center right 0;
    background-size: 22px;
}

.dtl-con .lis {
    width: 24%;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(221, 221, 221, 0.69);
    border-radius: 20px;
    margin-right: 1.3%;
    margin-bottom: 25px;
}

.dtl-con .lis:nth-child(4n) {
    margin-right: 0;
}

.dtl-con .lis .fill {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.dtl-con .lis img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.dtl-con .lis:hover img {
    transition: all 0.6s;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.dtl-con .lis .title {
    padding: 0 15px;
    line-height: 54px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

/* ä¸¾æŠ¥å¼¹çª— */
.report-q {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.report-q .report {
    width: 780px;
    height: 70%;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.report-q .report .report-top {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3B3B3B;
    line-height: 80px;
    padding: 0 20px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.report-q .report .report-top .close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 80px;
    height: 80px;
    background: url(../icon/close.png) no-repeat center;
    background-size: 20px;
}

.report-q .report .report-con {
    padding: 20px 30px;
}

.report-q .report .report-con .top-t {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3B3B3B;
}

.report-q .report .report-con .con-v {
    padding: 20px 0 20px 0;
}

.report-q .report .report-con .con-lis {
    padding: 0 0 0 25px;
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #3B3B3B;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.report-q .report .report-con .con-lis .inp {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    border: 1px solid #CCCCCC;
    margin-left: 15px;
}

.report-q .report .report-con .con-lis::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2;
}

.report-q .report .report-con .con-lis.active::after {
    background: #2594F0;
    border: 1px solid #2594F0;
}

.report-q .report .report-con .con-lis.active::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto 0;
    background: #fff;
    z-index: 3;
}

.report-q .report .report-con .txt {
    margin: 30px 0;
    width: 100%;
    height: 150px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.report-q .report .report-con .contact-tit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666;
}

.report-q .report .report-con .but {
    padding: 20px 0;
}

.report-q .report .report-con .inp {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: auto 0;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
}

.report-q .report .report-con .right {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2594F0;
    color: #fff;
    border-radius: 5px;
}

/* å·¥ç¨‹å¸ˆ */
.engineer .engineer-menu {
    padding: 15px 0 0;
}

.engineer .engineer-menu .menu-tit {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    margin-right: 10px;
}

.engineer .engineer-menu .menu-nav {
    float: left;
    width: 94%;
}

.engineer .engineer-menu .menu-lis {
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333333;
    margin: 0 15px 15px 0;
    padding: 0 15px;
    cursor: pointer;
}

.engineer .engineer-menu .menu-lis a {
    display: block;
    color: #333333;
    padding: 0 10px;
}

.engineer .engineer-menu .menu-lis.active {
    color: #ff770d;
}

.engineer .engineer-menu .menu-lis.active a {
    color: #ff770d;
}

.engineer .content .con {
    padding-top: 0;
}

.engineer .content .lis-v {
    width: 730px;
    height: auto;
    min-height: 317px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 16px 4px;
    margin-bottom: 20px;
}

.engineer .content .lis-v:nth-child(2n) {
    float: right;
}

.engineer .content .no_project {
    text-align: center;
    margin-top: 72px;
    font-size: 20px;
    color: #aaa;
    height: 127px;
}

.engineer .content .lis-v .top-l {
    position: relative;
    padding: 0 0 0 0px;
    width: 60%;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.engineer .content .lis-v .top-l .head-icon {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.engineer .content .lis-v .top-l .top-right-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: 16px;
}


.engineer .content .lis-v .top-l .head-icon .head-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.engineer .content .lis-v .top-l .head-icon.active::after {
    content: 'V';
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFC300;
    border-radius: 50%;
    font-size: 20px;
    font-family: Exotc350 DmBd BT;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.engineer .content .lis-v .top-l .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.engineer .content .lis-v .top-l .tag-lis {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 13px;
    margin-top: 10px;
}

.engineer .content .lis-v .top-l .tag-lis span {
    color: #666666;
}

.engineer .content .lis-v .top-l .join_time {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-top: 3px;
}

.engineer .content .lis-v .join {
    margin-top: 15px;
}

.engineer .content .lis-v .join .join-lis {
    width: 94px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #FF770D;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF770D;
    text-align: center;
    cursor: pointer;
}

.engineer .content .lis-v .join .join-lis:nth-child(2n) {
    color: #ff770d;
    border: 1px solid #ff770d;
    margin-left: 20px;
}

.engineer .content .lis-v .join .join-lis span {
    display: inline-block;
    padding-left: 20px;
    background: url(../icon/infor-r1.png) no-repeat center left 0;
    background-size: 15px;
}

.engineer .content .lis-v .join .join-lis.on {
    background: #FF770D;
    color: #fff;
}

.engineer .content .lis-v .join .join-lis.on span {
    padding-left: 0;
    background: none;
}

.engineerdtl-top .head-v .join-lis.on1 span {
    padding-left: 0;
    background: none;
}

.engineer .content .lis-v .join .join-lis:nth-child(2n) span {
    padding-left: 23px;
    background: url(../icon/infor-l1.png) no-repeat center left 0;
    background-size: 18px;
}

.engineer .content .lis-v .lis-con {
    margin-top: 10px;
}

.engineer .content .lis-v .lis-con .tit-v {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #E7E7E7;
}

.engineer .content .lis-v .lis-con .tit-v span {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.engineer .content .lis-v .lis-con .tit-v span::after {
    content: '';
    width: 43px;
    height: 3px;
    border-radius: 2px;
    background: #4C4C4C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.engineer .content .lis-v .lis-con .con-lis {
    width: 217px;
    height: 212px;
    background: #FFFFFF;
    margin: 15px 15px 0 0;
}

.engineer .content .lis-v .lis-con .con-lis:nth-child(3n) {
    margin-right: 0;
}

.engineer .content .lis-v .lis-con .con-lis .fill {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
}

.engineer .content .lis-v .lis-con .con-lis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.engineer .content .lis-v .lis-con .con-lis:hover img {
    transition: all 0.6s;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.engineer .content .lis-v .lis-con .con-lis .name {
    border-top: 0;
    line-height: 53px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* å·¥ç¨‹å¸ˆè¯¦æƒ… */
.engineerdtl {

}

.engineerdtl .banner {
    width: 100%;
    height: 270px;
    display: block;
    background: #f5f5f5;
    object-fit: cover;
}

.engineerdtl-top {
    /*background:#fff;*/
    display: flex;
    align-items: center;;
    justify-content: center;
}

.engineerdtl-top .head-v {
    margin: -360px 150px 0;
    width: 1225px;
    height: 260px;
    /*background: #FFFFFF;
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);*/
    border-radius: 15px;
    padding: 93px 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
}

.engineerdtl-top .head-v .head-icon {
    width: 122px;
    height: 122px;
    margin-right: 20px;
    border-radius: 50%;
    /*position:absolute;
	top:-80px;
	left:0;
	right:0;
	margin:0 auto;*/
    border: 4px solid #fff;
}

.engineerdtl-top .head-v .head-icon .head-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.engineerdtl-top .head-v .head-icon.active::after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url(../icon/vip.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}

.engineerdtl-top .head-v .name {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.engineerdtl-top .head-v .join {
    margin-top: 20px;
}

.engineerdtl-top .head-v .join-lis {
    display: inline-block;
    width: 115px;
    height: 42px;
    background-color: #ff770d;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ff770d;
}

.engineerdtl-top .head-v .join-lis:nth-child(2n) {
    color: #ff770d;
    background-color: #fff;
    margin-left: 20px;
}

.engineerdtl-top .head-v .join-lis span {
    display: inline-block;
    padding-left: 20px;
    background: url(../icon/infor-r2.png) no-repeat center left 0;
    background-size: 15px;
}

.engineerdtl-top .head-v .join-lis:nth-child(2n) span {
    padding-left: 25px;
    background: url(../icon/infor-l1.png) no-repeat center left 0;
    background-size: 18px;
}

.engineerdtl-top .head-v .join-lis.disable {
    background-color: #DFDDDD;
    border: 1px solid #DFDDDD;
    cursor: not-allowed;
}

.engineerdtl-top .head-v .join-lis.disable:nth-child(2n) {
    color: #DFDDDD;
    background-color: #fff;
    margin-left: 20px;
}

.engineerdtl-top .head-v .join-lis.disable:nth-child(2n) span {
    padding-left: 25px;
    background: url(../icon/infor-l3.png) no-repeat center left 0;
    background-size: 18px;
}

.engineerdtl-top .head-v .menu-lis {
    /*width:25%;*/
    margin: 15px 0 0;
    position: relative;
}

.engineerdtl-top .head-v .menu-lis::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #EAEAEA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.engineerdtl-top .head-v .menu-lis:last-child::after {
    display: none;
}

.engineerdtl-top .head-v .menu-lis span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #919191;
}

.engineerdtl-top .head-v .menu-lis p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    padding-left: 5px;
}

.engineerdtl-top .tab {
    text-align: center;
    padding: 16px 0 16px;
}

.engineerdtl-top .tab-lis {
    display: inline-block;
    padding: 23px 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    position: relative;
}

.engineerdtl-top .tab-lis.active {
    color: #ff770d;
}

.engineerdtl-top .tab-lis.active::after {
    content: '';
    width: 60px;
    height: 5px;
    background: #ff770d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.engineerdtl-con .con-tv {
    padding: 21px 0 28px;
}

.engineerdtl-con .con-t-lis {
    padding: 0 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    height: 46px;
    line-height: 46px;
}

.engineerdtl-con .con-t-lis.active {
    color: #ff770d;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 44px;
    border-radius: 23px;
}

.engineerdtl-con .search-v {
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    position: relative;
    padding: 0 78px 0 60px;
    margin: 3px 0;
    background: url(../icon/search1.png) no-repeat center left 15px;
    background-size: 19px;
    background-color: #FFFFFF;
}

.engineerdtl-con .search-v::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #C3C2C2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    margin: auto 0;
}

.engineerdtl-con .search-v input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.engineerdtl-con .search-v button {
    width: 74px;
    height: 37px;
    background: #ff770d;
    border-radius: 19px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/* å‘å¸ƒå›¾çº¸ */
.publish .publish-con {
    min-height: 950px;
    background: #FFFFFF;
    box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
    border-radius: 20px;
    margin: 24px auto;
    padding: 30px 24px;
}

.publish .publish-con .lis {
    margin-bottom: 20px;
}

.publish .publish-con .lis label {
    line-height: 47px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.publish .publish-con .lis .inp {
    width: 390px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 0 7px;
}

.publish .publish-con .lis .select {
    display: inline-block;
}

.publish .publish-con .lis .select-lis {
    padding-left: 28px;
    height: 47px;
    line-height: 47px;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.publish .publish-con .lis .select-lis .inp {
    width: 140px;
    margin-left: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.publish .publish-con .lis .select-lis::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.publish .publish-con .lis .select-lis.active::before {
    border: 1px solid #0E9BF5;
}

.publish .publish-con .lis .select-lis.active::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0E9BF5;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto 0;
}

.publish .publish-con .upload {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}

.publish .publish-con .upload-con {
    width: 100%;
    min-height: 340px;
    border-radius: 20px;
    border: 1px dashed #DEDEDE;
    background: #FBFAFA;
}

.publish .publish-con .txt {
    padding: 20px 0;
}

.publish .publish-con p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 5px 0;
}

.publish .publish-con .upload .uploadBtn {
    width: 220px;
    margin: 70px auto 10px;
}

.publish .publish-con .upload .uploadBtn img {
    display: block;
    width: 75px;
    height: 60px;
    margin: 0 auto 20px;
}

.publish .publish-con .upload .uploadBtn .btn {
    display: block;
    width: 205px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #ff770d;
    border-radius: 10px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
}

.publish .publish-con .upload .p {
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

/* å…³äºŽæˆ‘ä»¬ */
.about {

}

.about .banner {
    display: block;
    width: 100%;
}

.about .about-con {
    padding: 20px 0;
}

.about .about-con .left {
    padding: 20px 0;
    width: 210px;
    height: 730px;
    background: #FFFFFF;
    box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
    border-radius: 15px;
}

.about .about-con .left .lis {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.about .about-con .left .lis a {
    color: #333;
}

.about .about-con .left .lis.active, .about .about-con .left .lis.active a {
    color: #ff770d;
}

.about .about-con .left .lis.active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ff770d;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.about .about-con .right {
    width: 1246px;
    min-height: 730px;
    background: #FFFFFF;
    box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
    border-radius: 15px;
    padding: 15px 35px;
}

.about .about-con .right p {
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

/* ä¸ªäººä¸­å¿ƒ */
.personal .banner {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.personal .personal-con {
    padding: 0px 0;
    position: relative;
    margin-top: -145px;
    box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);
    margin-bottom: 50px;
}

.personal .personal-con .left {
    width: 290px;
    background: #f8f8f8;
}

.personal .personal-con .left-head {
    width: 100%;
    /*height: 270px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    /*box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);*/
    border-radius: 15px;
    position: relative;
    padding: 30px 25px 0;
    text-align: center;
    margin-bottom: 21px;
}

.personal .personal-con .left-head .head-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:0 auto;*/
    border: 4px solid #fff;
}

.personal .personal-con .left-head .head-icon .head-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.personal .personal-con .left-head .head-icon.active::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: url(../icon/vip.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.personal .personal-con .left-head .name {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
}

.personal .personal-con .left-head .phone {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 7px 0;
}

.personal .personal-con .left-head .menu-lis {
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.personal .personal-con .left-head .menu-lis:nth-child(2n) {
    margin-left: 20px;
}

.personal .personal-con .left-head .menu-lis:nth-child(2n)::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    margin: auto 0;
}

.personal .personal-con .left-head .menu-lis span {
    font-weight: bold;
    color: #ff770d;
}

.personal .personal-con .left-head .join_time {
    width: 235px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    border-top: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.personal .personal-con .left-menu {
    width: 100%;
    background: #f8f8f8;
    /*box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);*/
    border-radius: 15px;
    position: relative;
    padding: 4px 25px;
    text-align: center;
}

.personal .personal-con .left-menu .menu-lis {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}

.personal .personal-con .left-menu .menu-lis.on1 {
    background: url(../icon/my-nav1.png) no-repeat center left 43px;
    background-size: 25px;
}

.personal .personal-con .left-menu .menu-lis.on2 {
    background: url(../icon/my-nav2.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on22 {
    background: url(../icon/fenxiang.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on3 {
    background: url(../icon/my-nav3.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on333 {
    background: url(../icon/guanzhu.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on33 {
    background: url(../icon/shoucang.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on4 {
    background: url(../icon/my-nav4.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on5 {
    background: url(../icon/my-nav5.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on6 {
    background: url(../icon/my-nav6.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on7 {
    background: url(../icon/my-nav7.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.on8 {
    background: url(../icon/my-nav8.png) no-repeat center left 43px;
    background-size: 20px;
}

.personal .personal-con .left-menu .menu-lis.active.on1 {
    background: url(../icon/my-nav1-b.png) no-repeat center left 43px;
    background-size: 25px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on2 {
    background: url(../icon/my-nav2-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on3 {
    background: url(../icon/my-nav3-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on4 {
    background: url(../icon/my-nav4-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on5 {
    background: url(../icon/my-nav5-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on6 {
    background: url(../icon/my-nav6-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on7 {
    background: url(../icon/my-nav7-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis.active.on8 {
    background: url(../icon/my-nav8-b.png) no-repeat center left 43px;
    background-size: 20px;
    background-color: rgba(14, 155, 243, 0.11);
}

.personal .personal-con .left-menu .menu-lis a {
    display: block;
    color: #000;
}

.personal .personal-con .left-menu .menu-lis span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background: #FC0000;
    border-radius: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 4px;
}

.personal .personal-con .left-menu .menu-lis.active a {
    color: #ff770d;
}

.personal .personal-con .right {
    width: 1160px;
    min-height: 730px;
    background: #FFFFFF;
    /*box-shadow: 0px 1px 21px 0px rgba(216, 216, 216, 0.38);*/
    border-radius: 15px;
    padding: 15px 21px;
}

.personal .personal-con .right .top {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    padding: 20px 0;
}

.personal .personal-con .right .con-lis {
    border-bottom: 10px solid #eee;
    margin-bottom: 20px;
}

.personal .personal-con .right .con-lis:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.personal .personal-con .right .img {
    width: 100%;
    display: block;
}

.personal .personal-con .right .img.on1 {
    display: none;
}

.personal .personal-con .right .con-tit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.personal .personal-con .right .con-tit span {
    color: #ff770d;
    padding-left: 10px;
}

.personal .personal-con .right .lis-c {
    position: relative;
    padding: 25px 25px 25px 120px;
    width: 345px;
    height: 139px;
    background: #FFFFFF;
    box-shadow: 0px 2px 29px 0px rgba(81, 98, 138, 0.2);
    border-radius: 15px;
    margin: 0 41px 33px 0;
}

.personal .personal-con .right .lis-c:nth-child(3n) {
    margin-right: 0;
}

.personal .personal-con .right .lis-c .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 26px;
}

.personal .personal-con .right .lis-c .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.personal .personal-con .right .lis-c .price {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F58425;
    margin: 5px 0 7px;
}

.personal .personal-con .right .lis-c .btn {
    width: 72px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F58425;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.personal .personal-con .right .lis-c.active .btn {
    background: #EDEDED;
    color: #B7B7B7;
}

/* vip */
.personal .personal-con .right.vip {
    padding-top: 34px;
}

.personal .personal-con .right.vip .vip-top .lis {
    width: 50%;
    position: relative;
}

.personal .personal-con .right.vip .vip-top .lis:first-child::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: '';
    width: 1px;
    height: 102px;
    background: #E8E8E8;
}

.personal .personal-con .right.vip .vip-top .lis .east {
    width: 35%;
    text-align: center;
}

.personal .personal-con .right.vip .vip-top .lis .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.personal .personal-con .right.vip .vip-top .lis .num {
    font-size: 40px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    margin: 30px 0;
}

.personal .personal-con .right.vip .vip-top .lis .record {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE8D17;
}

.personal .personal-con .right.vip .vip-top .lis:first-child .west {
    right: 50px;
}

.personal .personal-con .right.vip .vip-top .lis .west {
    position: absolute;
    top: 51px;
    right: 20px;
    text-align: center;
}

.personal .personal-con .right.vip .vip-top .lis .west .west-lis {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FD8320;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FD8320;
}

.personal .personal-con .right.vip .vip-top .lis .west .west-lis:last-child {
    background: #FD8320;
    color: #FFFFFF;
    margin-left: 23px;
}

.personal .personal-con .right.vip .vip-top .lis .west .p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

.personal .personal-con .right.vip .vip-con {
    padding: 65px 0 0;
}

.personal .personal-con .right.vip .vip-tit {
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 80px;
}

.personal .personal-con .right.vip .vip-con .lis {
    width: 49%;
    height: 335px;
    border-radius: 15px;
    text-align: center;
    background: url(../icon/vip-l.jpg) no-repeat center;
    background-size: 100%;
    padding: 80px 0 0;
    position: relative;
}

.personal .personal-con .right.vip .vip-con .lis .hot {
    position: absolute;
    top: 0;
    left: 15px;
    padding-left: 25px;
    background: url(../icon/hot1.png) no-repeat center left 0;
    background-size: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.personal .personal-con .right.vip .vip-con .lis:last-child {
    background: url(../icon/vip-r.png) no-repeat center;
    background-size: 100%;
}

.personal .personal-con .right.vip .vip-con .lis .title {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BD4308;
}

.personal .personal-con .right.vip .vip-con .lis .des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE5200;
    margin: 20px 0 60px;
}

.personal .personal-con .right.vip .vip-con .lis .btn {
    width: 290px;
    height: 69px;
    line-height: 69px;
    background: #FD8320;
    border-radius: 35px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
}

.personal .personal-con .right.vip .vip-con .lis:last-child .title {
    color: #0C7652;
}

.personal .personal-con .right.vip .vip-con .lis:last-child .des {
    color: #04B97D;
}

.personal .personal-con .right.vip .vip-con .lis:last-child .btn {
    background: #0DB27C;
}

.personal .personal-con .right.vip .figure {
    padding: 65px 0 30px;
}

.personal .personal-con .right.vip .figure-con {
    padding-top: 20px;
}

.personal .personal-con .right.vip .figure .lis {
    width: 100px;
    text-align: center;
    margin-right: 30px;
}

.personal .personal-con .right.vip .figure .lis:last-child {
    margin-right: 0;
}

.personal .personal-con .right.vip .figure .lis .img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.personal .personal-con .right.vip .figure .lis .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    padding: 15px 0 10px;
}

.personal .personal-con .right.vip .figure .lis .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
}

/* å……å€¼ */
.personal .personal-con .right.recharge .recharge-con {
    padding-bottom: 30px;
}

.personal .personal-con .right.recharge .recharge-tit {
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 80px;
}

.personal .personal-con .right.recharge .con {
    padding-top: 20px;
    padding-left: 32px;
}

.personal .personal-con .right.recharge .lis {
    width: 225px;
    height: 200px;
    text-align: center;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin-right: 50px;
    margin-bottom: 25px;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
}

.personal .personal-con .right.recharge .lis:nth-child(4n) {
    margin-right: 0;
}

.personal .personal-con .right.recharge .lis .tis {
    position: absolute;
    top: 7px;
    left: -40px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff770d;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.personal .personal-con .right.recharge .lis.active {
    background: url(../icon/recharge.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: -3px 0px 27px 0px RGBA(14, 138, 243, 0.3);
}

.personal .personal-con .right.recharge .lis .img {
    width: 30px;
    height: 30px;
    /*margin:0 auto;*/
    margin-right: 6px;
}

.personal .personal-con .right.recharge .lis .gold {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    margin: 0px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}

.personal .personal-con .right.recharge .lis .gold span {
    font-size: 40px;
    font-weight: bold;
    padding-right: 5px;
}

.personal .personal-con .right.recharge .lis .price {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FAB001;
    padding-bottom: 5px;
}

.personal .personal-con .right.recharge .lis .tag-lis {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #838383;
    text-align: left;
    line-height: 40px;
    padding-left: 100px;
    background: url(../icon/gou.png) no-repeat center left 60px;
    background-size: 27px;
}

.personal .personal-con .right.recharge .lis.active .price {
    color: #FFFFFF;
}

.personal .personal-con .right.recharge .lis.active .tag-lis {
    color: #FFFFFF;
    background: url(../icon/gou1.png) no-repeat center left 70px;
    background-size: 27px;
}

.personal .personal-con .right.recharge .pay-info {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 30px 0 55px;
}

.personal .personal-con .right.recharge .pay-info span {
    font-size: 24px;
    color: #FAB001;
}

.personal .personal-con .right.recharge .pay-lis {
    width: 50%;
    text-align: center;
}

.personal .personal-con .right.recharge .pay-lis img {
    width: 257px;
    height: 257px;
    border: 1px solid #4BB414;
    padding: 25px;
}

.personal .personal-con .right.recharge .pay-lis .tit {
    line-height: 70px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #09BB07;
}

.personal .personal-con .right.recharge .pay-lis .tit span {
    display: inline-block;
    padding-left: 63px;
    background: url(../icon/wechat1.png) no-repeat center left 0;
    background-size: 45px;
}

.personal .personal-con .right.recharge .pay-lis:last-child .tit span {
    background: url(../icon/zhifubao.png) no-repeat center left 0;
    background-size: 40px;
}

.personal .personal-con .right.recharge .pay-lis:last-child img {
    border: 1px solid #02AAEF;
}

.personal .personal-con .right.recharge .pay-lis:last-child .tit {
    color: #02AAEF;
}

/* é‡‘å¸å…‘æ¢ */
.personal .personal-con .right.exchange .exchange-tit {
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 80px;
}

.personal .personal-con .right.exchange .exchange-con {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 50px 0 0 260px;
}

.personal .personal-con .right.exchange .exchange-con .lis {
    margin-bottom: 20px;
}

.personal .personal-con .right.exchange .exchange-con label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.personal .personal-con .right.exchange .exchange-con input {
    width: 254px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 10px;
}

.personal .personal-con .right.exchange .exchange-con span {
    color: #666666;
}

.personal .personal-con .right.exchange .exchange-con i {
    color: #ff770d;
    font-size: 18px;
}

.personal .personal-con .right.exchange .exchange-con .btn {
    width: 146px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff770d;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin: 35px 0 0 110px;
}

/* æˆ‘ä¸Šä¼&nbsp;çš„ */
.uploaded {
    padding: 27px 20px;
}

.uploaded .table {
    width: 100%;
    border: 1px solid #EAF2F7;
}

.uploaded .table .lis {
    width: 25%;
}

.uploaded .table .th {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    background: rgba(237, 235, 235, 0.86);
    text-align: center;
    display: flex;
    align-items: center;
}

/*.uploaded .table .lis:first-child{width:35%;}
.uploaded .table .lis:nth-child(2){width:25%;}
.uploaded .table .lis:nth-child(3){width:25%;}
.uploaded .table .lis:last-child{width:15%;}*/
/*.uploaded .table .th .lis{float:left;}*/
.uploaded .table .td {
    border-bottom: 1px solid #E7E7E7;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.uploaded .table .td .lis {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-lis-left{
    justify-content: left !important;
}

.uploaded .table .td:last-child {
    border: none;
}

.uploaded .table .td .lis.on1 {
    padding-left: 30px;
    padding-right: 20px;
    justify-content: center;
}

.uploaded .table img {
    width: 80px;
    height: 58px;
    margin-right: 10px;
}

.uploaded .table .td .lis .checked {
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #eee;
    position: relative;
}

/* Switchå¼€å…³æ&nbsp;·å¼ */
input[type='checkbox'].switch {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .3s, background-color .3s;
}

input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0, 0, 2px, #999;
    transition: .4s;
    top: 2px;
    position: absolute;
    left: 2px;
}

input[type='checkbox'].switch:checked {
    background: rgb(19, 206, 102);
}

/* å½“input[type=checkbox]è¢«é€‰ä¸­æ—¶ï¼šä¼ªå…ƒç´&nbsp;æ˜¾ç¤ºä¸‹é¢æ&nbsp;·å¼ ä½ç½®å‘ç”Ÿå˜åŒ– */
input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 2px;
}

.page {
    padding: 50px 0 20px;
}

.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page li {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 3px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    /*padding: 0 10px;*/
}

.page li span {
    padding: 0 10px;
}

.page li.active span {
    padding: 0 0px;
}

.page li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 3px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    /*margin:0 5px;*/
    cursor: pointer;
    overflow: hidden;
    padding: 0 10px;
}

.page .pagination {
    /*position: relative;margin-bottom: 80px;*/
}

.page li:first-child, .page li:first-child:hover {
    background: #ffac35;
    color: #FFFFFF;
    cursor: auto;
    /*position: absolute;
	top: 60px;*/
}

.page li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.page li.active {
    background: #ff770d;
    color: #FFFFFF;
    cursor: not-allowed;
}

.page li:hover a {
    background: #ff770d;
    color: #FFFFFF;
}

.page li:hover {
    background: #ff770d;
}

/* æ¨¡åž‹ */
.uploaded.model .uploaded-top {
    margin-bottom: 17px;
    margin-top: 10px;
}

.uploaded.model .uploaded-top .select-v {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    position: relative;
    padding-left: 35px;
}

.uploaded.model .uploaded-top .select-v .checked::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.uploaded.model .uploaded-top .select-v .checked:checked::before {
    background: url(../icon/gou.png) no-repeat center;
    background-size: 16px;
}

.uploaded.model .uploaded-top label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    display: inline-block;
}

.uploaded.model .uploaded-top .option {
    width: 150px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../icon/down.png) no-repeat center right 10px;
    background-size: 15px;
    background-color: #FFFFFF;
    margin-right: 10px;
}

.uploaded.model .uploaded-top .option option {
    background: none;
}

.uploaded.model .uploaded-top .tish {
    display: flex;
    align-items: center;
}

.uploaded.model .uploaded-top .cate_search_input {
    width: 260px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    background-size: 15px;
    background-color: #FFFFFF;
    margin-right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.uploaded.model .uploaded-top .open {
    display: inline-block;
}

.uploaded.model .uploaded-top .open-lis {
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    margin-left: 20px;
}

.uploaded.model .uploaded-top .open-lis span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #ff770d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.uploaded.model .uploaded-top .open-lis.active span::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff770d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.uploaded.model .uploaded-top .set {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ff770d;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.uploaded.model .table .lis:first-child {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}

.uploaded.model .table .lis:nth-child(2) {
    width: 15%;
}

.uploaded.model .table .lis:nth-child(3) {
    width: 15%;
}

.uploaded.model .table .lis:nth-child(4) {
    width: 15%;
}

.uploaded.model .table .lis:nth-child(5) {
    width: 15%;
}

.uploaded.model .table .lis:nth-child(6) {
    width: 15%;
}

.uploaded.model .table .lis.on1 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.uploaded.model .table .lis .select-v {
    width: 23px;
    height: 23px;
    background: #F6F6F6;
}

.uploaded.model .table .lis .select-v:checked {
    background: url(../icon/gou.png) no-repeat center;
    background-size: 16px;
    background-color: #F6F6F6;
}

.uploaded.model .table .td .lis:nth-child(3) {
    padding: 0 20px;
    color: #0BD57D;
}

.uploaded.model .table .td .repeat.lis:nth-child(3) {
    color: #FF0505;
}

.uploaded.model .table .td .fail.lis:nth-child(3) {
    color: #B6B7B7;
}

.uploaded.model .table .td .lis:nth-child(5) {
    color: #B6B7B7;
}

.uploaded.model .table .td .lis:last-child span, .uploaded.model .table .td .lis:last-child a {
    color: #ff770d;
    margin: 0 10px;
}

.uploaded.model .table .td .lis:last-child .self-help {
    color: #FF8A00;
}

/* æ¨¡åž‹ç¼–è¾‘ */
.right.model-edit .model-edit-tit {
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 80px;
}

.right.model-edit .model-edit-con .lis {
    margin-bottom: 20px;
}

.right.model-edit .model-edit-con .option {
    width: 240px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../icon/down.png) no-repeat center right 10px;
    background-size: 15px;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-left: -2px;
}

.right.model-edit .model-edit-con .option option {
    background: none;
}

.right.model-edit .model-edit-con label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
}

.right.model-edit .model-edit-con input {
    width: 254px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 20px 0 -2px;
}

.right.model-edit .model-edit-con .txt-v label {
    position: relative;
    top: -50px;
}

.right.model-edit .model-edit-con textarea {
    width: 642px;
    height: 122px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin-left: -2px;
}

.right.model-edit .model-edit-con .seo input {
    width: 110px;
}

.right.model-edit .model-edit-con span {
    color: #666666;
}

.right.model-edit .model-edit-con i {
    color: #ff770d;
    font-size: 18px;
}

.right.model-edit .model-edit-con .radio {
    display: flex;
    align-items: center;
    height: 42px;
}

.right.model-edit .model-edit-con .upload .tit {
    display: block;
    float: left;
    line-height: 105px;
    position: relative;
}

.right.model-edit .model-edit-con .upload-con {
    float: left;
    display: block;
    max-width: 980px;
}

.right.model-edit .model-edit-con .img-lis {
    width: 142px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.right.model-edit .model-edit-con .img-lis .back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.right.model-edit .model-edit-con .img-lis:hover .back {
    display: block;
}

.right.model-edit .model-edit-con .img-lis .back .back-lis {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.right.model-edit .model-edit-con .img-lis .set-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    padding: 42px 0;
}

.right.model-edit .model-edit-con .img-lis:hover .set-img {
    display: block;
}

.right.model-edit .model-edit-con .img-lis .set-img &gt; div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DADADA;
    padding: 0 10px;
    cursor: pointer;
}

.right.model-edit .model-edit-con .img-lis .img-v {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right.model-edit .model-edit-con .upload-btn {
    background: #F9F9F9;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DADADA;
}

.right.model-edit .model-edit-con .open {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right.model-edit .model-edit-con .open .open-lis {
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    margin-right: 20px;
}

.right.model-edit .model-edit-con .open .open-lis span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #ff770d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.right.model-edit .model-edit-con .open .open-lis input {
    width: 129px;
}

.right.model-edit .model-edit-con .open .open-lis.active span::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff770d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.right.model-edit .model-edit-con .btn {
    width: 146px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff770d;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin: 35px 0 0 110px;
}

/* æˆ‘çš„ä¿¡æ¯ç¼–è¾‘ */
.right.info .info-tab .lis {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    margin-right: 50px;
    position: relative;
    line-height: 50px;
}

.right.info .info-tab .lis.active {
    color: #ff770d;
}

.right.info .info-tab .lis.active::after {
    content: '';
    width: 38px;
    height: 5px;
    border-radius: 5px;
    background: #ff770d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.right.info .info-con {
    padding-top: 50px;
}

.right.info .info-con .lis {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right.info .info-con .lis .head-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right.info .info-con .lis .img-v {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
}

.right.info .info-con .lis .edit {
    width: 80px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6F6F6F;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
}

.right.info .info-con .tit {
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
}

.right.info .info-con input {
    width: 254px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 15px;
}

.right.info .info-con .identif {
    width: 135px;
    height: 46px;
    background: #E0F2FD;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    cursor: pointer;
    margin-left: 20px;
}

.right.info .info-con textarea {
    width: 642px;
    height: 122px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.right.info .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    min-width: 156px;
}

.right.info .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.right.info .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 30px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: url(../icon/down.png) no-repeat center right 10px;
    background-size: 13px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.right.info .info-con .option {
    width: 240px;
    height: 46px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../icon/down.png) no-repeat center right 10px;
    background-size: 13px;
    background-color: #FFFFFF;
    margin-right: 10px;
}

.right.info .info-con .option option {
    background: none;
}

.right.info .info-con .lis .span {
    color: #D5D5D5;
    padding: 0 20px;
}

.right.info .info-con .radio {
    display: flex;
    align-items: center;
    height: 42px;
}

.right.info .info-con .open {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    max-width: 980px;
}

.right.info .info-con .open .open-lis {
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 150px;
}

.right.info .info-con .open .open-lis span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #ff770d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.right.info .info-con .open .open-lis.active span::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff770d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.right.info .info-con .checkbox .open .open-lis span {
    width: 20px;
    height: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 0;
}

.right.info .info-con .checkbox .open .open-lis.active span {
    border: 1px solid #ff770d;
}

.right.info .info-con .checkbox .open .open-lis.active span::before {
    content: '';
    width: 5px;
    height: 10px;
    border: 1px solid #ff770d;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.right.info .info-con .address {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.right.info .info-con .btn {
    width: 146px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ff770d;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    position: relative;
    margin: 35px 0 0 130px;
}

/* æˆ‘çš„æ¶ˆæ¯ */
.right.info .message-con .lis {
    padding: 25px 0 20px 2px;
    border-bottom: 1px solid #E7E7E7;
}

.right.info .message-con .lis .title {
    max-width: 80%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    position: relative;
}

.right.info .message-con .lis .title::before {
    /*content:'';
	display: block;
	width:12px;
	height:12px;
	border-radius: 50%;
	background: #BEBEBE;
	opacity: 0.64;
	position: absolute;
	top:10px;
	left:-28px;*/
}

.right.info .message-con .lis .date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-left: 20px;
}

.right.info .message-con .lis .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    margin-top: 5px;
}

.uploaded.info .info-con {
    padding-top: 25px;
    position: relative;
}

.uploaded.info .info-con .price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.uploaded.info .info-con .price span {
    color: #FF9628;
}

.uploaded.info .info-con .sai {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 0;
    right: 0;
}

.uploaded.info .table {
    margin-top: 20px;
}

.uploaded.info .table .lis:first-child {
    width: 25%;
}

.uploaded.info .table .lis:nth-child(2) {
    width: 25%;
}

.uploaded.info .table .lis:nth-child(3) {
    width: 25%;
}

.uploaded.info .table .lis:last-child {
    width: 25%;
}

.uploaded.info .table .lis.on {
    color: #FF0018;
}

.uploaded.info .table .td .lis {
    padding: 18px 0;
}

/* å‘ç§ä¿¡ */
.send-q {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.send-q .send {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    min-width: 500px;
    height: 310px;
    background: #fff;
    padding: 0 30px;
    border-radius: 10px;
}

.send-q .send .title {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.send-q .send .title span {
    color: #5081FF;
}

.send-q .send .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.send-q .send textarea {
    width: 100%;
    height: 110px;
    background: #F1F1F1;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    padding: 10px;
}

.send-q .send button {
    width: 123px;
    height: 47px;
    background: #0EA8EF;
    border-radius: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

/* å°¾éƒ¨ */
.footer {
    min-width: 1480px;
    height: 300px;
    background: #f8f5f0;
    padding: 50px 0;
    position: relative;
}

.footer .footer-left {
    float: left;
    width: 78%;
}

.footer .footer-left .logo {
    width: 225px;
}

.footer .footer-left .foot-vcon {
    width: 60%;
    margin-left: 6.7%;
}

.footer .footer-left .foot-tit {
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #6b6b69;
}

.footer .footer-left .foot-lis {
    float: left;
    text-align: center;
    width: 33.33%;
}

.footer .footer-left .foot-con .lis a {
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6b6b69;
}

.footer .foot-b {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #959393;
    text-align: center;
}

.footer .foot-b a {
    color: #959393;
}

.footer .footer-right {
    float: right;
}

.footer .footer-right img {
    width: 130px;
    height: 130px;
    display: block;
}

.footer .footer-right p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E2D8D8;
    padding-top: 5px;
    text-align: center;
}

.footer .footer-right .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px
}

.footer .footer-right .qq-lis {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E2D8D8;
    line-height: 30px;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 20px;
}

/* å³ä¾§èœå• */
.left-contact {
    position: fixed;
    /*top: 0;*/
    right: 10px;
    bottom: 200px;
    margin: auto 0;
    /*max-height: 258px;*/
    height: 250px;
    z-index: 6;
}

.left-contact .contact-lis {
    width: 60px;
    text-align: center;
    padding: 8px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EDEAEA;
    box-shadow: -3px 0px 27px 0px rgba(91, 94, 96, 0.13);
    border-radius: 5px;
    margin-top: 4px;
}



/*.left-contact .contact-lis::after {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    content: '';*/
/*    width: 70px;*/
/*    height: 1px;*/
/*    background: #DFDFDF;*/
/*}*/

.left-contact .customer-service-box {
    width: 180px;
    position: absolute;
    top: -58px;
    left: -200px;
    border-radius: 6px;
    box-sizing: border-box;
}

.left-contact .customer-service-box .service-content {
    position: absolute;
    top: 20px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 9px 0px #d6d3d3;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

.left-contact .customer-service-box .right-arrow {
    position: absolute;
    top: 80px;
    right: -6px;
    z-index: 111;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(228deg);
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.left-contact .customer-service-box .service-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-contact .customer-service-box .service-content .content  .tip{
    font-size: 15px;
    color: #333;
    margin-top: 10px;
}

.left-contact .customer-service-box .img-qr {
    width: 160px;
    height: 180px;
}


.left-contact .contact-lis:last-child::after {
    display: none;
}

.left-contact .contact-lis .icon {
    font-size: 28px;
}

.left-contact .contact-lis .tit {
    font-size: 13px;
    color: #666666;
    margin-top: 2px;
}

.left-contact .contact-lis:hover{
    background: #ff770d;
}

.left-contact .contact-lis:hover .tit{
    color: white;
}

.left-contact .contact-lis:hover .icon{
    color: white;
}

.left-contact .contact-lis .qq {
    position: absolute;
    top: 0;
    right: 90px;
    height: 100%;
    line-height: 87px;
    min-width: 200px;
    padding: 0 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3E3E;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #EDEAEA;
}

.left-contact .contact-lis:hover .qq {
    display: block;
}

/* ç™»å½•ä¸Žæ³¨å†Œå¼¹çª— */
.register-q {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.register-q .register {
    width: 905px;
    height: 570px;
    background: #FFFFFF;
    box-shadow: 0px 12px 27px 0px #5B5E60;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.register-q .register .register-l {
    width: 410px;
    height: 100%;
}

.register-q .register .register-l .swiper-container {
    width: 100%;
    height: 100%;
}

.register-q .register .register-l .swiper-pagination {
    text-align: left;
    padding: 0 10px;
}

.register-q .register .register-l .swiper-pagination-bullet {
    background: #EAEAEA;
    opacity: 1;
}

.register-q .register .register-l .swiper-pagination-bullet-active {
    background: #929292;
}

.register-q .register .register-r {
    width: 495px;
    padding: 0 40px 0 53px;
    position: relative;
}

.register-q .register .register-r .tit {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 30px 0;
}

.register-q .register .register-r .ewm {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../icon/ewm.png) no-repeat center;
    background-size: 100%;
}

.register-q .register .register-r .ewm.on {
    background: url(../icon/ewm1.png) no-repeat center;
    background-size: 100%;
}

.register-q .register .register-r .register-lis {
    width: 100%;
    height: 58px;
    margin-bottom: 21px;
    position: relative;
}

.register-q .register .register-lis.code {
    padding-right: 150px;
}

.register-q .register .register-lis.code .identif {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 58px;
    background: #E0F2FD;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    cursor: pointer;
}

.register-q .register .register-r .inp {
    width: 100%;
    height: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    padding: 0 20px 0 75px;
}

.register-q .register .register-r .inp.on {
    border: 1px solid #ff770d;
    box-shadow: 0px 7px 27px 0px rgba(44, 174, 255, 0.2);
}

.register-q .register .register-lis.phone .inp {
    background: url(../icon/phone.png) no-repeat center left 18px;
    background-size: 19px;
}

.register-q .register .register-lis.code .inp {
    background: url(../icon/code.png) no-repeat center left 17px;
    background-size: 21px;
}

.register-q .register .register-lis.pass .inp {
    background: url(../icon/pass.png) no-repeat center left 14px;
    background-size: 18px;
}

.register-q .register .register-lis.compass .inp {
    background: url(../icon/pass.png) no-repeat center left 14px;
    background-size: 18px;
}

.register-q .register .agree {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.register-q .register .agree::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: #F6F6F6;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    z-index: 1;
}

.register-q .register .agree.on::after {
    background: none;
    border: 1px solid #ff770d;
}

.register-q .register .agree.on::before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 10px;
    border: 1px solid #ff770d;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.register-q .register .agree a {
    color: #ff770d;
}


/* è®°ä½å¯†ç&nbsp; */
.register-q .register .forget-l {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.register-q .register .forget-l::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ff770d;
    border-radius: 2px;
    z-index: 1;
}

.register-q .register .forget-l.on::before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 10px;
    border: 1px solid #ff770d;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.register-q .register .forget-r {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ADADAD;
}

.register-q .register .btn {
    width: 100%;
    height: 66px;
    background: #ff770d;
    border-radius: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0;
}

.register-q .register .goto {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.register-q .register .goto span {
    color: #ff770d;
}

.register-q .register .wechat .tit {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
}

.register-q .register .wechat img {
    display: inline-block;
    width: 49px;
    position: relative;
    top: 10px;
    margin-right: 15px;
}

.register-q .register .wechat .wechat-img {
    display: block;
    width: 337px;
    height: 337px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 20px;
    box-shadow: 0px 1px 21px 0px rgba(152, 150, 150, 0.38);
    margin: 0 auto;
}

/* å¿˜è®°å¯†ç&nbsp; */
.forget-v {
    height: 550px;
    background: #FFFFFF;
    box-shadow: 0px 2px 35px 0px rgba(204, 209, 228, 0.84);
    border-radius: 20px;
    margin: 24px auto;
    padding: 30px 24px;
}

.forget-v .forget-tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.forget-v .forget-con {
    padding: 50px 0 0;
    text-align: center;
    width: 524px;
    margin: 0 auto;
}

.forget-v .forget-con .forget-lis {
    margin-bottom: 20px;
    position: relative;
}

.forget-v .forget-con .forget-lis label {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: right;
}

.forget-v .forget-con .forget-lis input {
    width: 400px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    padding: 0 20px;
}

.forget-v .forget-con .forget-lis.code {
    padding-right: 160px;
}

.forget-v .forget-con .forget-lis.code input {
    width: 240px;
}

.forget-v .forget-con .forget-lis.code .identif {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ff7c17;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff770d;
    cursor: pointer;
}

.forget-v .forget-con .forget-lis .submit {
    background: #ff7c17;
    color: #fff;
}

/* 3D è½¬æ¢ */
.change {
    min-width: 1480px;
    min-height: 600px;
    /*background-image:url(../icon/3D.jpg);*/
    background-size: 100% cover;
    background-repeat: no-repeat;
    background-position: top 0 center;
}

.change .change-tit {
    line-height: 140px;
    text-align: center;
    font-size: 39px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 8px;
}

.change .change-upload {
    width: 1200px;
    height: 415px;
    background: #fbf9fa;
    border: 1px dashed #E3E2E2;
    /*box-shadow: 0px 3px 22px 5px rgba(186,186,186,0.21);*/
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    /*overflow: hidden;*/
}

.change .change-upload .first {
    padding: 40px 230px;
}

.change .change-upload .second {
    padding: 100px 230px;
}

.change .change-upload .progress-v {
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 12px;
    background: #EEEEEE;
    margin: 60px 0 0;
}

.change .change-upload .progress-v .load_num {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8D8D;
}

.change .change-upload .progress-v .box {
    position: absolute;
    background: #ff770d;
    border-radius: 12px;
    width: 20%;
    height: 100%;
}

.change .change-upload .icon {
    display: block;
    width: 74px;
    margin: 20px auto;
}

.change .change-upload .btn {
    width: 155px;

    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff7c17;
    border-radius: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 50px auto;
}

.change .change-upload .btn.on {
    background-color: #EAEAEA;
    color: #A0A0A0;
    margin-top: 45px;
}

.change .change-upload p {
    padding: 20px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.change .change-upload .tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #474747;
    text-align: center;
}

.change .change-upload .three {
    padding: 150px 0 0;
    text-align: center;
}

.change .change-upload .three .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.change .change-upload .three .des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 10px 0;
}

.change .change-upload .three .img {
    width: 129px;
}

.change .change-upload .three .tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #474747;
    padding-top: 10px;
}

.change .change-upload .four {
    padding: 120px 0;
}

.change .change-upload .four .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.change .change-upload .img {
    width: 86px;
    height: 86px;
    margin-top: 15px;
}

.change .change-upload .four .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ff770d;
    padding: 10px 0;
}

.change .change-upload .four .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989898;
}

.change .change-upload .five {
    padding: 100px 0;
}

.change .change-upload .five .img {
    width: 68px;
    height: 68px;
}

.change .change-upload .five .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ff770d;
    margin-top: 10px;
}

.change .change-upload .five .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989898;
    padding: 10px 0;
}

.change .change-upload .five .btn {
    background-image: url(../icon/change-down.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 27px;
    padding-left: 40px;
}

.change .change-upload .eight {
    padding: 100px 0;
}

.change .change-upload .eight .img {
    width: 68px;
    height: 68px;
}

.change .change-upload .eight .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ff770d;
    margin-top: 10px;
}

.change .change-upload .eight .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989898;
    padding: 10px 0;
}

.change .change-upload .eight .btn {
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 27px;
}

.change .change-upload .fix {
    padding: 150px 0 0;
}

.change .change-upload .fix .des {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    padding-top: 30px;
}

.change .change-upload .fix .des span {
    color: #ff770d;
}

.change .change-upload .seven {
    position: relative;
    height: 100%;
    padding: 78px 0;
}

.change .change-upload .seven .tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #EBEBEB;
}

.change .change-upload .seven-con {
    height: 100%;
    overflow-y: auto;
}

.change .change-upload .seven .but {
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
    z-index: 3;
    /*height:78px;*/
    padding: 8px 15px;
    background: #DEDEDE;
}

.change .change-upload .seven .but-l {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 62px;
}

.change .change-upload .seven .but-l span {
    color: #ff770d;
}

.change .change-upload .seven .select-c {
    display: inline-block;
    width: 191px;
    height: 62px;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    /*background-image: url(../icon/change-d.png);*/
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-right: 15px;
}

.change .change-upload .seven .option {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.change .change-upload .seven .btn {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    border-radius: 5px;
}

.change .progress {
    padding: 80px 140px 95px;
    margin-top: 30px;
}

.change .progress .li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.change .progress .li::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E3E2E2;
    position: absolute;
    top: 30%;
    left: 50%;
}

.change .progress .li.on::after {
    background: #ff770d;
}

.change .progress .li:last-child::after {
    display: none;
}

.change .progress .img {
    position: relative;
    width: 80px;
    height: 80px;
    /*border: 1px solid #E3E2E2;*/
    border-radius: 10px;
    margin: 0 auto 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 37px;
    background-color: #fff;
    z-index: 1;
}

.change .progress .li.on .img {
    border-color: #ff770d;

}

/*.change .progress .li:nth-child(1) .img{
	background-image:url(../icon/change-p1.png);
}
.change .progress .li:nth-child(2) .img{
	background-image:url(../icon/change-p2.png);
}
.change .progress .li:nth-child(3) .img{
	background-image:url(../icon/change-p4.png);
}
.change .progress .li:nth-child(4) .img{
	background-image:url(../icon/change-p6.png);
}
.change .progress .li.on:nth-child(2) .img{
	background-image:url(../icon/change-p3.png);
}
.change .progress .li.on:nth-child(3) .img{
	background-image:url(../icon/change-p5.png);
}
.change .progress .li.on:nth-child(4) .img{
	background-image:url(../icon/change-p7.png);
}*/

.change .progress .li:nth-child(1) .img {
    background-size: 100% 100%;
    background-image: url(../image/zhuan1.png);
}

.change .progress .li:nth-child(2) .img {
    background-image: url(../image/zhuan6.png);
    background-size: 100% 100%;
}

.change .progress .li:nth-child(3) .img {
    background-image: url(../image/zhuan8.png);
    background-size: 100% 100%;
}

.change .progress .li:nth-child(4) .img {
    background-image: url(../image/zhuan4.png);
    background-size: 100% 100%;
}

.change .progress .li.on:nth-child(2) .img {
    background-image: url(../image/zhuan5.png);
    background-size: 100% 100%;
}

.change .progress .li.on:nth-child(3) .img {
    background-image: url(../image/zhuan7.png);
    background-size: 100% 100%;
}

.change .progress .li.on:nth-child(4) .img {
    background-image: url(../image/zhuan3.png);
    background-size: 100% 100%;
}

.change .progress .tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.change .flow {
    background: #F7F7F7;
}

.change .flow-top {
    padding: 50px 0;
}

.change .flow-tit {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.change .flow-des {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5B5B5B;
    text-align: center;
    padding-top: 10px;
}

.change .flow-con {
    padding: 100px 0 85px;
}

.change .flow-con .li {
    float: left;
    width: 450px;
    height: 319px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 22px 5px rgba(129, 129, 129, 0.1700);
    border-radius: 5px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    margin-right: 65px;
}

.change .flow-con .tit {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #010101;
    line-height: 30px;
}

.change .flow-con .li:nth-child(1) {
    background-image: url(../icon/change-li4.png);
    background-size: 100px;
}

.change .flow-con .li:nth-child(2) {
    background-image: url(../icon/change-li5.png);
    background-size: 135px;
}

.change .flow-con .li:nth-child(3) {
    background-image: url(../icon/change-li6.png);
    background-size: 113px;
    margin-right: 0;
}

.change .flow-con .img {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    margin: 0 auto;
}

.change .flow-con .tit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.change .change-foot {
    display: block;
    width: 100%;
}

@media (max-width: 1480px) {
    #header header {
        width: 1200px;
    }

    #header .search {
        width: 240px;
    }

    .maxwidth {
        width: 1200px;
    }

    .footer {
        min-width: 1200px;
    }

    .footer .footer-left {
        width: 73%;
    }

    .footer .footer-left .foot-vcon {
        margin-left: 2.5%;
    }

    .dtl .dtl-top .dtl-right .top .down {
        width: 180px;
    }

    .dtl .dtl-top .dtl-right .join .join-lis {
        width: 70px
    }

    .about .about-con .left {
        width: 200px;
    }

    .about .about-con .right {
        width: 980px;
    }

    .content .menu .menu-nav {
        width: 90%;
    }

    .engineer .content .lis-v {
        width: 590px;
        height: auto;
    }

    .engineer .content .lis-v .join .join-lis {
        width: 90px;
    }

    .engineer .content .lis-v .lis-con .con-lis {
        width: 170px;
        height: auto;
    }

    .engineer .content .lis-v .lis-con .con-lis img {
        height: 125px;
    }

    .personal .personal-con .left {
        width: 260px;
    }

    .personal .personal-con .right {
        width: 920px;
    }

    .right.info .info-con .open {
        width: 700px
    }

    .personal .personal-con .right.recharge .con {
        padding-left: 50px;
    }

    .personal .personal-con .right.recharge .lis:nth-child(3n) {
        margin-right: 0
    }

    .personal .personal-con .right.recharge .lis:nth-child(4n) {
        margin-right: 50px
    }

    .change .change-upload {
        width: 1000px
    }

    .change .flow-con .li {
        width: 380px;
        margin-right: 30px;
    }

    .index-menu .menu-lis:nth-child(1) .lis-v:nth-child(3n) {
        margin-right: 30px;
    }

    .index-menu .menu-lis:nth-child(2) .lis-v:nth-child(3n+1) {
        margin-right: 30px;
    }
}


/* ä¸‹é¢æ˜¯è‡ªå®šä¹‰çš„ van å¼¹çª—æ&nbsp;·å¼*/
/* å¼¹çª—èƒŒæ™¯ */
.van-dialog {
    display: none; /* é»˜è®¤éšè— */
    position: fixed; /* å›ºå®šä½ç½® */
    z-index: 1; /* ä½äºŽé¡¶å±‚ */
    left: 0;
    top: 0;
    width: 100%; /* å…¨å±å®½åº¦ */
    height: 100%; /* å…¨å±é«˜åº¦ */
    overflow: auto; /* è¶…å‡ºå†…å®¹å¯æ»šåŠ¨ */
    background-color: rgb(0, 0, 0); /* èƒŒæ™¯é¢œè‰²å¸¦äº›é€æ˜Žåº¦ */
    background-color: rgba(0, 0, 0, 0.4); /* é€æ˜Žåº¦ */
}

/* å¼¹çª—å†…å®¹ */
.van-dialog-content {
    background-color: #FFFFFF;
    margin: 15% auto; /* åž‚ç›´å±…ä¸­ */
    padding: 20px 16px;
    width: 50%; /* å®½åº¦ */
    border-radius: 12px;
    position: relative;
}

.van-dialog-s {
    width: 200px !important; /* å®½åº¦ */
}

.van-dialog-m {
    width: 400px !important; /* å®½åº¦ */
}

.van-dialog-l {
    width: 600px !important; /* å®½åº¦ */
}

.van-dialog-xl {
    width: 800px !important; /* å®½åº¦ */
}

.van-dialog-title {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    color: black;
    padding-bottom: 18px;
    box-sizing: border-box;
}

/* å…³é—­æŒ‰é’® */
.van-dialog-close {
    color: #aaa;
    position: absolute;
    font-size: 24px;
    padding: 5px;
    box-sizing: border-box;
    right: 15px;
    top: 10px;
}

.van-dialog-close:hover,
.van-dialog-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* æ˜¾ç¤ºå¼¹çª—çš„åŠ¨ç”» */
.van-dialog-content.animate {
    animation: van-slide-in 0.5s;
    animation-fill-mode: forwards;
}

/* @keyframes å®šä¹‰åŠ¨ç”» */
@keyframes van-slide-in {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/*
è¿›åº¦æ¡
*/

.van-progress-bar-container {
    width: 100%;
    background-color: #eee;
    border: 1px solid #ccc;
    height: 12px;
    overflow: hidden;
    border-radius: 12px;
}

.van-progress-bar {
    width: 0;
    height: 100%;
    background-color: #ff770d;
    transition: width 0.2s ease-in-out;
    border-radius: 12px;
}


.btn-download {
    width: 80%;
    background: #fd760e;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.btn-download.disable {
    pointer-events: none;
    background-color: #AAAAAA !important;
}

.van-btn-down {
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ff770d;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.icon-down-logo {
    background-image: url(../icon/icon_download_white.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
}

.van-down-content {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #333333;
    min-height: 200px;
}

.van-progress-bar-container {
    margin-top: 60px;
    width: 80%;
}


.download-tip {
    margin-top: 8px;
    font-size: 16px;
    color: #666666;
}

.download-gold {
    color: #ff770d;
    font-size: 24px;
}</pre></body></html>