a{
    text-decoration: none !important;
}
/* a:hover{
    font-weight: bolder;
    opacity: 0.8;
} */
.breadcrumb{
    margin-bottom: 0 !important;
}
.updatelist{
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.updatelist li{
    padding: 0px 3px;
}

#jump-container {
    background-image: url(../images/background/6da2ddd9e10bfaac49ab467826fe8aca.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

#jump-container .system-message-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* #jump-container .system-message-wrapper .system-message-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    content: ' ';
    background-color: #000;
    opacity: .3;
    border-radius: 6px;
} */

#jump-container .system-message-wrapper  .system-message-tip {
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

#jump-container .system-message-wrapper  .system-message-tip .system-message-tip-image {
    margin-top: 40px;
    text-align: center;
    padding-top: 20px;
}

#jump-container .system-message-wrapper  .system-message-tip .system-message-tip-image img {
    width: 40%;
}

#jump-container .system-message-wrapper  .system-message-tip .system-message-tip-text {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

#jump-container .system-message-wrapper  .system-message-tip .system-message-tip-text span{
    font-size: 30px;
    font-weight: bold;
}

#jump-container .system-message-wrapper  .system-message-tip .system-message-tip-text a {
    margin-top: 10px;
    display: inline-block;
    font-size: 45px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    padding: 1.5rem 1rem;
    vertical-align: top;
    background: #F66F6A;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}
.error{
    display: block;
    margin: 5px 0px;
    color: red;
}

.ok{
    display: block;
    margin: 5px 0px;
    color: green;
}

.input-error {
    border: 1px solid #e4393c !important;
}
.tiny-input-text {
    width: 320px;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #d5d5d5;
    color: #666;
    background-color: #fff;
    padding: 2px 8px;
    outline: 0;
    vertical-align: middle;
}

.light-blue{
    background-color: #93CBF9 !important;
}
.nav-user-photo {
    width: 30%;
    margin: -4px 8px 0 0;
    border-radius: 100%;
    border: 2px solid #FFF;
    max-width: 40px;
}

.user-info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 0px;
}


.login{
    background-size: cover; 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
}


#login-form {
    display: inline-block;
    margin-top: 100px;
    padding-bottom: 30px;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    color: #C1C1C1;
    font-size: 14px;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 5px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    width: 412px;
}

#login-title {
    color: #666;
    font-size: 14px;
    font-style: normal;
    margin: 30px 30px 20px;
    height: 28px;
    line-height: 18px;
    font-size: 30px;
}

.input-field {
    padding: 0 30px;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.input-field>input {
    line-height: 20px;
    border-color: #A0A2A8;
    border-radius: 2px;
}

.input-field .tiny-input-text {
    width: 320px;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #d5d5d5;
    color: #666;
    background-color: #fff;
    padding: 2px 8px;
    outline: 0;
    vertical-align: middle;
}

.input-field .verify-input-text {
    width: 200px !important;
}

.input-field #captcha-image {
    display: inline-block;
    width: 120px;
    height: 48px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.verify-img:hover{
    cursor: pointer;
}

.input-field #btn-submit {
    background-color: #F66F6A;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 18px !important;
    cursor: default;
    width: 320px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    outline: 0;
    cursor: pointer;
}


/* 手機設定*/
.site-header{
    display: flex;
    justify-content: center;
    align-items:center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 16px 0px;
    z-index: 20;
    background-color: whitesmoke;
  }


.field {
    background-color: #fff !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    display: flex !important;
  }
  
  .field span {
    color: #222 !important;
    width: 40px !important;
    line-height: 45px !important;
    text-align: center !important;
  }
  
  .field input {
    width: 100% !important;
    height: 45px !important;
    font-size: 1.1rem !important;
    padding: 5px !important;
    color: #34495e !important;
    border: none !important;
  }
  
  .field input::placeholder {
    color: #95a5a6 !important;
  }
  
  input:focus, input:active, input:hover {
    outline: none;
  }

  .register{
    background-size: cover; 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
  }
  #register-form {
    display: inline-block;
    margin-top: 100px;
    padding-bottom: 30px;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    color: #C1C1C1;
    font-size: 14px;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 5px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    width: 412px;
}
#register-form-title{
    color: #666;
    font-size: 14px;
    font-style: normal;
    margin: 30px 30px 20px;
    height: 28px;
    line-height: 18px;
    font-size: 30px;
}

.hr{
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0, 0, 0, .11);
}

.article-item-title{
    font-size: 25px;
}

.article{
    margin: 20px auto;
    padding: 0.5rem 0.8rem;
    border: 1px solid #d8dde4;
    border-radius: 5px;
}

.article h1{
    /* line-height: 2em; */
    font-size: 35px;
    font-weight: bold;
}

