﻿body, html {
    background-color: #fff;
}

/*软件*/
.downbar {
    position: relative;
    text-align: center;
    margin-top: 200px;
}

    .downbar img {
        display: inline-block;
    }

    .downbar .title {
        margin-top: 15px;
    }

        .downbar .title img {
            width: 717px;
            height: 85px;
        }

    .downbar .subtitle {
        margin-top: 20px;
    }

        .downbar .subtitle img {
            width: 432px;
            height: 21px;
        }

    .downbar .link {
        margin-top: 80px;
    }

        .downbar .link a {
            padding: 18px 65px 18px 90px;
            color: #fff;
            font-size: 20px;
            position: relative;
            display: inline-block;
            margin-right: 20px;
        }

            .downbar .link a:last-child {
                margin-right: 0;
            }


            .downbar .link a:before {
                width: 24px;
                height: 28px;
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -60px;
                margin-top: -14px;
            }


        .downbar .link .link__down {
            background-image: -webkit-linear-gradient(360deg, #ff8167, #ff4e5e);
            background-image: -o-linear-gradient(360deg, #ff8167, #ff8167);
        }

            .downbar .link .link__down:before {
                background-position: -96px -133px;
            }

        .downbar .link .link__desc {
            background-image: -webkit-linear-gradient(360deg, #21c8e8, #5498eb);
            background-image: -o-linear-gradient(360deg, #21c8e8, #5498eb);
        }

            .downbar .link .link__desc:before {
                background-position: -144px -133px;
            }

    .downbar .pic {
        margin: 150px 0 60px;
        position: relative;
        z-index: 1;
    }

        .downbar .pic img {
            width: 993px;
            height: 315px;
        }

.downbar__dotsbg .dots {
    position: absolute;
    z-index: 0;
}

.downbar__dotsbg .dots__1 {
    width: 355px;
    height: 355px;
    background-image: url(../Images/software/round__1.png);
    top: -80px;
    left: -215px;
}

.downbar__dotsbg .dots__2 {
    width: 123px;
    height: 128px;
    background-image: url(../Images/software/round__2.jpg);
    top: -30px;
    right: 40px;
}

.downbar__dotsbg .dots__3 {
    width: 313px;
    height: 308px;
    background-image: url(../Images/software/round__3.png);
    left: 50px;
    bottom: 110px;
}

.downbar__dotsbg .dots__4 {
    width: 526px;
    height: 429px;
    background-image: url(../Images/software/round__4.png);
    right: -50px;
    bottom: 50px;
}

.downinfo__box {
    background: url(../Images/software/bg.jpg) top center no-repeat;
    min-height: 602px;
}

.downinfo {
    padding: 70px 0 100px;
}

    .downinfo .title {
        color: #fff;
        font-size: 28px;
    }

        .downinfo .title i {
            width: 39px;
            height: 40px;
            margin-right: 10px;
            vertical-align: middle;
            display: inline-block;
        }

        .downinfo .title span {
            display: inline-block;
        }


    .downinfo .text {
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }
	
	.downinfo .text strong {
	color: #FFFF80;
	font-weight: bold;
	}

.downinfo__effect, .downinfo__concept {
    width: 40%;
}

.downinfo__effect {
    
}

    .downinfo__effect .title i {
        background-position: -63px -188px;
    }

.downinfo__concept .title, .downinfo__email .title {
    text-align: right;
}

    .downinfo__concept .title i {
        background-position: -126px -188px;
    }

.downinfo__pic {
    width: 576px;
    margin: 80px 0 0 30px;
}

.downinfo__email {
    width: 35%;
    margin: 170px 30px 0 0;
}

    .downinfo__email .title, .downinfo__email .text {
        color: #898989;
    }

        .downinfo__email .title i {
            background-position: -189px -188px;
        }


.down__popup {
    width: 80%;
    display: flex;
    margin: 5px 0 20px;
}

    .down__popup input {
        height: 52px;
        font-weight: 300;
        font-size: 16px;
        border-radius: 5px;
    }

    .down__popup .email__input {
        border: 1px solid #dfdfdf;
        flex: 1;
        padding: 0 15px;
    }

    .down__popup .sub__input {
        padding: 0 20px;
        margin-left: 10px;
    }

.pagebar {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: table;
    margin-top: 80px;
}

.pagebar__cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 1.5px;
}

.pagebar__text {
    max-width: 500px;
    border: 3px solid #fff;
    border-top: 0;
    margin: auto;
    position: relative;
    text-align: center;
}


    .pagebar__text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        border-top: 3px solid #fff;
    }

    .pagebar__text:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #f3f3f3;
        width: 30%;
        border-top: 3px solid #fff;
    }


    .pagebar__text h3 {
        font-size: 36px;
        color: #fff;
        position: relative;
        top: -20px;
    }

        .pagebar__text h3 span {
            display: block;
            font-size: 15px;
            margin-top: 10px;
        }


.pagebar__link span {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 25px;
}

    .pagebar__link span:hover {
        color: #333;
    }



/*邀请码*/
.codebar {
    background-image: url(../Images/banner__code.jpg);
}

    .codebar p:nth-child(1) {
        font-size: 26px;
    }

    .codebar p:nth-child(2) {
        font-size: 22px;
        margin-top: 10px;
    }

.codeinfo {
    padding: 20px 10px;
    overflow: hidden;
}

.codeinfo__title {
    text-align: center;
}

    .codeinfo__title i {
        width: 94px;
        height: 94px;
        background-position: -360px -406px;
        display: inline-block;
    }

    .codeinfo__title p {
        font-size: 26px;
        color: #333;
        margin-top: 10px;
    }


.codeinfo__cont {
    margin-top: 30px;
    display: none;
}

    .codeinfo__cont li {
        height: 280px;
        overflow: hidden;
        margin-right: 2%;
        flex: 1;
        background: #f6f6f6;
        text-align: center;
        padding: 0 20px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .codeinfo__cont li:last-child {
            margin-right: 0;
        }

        .codeinfo__cont li:hover {
            margin-top: -20px;
            box-shadow: 0 0 14px 5px rgba(0,0,0,.1);
        }

.pack__name {
    width: 90px;
    height: 92px;
    padding-top: 8px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    margin: auto;
}

    .pack__name p {
        padding-top: 5px;
        color: #fff;
        line-height: 1.25;
    }

        .pack__name p:nth-child(1) {
            font-size: 13px;
            font-family: Arial;
            opacity: .5;
        }

        .pack__name p:nth-child(2) {
            font-size: 20px;
            font-weight: bold;
        }

    .pack__name i {
        display: inline-block;
    }

.pack__price {
    margin-top: 25px;
}

    .pack__price p:nth-child(1) {
        font-size: 40px;
        font-family: Arial;
    }

    .pack__price p:nth-child(2) {
        font-size: 18px;
        color: #666;
        margin-top: 10px;
    }

.pack__text {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    text-align: left;
    margin-top: 20px;
}

.pack__link {
    margin-top: 30px;
}

    .pack__link span {
        display: block;
        padding: 13px 0;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
    }


/*package__1*/
.package__1 {
    border-top: 3px solid #ffac13;
}

    .package__1 .pack__name, .package__1 .pack__link span {
        background: #ffac13;
    }

    .package__1 i {
        width: 13px;
        height: 12px;
        background-position: 0 -76px;
    }

    .package__1 .pack__price p:nth-child(1) {
        color: #ffac13;
    }


    .package__1 .pack__link span:hover {
        background: #ec9900;
    }


/*package__2*/
.package__2 {
    border-top: 3px solid #83c44e;
}

    .package__2 .pack__name, .package__2 .pack__link span {
        background: #83c44e;
    }

    .package__2 i {
        width: 30px;
        height: 12px;
        background-position: 0 -100px;
    }

    .package__2 .pack__price p:nth-child(1) {
        color: #83c44e;
    }

    .package__2 .pack__link span:hover {
        background: #72b33c;
    }



/*package__3*/
.package__3 {
    border-top: 3px solid #00a0e9;
}

    .package__3 .pack__name, .package__3 .pack__link span {
        background: #00a0e9;
    }

    .package__3 i {
        width: 48px;
        height: 12px;
        background-position: 0 -125px;
    }

    .package__3 .pack__price p:nth-child(1) {
        color: #00a0e9;
    }

    .package__3 .pack__link span:hover {
        background: #0096da;
    }


/*package__4*/
.package__4 {
    border-top: 3px solid #e53935;
}

    .package__4 .pack__name, .package__4 .pack__link span {
        background: #e53935;
    }


    .package__4 i {
        width: 66px;
        height: 12px;
        background-position: 0 -149px;
    }

    .package__4 .pack__price p:nth-child(1) {
        color: #e53935;
    }

    .package__4 .pack__link span:hover {
        background: #d12a27;
    }
	
	


/*package__0*/
.package__0 {
    border-top: 3px solid #00a0e9;
}

    .package__0 .pack__name, .package__0 .pack__link span {
        background:#906;
    }

    .package__0 i {
        width: 85px;
        height: 12px;
        background-position: 0 -163px;
    }

    .package__0 .pack__price p:nth-child(1) {
        color: #00a0e9;
    }

    .package__0 .pack__link span:hover {
        background: #0096da;
    }



.process__box {
    height: 500px;
    background: url(../Images/cont__bg3.jpg) center no-repeat;
}

.process {
    width: 820px;
    margin: auto;
    padding-top: 90px;
}

.process__title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}

    .process__title i {
        width: 40px;
        height: 40px;
        background-position: 0 -188px;
        display: inline-block;
        vertical-align: middle;
    }

.process__cont {
    margin-top: 40px;
}

.process__QRcode {
    width: 154px;
    background: #fff;
    border-radius: 3px;
}

    .process__QRcode img {
        width: 100%;
        height: auto;
        border-radius: 3px;
    }

    .process__QRcode p {
        color: #333;
        font-size: 13px;
        text-align: center;
        padding-bottom: 5px;
    }

.process__info {
    width: 620px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

    .process__info a {
        color: #fff;
        text-decoration: underline;
    }

    .process__info .text p {
        padding-bottom: 15px;
        line-height: 1.25;
    }

    .process__info .text span {
        padding: 0 5px;
    }


    .process__info .verification__input {
        padding: 8px;
        background: #00a0e9;
        display: flex;
        border-radius: 5px;
    }

        .process__info .verification__input input {
            width: 74%;
            height: 48px;
            background: #fff;
            color: #aaa;
            font-size: 16px;
            border-radius: 5px;
            padding: 0 3%;
        }

        .process__info .verification__input a {
            width: 20%;
            height: 48px;
            line-height: 48px;
            font-size: 20px;
            text-align: center;
            letter-spacing: 2px;
            text-decoration: none;
        }

    .process__info .verification__p {
        text-align: right;
        margin-top: 10px;
    }




/*帮助*/
.helpbar {
    background-image: url(../Images/banner__news.jpg);
}


    .helpbar p:nth-child(1) {
        font-size: 56px;
    }

    .helpbar p:nth-child(2) {
        font-size: 18px;
        margin-top: 10px;
    }

.helpmenu {
    background: #f2f2f2;
    border-bottom: 1px solid #dadada;
}

.helpmenu__cont {
    position: relative;
    bottom: -1px;
}

.helpmenu a {
    padding: 12px 18px 17px;
    font-size: 16px;
    float: left;
    position: relative;
    border-top: 5px solid #f2f2f2;
}

    .helpmenu a:after {
        content: "";
        height: 16px;
        border-left: 1px solid #dadada;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
    }

    .helpmenu a:last-child:after {
        border: none;
    }

    .helpmenu a:hover {
        color: #ff525f;
    }

    .helpmenu a.active {
        background: #fff;
        color: #ff525f;
        border-top: 6px solid #ff525f;
        margin-top: -1px;
    }

        .helpmenu a.active:after {
            display: none;
        }

        .helpmenu a.active:before {
            content: "";
            height: 16px;
            border-left: 1px solid #f2f2f2;
            position: absolute;
            top: 50%;
            left: -1px;
            margin-top: -8px;
        }

.helplist, .helpitem {
    padding: 40px 0;
}

.helpleft {
    width: 300px;
}

    .helpleft li {
        margin-bottom: 15px;
    }

        .helpleft li:last-child {
            margin: 0;
        }

    .helpleft .pic {
		width: 280px;
		height: 50px;
		line-height:50px;
		font-size:14px;
		font-weight:bold;
		padding-left:20px;
		overflow: hidden;
		background-image: url(../Images/articleLeft.jpg);
		background-repeat: no-repeat;
    }

        .helpleft .pic img {
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }


    .helpleft .cont {
        background: #fff;
        padding: 15px 20px;
        font-size: 13px;
        line-height: 1.5;
        color: #999;
        border: 1px solid #e5e5e5;
    }


        .helpleft .cont p:nth-child(2) {
            font-size: 15px;
            height: 18px;
            color: #333;
            margin: 5px 0;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .helpleft .cont p:nth-child(3) {
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .helpleft li:hover {
    }

        .helpleft li:hover .pic img {
            transform: scale(1.1,1.1);
        }

        .helpleft li:hover .cont {
            background: #00a0e9;
            border-color: #00a0e9;
        }

            .helpleft li:hover .cont p {
                color: #fff;
            }


.help__searchbox {
    width: 100%;
}

.help__searchbox ul {
	padding:10px;
}

.help__searchbox ul strong {
	font-weight:bold;
	font-size:14px;
}
.help__searchbox ul a {
	font-size:14px;
	margin-right: 10px;
	color:#39F;
}
.help__searchbox ul a:hover {
	color: #03F;
	text-decoration: underline;
}

.help__search {
    width: 400px;
    height: 42px;
    border: 1px solid #ddd;
    display: flex;
    border-radius: 5px;
}

    .help__search .sch__input {
        flex: 1;
        padding: 0 15px;
        font-size: 14px;
    }

    .help__search input::-webkit-input-placeholder {
        color: #aaa;
    }

    .help__search input:-moz-placeholder {
        color: #aaa;
    }

    .help__search input::-moz-placeholder {
        color: #aaa;
    }


    .help__search input:-ms-input-placeholder {
        color: #aaa;
    }

    .help__search .sch__btn {
        width: 60px;
        line-height: 38px;
        text-align: center;
        position: relative;
    }

        .help__search .sch__btn i {
            width: 24px;
            height: 24px;
            background-position: -233px -137px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -12px;
            margin-top: -12px;
        }

.helpright {
    width: 860px;
}

    .helpright li a {
        padding: 20px 20px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        display: block;
    }


    .helpright .date {
        text-align: right;
        font-family: Arial;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -15px;
    }

        .helpright .date p:nth-child(1) {
            font-size: 38px;
            color: #999;
        }

        .helpright .date p:nth-child(2) {
            font-size: 16px;
            color: #b3b3b3;
            margin-top: 5px;
        }

    .helpright .text {
        margin-left: 30px;
    }

        .helpright .text p:nth-child(1) {
            color: #333;
            font-size: 18px;
            height: 20px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .helpright .text p:nth-child(2) {
            height: 38px;
            font-size: 14px;
            color: #999;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-top: 5px;
        }

    .helpright .arrowicon {
        width: 24px;
        height: 24px;
        background-position: -193px -137px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12px;
        display: none;
    }



.helpitem .title {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}

    .helpitem .title h3 {
        color: #333;
        font-size: 36px;
        line-height: 1.25;
    }

    .helpitem .title p {
        color: #999;
        margin-top: 10px;
    }

        .helpitem .title p span {
            margin-right: 10px;
        }

.helpitem .cont {
    line-height: 2;
    font-size: 16px;
    padding-top: 20px;
}

    .helpitem .cont img {
        max-width: 1200px;
        height: auto;
        margin: 5px 0px;
    }

    .helpitem .cont a {
        color: #00a0e9;
    }

        .helpitem .cont a:hover {
            color: #00F;
        }

.helpitem .title a {
    color: #09F;
}

/*提交报名*/

.helpMsg {
    background: #fafafa;
    padding: 50px 70px;
    margin-top: 50px;
}

.helpMsg__code {
    border: 1px solid #eee;
}

.helpMsg__cont {
    width: 700px;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

    .helpMsg__cont li b {
        color: #e53935;
        font-size: 24px;
    }


    .helpMsg__cont .li__txt {
        flex: 1;
    }

.helpMsg__price {
    display: flex;
}


    .helpMsg__price li {
        border-right: 1px solid #e2e2e2;
        text-align: center;
    }

        .helpMsg__price li:nth-child(1) {
            padding-right: 30px;
        }

        .helpMsg__price li:nth-child(2) {
            flex: 1;
        }

        .helpMsg__price li:last-child {
            padding-left: 30px;
            border: 0;
        }


.helpMsg__prompt {
    margin: 30px 0 10px;
    padding: 15px;
    border: 1px solid #ffb4a8;
    background: #fef2f2;
    text-align: center;
    color: #e53935;
}

.helpMsg__msg {

}

    .helpMsg__msg li {
        display: flex;
    }

    .helpMsg__msg input, .helpMsg__msg textarea {
        padding: 5px;
        width: 100%;
		font-size:12px;
		height:18px;
        border:solid 1px #CCCCCC;
		background-color:#FFF;
        resize: none;
        -webkit-appearance: none;
        border-radius: 0;
        background: #fafafa;
    }


    .helpMsg__msg textarea {
        height: 100px;
    }


        .helpMsg__msg input::-webkit-input-placeholder, .helpMsg__msg textarea::-webkit-input-placeholder {
            color:#DDD;
        }

        .helpMsg__msg input:-moz-placeholder, .helpMsg__msg textarea:-moz-placeholder {
            color: #DDD;
        }

        .helpMsg__msg input::-moz-placeholder, .helpMsg__msg textarea::-moz-placeholder {
            color: #DDD;
        }


        .helpMsg__msg input:-ms-input-placeholder, .helpMsg__msg textarea:-ms-input-placeholder {
            color: #aaa;
        }

    .helpMsg__msg .li__name {
        width: 25%;
        padding: 7px 0;
        position: relative;
        text-align: right;
		font-size:14px;
    }

    .helpMsg__msg .li__txt {
        padding: 6px 0;
    }

.helpMsg__button span {
    padding: 15px 40px;
    margin: 30px 0 0 10px;
    font-size: 20px;
}



.help__bottombg {
    width: 100%;
    height: 130px;
    background: url(../Images/footer__bg.png) center no-repeat;
}


/*留言*/
.feedbackbar {
    background-image: url(../Images/banner__message.jpg);
}

.feedback__box, .contact__box {
    padding: 50px 0;
}

.feedback__pic, .feedback__message, .feedback__list {
    position: relative;
}

.feedback__pic {
    width: 606px;
    height: 555px;
    background: url(../Images/message__map.jpg) center no-repeat;
    left: 0;
    top: 0;
    z-index: 0;
}

.feedback__message {
    width: 640px;
    height: 650px;
    background: url(../Images/cont__bg1.png) repeat;
    z-index: 1;
    margin-top: -450px;
}

.feedback__message__cont {
    padding: 100px;
}

.feedback__message .prompt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
}

    .feedback__message .prompt i {
        width: 13px;
        height: 13px;
        margin-right: 5px;
        background-position: -767px 0;
        display: inline-block;
        vertical-align: middle;
    }



.feedback__message li {
    margin-bottom: 15px;
}

.feedback__message .inputbox {
    padding: 0 15px;
    border: 1px solid #fff;
}

.feedback__message input, .feedback__message textarea {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 0;
}

.feedback__message input {
    height: 53px;
}

.feedback__message textarea {
    height: 90px;
    margin: 15px 0;
    resize: none;
}


    .feedback__message input::-webkit-input-placeholder, .feedback__message textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .feedback__message input:-moz-placeholder, .feedback__message textarea:-moz-placeholder {
        color: #fff;
    }

    .feedback__message input::-moz-placeholder, .feedback__message textarea::-moz-placeholder {
        color: #fff;
    }


    .feedback__message input:-ms-input-placeholder, .feedback__message textarea:-ms-input-placeholder {
        color: #fff;
    }

.feedback__message .subbtn {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

    .feedback__message .subbtn input {
        padding: 0 30px;
        font-size: 16px;
    }


.feedback__list {
    width: 1040px;
    background: url(../Images/cont__bg2.png) repeat;
    left: 40px;
    margin-top: -90px;
    z-index: 2;
}

.feedback__list__cont {
    padding: 45px;
}

.feedback__list .title {
    font-size: 36px;
    color: #333;
}

.feedback__list ul {
    margin-top: 10px;
}

.feedback__list li {
    padding: 30px 0 25px;
    border-bottom: 1px solid #e3e3e3;
}

    .feedback__list li section {
        display: flex;
    }

    .feedback__list li i {
        width: 17px;
        height: 17px;
        line-height: 17px;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        flex: none;
    }

    .feedback__list li .text {
        margin: -5px 0 0 10px;
    }

.feedback__list .ask {
    color: #999;
    margin-bottom: 15px;
}

    .feedback__list .ask i {
        background: #00a0e9;
    }

.feedback__list .answer {
    color: #333;
}

    .feedback__list .answer i {
        background: #2ba245;
    }


.feedback__list .pages .disabled {
    border-color: #e3e3e3;
    color: #ddd;
    cursor: default;
}

/*联络*/
.contact__box .feedback {
    height: 750px;
}

.contact__box .feedback__box {
    padding: 0;
}

.contactbar {
    background-image: url(../Images/banner__contact.jpg);
}

.contact ul {
    display: flex;
}

    .contact ul li {
        width: 23%;
        margin-right: 2%;
        flex: 1;
    }

.contact__top {
    width: 108px;
    height: 108px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 100%;
    margin: auto;
}

.contact__cont {
    height: 530px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    position: relative;
    top: -54px;
    padding: 0 20px;
    color: #999;
}

    .contact__cont i {
        width: 108px;
        height: 89px;
        background-color: #fafafa;
        display: inline-block;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -54px;
        border-radius: 100%;
    }

.contact__title {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 45px;
}

.contact__prompt {
    line-height: 1.5;
    margin-top: 30px;
}

.contact__info {
    margin-top: 40px;
    border-top: 1px dotted #d2d2d2;
}

    .contact__info p {
        padding: 15px 0;
        border-bottom: 1px dotted #d2d2d2;
        display: flex;
        position: relative;
    }

        .contact__info p span {
            flex: 1;
            position: relative;
            padding-left: 25px;
        }

            .contact__info p span:before {
                width: 23px;
                height: 20px;
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -10px;
            }

    .contact__info a {
        height: 21px;
        line-height: 21px;
        padding: 0 3px;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
    }

        .contact__info a.default {
            border-color: #00a0e9;
            color: #00a0e9;
        }

        .contact__info a.disabled {
            border-color: #c9c9c9;
            color: #999;
        }


.contact__qq i {
    background-position: 10px -411px;
}

.contact__qq p span:before {
    background-position: -291px 0;
}

.contact__group i {
    background-position: -110px -411px;
}

.contact__group p span:before {
    background-position: -322px 0;
}

.contact__group .contact__info {
    font-size: 12px;
}

    .contact__group .contact__info p span {
        color: #333;
    }

        .contact__group .contact__info p span em {
            display: block;
            color: #999;
        }


.contact__AlipayWeChat i {
    background-position: -232px -411px;
}

.contact__Alipay, .contact__WeChat {
    margin: 30px auto;
}


.contact__AlipayWeChat .box {
    width: 188px;
    display: flex;
    font-size: 12px;
}

.contact__AlipayWeChat .box__pic {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

    .contact__AlipayWeChat .box__pic img {
        width: 154px;
        height: 154px;
    }

    .contact__AlipayWeChat .box__pic span {
        text-align: center;
        color: #fff;
        display: block;
    }

.contact__Alipay .box__pic {
    border-color: #00a0e9;
}

    .contact__Alipay .box__pic span {
        background: #00a0e9;
    }

.contact__WeChat .box__pic {
    border-color: #2ba245;
}

    .contact__WeChat .box__pic span {
        background: #2ba245;
    }

.contact__AlipayWeChat .box__text {
    width: 20px;
    line-height: 16px;
    text-align: center;
}

.contact__Alipay .box__text {
    color: #00a0e9;
    padding: 8px 0;
}

.contact__WeChat .box__text {
    color: #2ba245;
}

/*邀请码*/
.package li{
	color:#333;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	line-height:1rem;
}

.package li:nth-child(1){
	font-weight:bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

.package li:nth-child(odd){
	background-color:#f8f9fb;
}

.package li div{
	float:left;
	width:130px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	margin-right:15px;
}

/*2017.08.23 文章下方扩展阅读*/
.page_news{
	border: 1px solid #F0F0F0;
	padding-bottom:20px;
}
.page_news__title{
	font-size:2em;
	padding:20px;
	background-color:#F9F9F9;
}
.page_news__cont li{
	padding: 15px 0px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
}

.page_news__cont li a:link{
	font-size:14px;
}

/*适配pc*/
@media screen and (min-width:1025px) {
    .helpright li a:hover {
        background: #00a0e9;
        margin-left: -20px;
        border-color: #00a0e9;
    }

        .helpright li a:hover .text {
            margin-right: 40px;
        }

        .helpright li a:hover p {
            color: #fff !important;
        }

        .helpright li a:hover .arrowicon {
            display: block;
        }
}

/*适配iphone|ipad*/
@media screen and (max-width:1024px) {
	/*邀请码*/

    /*软件*/
    .downbar__box {
        position: relative;
        height: 100%;
    }

    .downbar {
        margin-top: 50px;
        position: static;
    }

        .downbar .title, .downbar .subtitle, .downbar .link {
            position: relative;
            z-index: 99;
            margin: 0;
        }

        .downbar .title {
            padding-top: 2rem;
        }

            .downbar .title img {
                width: 80%;
                height: auto;
            }

        .downbar .subtitle {
            padding-top: 0.266667rem;
        }

            .downbar .subtitle img {
                width: 90%;
                height: auto;
            }

    .downbar__dotsbg .dots__1 {
        width: 9.333333rem;
        height: 9.333333rem;
        background-size: 9.333333rem auto;
        left: -4.666667rem;
        top: -4.0rem;
    }

    .downbar__dotsbg .dots__2 {
        width: 2.666667rem;
        height: 2.773333rem;
        background-size: 2.666667rem auto;
        top: 1.333333rem;
        right: 0.533333rem;
    }

    .downbar__dotsbg .dots__3 {
        width: 4.666667rem;
        height: 4.56rem;
        background-size: 4.666667rem auto;
        left: -1.333333rem;
        bottom: 0.133333rem;
    }

    .downbar__dotsbg .dots__4 {
        width: 10.666667rem;
        height: 6.693333rem;
        background-size: 10.666667rem auto;
        right: -5rem;
        bottom: 0.133333rem;
        overflow: hidden;
    }

    .downbar .link {
        margin-top: 1.2rem;
        text-align: center;
    }

        .downbar .link a {
            width: 5.333333rem;
            padding: 0.4rem 0;
            font-size: 0.426667rem;
            display: block;
            margin: 0.4rem auto;
            letter-spacing: 0.053333rem;
            text-indent: 0.266667rem;
        }

            .downbar .link a:last-child {
                margin-right: auto;
            }

            .downbar .link a:before {
                width: 0.64rem;
                height: 0.746667rem;
                margin-left: -1.6rem;
                margin-top: -0.373333rem;
            }

        .downbar .link .link__down:before {
            background-position: -2.56rem -3.546667rem;
        }

        .downbar .link .link__desc:before {
            background-position: -3.84rem -3.546667rem;
        }

    .downbar .pic {
        margin: 2.5rem 0 0;
    }

        .downbar .pic img {
            width: 100%;
            height: auto;
        }

    .down__popup {
        width: auto;
        display: initial;
    }

        .down__popup input {
            width: 100%;
            height: auto;
            line-height: 1.25;
            font-weight: 300;
            font-size: 14px;
            border-radius: 5px;
        }

        .down__popup .email__input {
            padding: 11px 0;
            text-indent: 10px;
        }

        .down__popup .sub__input {
            padding: 11px 0;
            margin: 0.266667rem 0 0 0;
        }

    .downinfo__box {
        min-height: initial;
        background: transparent;
    }

    .downinfo__li {
        padding: 50px 0;
    }

        .downinfo__li:nth-child(1) {
            background-image: -webkit-linear-gradient(-90deg, #21c8e8, #5498eb);
            background-image: -o-linear-gradient(-90deg, #21c8e8, #5498eb);
        }



    .downinfo {
        padding: 0;
    }

        .downinfo .title {
            font-size: 0.48rem;
            text-align: center;
        }

            .downinfo .title i {
                width: 1.04rem;
                height: 1.066667rem;
                margin-right: 0.266667rem;
                vertical-align: middle;
                display: inline-block;
            }

    .downinfo__effect .title i {
        background-position: -1.68rem -5.013333rem;
    }

    .downinfo__concept .title i {
        background-position: -3.413333rem -5.013333rem;
    }

    .downinfo__email .title i {
        height: 0.866667rem;
        background-position: -5.04rem -5.013333rem;
    }

    .downinfo .text {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .downinfo__effect, .downinfo__concept, .downinfo__email {
        width: auto;
        margin: 0 !important;
        padding: 0 20px;
    }

    .downinfo__concept {
        padding-top: 35px;
    }

    .downinfo__pic {
        width: 80%;
        margin: 0 auto 35px;
    }


    /*内页banner*/
    .pagebar {
        width: 100%;
        height: 2.133333rem;
        background-size: 100% 100%;
        margin-top: 50px;
        overflow: hidden;
        display: -webkit-box;
        display: box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-box-align: center;
        box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        box-pack: center;
        -ms-flex-pack: center;
    }

    .pagebar__title {
        font-size: 0.533333rem;
        letter-spacing: 0.053333rem;
        font-weight: 300;
        color: #fff;
    }

    .codeinfo {
        width: auto !important;
        padding: 30px 20px;
    }

    .codeinfo__title p {
        font-size: 18px;
        margin: 0;
    }

        .codeinfo__title p:last-child {
            color: #999;
            font-size: 12px;
        }

    .codeinfo__cont {
        margin-top: 20px;
        display: block;
    }

        .codeinfo__cont li {
            width: 100%;
            height: 2.666667rem;
            margin: 0 0 0.4rem 0;
            border: 0 !important;
            padding: 0;
            overflow: hidden;
            display: table;
        }

    .pack__name {
        width: 2.4rem;
        height: 100%;
        flex: none;
        border-radius: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
    }

        .pack__name p {
            font-weight: 300 !important;
            letter-spacing: 1px;
        }

            .pack__name p:nth-child(1) {
                font-size: 0.346667rem;
                padding: 0;
            }

            .pack__name p:nth-child(2) {
                font-size: 0.426667rem;
            }

    .pack__info {
        padding: 0 0.266667rem;
        display: table-cell;
        vertical-align: middle;
    }

    .pack__price {
        margin: 0;
        text-align: left;
        display: flex;
    }

        .pack__price p:nth-child(1) {
            font-size: 0.64rem;
            flex: 1;
        }

            .pack__price p:nth-child(1) em {
                font-size: 0.373333rem;
            }

        .pack__price p:nth-child(2) {
            font-size: 0.32rem;
            margin: 0;
        }

    .pack__text {
        height: auto;
        font-size: 0.32rem;
        line-height: 1.25;
        margin-top: 0.133333rem;
    }

    .codeinfo__cont li:hover {
        margin-top: 0;
        box-shadow: 0 0 0 0;
    }

    .pack__link {
        margin: 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        overflow: hidden;
        display: none;
    }

        .pack__link span {
            width: 20px;
            height: 2.666667rem;
            writing-mode: vertical-lr;
            text-align: center;
            letter-spacing: 5px;
            padding: 0 11px;
            font-size: 14px;
            border-radius: 0;
            display: block;
        }

    .package__1 .pack__link span {
        border-color: #ffac13;
    }

    .package__2 .pack__link span {
        border-color: #83c44e;
    }

    .package__3 .pack__link span {
        border-color: #00a0e9;
    }

    .package__4 .pack__link span {
        border-color: #e53935;
    }

    .process__box {
        height: 15.8rem;
        background-size: auto 100%;
    }

    .process {
        width: auto;
        padding: 50px 0;
    }

    .process__title {
        font-size: 0.48rem;
        font-weight: 300;
    }

        .process__title i {
            width: 1.066667rem;
            height: 1.066667rem;
            background-position: 0 -5.013333rem;
        }

    .process__cont {
        margin-top: 20px;
    }

    .process__QRcode {
        width: 4.106667rem;
        margin: 0.266667rem auto 0.4rem;
    }

        .process__QRcode p {
            font-size: 0.32rem;
            line-height: 1.25;
        }

    .process__info {
        width: auto;
        padding: 0 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

        .process__info .text p {
            line-height: 1.5;
        }

        .process__info .verification__input input {
            flex: 1;
            width: auto;
            height: auto;
            padding: 12px 10px;
            font-size: 14px;
        }

        .process__info .verification__input a {
            width: auto;
            height: auto;
            line-height: 43px;
            font-size: 14px;
            padding-left: 8px;
        }
    /*帮助*/
    .help__searchbox {
        width: auto;
        background: #f2f2f2;
        padding: 0.4rem;
    }

    .help__search {
        width: auto;
        background: #fff;
        border: 0;
        border-radius: 42px;
    }

    .helplist {
        padding: 0 0 30px;
    }

    .helpright {
        width: auto;
    }

        .helpright li a {
            padding: 15px 20px 15px 0;
            margin-left: 20px;
        }

        .helpright .date {
            left: 0;
        }

            .helpright .date p:nth-child(1) {
                font-size: 28px;
            }

            .helpright .date p:nth-child(2) {
                font-size: 12px;
                line-height: 1;
            }

        .helpright .text {
            margin-left: 30px;
        }

            .helpright .text p:nth-child(1) {
                font-size: 14px;
            }

            .helpright .text p:nth-child(2) {
                height: 30px;
                font-size: 12px;
                line-height: 1.25;
            }

    .helpitem {
        padding: 0;
        margin-top: 50px;
    }

        .helpitem .title {
            background: #f2f2f2;
            border: 0;
            padding: 0 20px 10px;
        }

            .helpitem .title h3 {
                font-size: 16px;
            }

            .helpitem .title p {
                margin-top: 0;
            }

        .helpitem .cont {
            padding: 15px 20px 30px;
            font-size: 13px;
            line-height: 1.8;
        }

            .helpitem .cont img {
                max-width: 100%;
                margin: 6px auto;
            }

    /*提交报名*/
    .helpMsg {
        margin-top: 0;
        padding: 20px;
    }

    .helpMsg__cont {
        width: auto;
        font-size: 14px;
    }

        .helpMsg__cont li b {
            font-size: 18px;
        }

    .helpMsg__price {
        display: block;
        margin-top: 20px;
    }

        .helpMsg__price li {
            text-align: left !important;
            padding: 0 !important;
            border: 0;
            font-weight: bold;
        }

    .helpMsg__prompt {
        margin: 10px 0 0;
        padding: 5px;
        font-size: 12px;
    }

    .helpMsg__msg textarea {
        height: 60px;
    }

    .helpMsg__button span {
        text-align: center;
        display: block;
        padding: 14px 0;
        font-size: 16px;
        margin: 20px 0;
    }

    .help__bottombg {
        height: 1.066667rem;
        background-size: auto 100%;
    }


    /*建议*/
    .feedback__box {
        padding: 0;
    }

    .feedback {
        height: auto !important;
    }

    .feedback__message {
        width: auto;
        height: auto;
        position: static;
        background: url(../Images/message__map.jpg) center no-repeat;
        background-size: cover;
        margin: 20px 20px 0;
    }

    .feedback__message__cont {
        padding: 30px 20px;
        background: url(../Images/cont__bg1.png) repeat;
    }

    .feedback__message li:last-child {
        margin-bottom: 0;
    }

    .feedback__message input, .feedback__message textarea {
        height: auto;
        font-size: 14px !important;
        padding: 12px 0;
    }

    .feedback__message textarea {
        height: 60px;
        margin: 0;
    }

    .feedback__message .subbtn input {
        padding: 12px 30px;
    }

    .feedback__list {
        width: auto;
        height: auto;
        position: static;
        background: transparent;
        margin: 0;
    }

    .feedback__list__cont {
        padding: 15px 0 30px;
    }

    .feedback__list ul {
        margin: 0;
    }

    .feedback__list li {
        padding: 15px 20px 15px 0;
        margin-left: 20px;
        border-color: #eee;
        font-size: 13px;
    }

    .feedback__list .ask {
        margin-bottom: 8px;
    }

    .feedback__list li .text {
        margin-top: -2px;
    }
    /*联络*/
    .contact__box {
        padding: 30px 0;
    }

    .contact ul {
        padding: 0 20px;
        display: block;
    }

        .contact ul li {
            width: 100%;
            margin: 0 0 20px 0;
        }

    .contact__cont {
        height: auto;
        padding-bottom: 30px;
        top: 0;
        margin-top: -54px;
    }

    .contact__prompt, .contact__info {
        margin-top: 15px;
    }

    .contact__AlipayWeChat .box {
        margin: 30px auto 0;
    }
	
	/*邀请码*/
.package{
	display:none;
}
}



@media screen and (max-width:500px) {

	
}

