body{
    margin: 0;
    min-width: 1200px;
}
.normalDiv{
    width: 100%;
}
.normalDiv .fullImg{
    width: 100%;
}
.width_1200{
    width: 1200px;
    margin: 0 auto;
}
.box2{
    text-align: center;
}
.tips21 {
    margin: 20px auto;
    width: 48%;
}

.tips22 {
    width: 60%;
    margin-bottom: 20px;
}


.box3 {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}
.box3inner{
    width: 220px;
    /* border: 1px solid black; */
    height: 220px;
    border-radius: 10px;
    /* box-shadow: 0px 5px 5px; */
    position: relative;
}
.box3Img{
    width: 100%;

}
.box3Btn{
    position: absolute;
    bottom: -15px;
    width: 120px;
    left: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.box3Btn:hover{
    transform: scale(1.2);
}
.box4 {
    text-align: center;
    position: relative;
}

.box4 .box4Bg {
    width: 90%;
}
.btn4{
    position: absolute;
    bottom: 20px;
    width: 20%;
    left: 40%;
    cursor: pointer;
    transition: 0.5s;
}
.btn4:hover{
    transform: scale(1.2);
}

.box5{
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.box5Bg{
    width: 80%;
}
#wirteBox{
    background-image: url(../images/5-1.png);
    position: absolute;
    bottom: 7%;
    right: 18%;
    height: 300px;
    width: 300px;
    background-size: 100% 100%;
}
.writeTitle{
    margin: 0;
    height: 38px;
    line-height: 38px;
    color: white;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}

.writeP {
    margin: 0;
    height: 50px;
    line-height: 50px;
    /* position: relative; */
}

.writeIcon {
    float: left;
    margin-left: 28px;
    height: 30px;
    /* width: 24px; */
    margin-top: 10px;
}

.writeBox {
    float: left;
    height: 22px;
    margin-left: 10px;
    margin-top: 14px;
    border: 1px solid gray;
    border-radius: 7px;
    padding-left: 20px;
}
.writeBtn{
    width: 40%;
    margin-left: 30%;
    margin-top: 20px;
    height: 36px;
    background-image: url("../images/5-login.png");
    background-size: 100% 100%;
    line-height: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer;
}

.box6{
    margin: 30px auto 0 auto;
    width: 1000px;
}

.box6Title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #FF6633;
}

div#box6TabHead {
    float: left;
    height: 520px;
    width: 200px;
}

div#box6Tab {
    height: 520px;
}

.box6HeadInner {
    height: 135px;
    margin: 18px;
    transition: 0.5s;
    position: relative;
    left: 0;
}
.box6HeadInner:hover{
    transform: scale(1.2);
    left: 20px;
}

#box6TabBody {
    float: left;
    width: 800px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 520px;
}

.box6BodyInner {
    width: 80%;
    margin: 0 10%;
    display: none;
}

.box7{
    margin: 80px auto 0 auto;
    width: 1000px;
}
.box7Title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #FF6633;
}
#box7Tab {
    height: 520px;
}

#box7TabHead {
    float: left;
    width: 200px;
    /* display: flex; */
    /* align-items: center; */
    /* display: block; */
}

.box7HeadInner {
    float: left;
    margin-right: 55px;
    height: 150px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.box7HeadInner:hover{
    transform: scale(1.2);
    left: 20px;
}

#box7TabBody {
    float: left;
    width: 800px;
    display: flex;
    align-items: center;
    height: 520px;
}

.box7BodyInner {
    display: none;
    width: 80%;
    margin: 0 auto;
}

.box8{
    margin: 60px auto 0 auto;
    width: 1000px;
}
.box8Title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #FF6633;
}
#box8Inner{
    height: 520px;
    width: 800px;
    margin: 20px auto;
    position: relative;
}
.bg8Img{
    width: 100%;
    height: 100%;
}
#innerBtnBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.innerBtns{
    position: absolute;
    /* border: 1px solid black; */
    height: 100px;
    width: 250px;
    border-radius: 50px;
    cursor: pointer;
}
#box8show{
    position: absolute;
    top: 148px;
    left: 309px;
    width: 240px;
    height: 252px;
}
.box8Img{
    display: none;
    width: 100%;
    height: 100%;
}