.article-info{
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

.author-mini-head{
    height: 24px;
    width: 24px;
    border-radius: 24px;
    display: inline-block;
}

.img-head{
    border-radius: 50%;
}
.view-info{
    padding-left: 5px;
    display: inline-block;
}
.comment-info{
    padding-left: 5px;
    display: inline-block;
}

.article-detail{
    margin-top: 15px;
}
#article-comment{
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f7f8fa;
    border-radius: 2px;
    margin-bottom: 15px;
}

#article-comment #article-comment-header {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
}

#article-comment #article-comment-header .comment-title {
    display: inline-block;
}

#article-comment #article-comment-header .comment-count {
    display: inline-block;
}

#article-comment #article-comment-header .comment-count a {
    color: #EE231B !important;
}

#article-comment #article-comment-body {
    position: relative;
    display: block;
}

#article-comment #article-comment-body .no-login-area {
    width: 100%;
    height: 90px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#article-comment #article-comment-body .no-login-area .no-login-tip {
    font-size: 18px;
    line-height: 90px;
    text-align: center;
    color: #999;
}

#article-comment #article-comment-body .no-login-area .no-login-tip a {
    color: #00a4ff;
}

#article-comment #article-comment-body .comment-area #comment {
    width: 100%;
    height: 90px;
    border: 1px solid rgba(157, 157, 157, .18);
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    resize: none;
    font-family: 'Microsoft Yahei';
}

#article-comment #article-comment-body #btn-comment {
    margin-top: 10px;
    border: none;
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    padding: 8px 20px;
    vertical-align: top;
    background: #F66F6A;
    border-radius: 2px;
    cursor: pointer;
}

#special-article-comment #special-article-comment-wrapper #special-article-comment-form #special-article-comment-body .comment-area #comment {
    width: 100%;
    height: 90px;
    border: 1px solid rgba(157, 157, 157, .18);
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    resize: none;
    font-family: 'Microsoft Yahei';
}

#special-article-comment #special-article-comment-wrapper #special-article-comment-form #special-article-comment-body #btn-comment {
    margin-top: 10px;
    border: none;
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    padding: 8px 20px;
    vertical-align: top;
    background: #F66F6A;
    border-radius: 2px;
    cursor: pointer;
}

.common-slide{
    margin-top: 20px;
    border: 1px solid #d8dde4;
}

