  html,body{
            height: 100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }



        /*公用*/
        
        body {
            margin: 0;
            background: #fff;
        }
        
        * {
            font-family: "Microsoft YaHei", PingFangSC-Mediu, SimSun, Arial, Helvetica;
            font-size: 4vw;
            line-height: 5vw;
        }
        
        img {
            display: block;
            border: none;
            margin: 0;
        }
        
        p {
            margin: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        ul,
        li {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        h1 {
            margin: 0;
            padding: 0;
            font-weight: normal;
        }
        
        input {
            margin: 0;
            padding: 0;
            border: none;
            outline: none;
        }
        
        .clearfix {
            clear: both;
        }
        
        .box {
            padding-top: 10%;
            padding-bottom: 10%;
        }
        
        .title {
            font-size: 5vw;
            line-height: 10vw;
            font-weight: bold;
            text-align: center;
        }
        
        .title-xian {
            width: 100%;
        }
        
        .title-dec {
            margin-bottom: 8%;
        }
        
        .summary {
            width: 90%;
            margin: 3% auto 6% auto;
            color: #909090;
            text-align: center;
        }
        
        .content {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        /*文字垂直居中*/
        
        .wenzi-outbox {
            display: table;
        }
        
        .weizi-insidebox {
            display: table-cell;
            vertical-align: middle;
        }
        /*按钮*/
        
        .button {
            line-height: 10vw;
            font-size: 4.5vw;
            color: #333;
            text-align: center;
            background: #fcc800;
            margin: 8% auto 0 auto;
            border-radius: 5vw;
        }
        
        .button:hover {
            color: #e0e0e0;
            cursor: pointer;
            opacity: 0.8;
        }
        /*表单按钮*/
        
        .btn {
            background: #fcc800;
            color: #333;
            font-size: 4.5vw;
        }
        /*教学保障*/
        
        .part-jxbz {
            background: #f6f6f6;
        }
        
        .part-jxbz .titlebox h1 {
            line-height: 0.3rem;
        }
        
        .jxbz-item {
            float: left;
            text-align: center;
            width: 33.33%;
        }
        
        .jxbz-item img {
            width: 52%;
            margin: 0 auto;
            display: block;
        }
        
        .jxbz-threeitem {
            float: right;
        }
        
        .jxbz-item h2 {
            color: #333;
            font-size: 0.14rem;
            line-height: 0.14rem;
            margin-top: 0.1rem;
        }
        
        .jxbz-ctn {
            margin-top: 0.15rem;
        }
        /*问题*/
        
 
        .part-wenti .titlebox h1 {
            color: #fff;
        }
        
        .wenti-item {
            margin-bottom: 0.1rem;
        }
        
        .wenti-item p {
            float: left;
            font-size: 0.14rem;
            line-height: 0.4rem;
        }
        
        .wenti-item p:nth-of-type(1) {
            color: #999;
            width: 67%;
            padding-left: 4%;
            border: 1px solid #5e5e66;
            border-right: none;
        }
        
        .wenti-item p:nth-of-type(2) {
            color: #fff;
            width: 28%;
            background: #fcc800;
            border: 1px solid #fcc800;
            text-align: center;
        }
        
        .part-xinzi .btn {
            width: 56%;
        }
        
        .part-xinzi {
            background: #ececec;
        }
        
        .titlebox h1 {
            line-height: 0.3rem;
        }