html {
    font-size: 85.3px;
}

@media(min-width: 320px) {
    html {
        font-size: 85.3px;
    }
}

@media(min-width: 375px) {
    html {
        font-size: 100px;
    }
}

@media(min-width: 400px) {
    html {
        font-size: 106.6px;
    }
}

@media(min-width: 480px) {
    html {
        font-size: 128px;
    }
}

@media(min-width: 640px) {
    html {
        font-size: 170px;
    }
}

@media(min-width: 750px) {
    html {
        font-size: 200px;
    }
}

@media(min-width: 768px) {
    html {
        font-size: 209.6px;
    }
}

@media(min-width: 1242px) {
    html {
        font-size: 331.2px;
    }
}

a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    padding-top: 0.12rem;
    font-size: 0.17rem;
    padding-left: 0.09rem;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 0.34rem;
}

header ul li {
    width: 33%;
    float: left;
}

header ul li:nth-child(2) {
    text-align: center;
    color: #030303 100%;
    font-weight: 600;
}

header ul li img {
    width: 0.12rem;
    height: 0.21rem;
    margin-top: -0.04rem;
}

.downApp {
    height: 0.6rem;
    padding: 0.17rem 0.2rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.downApp li {
    float: left;
    color: rgba(68, 74, 90, 1);
    font-size: 0.14rem;
}

.downApp li:first-child {
    margin-right: 0.14rem;
}

.downApp li img {
    width: 0.24rem;
    height: 0.24rem;
}

/*.downApp li:last-child {
    float: right;
    border-radius: 100px;
    border: 2px solid rgba(83, 199, 202, 1);
    width: 0.8rem;
    height: 0.25rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.25rem;
}

.downApp li:last-child a {
    color: rgba(83, 199, 202, 1);
    font-size: 0.12rem;
}*/

.Time-statistics {
    width: 3.35rem;
    height: 2.8rem;
    background-color: rgba(83, 199, 202, 1);
    border-radius: 0.1rem;
    margin: 0.31rem auto;
    box-shadow: 0px 7px 15px 0px #a0d9db;
}

.Time-statistics .Personal-information {
    padding-left: 0.2rem;
    padding-right: 0.17rem;
    padding-top: 0.08rem;
}

.Time-statistics .Personal-information ul li {
    float: left;
    color: white;
    font-size: 0.14rem;
}

.Time-statistics .Personal-information ul li:first-child img {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: relative;
    top: -0.22rem;
    margin-right: 0.1rem;
}

.Time-statistics .Personal-information ul li:last-child {
    float: right;
}

.time-center {
    margin: 0 auto;
    margin-top: 0.45rem;
}

.time-center li {
    color: white;
    text-align: center;
}

.time-center li:first-child img {
    width: 1rem;
    height: 1rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.time-center li:first-child {
    margin-bottom: 0.12rem;
}

.time-center li:nth-child(2) {
    font-size: 0.12rem;
}

.time-center li:nth-child(3) {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
}

.time-center li:nth-child(4) {
    font-size: 0.24rem;
}

.Project-bigbox {
    padding: 0px 20px;
}

.Project-bigbox .Project-statistics .Projectlist dt {
    color: rgba(68, 74, 90, 1);
    font-size: 0.16rem;
    margin-bottom: 0.03rem;
}

.Project-bigbox .Project-statistics .Projectlist dd {
    color: rgba(204, 204, 204, 1);
    font-size: 0.12rem;
}

.Project-statistics {
    padding-top: 0.2rem;
    border-top: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 0.21rem;
}

.Project-statistics:first-child {
    border-top: none;
}

.ProjectFraction {}

.ProjectFraction li {
    float: left;
    text-align: center;
}

.ProjectFraction li:first-child {
    border-right: 1px solid rgba(238, 238, 238, 1);
    color: rgba(83, 199, 202, 1);
    font-size: 0.18rem;
    padding-right: 0.12rem;
}

.ProjectFraction li:first-child span:nth-child(1) {
    color: rgba(138, 138, 138, 1);
    font-size: 0.1rem;
}

.ProjectFraction li:first-child span:last-child {
    color: rgba(138, 138, 138, 1);
    font-size: 0.12rem;
}

.ProjectFraction li:nth-child(2) {
    color: rgba(83, 199, 202, 1);
    font-size: 0.18rem;
    padding-left: 0.12rem;
}

.ProjectFraction li:nth-child(2) span {
    color: rgba(138, 138, 138, 1);
    font-size: 0.12rem;
}

.turndown {
    width: 0.27rem;
    height: 0.14rem;
    margin: 0px auto;
}

.turndown img {
    width: 100%;
}

.Intelligent-test {
    margin-top: 0.2rem;
    border-top: 1px solid #EEEEEE;
    padding-top: 0.2rem;
}

.Intelligent-test dl dt {
    color: rgba(70, 188, 190, 1);
    font-size: 0.14rem;
    height: 0.2rem;
}

.Intelligent-test dl dd {
    color: rgba(136, 136, 136, 1);
    font-size: 0.14rem;
    line-height: 0.2rem;
    height: 0.2rem;
}

.Intelligent-test>a {
    display: inline-block;
    width: 2.5rem;
    height: 0.5rem;
    background: rgba(83, 199, 202, 1);
    border-radius: 1rem;
    text-align: center;
    line-height: 0.5rem;
    color: white;
    font-size: 0.18rem;
    margin-top: 0.2rem;
    margin-left: 0.58rem;
    margin-bottom: 0.1rem;
}

.Intelligent-test>p {
    color: rgba(204, 204, 204, 1);
    font-size: 0.12rem;
    text-align: center;
}

footer {
    border-top: 1px solid rgba(238, 238, 238, 1);
    padding-top: 0.04rem;
    padding-bottom: 0.06rem;
}

footer>div {
    text-align: center;
    color: rgba(219, 219, 219, 1);
}

.Sound-recording:not(:first-child) {
    padding-top: 0.2rem;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.soundleft {
    color: white;
    /*font-size: 0.1rem;*/
    width: 0.45rem;
    height: 0.45rem;
    /*background: rgba(83, 199, 202, 1);*/
    text-align: center;
    border-radius: 50%;
    padding-top: 0.03rem;
}
.soundleft>img{
    width: 0.60rem;
    height: 0.60rem;
}
.soundleft i {
    font-size: 0.19rem;
}

.soundleft i span {
    display: inline-block;
    font-size: 0.08rem;
    margin-left: -0.05rem;
}

.soundright {
    width: 2.53rem;
    margin-left: 0.2rem;
}

.soundright dt {
    color: rgba(68, 74, 90, 1);
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
}

.soundright dd {
    color: rgba(153, 153, 153, 1);
    font-size: 0.14rem;
    margin-bottom: 0.07rem;
}

.soundright dd span {
    display: inline-block;
    height: 0.09rem;
    margin-left: 0.2rem;
}

.writing dl {
    width: 2.39rem;
}

.writing dl dt {
    color: rgba(68, 74, 90, 1);
    font-size: 0.16rem;
    margin-bottom: 0.08rem;
}

.writing dl dd {
    color: rgba(153, 153, 153, 1);
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.writing ul {
    padding-top: 0.1rem;
}

.writing li {
    float: left;
}

.writing li:not(:last-child) {
    width: 0.5rem;
    height: 0.2rem;
    background-color: rgba(83, 199, 202, 1);
    border-radius: 1rem;
    text-align: center;
    color: white;
    font-size: 0.14rem;
    margin-right: 0.16rem;
}

.writing li:last-child {
    float: right;
    color: rgba(193, 193, 193, 1);
}

.writing li:last-child span {
    color: rgba(83, 199, 202, 1);
    margin-right: 0.05rem;
}

.writing:not(:first-child) {
    border-top: 1px solid rgba(238, 238, 238, 1);
    margin-top: 0.1rem;
    padding-top: 0.08rem;
}

.Word .tittle {
    color: rgba(68, 74, 90, 1);
    font-size: 0.16rem;
}

.Word ul {
    padding-top: 0.2rem;
}

.Word ul li {
    float: left;
    color: rgba(153, 153, 153, 1);
    font-size: 0.14rem;
    padding: 0px 0.3rem;
}

.Word ul li:nth-child(1) {
    padding-left: 10px;
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.Word ul li:nth-child(2) {
    padding-left: 0.33rem;
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.Word ul li:nth-child(3) {
    padding-right: 0px;
    padding-left: 0.33rem;
}

.Word ul li span {
    color: rgba(83, 199, 202, 1);
    font-size: 0.48rem;
    margin-bottom: 0.02rem;
    display: inline-block;
}

.no-border {
    border: none;
}

.task {
    height: 4.1rem;
}

.tasklist {
    border-top: 1px solid rgba(124, 209, 211, 1);
    width: 3.1rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    padding-top: 0.19rem;
}

.tasklist li {
    line-height: 0.4rem;
    height: 0.4rem;
}

.tasklist li a {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 1);
}

.tasklist li a img {
    margin-right: 0.19rem;
}

.phone {
    width: 1.82rem;
    height: 3.63rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    margin-bottom: 0.235rem;
}

.phonedown {
    padding-left: 0.3rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.phonedown li {
    float: left;
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 0.5rem;
    margin-right: 0.15rem;
}

.phonedown li a {
    color: rgba(255, 255, 255, 1);
    font-size: 0.14rem;
}

.phonedown li:nth-child(1) {
    background-color: rgba(68, 74, 90, 1);
}

.phonedown li:nth-child(2) {
    background-color: rgba(176, 209, 4, 1);
}

.phonedown li a img {
    margin-right: 0.08rem;
    margin-top: -0.05rem;
}

.review-plan {
    padding-left: 0.3rem;
    padding-top: 0.21rem;
}

.review-plan img {
    margin-right: 0.24rem;
}

.review-plan li {
    margin-bottom: 0.41rem;
}

.review-plan li a {
    color: rgba(68, 74, 91, 1);
    font-size: 0.14rem;
}

.problemBox {
    padding-left: 0.2rem;
    padding-top: 0.5rem;
    font-size: 0.18rem;
    color: rgba(153, 153, 153, 1);
    font-family: Georgia;
    position: relative;
}

.problem-center {
    width: 2.85rem;
}

.problemBox .tittle {
    width: 0.3rem;
    margin-right: 0.25rem;
}

.smallbox {
    padding-right: 0.2rem;
    margin-bottom: 0.3rem;
}

/* .smallbox p{
        display: inline-block;
} */

.sidelist {
    border: 2px solid rgba(238, 238, 238, 1);
    width: 0.16rem;
    border-radius: 0.08rem;
    width: 0.16rem;
    font-size: 0.1rem;
    text-align: center;
    position: fixed;
    right: 0.04rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
}

.sidelist li a {
    line-height: 0.15rem;
    color: rgba(135, 135, 135, 1);
}

.sidelist .curr {
    width: 0.16rem;
    height: 0.16rem;
    background-color: rgba(0, 202, 203, 1);
    border-radius: 50%;
    position: relative;
    left: -0.02rem;
}

.sidelist .curr a {
    color: white;
}

.mask {
    /*display: none;*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: rgba(0, 0, 0, 0.3);
}

.add-down {
    position: absolute;
    top: 45px;
    z-index: 1005;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 0.14rem;
    width: 3.45rem;
    left: 0.2rem;
}

.downbox {
    position: relative;
    padding-top: 0.26rem;
}

.downbox .nav {
    background-color: red;
    display: inline-block;
    position: absolute;
    top: -0.06rem;
    left: 1.60rem;
    overflow: hidden;
    width: 0.13rem;
    height: 0.13rem;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
}

.downbox .top li {
    float: left;
}

.downbox .top {
    padding-bottom: 0.17rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.downbox .top .color {
    margin-top: 0.03rem;
    margin-left: 0.7rem;
}

.downbox .top ul {
    padding-left: 0.3rem;
}

.downbox .top ul>li:nth-child(1) {
    color: rgba(153, 153, 153, 1);
    font-size: 0.18rem;
}

.downbox .top .color li {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    margin-right: 0.1rem;
}

.downbox .top .color li:nth-child(1) {
    background-color: rgba(0, 209, 205, 1);
}

.downbox .top .color li:nth-child(2) {
    background-color: rgba(245, 166, 35, 1);
}

.downbox .top .color li:nth-child(3) {
    background-color: rgba(208, 2, 27, 1);
}

.downbox .top .color li:nth-child(4) {
    background-color: rgba(189, 16, 224, 1);
}

.Underline {
    margin-left: 0.1rem;
    color: rgba(67, 74, 90, 1);
    font-size: 0.2rem;
    font-family: Georgia;
    border-bottom: 0.02rem solid rgba(66, 74, 90, 1);
}

.downbox .contect {
    padding: 0.3rem 0.3rem;
    color: rgba(153, 153, 153, 1);
    font-size: 0.18rem;
}

.bg-dg {
    background: #4A4A4A 100%;
}

.top1 img {
    width: 0.156rem;
    margin: 0.145rem 0 0.154rem 0.2rem;
}

.invite-center {
    width: 100%;
    height: 4.26rem;
    background: url("../images/in-bg.png") no-repeat scroll top left;
    background-size: 100%;
    position: relative;
}

.invite-center dl {
    position: absolute;
    bottom: 0.93rem;
    left: 0.27rem;
}

.invite-center dl dt {
    color: rgba(255, 255, 255, 1);
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.add-phone {
    position: absolute;
    width: 3.4rem;
    height: 0.65rem;
    border-radius: 0.33rem;
    overflow: hidden;
    bottom: -0.33rem;
    left: 0.18rem;
    background: white;
    box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.05);
}

.add-phone .invite-input {
    float: left;
    background: white;
    height: 100%;
    width: 2.1rem;
}

.add-phone form {
    height: 100%;
    width: 100%;
}

.add-phone .invite-input input {
    margin-left: 0.29rem;
    height: 70%;
    margin-top: 5%;
    padding-left: 0.05rem;
    font-size: 0.18rem;
}

.add-phone .invite-submite {
    float: right;
    width: 1.2rem;
    height: 100%;
    background-color: rgba(83, 199, 202, 1);
}

.add-phone .invite-submite input {
    background: rgba(83, 199, 202, 1);
    font-size: 0.18rem;
    color: white;
    display: inline-block;
    height: 100%;
    padding-left: 0.22rem;
    -webkit-appearance:none;
    outline:none
}

.invite-bottom {
    text-align: center;
    width: 2.5rem;
    margin: 0 auto;
    margin-top: .72rem;
}

.invite-bottom ul li {
    font-size: .18rem;
    color: rgba(153, 153, 153, 1);
    line-height: .35rem;
}

.bigbox {
    background-image: url("../images/Artboard-bg.png");
}

.Artboard-top {
    margin-top: 92px;
}

.Artboard-top>ul>li:nth-child(1) {
    float: left;
}

.Artboard-top>ul>li:nth-child(2) {
    float: right;
}

.Artboard-top>ul>li>ul>li {
    float: left;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
}
.Artboard-top>ul>li>ul>li:first-child>a>img{
    margin-right: 36.2px;
    margin-top: -3px;
}


.Artboard-top>ul>li>ul>li:nth-child(2)>img {
    margin-right: 12px;
}

.Artboard-center {
    margin-top: 105px;
}

.Artboard-center-left {
    padding-bottom: 78px;
}

.Artboard-center-left>ul {
    width: 526px;
}

.Artboard-center-left>ul>li:nth-child(1) {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}

.Artboard-center-left>ul>li:nth-child(2) {
    width: 476px;
    height: 68px;
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    color: rgba(83, 188, 191, 1);
    text-align: center;
    line-height: 68px;
    font-size: 30px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
    margin: 36px 0 31px 0px;
}

.Artboard-center-left>ul>li:nth-child(3) {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    letter-spacing: 1.5px;
    line-height: 44px;
}

.Artboard-bottom {
    margin-top: 93px;
    margin-bottom: 115px;
}

.Artboard-bottom li {
    float: left;
    border-radius: 8px;
}

.Artboard-bottom li a {
    display: inline-block;
    width: 246px;
    height: 76px;
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    padding-left: 28px;
    letter-spacing: 0.63px;
    line-height: 76px;
}

.Artboard-bottom li a img {
    margin-right: 15px;
    width: 30px;
}

.apple {
    background-color: rgba(255, 102, 101, 1);
    margin-right: 20px;
}

.anzhuo {
    background-color: rgba(255, 152, 64, 1);
}

.apple:hover {
    background-color: #D13534;
}

.anzhuo:hover {
    background-color: #EC7712;
}

.apple>a>img {
    margin-right: 41px !important;
    position: relative;
    top: -5px;
}

#focus {
    width: 300px;
    height: 515px;
    overflow: hidden;
    position: relative;
    left: 400px;
}

#focus ul {
    position: absolute;
    width: 2000px
}

#focus ul li {
    float: left;
    width: 300px;
    /* height: 471px; */
    overflow: hidden;
    position: relative;
}
#focus img{
    width: 300px;
}

#focus .btn {
    position: absolute;
    width: 263px;
    height: 24px;
    bottom: 2px;
    text-align: center;
    z-index: 3;
}

#focus .btn span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    margin-right: 7px;
}

#focus .btn span.on {
    width: 16px;
    height: 16px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.invite-tanchuang {
    width: 2.8rem;
    height: 1rem;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 2000;
    display: none;
}

.invite-tanchuang>span {
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    background-color: rgba(255, 150, 78, 1);
    border-radius: 50%;
    margin-left: 1.05rem;
    position: relative;
    top: -0.33rem;
	text-align:center;
}

.invite-tanchuang>span>img {
    margin-top: 33%;
    width: 21px;
}

.invite-tanchuang>p {
    position: relative;
    top: -0.1rem;
    color: rgba(255, 150, 78, 1);
    font-size: 18px;
    text-align: center;
}

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #777;
    z-index: 1002;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.sucss-tanchuang {
    width: 3.1rem;
    height: 2.8rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2000;
}

.sucss-tanchuang>img {
    width: 90%;
    margin-left: 5%;
    margin-top: -1.18rem;
}

.sucss-tanchuang>dl>dt {
    color: rgba(247, 91, 63, 1);
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.sucss-tanchuang>dl>dd {
    color: rgba(153, 153, 153, 1);
    font-size: 0.18rem;
    text-align: center;
}

.sucss-tanchuang>a {
    display: inline-block;
    width: 2.5rem;
    height: 0.5rem;
    background: rgba(83, 199, 202, 1);
    border-radius: 1rem;
    text-align: center;
    line-height: 0.5rem;
    color: white;
    font-size: 0.18rem;
    margin: 0.4rem 0 0 0.3rem;
}

.sucss-tanchuang>span {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    border: 2px solid white;
    position: relative;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 50%;
}

.sucss-tanchuang>span>img {
    width: 0.21rem;
    margin: 0.12rem;
}

.todoed {
    height: 4.1rem;
}

.time-plan {
    width: 3.1rem;
    margin: 0 auto;
    border-top: 1px solid rgba(124, 209, 211, 1);
    padding-top: 0.19rem;
    margin-top: 0.15rem;
}

.time-plan>li {
    color: white;
    font-size: 0.14rem;
    margin-bottom: 0.27rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
}

.time-plan>li>img {
    margin-right: 0.14rem;
}

.notopborder {
    border-top: none;
}

.Artboard-footer p {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    opacity: 0.7;
    -moz-opacity: 0.7;
    margin-bottom: 30px;
    margin-top: 30px;
}
.dt-top{
    margin-top: 0.4rem;
    border-bottom: 1px solid rgba(238,238,238,1);

}
.dt-top>.phone{
    width: 1.82rem;
    height: 3.626rem;
    margin: 0 auto;
}
.dt-top>.phone>img{
    width: 1.82rem;
    height: 3.626rem;
}
.dt-top>ul{
    width: 3.2rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.dt-top>ul>li{
    float: left;
}
.dt-top>ul>li a{
    display: inline-block;
    width: 1.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;

    color: white;
    font-size: 0.14rem;
    border-radius: 0.25rem;
}
.dt-top>ul>li:first-child{
    margin-right: 0.15rem;
    margin-bottom: 0.25rem;
}
.dt-top>ul>li:first-child a{
    background: rgba(68,74,90,1);
}
.dt-top>ul>li:first-child a img{
    width: 0.18rem;
    height: 0.22rem;
    margin-top: -0.05rem;
    margin-right: 0.05rem;
}
.dt-top>ul>li:nth-child(2) a{
    background: rgba(176,209,4,1);
}
.dt-top>ul>li:nth-child(2) a img{
    width: 0.22rem;
    height: 0.25rem;
    margin-top: -0.05rem;
    margin-right: 0.05rem;
}
.dt-plan{
    margin-top: 0.21rem;
    padding-left: 0.3rem;
}
.dt-plan ul li{
    color: rgba(68,74,91,1);
    font-size: 0.14rem;
    margin-bottom: 0.42rem;
}
.dt-plan ul li img{
    width: 0.37rem;
    height: 0.36rem;
    margin-right: 0.24rem;
    margin-top: -0.05rem;
}
.dt-plan ul li:last-child{
    margin-bottom: 0.26rem;
}
.plan-box{
    padding: 20px;
}
.plan-top dt{
    color: rgba(0,0,0,1);
    font-size: 0.30rem;
    margin-bottom: 0.06rem;
    font-weight: bold;
    margin-bottom: 0.06rem;
}
.plan-top dd{
    color: rgba(153,153,153,1);
    font-size: 0.14rem;
}
.plan-top>div{
    margin-top: 0.37rem;
    color: rgba(68,74,90,1);
    font-size: 0.16rem;
}
.plan-top>div>span{
    float: left;
    margin-left: 0.62rem;
    color: rgba(68,74,90,1);
    font-size: 0.16rem;
}
.plan-top>div>ul{
    margin-left:0.2rem;
    float: left;

}
.plan-top>div>ul>li{
    float: left;
    display: inline-block;
}
.plan-top>div>ul>li:nth-child(odd){
    width: 0.3rem;
    height: 0.25rem;
    background: black;
    color: white;
    font-size: 0.18rem;
    line-height: 0.25rem;
    text-align: center;
    border-radius: 0.03rem;
    margin: 0px 0.03rem;
}
.plan-td>.tittle{
    color: rgba(68,74,90,1);
    font-size: 0.18rem;
    margin-top: 0.4rem;
    font-weight: 700;;
}
.plan-yuan>ul{
    margin: 0px 5%;
}
.plan-yuan li{
    width: 45%;
    margin-top: 0.5rem;
    float: left;
}
.plan-yuan li:nth-child(even){
    float: right;
}
.plan-yuan li img{
    display: block;
    margin-left: 0.24rem;
    margin-bottom: 0.25rem;
    width: 0.96rem;
}
.plan-yuan li span{
    text-align: center;
    display: inline-block;
    color: rgba(68,74,90,1);
    font-size: 0.12rem;
}
.plan-yuan ul li:nth-child(1){
    box-shadow: 0px 5px 10px 0px .plan-yuan li;
}
.plan-list{
    margin-top: 0.35rem;
}
.plan-list ul li{
    margin-bottom: 0.62rem;
}
.plan-list ul li:after{
    content: "";
    display: table;
    clear: both;
}
.plan-list ul li span{
    display: inline-block;
    width: 60%;
    float: left;
    color: rgba(68,74,90,1);
    font-size: 0.14rem;
    padding-left: 12px;
    border-left: 8px solid rgba(83,199,202,1);
}
.plan-list ul li:nth-child(odd) img{
    float: right;
}
.plan-list ul li img{
    width: 1.09rem;
    float: left;
}
.plan-list ul li:nth-child(even) span{
    float: right;
}
.tc-box {
    position: fixed;
    top: 20%;
    opacity: 1;
    z-index: 9999;
    width: 100%;

}

.tc-box img {
    width: 100%;
}

/* 432行 */
.Word ul li {
  width: 33%;
  text-align: center;
}
/* 94行 */
.downApp li:not(:first-child) {
  line-height: 0.24rem;
}
/* 287行 */
.Intelligent-test > a {
  line-height: 0.5rem !important;
}
/* 309行 */
footer {
  margin-top: 0.2rem;
}
/* 288行 */
.Intelligent-test > a {
  margin-bottom: 0.2rem;
}
/* 添加 */
.downApp li:last-child {
  float: right;
  border-radius: 100px;
  border: 2px solid rgba(83, 199, 202, 1);
  width: 0.8rem;
  height: 0.25rem;
  cursor: pointer;
  text-align: center;
  line-height: 0.21rem;
}

.downApp li:last-child a {
  color: rgba(83, 199, 202, 1);
  font-size: 0.12rem;
  line-height: 0.2rem;
}
/* 覆盖  434行*/
.Word ul li {
  padding: 0px 0px;
}

.Word ul li:nth-child(1) {
  padding-left: 0px;
}

.Word ul li:nth-child(2) {
  padding-left: 0rem;
}

.Word ul li:nth-child(3) {
  padding-right: 0px;
}

