body {
    font-family: 'Arial', 'Microsoft JhengHei', serif !important;
    color: #555;
    font-size: 16px;
    letter-spacing: 1px;
    overflow-x: hidden;
    line-height: 25px;
    font-weight: 300;
}

* {
    font-family: 'Arial', 'Microsoft JhengHei', serif !important;
}

a {
    color: #4EA9E2;
    text-decoration: none;
}

a:hover {
    color: #D3D900;
    text-decoration: none;
}

b,
strong {
    font-weight: bold !important;
}

body.bg {
    background: #F7F8F8;
}

.white {
    background: #ffffff;
}

.logo {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 800px;
    width: 90%;
}

nav.uk-navbar-container {
    height: 80px;
    width: 100%;
    background: #fff !important;
    z-index: 999;
}

nav.uk-navbar-container img {
    height: 80px;
    display: block;
}

nav.uk-navbar-container a {
    font-size: 20px;
    color: #000;
    padding: 0 30px;
}

nav.uk-navbar-container a:hover {
    color: #D3D900;
}

nav.uk-navbar-container li.uk-active a {
    font-weight: bold;
}

nav.uk-navbar-container li.uk-active {
    position: relative;
}

nav.uk-navbar-container li.uk-active:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background: #4EA9E2;
}

nav.uk-navbar-container a.uk-navbar-toggle {
    display: none;
}

.banner .uk-light a img {
    width: 35px;
    height: 35px;
}

.banner .uk-dotnav {
    margin-top: -30px;
    position: relative;
    z-index: 99;
}

.banner .uk-dotnav > * > * {
    background: #fff;
}

.banner .uk-dotnav > .uk-active > * {
    background: #898989;
}

.box {
    padding: 100px 5% 0px 5%;
    text-align: center;
}

.box.page {
    padding: 30px 5% 0 5%;
}

.box h1 {
    font-size: 30px;
    font-weight: 500;
    border-bottom: 2px solid #B5B6B6;
    display: inline-block;
    line-height: 50px;
}

.box.page h1 {
    margin: 0;
}

.box h2 {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    position: relative;
}

.box h2:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #B5B6B6;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.celebrity {
    text-align: center;
}

.celebrity div {
    font-size: 20px;
    font-weight: 500;
}

.celebrity div > a {
    color: #181D62;
}

.celebrity div > a:hover {
    color: #D3D900;
}

.celebrity div > span {
    color: #50A0D5;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.celebrity div > a img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.celebrity div > a img:hover {
    transform: scale(1.2);
}

.box .more {
    text-align: right;
    position: relative;
    margin-top: 50px;
}

.box .more a {
    display: inline-block;
    margin-left: 10px;
    background: #CAD022;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
    z-index: 1;
}

.box .more a:hover {
    background: #4EA9E2;
}

.box .more:after {
    content: "";
    width: calc(100% - 150px);
    height: 2px;
    background: #CAD022;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.box.cele .more:after {
    width: calc(100% - 50px);
}

.list {
    text-align: left;
}

.list .uk-grid {
    margin-left: 0px;
}

.list ul li {
    padding: 5px 5px 20px 5px;
    background: #fff;
    border: 10px solid #c8c9ca;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0 !important;
}

.list ul li:hover {
    background: #aaa !important;
}

.list ul li a {
    color: #555;
}

.list ul li:hover a {
    color: #fff;
}

