* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: url(../images/3.gif);
}

.box {
    width: 1100px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

header {
    overflow: hidden;
    line-height: 50px;
    background-color: aqua;
    box-sizing: border-box;
    padding: 0 20px;
}

header .logo {
    float: left;
}

header .menu {
    width: 650px;
    float: right;
}

header .menu li {
    list-style: none;
    float: left;
    width: 16.66666%;
    text-align: center
}

header .menu li a {
    text-decoration: none;
    color: #000;
}

.bigImg {
    width: 100%;
    height: 400px;
    background: url(../images/2.jpg);
    background-size: 100% 100%;
    margin-top: 10px;
}

.one {
    overflow: hidden;
    margin-top: 20px;
}

.one .miaosu {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.one .miaosu p {
    line-height: 30px;
    text-indent: 20px;
    margin-bottom: 5px;
}

.one .miaosu:nth-child(1) {
    border-right: 2px dashed #e7e7e7
}

.one .miaosu h2 {
    text-align: center;
    margin-bottom: 20px;
    color: blue;
}

.one .miaosu .tupian {
    text-align: center
}

.one .miaosu .tupian img {
    width: 40%;
    height: 140px;
}

.two {
    margin-top: 20px;
    border-top: 10px solid #495819
}

.two h2 {
    text-align: center;
    margin: 10px auto;
    color: orange;
}

.two .tupian {
    text-align: center;
    background: pink;
    padding: 20px 0;
}

.two .tupian img {
    width: 30%;
    height: 200px;
}

.three {
    margin-top: 20px;
    border-top: 10px solid #495819;
    padding-top: 20px;
    overflow: hidden;
    line-height: 32px;
    text-indent: 20px;
    color: red;
}

.three img {
    width: 30%;
    float: left;
    border-radius: 20px;
    margin-right: 30px;
}

.three p {
    margin-top: 60px;
}

.contact {
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
    background-color: #e7e7e7;
}

img {
    transition: all .3s;
    cursor: pointer;
}

img:hover {
    transform: scale(1.1);
}

.qiehuan {
    background-color: #639;
    cursor: pointer;
    color: #fff;
    font-weight: bolder;
}
.container {
    width: 100%;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .box {
    width: 900px;
    height: 550px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.container .box .transtion-box {
    position: absolute;
    left: 0;
    transition: 0.5s all ease-in-out;
}

.container .box .transtion-box .login-box,
.reg-box {
    width: 640px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 50px 30px;
}

.container .box .transtion-box h1 {
    margin-bottom: 35px;
}

.container .box .transtion-box section {
    display: flex;
    flex-flow: inherit;
    align-items: inherit;
    width: 100%;
    margin-bottom: 30px;
}

.container .box .transtion-box section label {
    font-size: 14px;
    color: #909399;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.container .box .transtion-box section input {
    width: 50%;
    outline: 0;
    border: none;
    font-size: 18px;
    color: tomato;
    text-align: center;
    padding: 4px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.container .box .transtion-box section span {
    color: rgb(80, 80, 77);
    font-size: 15px;
    cursor: pointer;
    margin-top: 18px;
}

.container .box .transtion-box button {
    width: 50%;
    padding: 6px 0;
    text-align: center;
    border: 3px solid #d4af7a;
    border-radius: 20px;
    background: #d4af7a;
    color: #fff;
    font-size: 17px;
    letter-spacing: 6px;
    text-indent: 6px;
    margin-bottom: 15px;
    cursor: pointer;
}

.container .box .transtion-box .other {
    border: 3px solid #d3dae9;
    background: #fff;
    color: rgb(124, 145, 184);
    font-weight: 600;
}

.container .box .transferToReg {
    width: 260px;
    height: 80%;
    background: linear-gradient(to bottom right,
            #0e92eb 0%,
            #5f90ec 50%,
            #b08fe5 100%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    left: 640px;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 50px 0;
    color: white;
    transition: all 1s ease-in-out;
}

.container .box .transferToReg .title {
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.container .box .transferToReg button {
    margin-top: 260px;
    width: 50%;
    padding: 8px 0;
    border-radius: 14px;
    letter-spacing: 10px;
    text-indent: 10px;
    font-size: 18px;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.container .box .transferToReg button:hover {
    border: 3px solid #206dfc;
}