body {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    /* overflow-x: hidden; */
}

.inner_box {
    width: 1400px;
    margin: 0 auto;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.rich_container {
    /* width: 100%; */
    /* background: url("../images/bg.png") no-repeat center top; */
    /* background-size: cover; */
    height: 721px;
    margin-top: 50px;
    background: linear-gradient(180deg, #FCAD4D 33%, #FCCD4D 69%, #FFF1AD 100%);
    border-radius: 45px 45px 45px 45px;

}

.rich_container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 110px;
    justify-content: space-around;
}

.rich_container .pic {
    position: relative;
    width: 548px;
}

.rich_header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rich_header .language {
    position: relative;
    z-index: 9;
    ;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rich_header .language .current {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
    margin-right: 10px;
}

.rich_header .language i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/arrow.png") no-repeat;
    background-size: contain;
}

.rich_header .language ul {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 5px 4px 14px 0px rgba(54, 58, 83, 0.25);
    border-radius: 3px 3px 3px 3px;
    display: none;
}

.rich_header .language ul li a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #363A53;
    display: block;
}

.rich_header a img {
    width: 28px;
    height: 28x;
    margin-right: 10px;
}

.rich_logo {
    display: flex;
    align-items: center;
}

.rich_logo img {
    height: 48px;
}

.rich_logo span {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    margin-left: 20px;
}

.rich_info {
    padding-left: 90px;
}

.rich_info h1 {
    font-size: 68px;
    color: #fff;
    margin-bottom: 60px;
}

.rich_info h1 span {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.rich_info ul {
    list-style: disc;
    margin-bottom: 100px;
}

.rich_info li {
    font-size: 29px;
    color: #fff;
    opacity: 0.8;
    list-style: disc;
}

.rich_info li img {
    width: 97px;
    height: auto;
    margin-right: 10px;
}

.rich_info img.g {
    height: 105px;
    margin-left: 110px;
}

.download {
    min-width: 248px;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(27, 8, 5, 0.23);
    border-radius: 16px 16px 16px 16px;
    text-align: center;
    font-size: 24px;
    color: #FD634E;
}

.rich_footer {
    padding: 70px 0px 120px;
    background: #1B1305;
    border-radius: 45px 45px 0px 0px;
}

.rich_footer .inner_box {
    display: flex;
    justify-content: space-between;
}

.rich_footer .left {
    flex: 1;
}

.rich_footer h1,
.rich_middle_cont h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.rich_footer .list li {
    font-size: 24px;
    color: #948D81;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.rich_footer .list li img {
    height: 28px;
    margin-right: 12px;
}

.rich_footer a {
    color: #948D81;
}

.rich_footer ul li .td {
    text-decoration: underline;
}

.rich_middle_cont h1 {
    margin-bottom: 34px;
}

.rich_middle_cont ul li {
    text-align: left;
    margin-bottom: 24px;
}

.rich_middle_cont ul li .control_inp {
    width: 494px;
    height: 64px;
    background: #362E22;
    border-radius: 32px;
    display: flex;
    align-items: center;
}

.rich_middle_cont ul li .control_inp input {
    height: 100%;
    flex: 1;
    border: 0;
    padding-left: 36px;
    background: transparent;
    font-size: 20px;
    color: #ffffff;
}

.rich_middle_cont ul li .control_inp a {
    display: inline-block;
    width: 112px;
    height: 64px;
    line-height: 64px;
    background: #FFC13C;
    border-radius: 0px 32px 32px 0px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-right: 0;
}

.rich_middle_cont button {

    height: 64px;
    line-height: 64px;
    background: #FFC13C;
    border-radius: 32px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 0 50px;
}