/*維護*/
.fix{
    background: url(../../../../tpl/common/images/fix/fixbg.jpg);
   padding-bottom: 200px;
    background-repeat: no-repeat;
    background-color: #1f62cd;
}
.fix .fix-wrap {
    background-color: rgba(124, 124, 124, 0.45);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 auto;
}
.fix .logo {
    display: inline-block;
    margin-top: 10%;
    text-align: center;
}
.fix .logo img{
    width: 100%;
}
.fix .fix-box {
    color: #fff;
    text-align: center;
    position: relative;
    top: 3vh;
}
.fix .fix-box h1 {
    color: #ffeecb;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    padding: 50px 0;
    letter-spacing: 10px;
    text-align: center;
}
.fix .fix-bar {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei",Arial;
    line-height: 25px;
    text-align: left;
    padding: 2px 2px 2px 10px;
}
.fix .fix-bar .maintain-time {
    color: yellow;
}
.fix .fix-bar .en-text {
    font-size: 16px;
}
#ViberModal_Fix.modal{text-align: center;}
#ViberModal_Fix.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
#ViberModal_Fix .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 30px);
    max-width: 600px;
}
#ViberModal_Fix .modal-body{
    background: transparent;
    width: 100%;
    padding: 10px;
    text-align: center;
}
#ViberModal_Fix .modal-body::before,#ViberModal_Fix .modal-body::after {
    display: table;
    content: "";
}
#ViberModal_Fix .close{
    position: absolute;
    right: 0;
    top: -35px;
    width: 30px;
    height: 30px;
    border-radius: 50em;
}
#ViberModal_Fix .ViberBtn{
    width: calc(50% - 5px);
    margin: 0;
    border-radius: 4px;
    color: #fff;
    height: 130px;
    padding: 25px 0;
    margin-bottom: 10px;
}
#ViberModal_Fix .ViberBtn:first-of-type {
    margin-right: 10px;
}
#ViberModal_Fix .ViberBtn:last-child {
    margin-bottom: 0;
}
#ViberModal_Fix .ViberBtn.OpenViber{
    background: #7d51a1;
}
#ViberModal_Fix .ViberBtn.DownloadViber{
    background: #666;
}
#ViberModal_Fix .ViberBtn.ConsultNow{
    background: #4285f4;
    width: calc(100% - 5px);
    height: auto;
}
#ViberModal_Fix .OpenViber .Vibericon{
    background: url("../../images/member/common/viber-icon.png") top center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
#ViberModal_Fix .DownloadViber .Vibericon{
    font-size: 37px;
}