.list ul li img {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.list ul li:hover img {
    transform: scale(1.05);
    margin-top: -5px;
    margin-bottom: 5px;
}

.list ul li strong {
    padding: 20px 10px 0 10px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.list ul li.color1 strong,
.list ul li.color2 strong,
.list ul li.color3 strong,
.list ul li.color4 strong {
    text-align: left;
}

.list ul li:hover strong {
    color: #fff;
}

.list ul li.color1 {
    background: #CAD022;
}

.list ul li.color2 {
    background: #F4E228;
}

.list ul li.color3 {
    background: #B5E0F1;
}

.list ul li.color4 {
    background: #dd4712;
}

.list ul li p {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list ul li .uk-label {
    float: right;
    margin: 20px 10px 10px 10px;
}

.list ul li.color1 .uk-label {
    background: #22AC39;
}

.list ul li.color2 .uk-label {
    background: #B7C92C;
}

.list ul li.color3 .uk-label {
    background: #50A0D5;
}

.list ul li.color4 .uk-label {
    background: #0098A4;
}

.page-main {
    max-width: 1000px;
}

body.bg .box.page + div > .uk-button-default,
body.bg .box.page + div > .uk-button-default:hover {
    background: #fff;
    margin-top: 10px;
}

body.bg .box.page + div > .uk-button-primary,
body.bg .box.page + div > .uk-button-primary:hover {
    margin-top: 10px;
}

.post > img {
    display: block;
    width: 100%;
}

.post > img:first-of-type {
    width: 100%;
    margin: 0px auto -2vw auto;
    position: relative;
    z-index: 1;
}

.post.post1 > div:first-of-type {
    background: #EEEC65;
    position: relative;
    padding: 50px 50px 1px 70px;
}

.post.post2 > div:first-of-type {
    background: #d3ad6f;
    background-size: 100% auto;
    position: relative;
    padding: 50px 50px 1px 70px;
    color: #fff;
}

.post.post1 > div:first-of-type:before {
    content: "";
    position: absolute;
    left: 2vw;
    top: 1vw;
    height: 100%;
    width: 5px;
    background: #C2DA69;
}

.post .post-check {
    max-width: 500px;
    margin: 50px auto;
    border: 1px solid #898989;
    text-align: center;
    padding: 15px;
}

.post.post1 center .uk-button {
    background: #E8468A;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    padding: 10px 70px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.post.post2 center .uk-button {
    background: #81c2d3;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    padding: 10px 70px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.post center .uk-button:hover {
    background: #002541;
}

.post.post1 .uk-form-horizontal .uk-heading-bullet {
    color: #0076BF;
}

.post.post2 .uk-form-horizontal .uk-heading-bullet {
    color: #FAEE00;
}

.post.post1 .uk-form-horizontal .uk-heading-bullet:before {
    border-color: #0076BF;
}

.post.post2 .uk-form-horizontal .uk-heading-bullet:before {
    border-color: #FAEE00;
}

.post .uk-form-horizontal .uk-form-label {
    line-height: 20px;
    font-size: 15px;
}

.post.post2 .uk-form-horizontal .uk-form-label {
    color: #373737;
}

.post .uk-form-horizontal input[type=file] + button {
    background: #898989;
    color: #fff;
}

.uk-modal-container .uk-modal-dialog {
    width: 700px;
}

.choose-list {
    width: 160px;
    margin: 0px auto;
}

.choose-list li {
    list-style: none;
    border-left: 2px solid #CAD022;
    margin-bottom: 5px;
    padding-left: 5px;
}

.celebrity-list {
    padding: 50px 0 0 0;
}

.celebrity-top {
    padding: 0 5%;
}

.celebrity-top h1 {
    max-width: 520px;
    margin: 0px auto 50px auto;
    border-left: 5px solid #181D62;
    color: #181D62;
    font-size: 30px;
    font-weight: 500;
    padding-left: 10px;
    text-align: left;
}

.celebrity-list > div:last-of-type ul {
    padding: 0;
    margin: 0;
}

.celebrity-list > div:last-of-type ul li {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.celebrity-list > div:last-of-type ul li:nth-of-type(odd) {
    background: #F7F8F8;
}

.celebrity-list > div:last-of-type ul li img {
    float: left;
    width: 20%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.celebrity-list > div:last-of-type ul li:nth-of-type(even) img {
    float: right;
}

.celebrity-list > div:last-of-type ul li > a > div {
    width: 65%;
    text-align: left;
    position: absolute;
    right: 5%;
    top: 0;
    height: 100%;
}

.celebrity-list > div:last-of-type ul li:nth-of-type(even) > a > div {
    right: auto;
    left: 5%;
    text-align: right;
}

.celebrity-list > div:last-of-type ul li:hover {
    background: #eee;
}

.celebrity-list > div:last-of-type ul li:hover img {
    transform: scale(1.2);
}

.celebrity-list > div:last-of-type ul li > a > div:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.celebrity-list > div:last-of-type ul li > a > div > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 6px);
}

.celebrity-list > div:last-of-type ul li strong {
    color: #181D62;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 5px solid #F4E228;
    line-height: 50px;
}

.celebrity-list > div:last-of-type ul li span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.celebrity-list > div:last-of-type ul li p {
    color: #555;
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    padding: 0 30px;
}

.celebrity-list > div:last-of-type ul li p:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    background: url(img/celebrity-p-top.png) center no-repeat;
}

.celebrity-list > div:last-of-type ul li p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: url(img/celebrity-p-bottom.png) center no-repeat;
}

.celebrity-list > div:last-of-type ul li:nth-of-type(even) > a > div p {
    text-align: left;
}

.tab {
    margin: 40px auto 10px auto;
    text-align: center;
}

.tab a {
    display: inline-block;
    width: 150px;
    margin: 10px;
}

.tab a.active {
    filter: none !important;
    -webkit-filter: none !important;
}

.tab a:not(:hover) {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.tab a img {
    display: block;
    width: 100%;
}

.sort {
    margin: 0 5%;
    text-align: right;
}

.sort a {
    display: inline-block;
    width: 150px;
    margin: 10px;
}

.sort a.active {
    filter: none !important;
    -webkit-filter: none !important;
}

.sort a:not(:hover) {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.sort a img {
    display: block;
    width: 100%;
}

.detail {
    /*background: url(img/detail-bg.png) #F7F8F8 center repeat;*/
    background-size: 50%;
    padding: 50px 5% 0 5%;
}

.detail .list-title {
    /*margin-left: -5vw;
    color: #056FB8;
    float: left;
    width: calc(100% - 200px);*/
}

.detail .list-title h1 {
    /*font-size: 30px;*/
    font-weight: 500;
    /*line-height: 25px;*/
    margin: 0;
    color: #056FB8;
}


.detail .list-title img {
    float: left;
    height: 50px;
    margin-right: 20px;
}

.detail .list-title small {
    font-size: 20px;
    font-weight: 100;
    display: block;
}

.detail .list-title label {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #EA5515;
    cursor: pointer;
}

.detail .list-title label img {
    /*height: 30px;*/
    margin-right: 10px;
}

.detail .list-title h1 input {
    display: none;
}

.detail .list-title h1 input:not(:checked) + label {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.detail .share {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    width: 200px;
}

.detail .share a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 40px;
}

.detail .share a img {
    display: block;
    width: 100%;
}

.detail .share a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

.detail > h2 {
    color: #056FB8;
}

.detail > h2 span b {
    letter-spacing: -20px;
}

.detail > h2 span b:first-of-type {
    margin-left: -20px;
    margin-right: 30px;
}

.detail > h2 span b:last-of-type {
    margin-left: 10px;
}

.detail > h2.uk-heading-line > ::after,
.detail > h2.uk-heading-line > ::before {
    border-color: #056FB8;
    margin: 0;
}

.detail .list ul li {
    border-color: #F7F8F8;
}

.detail .main {
    max-width: 1000px;
    margin: 0px auto;
}

.detail .main > img {
    display: block;
    width: 100%;
}

.detail .main > div {
    padding: 0 50px;
    background: #d3ad6f;
    background-size: 100%;
}

.detail .main > div > div,
.detail .main .uk-grid > div > div {
    margin-bottom: 20px;
}

.detail .main > div > div:last-of-type {
    margin: 0;
}

.detail .main .uk-grid > div > img {
    display: block;
    width: 100%;
}

.detail .main > div .input {
    background: white;
    border: 1px solid #898989;
    padding: 10px;
    min-height: 45px;
    width: 100%;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.detail .main > div .input img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin: -27px 0 0 -17px;
}

.detail .main > div .input.uk-float-right {
    width: calc(100% - 200px);
    margin-top: 0;
}

.detail .main > div > div > img {
    display: block;
    width: 100%;
    border: 10px solid #EFEFEF;
}

.detail .main > div > div b img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: -7px;
}

.detail .main center a.iwantpost {
    margin: 30px auto;
    background: #81c2d3;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    padding: 10px 70px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.detail .main center a.iwantpost:hover {
    background: #002541;
}

.detail .main > div.share {
    background: none;
    margin-top: 20px;
    float: none;
    text-align: right;
    width: 100%;
    padding: 0;
}

.detail .main > div.share a.check {
    border: 2px solid #056FB8;
    color: #056FB8;
    padding: 5px 18px 5px 15px;
}

.detail .main > div.share a.check:hover {
    background: #056FB8;
    color: #fff;
}

.detail .celebrity-title {
    max-width: 600px;
    margin: 0px auto;
    position: relative;
}

.detail .celebrity-title > img {
    width: 40%;
}

.detail .celebrity-title > div {
    width: calc(60% - 20px);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.detail .celebrity-title > div h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #181D62;
    border-bottom: 5px solid #CAD022;
    margin: 0 20px 10px 0;
}

.detail .celebrity-title > div label {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #EA5515;
    cursor: pointer;
}

.detail .celebrity-title > div label img {
    display: inline-block;
    width: 30px;
}

.detail .celebrity-title > div small {
    display: block;
    font-size: 17px;
    font-weight: 100;
}

.detail .celebrity-title > div input {
    display: none;
}

.detail .celebrity-title > div input:not(:checked) + label {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.box .info {
    max-width: 1000px;
    margin: 0px auto;
}

.box .info > img {
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
}

.box .info p {
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.box .info p span i {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    font-weight: bold;
    background: #CAD022;
    font-style: normal;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: 5px;
}

.box .info p:nth-of-type(even) span i {
    background: #F4E228;
}

.box .info p em {
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.box .info p img {
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    margin-top: 5px;
}

.box .info .info-box {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    background: #fff;
    text-align: left;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}

.box .info .info-box.award {
    border: 5px solid #6FC5C6;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.box .info .info-box {
    line-height: 20px;
}

.box .info .info-box div small {
    margin-top: 5px;
}

.box .info img.stitle {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

.box .info .info-box .gift {
    color: #412210;
    text-align: center;
}

.box .info .info-box .gift img {
    max-width: 200px;
    display: block;
    margin: 0 auto 10px auto;
}

.box .info .info-box .gift small {
    display: block;
}

.box .info .info-box hr {
    border-bottom: 2px dotted #ccc;
    border-top: 0;
}

.box .info .info-four {
    background: url(img/info-four-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    text-align: left;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    margin: 50px auto;
    max-width: 900px;
}

.box .info .info-four ul {
    list-style: none;
}

.box .info .info-four ul li i {
    display: inline-block;
    background: #898989;
    color: #fff;
    font-weight: bold;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    font-style: normal;
}

.box .info .info-four img {
    display: block;
    height: 40px;
    margin: 20px auto;
}

.box .info .info-four img:last-of-type {
    height: 30px;
}

.box .info .qa {
    margin-bottom: 50px;
}

.box .info .qa ul {
    list-style: none;
    line-height: 35px;
    font-size: 18px;
}

.box .info .qa ul li {
    color: #182A88;
    position: relative;
}

.box .info .qa ul li i {
    position: absolute;
    left: -30px;
    top: 5px;
    display: inline-block;
    background: #D4D9DD;
    color: #182A88;
    font-weight: bold;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    font-style: normal;
}

.box .info .qa ul li:nth-of-type(even),
.box .info .qa ul li:nth-of-type(even) i {
    color: #333;
}

.box .info .qa.none ul li,
.box .info .qa.none ul li i {
    color: #333 !important;
}

.box .info .img-line {
    position: relative;
}

.box .info .img-line img {
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: 90%;
    margin: 0px auto;
}

.box .info .img-line:before {
    content: "";
    border-bottom: 1px solid #182A88;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 14%;
    z-index: 0;
}

footer {
    padding-top: 50px;
}

footer.bg {
    /*background: url(img/detail-bg.png) #F7F8F8 center repeat;*/
    background-size: 50%;
}

footer > img {
    display: block;
    margin: 0px auto;
    max-width: 90%;
}

footer .info {
    padding: 15px 5%;
    background: #DCDDDD;
    color: #595857;
    font-size: 14px;
}

footer .info .uk-float-left img {
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 10px;
}

footer .info .uk-float-left > a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

footer .info .uk-float-left span {
    display: inline-block;
    vertical-align: middle;
}

footer .info .uk-float-left span strong {
    font-size: 20px;
    padding: 0 10px;
    border-left: 1px solid #595857;
    border-right: 1px solid #595857;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

footer .info .uk-float-left span a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

footer .info .uk-float-left span a img {
    display: block;
    height: 100%;
    margin: 0;
}

footer .info .uk-float-left span a:hover {
    background: #fff;
}

footer .info .uk-float-right a {
    display: inline-block;
    margin: 20px 5px;
}

footer .info .uk-float-right a:hover {
    background: #fff;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

footer .info .uk-float-right a img {
    width: 50px;
}

.back-to-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 20px;
}

.back-to-top img {
    display: block;
    height: 50px;
}

.container .pagination__next img {
    display: block;
    width: 100%;
}

.list ul li .index-center-img {
    width: 100%;
    height: 20vw;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    overflow: hidden;
}

.list ul li:hover .index-center-img img {
    transform: scale(1);
    margin: auto;
}

@media screen and (max-width: 1280px) {
    nav.uk-navbar-container ul li a {
        font-size: 17px;
        padding: 0 20px;
    }
    footer .info {
        padding-top: 30px;
    }
    footer .info .uk-float-left,
    footer .info .uk-float-right {
        text-align: center;
        width: 100%;
    }
    footer .info .uk-float-left img,
    footer .info .uk-float-left span {
        display: block;
    }
    footer .info .uk-float-left img {
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 1024px) {
    nav.uk-navbar-container {
        height: 50px;
        position: relative;
    }
    nav.uk-navbar-container a {
        padding: 0;
    }
    nav.uk-navbar-container .uk-navbar-center {
        position: static;
    }
    nav.uk-navbar-container .uk-navbar-center ul.uk-navbar-nav {
        display: block;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100vw;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        box-shadow: 1px 1px 2px #ccc;
        -moz-box-shadow: 1px 1px 2px #ccc;
        -webkit-box-shadow: 1px 1px 2px #ccc;
    }
    nav.uk-navbar-container a.uk-navbar-toggle {
        display: block;
        line-height: 80px;
        color: #4EA9E2;
        position: relative;
    }
    nav.uk-navbar-container a.uk-navbar-toggle span {
        position: absolute;
        right: -15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
    }
    nav.uk-navbar-container a.uk-navbar-toggle span svg {
        width: 30px;
        height: 30px;
    }
    nav.uk-navbar-container a.uk-navbar-toggle.open + ul.uk-navbar-nav {
        max-height: 100vh;
    }
    nav.uk-navbar-container a.uk-navbar-toggle + ul.uk-navbar-nav li a {
        height: 50px;
        background: #fff;
        border-top: 1px solid #ccc;
    }
    nav.uk-navbar-container a.uk-navbar-toggle + ul.uk-navbar-nav li:last-of-type a {
        border-bottom: 1px solid #ccc;
    }
    nav.uk-navbar-container a.uk-navbar-toggle.open span {
        opacity: 0;
    }
    nav.uk-navbar-container a.uk-navbar-toggle.open span + span {
        opacity: 1;
    }
    nav.uk-navbar-container a.uk-navbar-toggle span + span {
        opacity: 0;
    }
    nav.uk-navbar-container li.uk-active:after {
        content: none;
    }
    .banner .uk-light a {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .list > div:first-of-type {
        text-align: center;
    }
    .uk-select {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .uk-select:last-of-type {
        margin: 0;
    }
    .celebrity-list > div:last-of-type ul li {
        padding: 50px 5%;
    }
    .celebrity-list > div:last-of-type ul li > a > div {
        width: 70%;
        position: relative;
        float: left;
        right: auto;
        height: auto;
        margin-left: 5%;
    }
    .celebrity-list > div:last-of-type ul li:nth-of-type(even) > a > div {
        float: right;
        left: auto;
        margin-left: 0;
        margin-right: 5%;
    }
    .tab a {
        width: 100px;
        margin: 5px;
    }
    .sort {
        text-align: center;
    }
    .detail .share {
        width: 100%;
    }
    .detail .list-title {
        width: 105vw;
    }
    .detail .list-title {
        margin-left: -10vw;
        margin-top: 20px;
    }
    .detail .list-title h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 694px) {
    .post.post1 > div:first-of-type {
        padding: 20px 20px 1px 30px;
    }
    .post.post2 > div:first-of-type {
        padding: 20px 20px 1px 40px;
    }
    .detail .list-title {
        width: 115vw;
    }
    .detail .list-title {
        margin-left: -20vw;
    }
    .detail .main > div .input.uk-float-right {
        width: 100%;
        margin-top: 5px;
    }
    .detail .celebrity-title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 414px) {
    .celebrity-list > div:last-of-type ul li a {
        display: block;
        text-align: center;
    }
    .celebrity-list > div:last-of-type ul li img {
        width: 80%;
        margin-bottom: 20px;
        float: none !important;
    }
    .celebrity-list > div:last-of-type ul li > a > div {
        width: 100%;
        margin: 0 !important;
    }
    .celebrity-list > div:last-of-type ul li:nth-of-type(even) > a > div {
        text-align: left;
    }
    .detail .list-title label {
        /*display: block;*/
        margin-top: 10px;
        margin-left: 0;
    }
    .detail .list-title small {
        margin-top: 10px;
        display: inline-block;
        margin-left: -40px;
    }
    .detail .main > div {
        padding: 0 20px;
    }
    .detail .celebrity-title > img {
        width: 30%;
    }
    .detail .celebrity-title > div {
        width: calc(70% - 20px);
    }
    .detail .celebrity-title > div h1 {
        font-size: 25px;
    }
    .detail .celebrity-title > div small {
        font-size: 15px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 375px) {
    .tab a {
        width: 90px;
    }
    .sort a {
        width: 120px;
    }
    .detail .list-title {
        width: 120vw;
    }
    .detail .list-title {
        margin-left: -25vw;
    }
    .detail .list-title h1 {
        font-size: 18px;
    }
    .detail .list-title label {
        margin-top: 5px;
    }
    .detail .list-title small {
        margin-top: 5px;
        font-size: 15px;
    }
    .detail .main > div > center button {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .detail .celebrity-title > img {
        width: 50%;
        display: block;
        margin: 0px auto;
    }
    .detail .celebrity-title > div {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
}