.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.rela {
    position: relative;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    box-sizing: content-box;
}

.banner .swiper-pagination-bullet-active {
    width: 30px;
    background: rgba(255, 255, 255, 1);
}

.banner .img {
    height: 598px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: "";
    display: none;
}

.banner .swiper-button-next {
    width: 46px;
    height: 46px;
    background: url(../images/banner_next.png) no-repeat center;
}

.banner .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: url(../images/banner_prev.png) no-repeat center;
}

.help {
    padding: 20px 0 0;
}

.help .left {
    width: 230px;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d8d8d8;
}

.help .left .p1 {
    font-size: 25px;
    text-align: center;
}

.help .left .p1 span {
    padding-left: 55px;
    line-height: 100px;
    background: url(../images/help.png) no-repeat left;
}

.help .left .main .show {
    background: #fafafa;
    padding: 20px 50px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.help .left .main .show a {
    margin-top: 20px;
}

.help .left .main .show a:first-child {
    margin-top: 0;
}

.help .left .main .show a:hover {
    color: #ff5a00;
}

.help .left .main li>a {
    line-height: 40px;
    padding: 0 50px;
    position: relative;
    color: #000;
    font-size: 15px;
}

.help .left .main li.active>a,
.help .left .main li:hover>a {
    color: #fff;
    background: #ff5a00;
}

.help .left .main li.hasChild>a:before {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    left: 20px;
    content: "";
    background: #666;
}

.help .left .main li.hasChild.active>a:before,
.help .left .main li.hasChild:hover>a:before {
    background: #fff;
}

.help .right {
    background: #fff;
    width: 948px;
    padding-bottom: 45px;
    border: 1px solid #d8d8d8;
}

.help .right .input {
    margin: 30px 45px;
}

.help .right .input input {
    width: 615px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    text-indent: 15px;
    float: left;
}

.help .right .input a {
    width: 45px;
    height: 40px;
    float: left;
    background: url(../images/search.png) no-repeat center #ff5a00;
}

.help .right .main {
    border-top: 1px solid #f5f5f5;
    padding: 35px 45px;
}

.help .right .main a {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.help .right .main a:hover {
    color: #ff5a00;
}

.help .right .btn {
    font-size: 15px;
    color: #ff5a00;
    border: 1px solid #ff5a00;
    width: 110px;
    line-height: 38px;
    text-align: center;
    margin-left: 45px;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.help .right .btn:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.16);
}

.member {
    margin-top: 20px;
}

.member .left {
    width: 300px;
    float: left;
}

.member .left .top {
    text-align: center;
    margin-bottom: 10px;
    padding: 35px 0 15px;
    border-radius: 6px;
}

.member .left .top .p1 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 15px;
    color: #454343;
}

.member .left .top .p2 {
    color: #bfbfbf;
    margin-bottom: 10px;
    font-size: 14px;
}

.member .left .top .p_vip {
    text-align: center;
}

.member .left .top .p_vip span {
    line-height: 25px;
    color: #979797;
    font-size: 12px;
    padding-left: 25px;
    background: url(../images/vip1.png) no-repeat left;
}

.member .left .top .p_vip span.active {
    color: #ff5a00;
    background: url(../images/vip2.png) no-repeat left;
}

.member .left .main {
    background: #fff;
}

.member .left .main li {
    line-height: 80px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #f5f5f7;
}

.member .left .main li span {
    padding-left: 40px;
    color: #454343;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.member .left .main li .ico1 {
    background: url(../images/member_ico1.png) no-repeat left;
}

.member .left .main li .ico2 {
    background: url(../images/member_ico2.png) no-repeat left;
}

.member .left .main li .ico3 {
    background: url(../images/member_ico3.png) no-repeat left;
}

.member .left .main li .ico4 {
    background: url(../images/member_ico4.png) no-repeat left;
}

.member .left .main li .ico5 {
    background: url(../images/member_ico5.png) no-repeat left;
}

.member .left .main li .ico6 {
    background: url(../images/member_ico6.png) no-repeat left;
}

.member .left .main li .ico7 {
    background: url(../images/member_ico7.png) no-repeat left;
}

.member .left .main li.active .ico1,
.member .left .main li:hover .ico1 {
    background: url(../images/member_ico11.png) no-repeat left;
}

.member .left .main li.active .ico2,
.member .left .main li:hover .ico2 {
    background: url(../images/member_ico22.png) no-repeat left;
}

.member .left .main li.active .ico3,
.member .left .main li:hover .ico3 {
    background: url(../images/member_ico33.png) no-repeat left;
}

.member .left .main li.active .ico4,
.member .left .main li:hover .ico4 {
    background: url(../images/member_ico44.png) no-repeat left;
}

.member .left .main li.active .ico5,
.member .left .main li:hover .ico5 {
    background: url(../images/member_ico55.png) no-repeat left;
}

.member .left .main li.active .ico6,
.member .left .main li:hover .ico6 {
    background: url(../images/member_ico66.png) no-repeat left;
}

.member .left .main li.active .ico7,
.member .left .main li:hover .ico7 {
    background: url(../images/member_ico77.png) no-repeat left;
}

.member .left .main li.active span,
.member .left .main li:hover span {
    color: #ff5a00;
}

.member .left .main li.active:after,
.member .left .main li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ff5a00;
}

.member .right {
    width: 888px;
    float: right;
}

.member .right>.title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff5a00;
    line-height: 50px;
    background: #fff;
    /* text-indent: 40px; */
    padding: 0 40px !important;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

.member .right .content {
    padding: 0 40px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.member_project .right .member_btn,
.member_like .right .member_btn {
    padding: 20px 0 15px;
    border-bottom: 2px solid #f5f5f5;
}

.member_project .right .member_btn .to_show,
.member_like .right .member_btn .to_show {
    width: 70px;
    line-height: 30px;
    background: #ff5a00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-right: 30px;
}

.member_project .right .member_btn .tab a,
.member_like .right .member_btn .tab a {
    color: #979797;
    font-weight: bold;
    margin-right: 20px;
    line-height: 30px;
    font-size: 16px;
    float: left;
}

.member_project .right .member_btn .tab a.active,
.member_project .right .member_btn .tab a:hover,
.member_like .right .member_btn .tab a.active,
.member_like .right .member_btn .tab a:hover {
    color: #ff5a00;
}

.member_project .right .main>li {
    padding: 15px 0;
    border-bottom: 2px solid #f5f5f5;
}

.member_project .right li .left1 .p1 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.member_project .right li .left1 .p1:hover {
    color: #59b84f;
}

.member_project .right li .left1 .p2 {
    font-size: 16px;
    color: #999;
    margin-bottom: 5px;
}

.member_project .right li .left1 .p2 em {
    color: #ff5a00;
}

.member_project .right li .left1 .p3 {
    color: #999;
}

.member_project .right li .left1 .p3 em {
    color: #333;
    margin-right: 20px;
    font-weight: bold;
}

.member_project .right li .left1 .p4 {
    font-size: 18px;
    color: #ff481f;
    margin-top: 10px;
}


/* .member_project .right li .btn {
    width: 80px;
    margin-top: 7px;
    text-align: center;
    margin-right: 60px;
} */

.member_project .right li .btn .p1 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    background: #ff5a00;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
}

