@charset "UTF-8";
.allContent {
    width: 100%;
    height: 64px;
    background: #5B5FF1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.allContent .index-title {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.backgroundImg {
    width: 100%;
}

.backgroundImg img {
    width: 100%;
    display: block;
}

.backImgrepeat {
    background: #595eef;
}

.backImgrepeat .design-width {
    color: #fff;
}

.backImgrepeat .firstPart {
    color: #fff;
}

.backImgrepeat .firstPart p {
    padding: 20px 0 15px 0;
    font-size: 24px;
}

.backImgrepeat .firstPart .mainContent {
    font-size: 18px;
    padding-bottom: 52px;
    text-indent: 2em;
}

.backImgrepeat .secondPart p,
.backImgrepeat .thirdPart p,
.backImgrepeat .forthPart p,
.backImgrepeat .fiftPart p,
.backImgrepeat .sixPart p,
.backImgrepeat .sevenPart p {
    font-size: 20px;
    padding-bottom: 15px;
}

.backImgrepeat .secondPart {
    padding-bottom: 20px;
}

.backImgrepeat .secondPart .fiveTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.backImgrepeat .secondPart .fiveTitle div {
    width: 175px;
    height: 56px;
    border-radius: 12px;
    background: #9194BF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 56px;
}

.backImgrepeat .secondPart .fiveTitle div p{
   margin-bottom: -15px;
}
.backImgrepeat .secondPart .fiveTitle div p:hover{
   cursor: pointer;
   color: red;
}


.backImgrepeat .thirdPart {
    padding-bottom: 15px;
}

.backImgrepeat .thirdPart input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 4px;
}

.backImgrepeat .forthPart {
    padding-bottom: 15px;
}

.backImgrepeat .forthPart textarea {
    width: 100%;
    height: 150px;
    border: 0;
    border-radius: 4px;
    padding: 10px 0 0 10px;
}

.backImgrepeat .sevenPart div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

.backImgrepeat .sevenPart div input {
    width: 280px;
    height: 40px;
    margin-right: 10px;
    border: 0;
    border-radius: 4px;
}

.backImgrepeat .sevenPart div button {
    width: 160px;
    border: 0;
    background: #FF5C32;
    color: #fff;
    border-radius: 4px;
}

.backImgrepeat .engitPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.backImgrepeat .engitPart button {
    width: 360px;
    height: 64px;
    background: #2AA8FF;
    border-radius: 4px;
    color: #fff;
    border: 0;
    font-size: 24px;
}

.backImgrepeat .ninePart {
    padding-bottom: 15px;
}

.backImgrepeat .ninePart .contentMain {
    width: 1200px;
    height: 220px;
    background: #4C64DE;
    border-radius: 12px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.backImgrepeat .ninePart .contentMain div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

.backImgrepeat .ninePart .contentMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}

.backImgrepeat .ninePart .contentMain ul li {
    width: 580px;
    height: 42px;
}

.backImgrepeat .friend-link div,
.backImgrepeat .friend-link ul li a {
    color: #fff !important;
}

.backImgrepeat .about-us a {
    color: #fff !important;
}

.active {
    /* background: white; */
    color: red;
}

.bgc {
    background-color: white !important;
}

.bigImg {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 400px;
    /* height: 400px; */
    top: 50%;
    left: 50%;
    /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    transform: translate(-50%, -50%);
}


/*遮罩层*/

.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999999;
    top: 0;
    left: 0;
}


/*# sourceMappingURL=messageBoard.css.map */