/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
body {
    max-width: 7.5rem;
    background-color: #f8f8f8;
}

i,
s,
em {
    font-style: normal;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.section {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 0.4rem;
}

.part_more {
    width: 4rem;
    height: 0.64rem;
    background-color: #ffecd6;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.67rem;
    color: #ff8a00;
}

.part_more a {
    color: #ff8a00;
    display: block;
}

.title {
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem 0;
}

.title h2 {
    font-size: 0.3rem;
    color: #333;
}

.title a {
    font-size: 0.2rem;
    color: #999;
}

/*内容区*/
.banner {
    position: relative;
}

.banner .btns {
    display: flex;
    justify-content: center;
    width:4.6rem;
    margin:0 auto;
    position: absolute;
    bottom:0.3rem;
    left:50%;
    transform: translateX(-50%);
}

.banner .btns span {
    display: block;

    height: 0.4rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #6258ca;
    line-height: 0.4rem;
    text-align: center;
    color:#6258ca;
    font-size:0.2rem;
    padding: 0 0.2rem;
}


.part1 dl dd {
    margin-top: 0.3rem;
    border-bottom: 1px solid #eeeeee;
}

.part1 dl dd .up {
    display: flex;
    align-items: center;
    margin-bottom: 0.12rem;
}

.part1 dl dd .up .p1 {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.43rem;
    border-radius: 50%;
    background-color: #ff8a00;
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
}

.part1 dl dd .up .p2 {
    font-size: 0.24rem;
    color: #333333;
    margin-left: 0.18rem;
}

.part1 dl dd .down {
    margin-left: 0.6rem;
    margin-bottom: 0.2rem;
    display: flex;
}

.part1 dl dd .down .dv1 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999999;
    margin-top: 0.16rem;
    margin-right: 0.1rem;
}

.part1 dl dd .down .dv2 {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.4rem;
    width: 6.2rem;
}

.part1 dl dd:last-child {
    border-bottom: none;
}

.part2 .scholist {
    max-height: 3.8rem;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.part2 .pack {
    max-height: 23rem;
}

.part2 dl dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.18rem;
}

.part2 dl dd a {
    display: flex;
    align-items: center;
}

.part2 dl dd .part2_lt span {
    display: block;
    font-size: 0.24rem;
    color: #333;
}

.part2 dl dd .part2_lt span:first-child {
    width: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    margin-right: 0.3rem;
}

.part2 dl dd .part2_lt span:first-child img {
    display: block;
    width: 100%;
}

.part2 dl dd .part2_rt a {
    display: inline-block;
    font-size: 0.24rem;
    color: #333;
    vertical-align: middle;
    margin-left: 0.4rem;
}

.part3 dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.part3 dl dd {
    margin-bottom: 0.2rem;
}

.part3 dl dd a {
    display: block;
    width: 1.6rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.67rem;
    font-size: 0.24rem;
    color: #333333;
    background: #f3f3f3;
    border-radius: 0.1rem;
}

.part4 .camp ul li {
    background: #fff;
    box-shadow: 0 0 0.1rem #c4c4c4;
    margin-top: 0.2rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    padding-top: 0.22rem;
}

.part4 .camp ul li .camp_lt {
    width: 1.15rem;
    height: 0.32rem;
    border-radius: 0 0.1rem 0 0.1rem;
    background: #ff7474;
    text-align: center;
    line-height: 0.35rem;
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.part4 .camp ul li .camp_contop {
    padding-left: 0.32rem;
}

.part4 .camp ul li .camp_contop .camp_title {
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #333;
}

.part4 .camp ul li .camp_contop .camp_title span {
    width: 1.02rem;
    height: 0.28rem;
    border-radius: 0.1rem 0 0.1rem 0;
    border: 1px solid #dfbd83;
    font-size: 0.18rem;
    color: #dfbd83;
    text-align: center;
    line-height: 0.3rem;
    margin-left: 0.19rem;
}

.part4 .camp ul li .camp_contop .camp_time {
    font-size: 0.2rem;
    color: #999;
    margin-top: 0.2rem;
}

.part4 .camp ul li .camp_contop .camp_teacher {
    margin: 0.32rem 0 0.17rem;
}

.part4 .camp ul li .camp_contop .camp_teacher dd {
    text-align: center;
    float: left;
    margin-right: 0.46rem;
}

.part4 .camp ul li .camp_contop .camp_teacher dd img {
    display: block;
    margin: 0 auto;
    width: 0.52rem;
}

.part4 .camp ul li .camp_contop .camp_teacher dd p {
    font-size: 0.2rem;
    color: #979797;
    margin-top: 0.1rem;
}

.part4 .camp ul li .camp_list {
    height: 0.76rem;
    border-top: 1px solid #efefef;
    padding-left: 0.32rem;
}

.part4 .camp ul li .camp_list dd {
    height: 0.34rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    border: 1px solid #fcede5;
    background: #fef7f3;
    text-align: center;
    line-height: 0.36rem;
    font-size: 0.2rem;
    color: #ee7c30;
    float: left;
    margin: 0.2rem 0.1rem 0 0;
    padding: 0 0.06rem;
}

.part4 .camp ul li .camp_list .camp_listp {
    float: right;
    font-size: 0.3rem;
    color: #ff8a00;
    margin: 0.24rem 0.2rem 0 0;
}

.part5 .kmlist .km_con ul li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 0.4rem;
}

