* {
    padding: 0;
    margin: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

#weburl {
    flex: 7;
    border-radius: 12px 0 0 12px;
    background: #f0f0f0;
    padding-left: 1rem;
    color: #aaaaaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.urlCopy {
    flex: 2;
    text-align: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, #01dbff, #00a8ff);
}

.urlCopy:hover,
.urlCopy:active,
.urlCopy::after {
    background: linear-gradient(to left, #01dbff, #00a8ff);
}

#main {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 100vh;
}

.top {
    background: -webkit-radial-gradient(circle, #058BEA, #0067BA);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(circle, #058BEA, #0067BA);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(circle, #058BEA, #0067BA);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(circle, #058BEA, #0067BA);
    /* 标准的语法 */
}

.divider {
    height: 2px;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(left, #0067BA, #058BEA, #0067BA);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(left, #0067BA, #058BEA, #0067BA);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(left, #0067BA, #058BEA, #0067BA);
    /* 标准的语法 */
    background: linear-gradient(to right, #0067BA, #058BEA, #0067BA);
}

.TengTianPage_bg {
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(bottom, #0067BA, #058BEA, #0067BA);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(bottom, #0067BA, #058BEA, #0067BA);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(bottom, #0067BA, #058BEA, #0067BA);
    /* 标准的语法 */
    background: linear-gradient(to top, #0067BA, #058BEA, #0067BA);
}

.line {
    max-width: 700px;
    margin: 0 auto;
    background: #382308;
    border: #b07a45 solid 2px;
    border-radius: 16px;
}
.line_title2 {
    font-size: 24px;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* 标准的语法 */
    background: linear-gradient(to left #b07a45, #f0ce7c, #b07a45);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: end;
    padding: 0 10px 12px 70px;
    color: red;
    font-weight:bold;
}
@media (max-width: 640px) {
    .line_title2 {
        padding-bottom: 34px;
        padding-left: 40%;
    }
}
.line_title_div{
    position: relative;
}
.line_title {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    /* Safari 5.1 - 6.0 */
    background: -webkit-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* Opera 11.1 - 12.0 */
    background: -o-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* Firefox 3.6 - 15 */
    background: -moz-linear-gradient(right, #b07a45, #f0ce7c, #b07a45);
    /* 标准的语法 */
    background: linear-gradient(to left #b07a45, #f0ce7c, #b07a45);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 12px 0;
}
.watermark{
    height:100%;
    width: 100%;
    position: absolute;
}
.watermark_word{
    position: absolute;
    bottom: 12px;
    left: 120px;
    font-size: 20px;
    font-weight:bold;
}
.word-red{
    color:red;
}
.watermark_img{
    margin-left: 5%;
    margin-top: 4px;
    height:99%;
    width: 60%;
    background-image: url('./腾天集團-06.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.line_div_div_div {
    flex: 5;
    background: #2d1c06;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 62px;
    margin-right: 2px;
    display: flex;
    display: -webkit-flex;
    align-items: center;

}
.title_img{
    width: 700px;
    height: 59px;
    max-width:100%;
    object-fit:contain;
}
@media (max-width: 475px) {
    .title_img{
        width: calc(100% - 80px);
        padding-left: 80px;
    }
}
.line_button {
    flex: 13;
    background-image: -webkit-linear-gradient(60deg, #b07a45, #f0ce7c, #b07a45);
    /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(60deg, #b07a45, #f0ce7c, #b07a45);
    /* Opera 11.6 - 12.0 */
    background-image: -moz-linear-gradient(60deg, #b07a45, #f0ce7c, #b07a45);
    /* Firefox 3.6 - 15 */
    background-image: linear-gradient(60deg, #b07a45, #f0ce7c, #b07a45);
    /* 标准的语法 */
    min-height: 66px;
    font-size: 20px;
    border-radius: 10px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #231201;
    cursor: pointer;
}
@media (max-width: 520px) {
    .line_button {
        font-size: 16px;
        min-height: 56px;
    }
}
@media (max-width: 420px) {
    .line_button {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .line_button {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .line_button {
        font-size: 10px;
    }
}
.line_div:hover,
.line_div:active,
.line_div::after {
    color: #ffffff;
}
.line_div {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #ddd;
    margin-top: 36px;

}

.line_div_div {
    flex: 50;
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: #5a3a10;
    height: 66px;
    border-radius: 8px;
    overflow: hidden;
}


.line_button:hover,
.line_button:active,
.line_button::after {
    background-image: -webkit-linear-gradient(60deg, #f0ce7c, #b07a45, #f0ce7c);
    /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(60deg, #f0ce7c, #b07a45, #f0ce7c);
    /* Opera 11.6 - 12.0 */
    background-image: -moz-linear-gradient(60deg, #f0ce7c, #b07a45, #f0ce7c);
    /* Firefox 3.6 - 15 */
    background-image: linear-gradient(60deg, #f0ce7c, #b07a45, #f0ce7c);
    /* 标准的语法 */
}

.footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer_div {
    max-width: 750px;
    max-height: 180px;

    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 70, 121, 0.7);
}

.footer_div:hover,
.footer_div:active,
.footer_div::after {
    background: rgba(2, 70, 121, 1);
}

.button {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 30;
}
