﻿
body{
margin: 0;
padding:0;
overflow:hidden;
}
.header {
    width: 100%;
    height: 100%;
     overflow: hidden;
    
 }

.content {
    width: 100%;
    height: 1300px;
}

.new {
    width: 245px;
    height: 245px;
    background-color: slateblue;
    margin: 0 auto;
    margin-top: 230px;
    -webkit-border-radius: 60px;
    border: 60px;
}

.p1 {
    text-align: center;
    font-size: 1.4rem;
    /* margin-top: 25px; */
    margin: 0;
    color: #383a47;
    font-family: "微软雅黑";
}

.p2 {
    text-align: center;
    font-size: 1.5rem;
    color: #4E413F;
    margin-top: 10%;
    font-family: "宋体";
}

.div {
    width: 100%;
    height: 500px;
}

.footer .one {
    width: 21%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    /* margin: 0 auto; */
    -webkit-border-radius: 50px;
    /* border: 50px; */
    display: inline-block;
    margin-top: 50px;
    margin-left: -5%;
    color: blueviolet;
}

.footer {
    width: 100%;
    height: 310px;
    position: fixed;
    text-align: center;
    bottom: -25px;
    margin: auto;
    background-color:   #9370DB;
}

    .footer .two {
        width: 350px;
        height: 100px;
        background-color: ghostwhite;
        margin: 30px auto;
        -webkit-border-radius: 50px;
        border: 50px;
        margin-top: 50px;
    }

    .footer .one a {
        font-family: "宋体";
        font-size: 1.5rem;
        /* text-align: center; */
        /* line-height: 100px; */
        color: #6A5ACD;
        /* margin-left: 60px; */
        text-decoration: none;
    }

    .footer .two a {
        font-family: "宋体";
        font-size: 3rem;
        text-align: center;
        line-height: 100px;
        color: #6A5ACD;
        text-decoration: none;
        /* margin-left: 70px; */
    }

.raid {
    width: 769px;
    height: 723px;
    background-color: #6a5acd;
    border-radius: 108%;
    /* margin-right: 500px; */
    text-align: center;
    position: relative;
    right: 12.4rem;
    background: -webkit-linear-gradient(45deg, #9370DB,#6a5acd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #9370DB,#6a5acd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #9370DB,#6a5acd); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #9370DB,#6a5acd); /* 标准的语法（必须放在最后） */
}

.float {
    top: -100px;
    position: fixed;
    /*width: 95%;*/
    /*height: 82px;*/
    z-index: 2333;
    margin-top: 100px;
    background-color: #fff;
    /* background: rgba(0,0,0,0.08); */
    border: 5px solid slateblue;
    /* left: 25px; */
    /* margin-left: -7px; */
    /* margin-right: 16px; */
    border-radius: 30px;
    background: rgba(0,0,0,0.35);
    /*right: 20px;*/
}

    .float p {
        font-family: "微软雅黑";
        font-size: 1.4rem;
        /*letter-spacing: 1pt;*/
        /*margin-left: 50px;*/
       /* line-height: 150%;*/
        text-align: center;
        color: white;
    }

.right {
    width: 100%;
    /*height: 150px;*/
    position: absolute;
    z-index: 2333;
    background-color: snow;
    margin-top: -110px;
    margin-left: 750px;
    background: rgba(0,0,0,0);
}

.icon2 {
    width: 60px;
    height: 60px;
    border-top: 20px solid #b5b1b1;
    border-top-left-radius: 70px; /*给左上角添加圆角边框*/
    position: absolute;
    top: 46px;
    left: 56px;
}

.icon1 {
    width: 0;
    height: 0;
    border: 30px solid rgba(255,255,255,0);
    border-left-color: #b5b1b1;
    position: absolute;
    top: 26px;
    left: 116px;
}



.new img {
    width: 100%;
    height: 100%;
}

.btnv{
    border: none;
    width: 40%;
    font-size: 1rem;
    height: 45px;
    line-height: 40px;
    background: #fff;
    border-radius: 25px;
    color: #6078ea;
    margin-bottom: 30px;
}
button {
outline:none;
}