.member_project .right li .btn .p2 a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.member_project .right li .btn .p2 a:hover {
    color: #ff5a00;
}

.member_project .right li .btn .p2 span {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.page {
    text-align: center;
    padding: 60px 0 35px;
}

.page .num {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: inline-block;
}

.page .btn {
    display: inline-block;
    line-height: 22px;
}

.page .btn a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
    color: #000;
}

.page .btn a.active,
.page .btn a:hover {
    background: #ff5a00;
    color: #fff;
}

.page .go {
    display: inline-block;
    margin-left: 5px;
}

.page .go span {
    line-height: 30px;
    color: #000;
    font-size: 12px;
    display: inline-block;
}

.page .go input {
    border: 1px solid #999;
    width: 34px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
}

.page .go a {
    color: #333;
    border: 1px solid #999;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 3px;
    line-height: 22px;
}

.page .go a:hover {
    color: #b071f7;
}

.member_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.member_show,
.works_show {
    position: fixed;
    left: 50%;
    width: 618px;
    margin-left: -345px;
    max-height: calc( 98% - 60px);
    overflow-y: auto;
    top: 50%;
    display: none;
    z-index: 5;
    transform: translate(0, -50%);
    background: #fff;
    padding: 30px 45px;
    border-radius: 4px;
}

.member_show .p1 {
    font-size: 20px;
    color: #ff5a00;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 24px;
}

.member_show .input {
    margin-bottom: 10px;
}

.member_show .input .label_box {
    margin-left: 10px;
    float: left;
    margin-bottom: 10px
}

.member_show .input .label_box:nth-of-type(1) {
    margin-left: 0;
}

.member_show .input .label_box a {
    margin-left: 3px;
}

.member_show .input .label_box input {
    width: 50px;
}

.member_show .input>span {
    line-height: 22px;
    font-size: 12px;
    color: #333;
    width: 60px;
    margin-right: 5px;
    float: left;
}

.member_show .input input {
    width: 220px;
    border: 1px solid #999;
    line-height: 20px;
    color: #333;
    float: left;
    height: 20px;
    font-size: 12px;
    border-radius: 4px;
    text-indent: 5px;
}

.member_show .input select {
    width: 160px;
    border: 1px solid #999;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
    text-indent: 5px;
}

.member_show .input .input1 {
    width: 60px;
}

.member_show .input em {
    float: left;
    line-height: 22px;
    margin: 0 5px;
}

.member_show .input .mianyi,
.member_show .input .tianjia {
    border: 1px solid #999;
    float: left;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 4px;
}

.member_show .input .mianyi.active {
    color: #ff5a00;
    border: 1px solid #ff5a00;
}

.member_show .input textarea {
    color: #333;
    /* width: 100%; */
    line-height: 20px;
    padding: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 60px;
    border: 1px solid #999;
    width: 530px;
}

.input_img {
    width: 118px;
    border: 1px solid #999;
    float: left;
    margin-bottom: 15px;
    margin-right: 13px;
    padding: 2px;
    border-radius: 4px;
    position: relative;
}

.input_img .img {
    width: 100%;
    height: 134px;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.upload_btn .img {
    border: 2px dashed #ff5a00;
    border-radius: 4px;
    box-sizing: border-box;
}

.input_img .img p {
    text-align: center;
}

.input_img .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
}

.upload_btn input,
.member_show .upload_btn input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.input_img:hover .to_works_show,
.input_img:hover .del {
    display: block;
}

.input_img .img p {
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0;
    line-height: 20px;
    color: #999;
    text-align: center;
    width: 100%;
    padding-top: 26px;
    background: url(../images/add.png) no-repeat top;
}

.input_img .to_works_show {
    position: absolute;
    right: 45px;
    top: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 5px;
    display: none;
}

.input_img .del {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 5px;
    display: none;
}

.member_show .btn1 {
    width: 70px;
    line-height: 30px;
    background: #ff5a00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}

.member_show .close {
    width: 31px;
    opacity: 0.6;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/share_show2.png) no-repeat center;
    background-size: cover;
}

.input_img:nth-of-type(4n) {
    margin-right: 0;
}

.member_works .right {}

.member_works .content>.duo_upload_btn>.input_img {
    margin-right: 21px;
    width: 253px;
    height: 290px;
    padding: 6px;
    box-sizing: border-box;
}

.member_works .content>.duo_upload_btn>.input_img:nth-of-type(4n) {
    margin-right: 24px;
}

.member_works .content>.duo_upload_btn>.input_img:nth-of-type(3n) {
    margin-right: 0;
}

.member_works .content>.duo_upload_btn>.input_img>.img {
    border-radius: 4px;
    height: 100%;
    box-sizing: border-box;
}