.part5 .kmlist .km_con ul li .p1 {
    width: 4.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part5 .kmlist .km_con ul li .p1 a {
    display: block;
    font-size: 0.24rem;
    color: #333333;
}

.part5 .kmlist .km_con ul li .p1 a i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666666;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.part5 .kmlist .km_con ul li .p1 a span {
    display: inline-block;
    vertical-align: middle;
}

.part5 .kmlist .km_con ul li .show a {
    color: #ff8901;
}

.part5 .kmlist .km_con ul li .show a i {
    background-color: #ff8901;
}

.part5 .kmlist .km_con ul li .time {
    font-size: 0.2rem;
    color: #999999;
}

.part5 .part1_more {
    width: 4rem;
    height: 0.64rem;
    background-color: #ffecd6;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.67rem;
    color: #ff8a00;
}

.part6 .hotp {
    margin-bottom: 0.4rem;
}

.part6 .hotp .up {
    display: flex;
    align-items: center;
}

.part6 .hotp .up span {
    display: block;
}

.part6 .hotp .up span:first-child {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff8a00;
}

.part6 .hotp .up span:last-child {
    font-size: 0.24rem;
    color: #ff8a00;
    margin-left: 0.1rem;
}

.part6 .hotp .down ul li {
    float: left;
    width: 25%;
    margin-top: 0.2rem;
}

.part6 .hotp .down ul li a {
    display: block;
    margin: 0 auto;
    width: 1.6rem;
    height: 0.64rem;
    line-height: 0.67rem;
    text-align: center;
    background: #f3f3f3;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #333;
}

/* 新增表单 */
.addform {
    padding: 0.3rem 0.22rem;
    width: 100%;
    background: url("/images/score/m/bd.png");
    background-size: 100% 100%;
}

.addform .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.8rem;
}

.addform .tit img {
    display: block;
    width: 100%;
}

.addform .tit img:nth-of-type(1),
.addform .tit img:nth-of-type(3) {
    width: 0.22rem;
    height: 0.21rem;
}

.addform .tit img:nth-of-type(2) {
    width: 4.67rem;
    height: 0.38rem;
}

.addform .fb {
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 0.36rem;
    text-align: center;
    margin: 0.2rem 0;
}

.addform .bd {
    padding: 0.3rem 0.38rem;
    background-color: #fff;
    background: rgba(255, 255, 255, 1);
    border: 0.02rem solid #fad9bd;
    border-radius: 0.2rem;
}

.addform .bd input {
    outline: none;
    display: block;
    width: 100%;
    text-align: center;
    height: 0.72rem;
    background: rgba(255, 248, 242, 1);
    border-radius: 0.6rem;
    color: rgba(255, 138, 0, 1);
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}

.addform .formbtn {
    height: 0.72rem;
    background: linear-gradient(0deg, rgba(255, 170, 0, 1), rgba(255, 192, 0, 1));
    border-radius: 0.36rem;
    line-height: 0.74rem;
    text-align: center;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.3rem;
}

.addform input::-webkit-input-placeholder {
    color: rgba(255, 138, 0, 1);
}
.addform input::-moz-placeholder {
    color: rgba(255, 138, 0, 1);
}
.addform input:-moz-placeholder {
    color: rgba(255, 138, 0, 1);
}

.addform input:-ms-input-placeholder {
    color: rgba(255, 138, 0, 1);
}
.addform input:focus::-webkit-input-placeholder {
    color: transparent;
}
.addform input:focus:-moz-placeholder {
    color: transparent;
}
.addform input:focus::-moz-placeholder {
    color: transparent;
}
.addform input:focus:-ms-input-placeholder {
    color: transparent;
}