@charset "utf-8";

.form-alert {
    text-align: center;
    color: whitesmoke;
}

.center_btn {
    padding-left: 30%;
}

.btns a {
    padding: 0 1rem;
}

.form-btn-style {
    padding: 0 26%;
}

body {
    background-color: #202024;
    font: 12px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, 宋体, sans-serif;;
}

/*start index*/
/*.index-style {*/
/*    max-width: 1600px;*/
/*}*/

.index-component-button {
    /*width: 228px;*/
    /*height: 88px;*/
    /*max-width: 100%;*/
    border: solid 1px #292929;
    margin-bottom: 2vh;
    text-align: center;
    list-style-type: none;
}

.index-component-button p {
    font-size: 1.2rem;
    text-align: center;
    color: whitesmoke;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    text-decoration: none;
}

/*end index*/

/*start search*/
.search-table {
    margin: 15px 0;
    width: 100%;
    background: #cfc5bc;
    font-size: 14px;
    border: solid 1px #988674;
    color: #3a2a1f;
}

.search-table-form {
    border: solid 1px #988674;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.form-style-alert {
    position: relative;
    right: 18%
}

.btns a {
    display: inline-block;
    background-color: #e21165;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    overflow: hidden;
}

/*end search*/
.alert-success {
    position: absolute;
    z-index: 1;
    left: 40vw;
    text-align: center;
    top: 280px;
    display: none;
    width: 20vw;
}

.form-submit-btn {
    background: url(../../images/SunCity/btn-detail-fm1.png) !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 40px;
    width: 168px;
    height: 40px;
    font: 18px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

/*css_nav start*/
.banner_nav {
    background-color: #18181b;
    height: 100px;
}

#img_logo {
    max-width: 100%;
    height: 4rem;
}

#img_title {
    max-width: 100%;
}

#img_search {
    max-width: 100%;
    height: 3rem;
}

/*css_nav end*/

/*css form start*/
.center_btn_pc {
    display: unset;
}

.upload_btn_pc {
    /*padding-left: 10%;*/
}

.form-style-rel {
    position: relative;
    left: 18%;
}

.upload_btn {
    background: url(../../images/SunCity/btn-detail-fm1.png) !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 40px;
    width: 168px;
    height: 40px;
    font: 18px/1 Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.upload_btn_mobile {
    display: none;
}

.form-label-name {
    color: whitesmoke;
    position: relative;
    left: 50%;
}

.form-style {
    background-color: #222;
}

.form-input-style {
    margin-left: 10%;
}

.banner_app ul li {
    list-style: none;
}

.banner_app {
    margin-bottom: 20%;
    /*padding: 0 10%;*/
}

.banner_app ul li a img {
    width: 28%;
    /*height: 37px;*/
    margin: 2%;
    display: block;
    float: left;
}

.form-title {
    font-size: 26px;
    color: whitesmoke;
}

.mobile-item {
    display: none;
}

.footer-padding {
    display: block;
    padding-left: 40%;
}

.bg {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #222222;
    float: left;
}

.form-label {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    float: left;
    width: 20%;
    text-align: right
}

.inputField {
    width: 315px;
    border-radius: 2px;
    height: 40px;
    padding: 0 5px;
    border: 0;
    color: #000;
    font-size: 16px;
    float: left;
    text-indent: 0px;
    line-height: 22px;
}

#capture_img_width capture-img {
    position: absolute;
    left: 600px
}

/*end form*/
.banner_item li span {
    display: none;
}

#user_image {
    position: relative;
    bottom: 35px;
    right: -165px;
    width: 150px;
    height: 30px;
}

@media screen and  (max-width: 1399px)and (min-width: 1201px) {
    .form-btn-style {
        padding: 0 35%;
    }

    .center_btn_pc {
        display: block;
    }

    .upload_btn {
        display: block;
    }

    .upload_btn_mobile {
        display: none;
    }

    .form-style-alert {
        position: relative;
        right: unset;
    }

    .form-label-name {
        position: relative;
        left: 25%;
    }

    .form-style-rel {
        position: relative;
        right: 0%;
        left: unset;
        padding: 0 25%;
    }
}

/*start mobile*/
@media screen and  (max-width: 1200px) and (min-width: 1001px) {
    .form-btn-style {
        padding: 0 35%;
    }

    .form-style-rel {
        position: relative;
        right: 0%;
        left: unset;
        padding: 0 25%;
    }

    .form-style-alert {
        position: relative;
        right: unset;
    }

    .form-label-name {
        position: relative;
        left: 12%;
    }
}

@media screen and  (max-width: 1000px) and (min-width: 768px) {
    .form-btn-style {
        padding: 0 24%;
    }

    .form-style-rel {
        position: relative;
        left: 15%;
    }

    .form-style-alert {
        position: relative;
        right: 15%
    }

    .form-label-name {
        position: relative;
        left: 12%;
    }
}

@media screen and  (max-width: 767px) {
    #img_logo {
        max-width: 100%;
    }

    #img_title {
        max-width: 100%;
    }

    #img_search {
        max-width: 100%;
    }

    .form-btn-style {
        padding: unset;
        margin-left: 25%;
    }

    .form-label-name {
        position: relative;
        left: 12%;
    }

    .form-style-rel {
        position: relative;
        left: 12%;
    }

    .form-style-alert {
        position: relative;
        right: 12%
    }

    .center_btn_pc {
        display: none;
    }

    .upload_btn_mobile img {
        width: 80%;
    }

    .upload_btn_mobile {
        display: block;
    }

    .upload_btn {
        display: none;
    }

    .mobile-nav {
        width: 50%;
    }

    .mobile-nav-left {
        text-align: left;
    }

    .mobile-nav-right {
        text-align: right;
    }

    .mobile-nav-none {
        display: none;
    }

    .span-style {
        font-size: 1rem;
        display: inline-block;
        border-radius: 1.5rem;
        background-color: #4B4B4B;
        margin-right: 0.2rem;
        height: 1.9rem;
        width: 1.9rem;
        color: #fff;
        line-height: 2.02rem;
        text-align: center;
        position: relative;
        margin-left: 0.75rem;
        float: left;
    }

    .footer-padding {
        padding-left: 30%;
        display: block;
    }

    .banner_mb_item {
        padding:1rem 0;
        margin:0;
        text-align: center;
        color: whitesmoke;
    }

    .banner_mb_item ul p {
        font-size: 1.2rem;
        text-align: center;
        color: whitesmoke;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .index-component-button {
        max-width: unset;
        width: 90%;
        border: solid 1px #292929;
        margin-bottom: 15px;
        text-align: center;
        list-style-type: none;
    }

    .mobile-item {
        display: block;
    }

    .index-style {
        display: none;
        padding: unset;
        max-width: unset;
        min-width: unset;
    }

    .form-style {
        /*屬性取消*/
        padding: 3% 0%;
    }

    #img_title {
        display: none;
    }

    .text span {
        color: #f9eab4;
    }

}

/*end mobile*/

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}