.member_works .content>.duo_upload_btn>.input_img>span {
    text-align: center;
    display: block;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.member_works .content>.duo_upload_btn>.input_img>.img p {
    font-size: 14px;
    padding-top: 60px;
    width: 100%;
    margin-top: -40px;
}

.member_works .content>.duo_upload_btn>.input_img>.img p {
    background: url(../images/add1.png) no-repeat top;
}

.member_works .right .content {
    padding-top: 30px;
    padding-bottom: 100px;
}

.slideBar {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 45px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    transform: translate(0, -50%);
}

.slideBar li {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    min-height: 33px;
}

.slideBar li:hover {
    color: #ff5a00;
}

.slideBar li:last-chlid {
    border-bottom: 0;
}

.member_like .part .top {
    padding-top: 10px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #666;
}

.member_like .part .top>span {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #ff5a00;
    float: left;
}

.member_like .part .top em {
    float: left;
    color: #333;
    font-size: 12px;
    line-height: 40px;
    padding-left: 16px;
    margin-left: 10px;
    background: url(../images/like1.png) no-repeat left;
}

.member_like .part .top .nice-select {
    margin-right: 0;
    border: 1px solid #999;
    border-radius: 4px;
}

.member_like .part .main {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
}

.member_like .part .main li {
    margin-right: 7px;
    width: 108px;
    float: left;
    margin-bottom: 10px;
}

.member_like .part .main li .del_like {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 20px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.member_like .part .main li:hover .del_like {
    display: block;
}

.member_like .part .main li>span:hover {
    color: #ff5a00;
}

.member_like .part .main li .img {
    transition: 0.3s all;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.member_like .part .main li:hover .img {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.member_like .part .main li:nth-of-type(7n) {
    margin-right: 0;
}

.member_like .part .main .img {
    padding: 2px;
    height: 102px;
    overflow: hidden;
    border: 1px solid #b0b0b0;
}

.member_like .part .main li img {
    height: 100%;
    width: 100%;
}

.member_like .part .main .p1 {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.member_like .part .main .p2 {
    color: #999;
    font-size: 12px;
}

.member_like .right .content {
    padding: 0 25px;
}

.member_like .page {
    padding-top: 0;
}

.member_like .page * {
    font-size: 12px !important;
}

.in_share .title {
    text-align: center;
    padding: 70px 0 60px;
}

.in_share .title .p1 {
    font-size: 32px;
    font-weight: bold;
    color: #cbcbcb;
}

.in_share .title .p1 em {
    color: #f7941d
}

.in_share .title .p2 {
    color: #8c8c8c;
    font-size: 28px;
    margin-top: 5px;
    font-weight: bold;
}

.in_share .title .p3 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 40px;
}

.in_share .main li {
    margin-right: 40px;
    width: 270px;
    /* text-align: center; */
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: 0.3s all;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
}

.in_share .main li:nth-of-type(4n) {
    margin-right: 0;
}

.in_share .main li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.in_share .main .img {
    margin-bottom: 15px;
}

.in_share .main li>.p1 {
    color: #000;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.in_share .main li>.p2 {
    height: 34px;
    font-size: 12px;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.in_share .main li .btn {
    width: 80px;
    line-height: 25px;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(to right, #ffbd44, #ff7800);
}

.in_business {
    padding: 40px 0;
    background: url(../images/in_business.png) no-repeat bottom #fefefe;
}

.in_business .in_title {
    width: 320px;
    margin: 110px 0 130px;
}

.in_business .title .p1 {}

.in_title .p1 {
    color: #333;
    font-size: 28px;
    margin-top: 5px;
    font-weight: bold;
}

.in_title .p2 {
    font-size: 32px;
    font-weight: bold;
    color: #cbcbcb;
}

.in_title .p2 em {
    color: #f7941d
}

.in_title .p3 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #333;
    text-indent: 40px;
    line-height: 30px;
}

.in_title .btn {
    width: 95px;
    line-height: 32px;
    color: #fb6832;
    background: #fff;
    border-radius: 6px;
    font-size: 19px;
    float: right;
    text-align: center;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
}

.in_title .btn:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.in_business .main {
    width: 820px;
}

.in_business .main li {
    width: 240px;
    margin-right: 50px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    transition: 0.3s all;
    float: left;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.in_business .main li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.in_business .main li:nth-of-type(3n) {
    margin-right: 0;
}

.in_business .main li .p1 {
    color: #ff6900;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 4px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 30px;
}

.in_business .main li .p2 {
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 31px;
}

.in_business .main li .btn {
    width: 65px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
    float: right;
    color: #fefefe;
    font-size: 12px;
    background-image: linear-gradient(to right, #ffbc42, #ff8108);
}

.in_bq {
    padding: 65px 0;
    background: url(../images/in_bq.png) no-repeat bottom #fefefe;
}

.in_bq .in_title {
    width: 570px;
    margin-top: 50px;
}

.in_bq .in_title .img {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
}

.in_bq .in_title .btn {
    color: #fff;
    background: #f6ab50;
    margin-top: 15px;
    margin-right: 40px;
    border-radius: 32px;
}

.in_bq .main {
    width: 550px;
    float: right;
}

.in_bq .main li {
    /* border-radius: 10px; */
    margin-bottom: 22px;
    background: #fff;
    transition: 0.3s all;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    border-left: 8px solid #ff8461;
}

.in_bq .main li .line {
    float: left;
}

.in_bq .main li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.in_bq .main li .p1 {
    font-size: 15px;
    color: #333;
}

.in_bq .main li .font {
    width: 400px;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    background: #fff;
}

.in_bq .main li .line {
    float: left;
    width: 8px;
    height: 106px;
}

.in_bq .main li .font .p1 {
    font-size: 15px;
    color: #333;
    padding-top: 10px;
    margin-bottom: 5px;
}

.in_bq .main li .font .p2 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    height: 40px;
    padding-bottom: 5px;
    overflow: hidden;
}

.in_bq .main li .font .p2 a {
    color: #197dfa;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    margin-left: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    line-height: 20px;
}

.in_bq .main li .font .p3 {
    text-align: right;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.in_bq .main li:last-child {
    margin-bottom: 0;
}

.in_footer {
    margin-top: 0;
}

.in_policy {
    background: #fff;
    padding: 60px 0 0;
}

.in_policy .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 7px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.in_policy .swiper-pagination-bullet-active {
    width: 36px;
    background: rgba(255, 255, 255, 1);
}

.in_policy .in_title {
    margin-bottom: 20px;
}

.in_policy .left {
    width: 310px;
}

.in_policy .left .img img {
    width: 100%;
    height: 166px;
    object-fit: cover;
}

.in_policy .left .img {
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.in_policy .left p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.in_policy .main {
    width: 830px;
}

.in_policy .main li {
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 70px;
}

.in_policy .main li a {
    font-size: 16px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    width: calc( 100% - 100px)
}

.in_policy .main li a:hover {
    color: #59b84f;
}

.in_policy .main li span {
    float: right;
    font-size: 16px;
    color: #333;
    width: 100px;
}

.in_policy .partner .p1 {
    margin-top: 60px;
    font-size: 20px;
    margin-bottom: 25px;
    color: #333;
}

.in_policy .partner {
    width: 1250px;
}

.in_policy .link * {
    display: inline-block;
    vertical-align: top;
    color: #999;
    margin-bottom: 10px;
}

.in_policy .link {
    padding-bottom: 20px;
}

.in_policy .link span {
    margin: 0 10px;
}

.in_policy .link a:hover {
    color: #f7764f;
}

.page_share .banner .img {
    height: 390px;
}

.page_share .banner .main {
    width: 750px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(0, -50%);
}

.page_share .banner .input {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.4);
}

.page_share .banner .input input {
    width: 630px;
    font-size: 21px;
    color: #000;
    text-indent: 30px;
    float: left;
    line-height: 55px;
}

.page_share .banner .input .btn {
    float: right;
    width: 120px;
    text-align: center;
    line-height: 55px;
    color: #f7764f;
    position: relative;
    font-size: 21px;
}

.page_share .banner .input .btn:after {
    content: "";
    position: absolute;
    left: 0;
    background: #e5e5e5;
    top: 50%;
    width: 2px;
    height: 30px;
    margin-top: -15px;
}

.page_share .banner .input .btn span {
    padding-left: 30px;
    background: url(../images/p_share_search1.png) no-repeat left;
}

.page_share .banner .p1 {
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
}

.page_share .top {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 0;
}

.page_share .top>li {
    line-height: 34px;
    margin-bottom: 20px;
}

.page_share .top li span {
    float: left;
    width: 90px;
    font-size: 18px;
    color: #8d8d8d;
}

.page_share .top li .font {
    float: right;
    width: calc( 100% - 90px)
}

.page_share .top li .font a {
    color: #393838;
    line-height: 28px;
    padding: 0 18px;
    margin: 3px 10px 3px 0;
    border-radius: 28px;
    float: left;
}

.page_share .top li .font a.active,
.page_share .top li .font a:hover {
    color: #fff;
    background: #ff9b23;
}

.page_share .top_btn {
    line-height: 70px;
}

.page_share .top_btn .left span {
    font-size: 18px;
    float: left;
    color: #8d8d8d;
    margin-right: 5px;
}

.page_share .top_btn .left a {
    float: left;
    color: #333;
    margin-right: 20px;
    font-size: 18px;
}

.page_share .top_btn .left a.new {
    padding-right: 20px;
    background: url(../images/new.png) no-repeat right 14px;
}

.page_share .top_btn .left a:hover,
.page_share .top_btn .left a.active {
    color: #ff830a;
}

.page_share .top_btn .right {
    width: 300px;
    background: #f5f4f4;
    margin-top: 15px;
    border-radius: 10px;
}

.page_share .top_btn .right input {
    line-height: 40px;
    height: 40px;
    width: 260px;
    float: left;
    text-indent: 25px;
    font-size: 20px;
}

.page_share .top_btn .right a {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/search1.png) no-repeat center;
}

.page_share .show .end li .img {
    /* height: 288px; */
    overflow: hidden;
    border-radius: 6px;
}

.page_share .show .end li .img img {
    width: auto;
    height: 160px;
    max-width: none;
}

.page_share .end .main {
    padding: 35px 0 0;
}

.page_share .main>li>.img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.page_share .main>li>.img img {
    height: 160px;
    width: auto;
    max-width: none;
}

.page_share .main>li {
    margin-right: 35px;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    float: left;
    background: #fff;
    transition: 0.3s all;
    width: 210px;
    border: 1px solid #d4d3d5;
}

.page_share .main>li:nth-of-type(5n) {
    margin-right: 0;
}

.page_share .main>li:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.page_share .main>li .font .p1 {
    color: #42aeb8;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}

.page_share .main>li .font {
    padding: 5px 5px 0;
}

.page_share .main>li .font .p2 {
    color: #919191;
    font-size: 12px;
}

.page_share .main>li .font .p3 {
    margin-top: 5px;
    border-top: 1px solid #eee;
}

.page_share .main>li .font .to_down {
    width: 35px;
    height: 35px;
    background: url(../images/down1.png) no-repeat center;
    background-size: 16px;
}

.page_share .main>li .font .to_down:hover {
    background: url(../images/down2.png) no-repeat center;
    background-size: 16px;
}

.page_share .main>li .font .to_like {
    line-height: 35px;
    color: #333;
    padding-left: 18px;
    background: url(../images/like_btn1.png) no-repeat left;
    background-size: 15px;
}

.page_share .main>li .font .to_like.active {
    background: url(../images/like_btn2.png) no-repeat left;
    background-size: 15px;
}

.page_share .page {
    padding: 35px 0 0;
}

.banner {
    position: relative;
}

.img_show {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.resource_mask,
.img_mask,
.page_share .share_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.img_mask {
    z-index: 6;
    display: none;
}

.page_share .show {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 5;
    display: none;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    width: 1200px;
    margin-left: -600px;
}

.page_share .show .title {
    padding: 30px 0 20px;
    font-size: 12px;
}

.page_share .show .title img {
    width: 18px;
}

.page_share .show .title p span {
    color: #999;
    margin-right: 15px;
}

.page_share .show .title span em {
    color: #ff830a;
}

.page_share .show .title .head {
    margin-right: 25px;
}

.page_share .show .title .head img {
    width: 18px;
}


/*img {
  image-rendering:-moz-crisp-edges;
  image-rendering:-o-crisp-edges;
  image-rendering:-webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode:nearest-neighbor;
}*/

.page_share .show .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: -40px;
    cursor: pointer;
    top: -40px;
    background: url(../images/share_show2.png) no-repeat center;
    background-size: cover;
}

.page_share .show .left {
    width: 720px;
    float: left;
}

.page_share .show .left .img_wapper .img {
    height: 600px;
    overflow: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.page_share .show .left .img_wapper {
    position: relative;
}

.page_share .show .left .img_wapper .ico1 {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 38px;
    text-align: center;
    font-size: 19px;
    color: #ff830a;
    width: 32px;
    height: 41px;
    background: url(../images/share_show4.png) no-repeat center;
}

.page_share .show .left .img_wapper .ico2 {
    position: absolute;
    bottom: 35px;
    right: 20px;
    text-align: center;
    color: #ff830a;
    width: 46px;
    height: 46px;
    background: url(../images/share_show5.png) no-repeat center;
    background-size: cover;
}

.page_share .show .left .p1 {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page_share .show .left .p2 {
    line-height: 18px;
}

.page_share .show .right {
    width: 380px;
    float: right;
}

.page_share .show .right .btn1 {
    margin-bottom: 20px;
}

.page_share .show .right .btn1 .a1 {
    width: 312px;
    line-height: 56px;
    background: #ff830a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}

.page_share .show .right .btn1 .a1 span {
    padding-left: 30px;
    display: inline-block;
    background: url(../images/share_show6.png) no-repeat left;
    background-size: 23px;
}

.page_share .show .right .btn1 .a2 {
    width: 56px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.page_share .show .right .btn1 .a2:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.page_share .show .right .btn1 .a2 span {
    padding-top: 20px;
    display: inline;
    line-height: 20px;
    display: block;
    background: url(../images/like_btn1.png) no-repeat top;
    background-size: 20px;
}

.page_share .show .right .btn1 .a2 span.active {
    background: url(../images/like_btn2.png) no-repeat top;
    background-size: 20px;
}

.page_share .show .right .part {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 18px;
}

.page_share .show .right .part .p1 {
    margin-bottom: 20px;
}

.page_share .show .right .part .p1:last-child {
    margin-bottom: 0;
}

.page_share .show .right .part .p1 span {
    color: #999;
}

.page_share .show .right .part .p1 em {
    color: #3c3c3c;
}

.page_share .show .right .part .p2 {
    margin-bottom: 10px;
}

.page_share .show .right .part .p2 span {
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.page_share .show .right .part .p2 i {
    float: left;
    line-height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
}

.page_share .show .right .btn2 {
    margin-bottom: 20px;
}

.page_share .show .right .btn2 .a1 {
    width: 188px;
    line-height: 50px;
    background-image: linear-gradient(to right, #ffbd44, #ff7800);
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}

.page_share .show .right .btn2 .a2 {
    width: 134px;
    line-height: 48px;
    border: 1px solid #ff830a;
    font-size: 16px;
    border-radius: 4px;
    color: #ff830a;
    text-align: center;
}

.page_share .show .right .p3 {
    font-size: 12px;
    color: #999;
    text-align: right;
}

.page_share .show .right .p3 span {
    padding-left: 20px;
    background: url(../images/share_show7.png) no-repeat left;
    line-height: 20px;
    background-size: 17px;
    display: inline-block;
}

.page_share .show .end {
    margin-top: 30px;
}

.page_share .show .end .p1 {
    font-size: 19px;
    color: #000;
    margin-bottom: 20px;
}

.page_share .show .end ul {
    paint-order: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.page_share .show .end li {
    border-radius: 10px;
    float: left;
    width: 212px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.page_share .show .end li:nth-of-type(5n) {
    margin-right: 0;
}

.page_share .show .end li .img {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_share .show .end li .img i,
.page_share .main>li>.img i {
    width: 32px;
    height: 41px;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 38px;
    text-align: center;
    color: #ff830a;
    font-size: 18px;
    background: url(../images/share_show4.png) no-repeat center;
}

.page_share .show .end li p {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resource .top_btn {
    line-height: 90px;
}

.resource .top_btn .left1 {
    font-size: 25px;
    font-weight: bold;
}

.resource .top_btn .left1 a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.resource .top_btn .left1 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.resource .top_btn .left1 a:hover,
.resource .top_btn .left1 a.active {
    color: #f7941d;
}

.resource .top_btn .left1 a:hover:after,
.resource .top_btn .left1 a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 35px;
    height: 20px;
    bottom: 0;
    margin-left: -17px;
    background: url(../images/resource4.png) no-repeat center;
}

.resource .top_btn .right {
    margin-top: 30px;
    width: 240px;
    background: initial;
    border: 2px solid #d2d2d2;
}

.resource .top_btn .right input {
    width: 200px;
    text-indent: 15px;
    font-size: 16px;
}

.resource .main1>li {
    width: 295px;
    margin-right: 5px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    transition: 0.3s all;
    float: left;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.resource .main1>li a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.resource .main1>li .img img {
    width: auto;
    height: 162px;
    max-width: none;
}

.resource .main1>li:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.resource .main1>li:nth-of-type(3n) {
    margin-right: 0;
}

.resource .end1 .main1>li:nth-of-type(3n) {
    margin-right: 5px;
}

.resource .end1 .main1>li:nth-of-type(4n) {
    margin-right: 0;
}

.resource .main1>li .p1 {
    color: #ff6900;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 4px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.resource .main1>li .p2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.resource .main1>li .to_heart {
    width: 25px;
    height: 25px;
    background: url(../images/like_btn1.png) no-repeat center;
    background-size: 20px;
    float: left;
}

.resource .main1>li .to_heart.active {
    background: url(../images/like_btn2.png) no-repeat center;
    background-size: 20px;
}

.resource .main1>li .btn {
    width: 82px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
    float: right;
    color: #fefefe;
    font-size: 15px;
    font-weight: bold;
    background-image: linear-gradient(to right, #ffbc42, #ff8108);
}

.resource .end1 .tab {
    padding: 20px 0;
}

.resource .end1 .tab a {
    /* width: 84px; */
    width: auto;
    float: left;
    color: #333;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
}

.resource .end1 .tab a:hover,
.resource .end1 .tab a.active {
    color: #fff;
    background: #ff9c23;
}

.resource .main1 li .show .main2 {
    height: 1110px;
    overflow: auto;
    padding-right: 10px;
}

.resource .main1 li .show {
    border: 24px solid #d8a85d;
    position: absolute;
    top: 50px;
    width: 940px;
    display: none;
    left: 50%;
    padding: 30px 20px 30px 30px;
    box-sizing: border-box;
    z-index: 5;
    margin-left: -470px;
    background: #fff;
}

.resource .main1 li .show:before {
    content: "";
    width: 82px;
    height: 82px;
    background: url(../images/resource_show1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}

.resource .main1 .show .p3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.resource .main1 .show .p3 span {
    position: relative;
    color: #d8a85d;
}

.resource .main1 .show .p3 span:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #000;
    left: -100px;
    top: 50%;
    margin-top: -1px;
}

.resource .main1 .show .p3 span:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #000;
    right: -100px;
    top: 50%;
    margin-top: -1px;
}

.resource .main1 .show .p4 {
    text-align: center;
    margin-bottom: 45px;
}

.resource .main1 .show .p4 span {
    font-size: 18px;
    color: #999;
}

.resource .main1 .show .p4 em {
    font-size: 20px;
    color: #ea3939;
    font-weight: bold;
}

.resource .main1 .show .top {
    background: #f7f7f7;
    padding: 20px 40px;
}

.resource .main1 .show .top dl {
    width: 540px;
    float: left;
    text-align: center;
}

.resource .main1 .show .top dl dd {
    float: left;
    width: 25%;
}

.resource .main1 .show .top dl dd .p5 {
    font-size: 16px;
    color: #999;
}

.resource .main1 .show .top dl dd .p6 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.resource .main1 .show .top a {
    width: 150px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(to right, #ffbc42, #ff8108);
}

.resource .main1 .show .title {
    position: relative;
}

.resource .main1 .show .to_like {
    color: #999;
    position: absolute;
    width: 60px;
    right: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    top: 10px;
}

.resource .main1 .show .to_like:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}

.resource .main1 .show .to_like.active span {
    background: url(../images/like_btn2.png) no-repeat top;
    background-size: 16px;
}

.resource .main1 .show .to_like span {
    display: inline-block;
    background: url(../images/like_btn1.png) no-repeat top;
    background-size: 16px;
    line-height: 20px;
    padding-top: 16px;
}

.resource .main1 .show .p7 {
    margin-top: 35px;
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.resource .main1 .show .part1 {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 25px;
}

.resource .main1 .show .part1 dl {
    margin-top: 25px;
}

.resource .main1 .show .part1 dd {
    padding: 30px 12px 0;
    line-height: 20px;
    float: left;
    width: 100px;
    text-align: center;
    position: relative;
    background: url(../images/resource5.png) no-repeat top;
}

.resource .main1 .show .part1 dd:before {
    content: "";
    position: absolute;
    right: 72px;
    width: 105px;
    height: 2px;
    background: #535353;
    top: 9px;
}

.resource .main1 .show .part1 dd:first-child:before {
    display: none;
}

.resource .main1 .show .part1 dd.active {
    color: #ff9f36;
    background: url(../images/resource5q.png) no-repeat top;
}

.resource .main1 .show .part1 dd.active:before {
    background: #ff9f36;
}

.resource li .show .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: -60px;
    cursor: pointer;
    top: -60px;
    background: url(../images/share_show2.png) no-repeat center;
    background-size: cover;
}

.policy .top_btn .left1 a {
    line-height: 36px;
    padding: 0 15px;
    border-radius: 36px;
    vertical-align: middle;
}

.policy .top_btn .left1 a:hover:after,
.policy .top_btn .left1 a.active:after {
    display: none;
}

.policy .top_btn .left1 a.active,
.policy .top_btn .left1 a:hover {
    background: #ff9b22;
    color: #fff;
}

.policy .main2 li {
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.policy .main2 li .content {
    padding: 15px;
    transition: 0.3s all;
    margin-bottom: 20px;
}

.policy .main2 li .content:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.policy .main2 li .content .img {
    width: 260px;
    float: left;
}

.policy .main2 li .content .img img {
    width: 100%;
}

.policy .main2 li .content .font {
    float: right;
    width: 880px;
}

.policy .main2 li .content .font .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #2a2c2c;
    margin-bottom: 15px;
}

.policy .main2 li .content:hover .p1 {
    color: #59b84f;
}

.policy .main2 li .content .font .p2 {
    font-size: 17px;
    color: #2a2c2c;
}

.policy .main2 li .content .font .p3 {
    font-size: 17px;
    line-height: 25px;
    color: #2a2c2c;
    margin-top: 15px;
    text-indent: 30px;
}

.policy .main2 li .content .font .btn {
    font-size: 17px;
    color: #fff;
    background: #ffa026;
    line-height: 30px;
    padding: 0 10px;
    float: right;
    border-radius: 30px;
}

.policy li .show .close,
.policy .show_policy_box .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: -40px;
    cursor: pointer;
    top: -40px;
    background: url(../images/share_show2.png) no-repeat center;
    background-size: cover;
}

.policy .show {
    position: absolute;
    top: 50px;
    z-index: 5;
    display: none;
    width: 968px;
    margin-left: -484px;
    left: 50%;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}

.policy .show .scrollbar_p {
    overflow: hidden;
    padding: 35px 15px 35px 0;
    border-radius: 10px;
}

.policy .show .scrollBar {
    padding: 0 100px;
    height: 900px;
    border-radius: 10px;
    overflow: auto;
}

.policy .show .p4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.policy .show .p5 {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}

.policy .show .simple-article {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.login_bg {
    background: url(../images/login_bg.png) no-repeat center;
    background-size: cover;
    height: 668px;
    position: relative;
}

.login_bg .right {
    background: #fff;
    width: 370px;
    border-radius: 4px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 30px 20px 15px;
}

.login_bg .tab {
    text-align: center;
}

.login_bg .tab a {
    font-size: 22px;
    display: inline-block;
    line-height: 34px;
    margin: 0 5px;
    border-radius: 4px;
    padding: 0 10px;
    color: #333;
}

.login_bg .tab a:hover,
.login_bg .tab a.active {
    background: #fea084;
    color: #fff;
}

.login_bg .input {
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}

.login_bg .input i {
    width: 40px;
    height: 40px;
    float: left;
}

.login_bg .input i.ico1 {
    background: url(../images/login1.png) no-repeat center;
}

.login_bg .input i.ico2 {
    background: url(../images/login2.png) no-repeat center;
}

.login_bg .input i.ico3 {
    background: url(../images/login3.png) no-repeat center;
}

.login_bg .input i.ico4 {
    background: url(../images/login4.png) no-repeat center;
}

.login_bg .input i.ico5 {
    background: url(../images/login5.png) no-repeat center;
}

.login_bg .input {
    margin-top: 20px;
    border: 1px solid #cacaca;
}

.login_bg .to_upload em,
.login_bg .input input {
    width: calc( 100% - 108px);
    float: left;
    text-indent: 10px;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.login_bg .input input:-ms-input-placeholder {
    color: #cacaca;
}

.login_bg .input input::-moz-placeholder {
    color: #cacaca;
}

.login_bg .input input:-moz-placeholder {
    color: #cacaca;
}

.login_bg .input input::-webkit-input-placeholder {
    color: #cacaca;
}

.login_bg .yzm {
    width: 205px;
}

.login_bg .yzm input {
    width: 170px;
}

.login_bg .code {
    margin-top: 32px;
}

.login_bg .btn {
    margin-top: 15px;
}

.login_bg .btn .btn1 {
    line-height: 20px;
    margin-bottom: 20px;
}

.login_bg .btn .btn1 span {
    float: left;
    cursor: pointer;
    color: #999;
}

.login_bg .btn .btn1 span i {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.login_bg .btn .btn1 a {
    float: right;
    color: #e60012;
}

.login_bg .btn .btn1 span.active i {
    background: url(../images/login.png) no-repeat center;
}

.login_bg .btn .btn1 span em {
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
}

.login_bg .btn .a1 {
    background: #fea084;
    line-height: 45px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.login_bg .send {
    border-radius: 4px;
}

.login_bg .send:hover,
.login_bg .btn .a1:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2)
}

.to_reg {
    text-align: center;
    color: #333;
}

.to_reg a {
    display: inline-block;
    color: #d83d3c;
}

.to_reg a:hover {
    text-decoration: underline;
}

.login_bg .left {
    margin-top: 105px;
}

.login_bg .left .p2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}

.login_bg .left .p3 {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.login_bg .p_warn {
    font-size: 12px;
    color: #cacaca;
    line-height: 20px;
    margin-bottom: -20px;
}

.login_bg .send_code input {
    width: calc( 100% - 150px);
}

.login_bg .send {
    float: right;
    width: 100px;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    color: #9d9d9d;
    background: #eee;
    text-align: center;
}

.login_bg .choose {
    margin-top: 15px;
    text-align: center;
}

.login_bg .choose label {
    display: block;
    margin-bottom: 15px;
}

.login_bg .choose label a {
    color: #fea084;
}

.login_bg .choose label a:hover {
    text-decoration: underline;
}

.login_bg .choose label * {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.login_bg .to_upload em {
    color: #cacaca;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.login_bg .to_upload {
    position: relative;
}

.login_bg .to_upload input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.login_bg .to_upload a {
    width: 38px;
    height: 40px;
    float: right;
    background: url(../images/to_upload1.png) no-repeat center;
}

.login_bg .to_upload a:hover {
    background: url(../images/to_upload.png) no-repeat center;
}

.change_status a {
    width: 38px;
    height: 40px;
    float: right;
    background: url(../images/eye2.png) no-repeat center;
}

.change_status a.active {
    background: url(../images/eye1.png) no-repeat center;
}

.login .tab1 a {
    color: #fff;
    width: 115px;
    float: left;
    background: #fea084;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    margin-right: 5px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.login .tab1 a.active {
    color: #333;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.login .tab1 a.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 20px;
    background: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
}

.to_forget a {
    color: #fea084;
}

.login .bd1 {
    border-radius: 10px;
    position: relative;
    padding: 1px 10px 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2)
}

.login_bg .end {
    text-align: center;
    margin-top: 30px;
    background: #fafafa;
    line-height: 50px;
}

.login_bg .end span {
    color: #333;
    font-size: 18px;
    display: inline-block;
}

.login_bg .end em {
    color: #fea084;
    font-size: 14px;
    border: 1px solid #fea084;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 4px;
    display: inline-block;
}

.login_bg .to_code {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 54px;
    height: 54px;
    background: url(../images/to_code.png ) no-repeat center;
}

.login_bg .content1 {
    font-size: 16px;
    color: #333;
    display: none;
}

.login_bg .content1 img {
    width: 180px;
    margin: 30px auto 0;
    display: block;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.login_bg .right .pq {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.vip .img1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vip .content {
    background: #fff;
    padding: 0 50px 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2)
}

.vip .img2 {
    text-align: center;
}

.vip .img2 img {
    display: inline-block;
}

.vip .img3 {
    margin: 60px 0 40px;
}

.vip .img3 img {
    margin: 0 80px;
}

.vip .p1 {
    font-size: 14px;
    color: #999;
}

.to_member a img {
    width: 20px;
    margin-top: 15px;
    margin-right: 5px;
    border-radius: 50px;
    height: 20px;
}

.member_works .upload_btn {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2)
}

.member_works .upload_btn:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4)
}

.member_change {
    padding-top: 30px;
}

.member_change .leftx {
    width: 75px;
    float: left;
}

.member_change .leftx .p1 {
    color: #333;
    margin-bottom: 10px;
    padding-top: 25px;
    text-align: center;
}

.member_change .leftx .p2 {
    color: #ff0000;
    font-size: 12px;
    text-align: center;
}

.member_change .rightx {
    float: left;
}

.member_change .imgx {
    width: 90px;
    margin-left: 30px;
    height: 90px;
    position: relative;
}

.member_change .imgx img {
    width: 100%;
    height: 100%;
}

.member_change .imgx .file1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.member_change .input1 {
    margin-top: 20px;
}

.member_change .p3 {
    line-height: 32px;
}

.member_change .rightx input {
    width: 200px;
    border: 1px solid #d2d2d2;
    text-indent: 10px;
    line-height: 30px;
    float: left;
}

.member_change .warn {
    color: #ff5a00;
    margin-left: 10px;
    line-height: 32px;
    float: left;
}

.member_change .warn i {
    color: #f00;
    font-size: 24px;
    vertical-align: middle;
}

.member_change .readonly {
    background: #eeeeee;
}

.member_change .to_show1,
.member_change .to_show2 {
    cursor: pointer;
}

.member_change .rightx textarea {
    width: 580px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    height: 100px;
    float: left;
}

.member_change .btnx {
    background: #ff5a00;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    border-radius: 4px;
    font-size: 16px;
}

.member_change {
    padding-bottom: 500px;
}

.m_show .input>span {
    font-size: 16px;
    width: initial;
}

.m_show .btn1 {
    width: 100px;
    line-height: 30px;
    margin: 30px 0 0;
}

.m_show .short input {
    width: 100px;
}

.m_show .input>a {
    color: #ff5a00;
    margin-left: 10px;
    float: left;
}

.password .top {
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0;
}

.password .top dd {
    padding: 0 110px;
    width: 72px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.password .top dd .p1 {
    width: 28px;
    height: 28px;
    background: #9aa0a7;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.password .top dd:after {
    content: "";
    position: absolute;
    right: 186px;
    top: 13px;
    width: 220px;
    height: 2px;
    background-image: linear-gradient(to right, #fea084, #e5e5e5);
}

.password .top dd:first-child:after {
    display: none;
}

.password .top dd .p2 {
    color: #a5a5a5;
    font-weight: bold;
    margin-top: 5px;
}

.password .top dd.active .p1 {
    background: #fea084;
}

.password .top dd.active:after {
    background: #fea084;
}

.password .content {
    background: #fff;
    padding: 75px 0;
}

.password .main {
    width: 500px;
    box-shadow: 0 0 40px 5px rgba(254, 130, 132, 0.2);
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 80px 1px;
    box-sizing: border-box;
}

.password .main .p1 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-top: 65px;
}

.password .main .p2 {
    color: #fea084;
    margin-bottom: 35px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.password .main .input {
    line-height: 48px;
    border: 1px solid #9aa0a7;
    border-radius: 4px;
    margin-bottom: 20px;
}

.password .main .input input {
    text-indent: 10px;
    font-size: 14px;
    width: 100%;
    line-height: 48px;
}

.password .main .input input {
    width: calc( 100% - 110px);
    float: left;
}

.password .main .input a {
    float: right;
    position: relative;
    width: 110px;
    color: #fea084;
    text-align: center;
}

.password .main .input a:after {
    width: 1px;
    height: 14px;
    position: absolute;
    background: #9aa0a7;
    top: 50%;
    margin-top: -7px;
    left: 0;
    content: "";
}

.password .main .btn {
    width: 100%;
    line-height: 50px;
    margin-top: 50px;
    background: #fea084;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.password .main label {
    margin-top: 10px;
    display: block;
    margin-bottom: 35px;
}

.password .main label * {
    display: inline-block;
    vertical-align: middle;
}

.password .main label a {
    color: #fea084;
}

.password .mid {
    padding: 110px 0 150px;
    color: #333;
}

.password .p3 {
    color: #68ad8a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.password .p4 span {
    color: #68ad8a;
}

.home_bq_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 106px;
    overflow: hidden;
}

.project_show {
    position: fixed;
    left: 50%;
    width: 618px;
    margin-left: -345px;
    max-height: calc( 98% - 60px);
    overflow-y: auto;
    top: 50%;
    display: none;
    z-index: 5;
    transform: translate(0, -50%);
    background: #fff;
    padding: 30px 45px;
    border-radius: 4px;
}


/* .project_show .duo_upload_btn {
    width: 535px;
    float: left;
} */

.project_show .p1 {
    font-size: 20px;
    color: #ff5a00;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 24px;
}

.project_show .input {
    margin-bottom: 10px;
}

.project_show .input>span {
    line-height: 22px;
    font-size: 12px;
    color: #333;
    width: 60px;
    margin-right: 5px;
    float: left;
}

.project_show .input input {
    width: 220px;
    border: 1px solid #999;
    line-height: 20px;
    color: #333;
    float: left;
    height: 20px;
    font-size: 12px;
    border-radius: 4px;
    text-indent: 5px;
}

.project_show .input select {
    width: 160px;
    border: 1px solid #999;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
    text-indent: 5px;
}

.project_show .input .input1 {
    width: 60px;
}

.project_show .input em {
    float: left;
    line-height: 22px;
    margin: 0 5px;
}

.project_show .input .mianyi {
    border: 1px solid #999;
    float: left;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 4px;
}

.project_show .input .mianyi.active {
    color: #ff5a00;
    border: 1px solid #ff5a00;
}

.project_show .input textarea {
    color: #333;
    /* width: 100%; */
    line-height: 20px;
    padding: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 60px;
    border: 1px solid #999;
    width: 530px;
}

.project_show .input_img input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.project_show .btn1 {
    width: 70px;
    line-height: 30px;
    background: #ff5a00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}

.project_show .close {
    width: 31px;
    opacity: 0.6;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/share_show2.png) no-repeat center;
    background-size: cover;
}


/* .project_show .input_img {
    width: 118px !important;
}

.project_show .input_img.btn {
    margin-top: 0px !important;
    margin-right: 13px !important;
} */

.vip .main {
    padding: 60px 0 0;
}

.vip .main li {
    width: 320px;
    position: relative;
    margin-right: 64px;
    border-radius: 6px;
    float: left;
    transition: 0.3s all;
    border: 2px solid #b5b5b5;
}

.vip .main li:last-child {
    margin-right: 0;
}

.vip .main li .p1 {
    text-align: center;
    line-height: 50px;
    margin-top: 40px;
    color: #ff7800;
    margin-bottom: 15px;
}

.vip .main li .p1 em {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.vip .main li .p1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 55px;
}

.vip .main li .p1 i {
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
    font-size: 18px;
}

.vip .main li .p2 {
    text-align: center;
    margin-bottom: 10px;
}

.vip .main li .p2 span {
    color: #5b3301;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.vip .main li .p2 em {
    font-size: 14px;
    color: #fff;
    width: 64px;
    height: 19px;
    line-height: 19px;
    background: url(../images/vip_3.png) no-repeat center;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.vip .main li .font {
    padding: 20px 0 20px 65px;
    color: #686868;
    font-size: 16px;
    transition: 0.3s all;
}

.vip .main li .font p {
    margin-bottom: 15px;
    padding-left: 23px;
}

.vip .main li .font p:last-child {
    margin-bottom: 0;
}

.vip .main li .font p.ico1 {
    background: url(../images/vip_1q.png) no-repeat left;
}

.vip .main li .font p.ico2 {
    background: url(../images/vip_2q.png) no-repeat left;
}


/* .vip .main li:hover .font p.ico1 {
    background: url(../images/vip_1.png) no-repeat left;
}

.vip .main li:hover .font p.ico2 {
    background: url(../images/vip_2.png) no-repeat left;
} */

.vip .main .active .font p.ico1 {
    background: url(../images/vip_1.png) no-repeat left;
}

.vip .main .active .font p.ico2 {
    background: url(../images/vip_2.png) no-repeat left;
}


/* .vip .main li:hover .font {
    background: #ff7800;
    color: #fff;
}

.vip .main li:hover {
    transform: translate(0, -10px);
    border: 2px solid #ff7800;
    box-shadow: 0 0 10px 5px rgba(255, 120, 0, 0.35)
} */

.vip .main .active .font {
    background: #ff7800;
    color: #fff;
}

.vip .main .active {
    transform: translate(0, -10px);
    /* bottom: 10px; */
    border: 2px solid #ff7800;
    box-shadow: 0 0 10px 5px rgba(255, 120, 0, 0.35)
}

.vip .main li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    opacity: 0;
    height: 39px;
    transition: 0.3s all;
    background: url(../images/vip_3q.png) no-repeat center;
}


/* .vip .main li:hover:after {
    opacity: 1;
} */

.vip .main .active:after {
    opacity: 1;
}

.member_works .content>.duo_upload_btn>.input_img {
    margin-bottom: 58px;
}

.member .left .top img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.vip_code {
    display: inline-block;
}

.vip_wx_desc {
    font-size: 16px;
    font-weight: bold;
    color: #00c300;
    padding-top: 10px;
}

.vip_ali_desc {
    font-size: 16px;
    font-weight: bold;
    color: #009fe8;
    padding-top: 10px;
}

.vip_code img {
    border-radius: 10px;
    width: 220px;
}

.vip_code:nth-child(1) img {
    border: 3px solid #00c300;
}

.vip_code:nth-child(2) img {
    border: 3px solid #009fe8;
}

.home_share_box a:first-child,
.home_project_box a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home_share_box a:first-child img {
    height: 134px;
    max-width: none;
}

.home_project_box a:first-child img {
    height: 127px;
    max-width: none;
}

#kefu-kefuDv .telNo {
    height: auto !important;
    word-wrap: break-word !important;
}

.policy_more {
    background: #f6ab50;
    color: #fff;
    border-radius: 32px;
    margin-top: 15px;
    display: inline-block;
    padding: 6px 27px;
    float: right;
}

.member_show .share_cat {
    margin-bottom: 10px;
}