* {
    margin: 0;
}

.text-white {
    color: white;
}

.text-gray {
    color: #aaaaaa;
}

html {
    margin: auto;
    color: white;
}

body {
    width: inherit;
}

.float-top {
    width: inherit;
    position: fixed;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}

.float-top .start {
    width: 50%;
    margin: 10px 10px;
    float: left;
}

.float-top .start img {
    width: 100%;
}

.float-top .center {
    float: left;
    line-height: 20px;
    margin: 20px 0;
}

.float-top .center .float_text1 {
    font-size: 20px;
}

.float-top .center .float_text2 {
    font-size: 12px;
}

.float-top .end {
    height:100%;
    float: right;
}

.float-top .end button {
    height: 30px;
    line-height: 30px;
    width: 90px;
    margin: 10px 10px;
    background: white;
    border: 0;
    border-radius: 20px;
    color: #e71321;
    font-size: 0.7rem;
    font-weight: bold;
}

.banner {
    width: 100%;
    /*margin-top: 80px;*/
}

.websiteName, .download {
    padding-bottom: 10px;
}

.left_bg {
    border-right-style: solid;
    border-right-color: transparent;
    position: absolute;
    width: 45%;
    left: 0;
}

.right_bg {
    border-left-style: solid;
    border-left-color: transparent;
    position: absolute;
    width: 46%;
    right: 0;
}

.head .websiteName .foreverUrl_bg {
    border-top: 70px solid red;
}

.head .download .ios_bg {
    border-top: 70px solid #999;
}

.head .saveWebsite .alert_bg {
    border-top: 70px solid #0b59ff;
}

.head .websiteName .join_bg {
    border-bottom: 70px solid white;
}

.head .download .android_bg {
    border-bottom: 70px solid #a2c431;
}

.head .saveWebsite .save_bg {
    border-bottom: 70px solid white;
}

.head .text {
    line-height: 70px;
    display: flex;
    justify-content: space-around;
    position: relative;
    font-weight: bold;
    font-style: oblique;
    font-size: 20px;
}

.head .text div {
    width: 50%;
    text-align: center;
}

.head .foreverUrl {
    margin: 10px 0;
}

.forever_website {
    font-size: 15px;
}

.head .download .text img {
    width: 50px;
    vertical-align: middle;
}

.head .foreverUrl label {
    display: block;
    line-height: 25px;
}

.head .alert {
    font-size: 16px;
    width: 90%;
    display: block;
    text-align: justify;
    font-weight: normal;
}

.content {
    position: relative;
    background: white;
}

.body {
    padding: 20px 0;
    text-align: center;
}

.body .body_title {
    font-size: 30px;
    font-weight: bold;
}

.body .body_title_detail {
    font-size: 14px;
}

.body img {
    width: 50%;
    margin: 10px auto;
    border-radius: 5px;
}

.foot {
    background: #e71321;
    margin-top: 12%;
    padding: 10px 0;
    text-align: center;
}

.foot .color_bar {
    background: -webkit-linear-gradient(top, #16515a, #000000);
    background: -moz-linear-gradient(top, #16515a, #000000);
    background: -o-linear-gradient(top, #16515a, #000000);
    background: linear-gradient(top, #16515a, #000000);
    height: 30px;
}

.contract {
    text-align: left;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.1);
    width: 90%;
    border-radius: 5px;
    margin: 0 auto;
    border: 10px solid transparent;
    box-shadow: #2a2a2a52 2px 2px 10px;
    padding: 10px 0 20px 0;
}

.contract-topLine {
    text-align: center;
    color: white;
    border-radius: 10px;
    height: 40px;
}

.contract-content {
    position: relative;
    z-index: 4;
    background: rgba(255, 197, 128, 0.2);
    box-shadow: #2a2a2a52 2px 2px 10px;
    width: 90%;
    border-radius: 5px;
    margin: 10px auto;
    border: 10px solid transparent;
}

.footText2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

.footText1 {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.contract-content2 {
    position: relative;
    z-index: 4;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: #2a2a2a52 2px 2px 10px;
    width: 90%;
    border-radius: 5px;
    margin: 10px auto;
    border: 10px solid transparent;
}

.contract-content-img-div {
    float: left;
}

.contract-content-text-div {
    padding: 0 5px;
    float: left;
}

.contract-content-button-div {
    padding: 0 5px;
    float: right;
}

.button {
    width: 60px;
    border-radius: 25px;
    height: 80%;
    margin-top: 5%;
    padding: 0 2px;
    line-height: 32px;
    font-weight: bold;
    color: #e71321;
    font-size: 12px;
    background: white;
}
.buttonClicked {
    width: 60px;
    border-radius: 25px;
    height: 80%;
    margin-top: 5%;
    padding: 0 2px;
    line-height: 32px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background: #e71321;
}

.contract-content-title {
    font-size: 15px;
    text-align: left;
}

.contract-content-remark {
    font-size: 12px;
    text-align: left;
    padding-top: 3px;
}

.contract-content img {
    height: 100%;
}

.foot .foot_title {
    font-size: 30px;
    font-weight: bold;
}

.foot .foot_title_detail {
    font-size: 14px;
}

.bottom {
    background: #e71321;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
}