.common-slide {
    padding: 15px 20px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.common-slide .common-slide-title {
    position: relative;
    font-size: 18px;
    color: #252B3A;
    line-height: 20px;
    height: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.common-slide .common-slide-title::before {
    content: '';
    position: absolute;
    left: 0;
    background: #f66f6a;
    width: 3px;
    height: 20px;
    top: 0;
    box-shadow: 1px 0 2px 0;
    color: rgba(246, 111, 106, .39);
}
.list-ul{
    padding-left: 0px;
    margin-bottom: 0px;
}

.common-slide .blog-hot-tags {
    display: inline-block;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    padding: 4px 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: 0 0;
}

.common-slide .blog-hot-tags:hover {
    border-color: #f66f6a !important;
    color: #f66f6a !important;
}

.article-comment-item{
    width: 100%;
    display: flex;
    padding: 10px 0px;
    border-top:1px dotted #ccc ;
    border-bottom:1px dotted #ccc ;
}

.user-head{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-time{
    color: #999;
    font-size: 12px;
}

/* .latestMore a{
    display: block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    background: antiquewhite;
    text-align: center;
    margin-bottom: 15px;
}

.latestMore a:hover{
    background: #34495e;
    color: black;
} */


.special-s{
    position: relative;
    display: inline-block;
    width: 120px;
    line-height: 45px;
    font-size: 18px;
    font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1";
    font-weight: bold;
    color: #FA536F;
    text-align: center;
}

.special-s::before{
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 1px;
    content: ' ';
    background-color: #FA536F;
}
.special-article-comment-item{
    width: 100%;
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.special-article-comment-item .user-head{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.msg{
    font-size: 18px;
    color: #999999;
    text-align: center;
}

#files-area {
    width: 100%;
    margin: 0 auto;
    }

    .file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    }
    .file-block > span.name {
    padding: 2px;
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-flex;
    }

    .file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: rgba(110, 180, 255, 0);
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
    }
    .file-delete:hover {
    background-color: rgba(192, 28, 83, 0.2);
    border-radius: 10px;
    }
    .file-delete > span {
    transform: rotate(0deg);
    }


    .img-upload-btn { 
    position: relative; 
    overflow: hidden; 
    padding-top: 95%;
  background-size:cover;
  background-repeat:no-repeat;
} 

.img-upload-btn input[type=file] { 
    position: absolute; 
    top: 0; 
    right: 0; 
    min-width: 100%; 
    min-height: 100%; 
    font-size: 100px; 
    text-align: right; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    outline: none; 
    background: white; 
    cursor: inherit; 
    display: block; 
} 

.img-upload-btn i { 
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.btn-radio {
    position: relative; 
    overflow: hidden; 
}

.btn-radio input[type=radio] { 
    position: absolute; 
    top: 0; 
    right: 0; 
    min-width: 100%; 
    min-height: 100%; 
    font-size: 100px; 
    text-align: right; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    outline: none; 
    background: white; 
    cursor: inherit; 
    display: block; 
}
.preview{
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.backhighlighter{
background:#e5e5e5;
}
.deletor{
position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  background:#000;
}
.deletor:hover{
position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  background:#000;
  text-decoration:none;
}



fieldset {
    border: none;
  }
  /*--- Photo uploader ---*/
  .photo-uploader-box {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
  }
  .photo-upload-label{
    display:inline-block;
    width:240px;
    background:#fff;
    border:1px solid #388e3c;
    margin: 10px auto;
    padding:10px;
    color:#388e3c;
    text-transform:uppercase;
    cursor:pointer;
    transition:background .3s ease, color .3s ease;
  }
  .photo-upload-label:hover{
    background:#388e3c;
    color:#fff;
  }
  #photo-upload {
    display:none;
    border: 1px solid #388e3c;
  }
  .img-upload-preview {
    padding: 10px;
  }
  .previewImage {
    display: flex;
    padding: 5px;
    border: 1px solid #819d97;
    height: auto;
    margin-bottom: 20px;
  }
  .previewImage i {
    width: 40px;
    height:25px;
    position:relative;
    right:20px;
    top:-4px;
    float: left;;
    border:1px solid #369;
    background: #ffffff;
    color: #388e3c;
    padding: 0px;
    font-weight:700;
    font: 18px arial;
    border-radius: 50%;
    cursor: pointer;
    transition: color .3s ease, border .3s ease;
  }
  .previewImage i:hover{
    color: #ff1313;
    border:1px solid #ff1313;
  }
  .previewImage img {
    border:1px solid #369;
    width: 30%;
    float: left;
  }
  .photo-file-detail {
    background: #819d97;
    padding: 7px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-transform: capitalize;
  }
  .photo-file-details {
    display: block;
    /* width: 400px; */
  }


  .js-back-to-top{
	display: none;
}

.list-service{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item-half{
    width: calc( (100%) / 2);
    margin-bottom: 10px;
}

.item-form{
    padding: 0px 0px 0px 10px;
}


.question-box{
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
    padding: 1rem;
    border-radius:  10px 10px 0px 0px;
    border-top: 10px solid #9F35FF;
    background-color: white;
  }
  
  .question-step{
    width: 100%;
    position: relative;
  }
  
  .question-title{
    letter-spacing: 2px;
    font-weight: bolder;
  }
  .question-content{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .question-box2{
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
    padding: 1rem;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  
  .question-bbox{
    padding: 0px 1.5rem;
  }
  
  .question-peivate{
    display: inline-block;
    margin-bottom: 0 !important;
  }
  
  .question-hr{
    display: inline-block;
  }
  
  .question-peivate span{
    font-weight: bolder;
    letter-spacing: 1.5px;
  }
  
  .question-sup{
    font-size: 15px;
    cursor: pointer;
  }


  .list{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .list li{
    padding: 8px 0px;
  }

  .list li p{
    font-size: 18px;
    margin-bottom: 0;
  }


  .notice{
    font-size: 20px;
    position: relative;
  }

  .red-ru{
    position: absolute;
    top: 8px;
    right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
  }



@media(max-width:911px){
    .breadcrumb li{
        font-size: 20px;
    }
    .lg-h1{
        display: none;
    }
    #preview{
        width: 50%;
    }
}

@media(max-width:767px){
    .btn-edc{
        width: 90%;
    }
    #preview{
        width: 50%;
    }
    .tiny-input-text {
        width: 100%;
    }
    .login-main{
        margin: 0 auto;
    }
    .input-field {
        padding: 0 10px;
    }
    .register-main{
        margin: 0 auto;
    }
    .footer-in{
        position: relative;
        width: 100%;
    }
    .nav-user-photo{
        max-width: 60px;
    }
    .nav-link{
        margin: 0 auto;
    }
    .user-info{
        width: auto;
        max-width: 200px;
        font-size: 25px;
        line-height: 30px;
        top: -5px;
    }
    .dropdown-menu-end li{
        padding: 10px 0px;
        text-align: center;
    }
    /* .upload-mobile-img{
        width: min-content;
    }
    #upload{
        font-size: x-small;
    } */
    .upload-img{
        width: 200px;
    }
    #login-form{
        width: 372px;
    }
    #register-form{
        width: 372px;
    }
}
