@import url(cwtexhei.css);

body {
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #FCFCFC;
}

html, body {
    height: 100%;
}

body, label, input, button, select, textarea {
    font-size: 14px;
    line-height: 1.4;
}

body, input, button, select, textarea {
    font-family: "TW-Kai", "WenQuanYi Zen Hei","WenQuanYi Micro Hei", "LiHei Pro", Meiryo, "Microsoft JhengHei", "Helvetica Neue", "cwTeXHei", Helvetica, Arial, sans-serif;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-container-content {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    background-color: #FCFCFC;
}

.guide-container-content {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    background-color: #FFFFFF;
}

.container-fluid>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    padding: 0;
}

.topDiv {
    background-color: #333333;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.introductionDiv {
    margin-top: 45px;
    min-width: 1024px;
    background-color: #3F3F3F;
    background-repeat: no-repeat;
    background-position: center center;
}

.introductionDiv .word {
    text-align: center;
    padding-top: 110px;
    line-height: 1.2;
}

.introductionDiv .word>.title {
    font-size: 60px;
    font-weight: 500;
}

.introductionDiv .word>.explanation {
    font-size: 27px;
    color: #898989;
}

.introductionDiv.index {
    background-color: #444444;
    background-image: url('../images/index.jpg');
    min-width: 1034px;
    height: 310px;
}

.introductionDiv.tools {
    background-color: #405770;
    background-image: url('../images/tools.jpg');
    min-width: 1024px;
    height: 310px;
}

.introductionDiv.unableOpenSite {
    background-color: #F2F2F2;
    background-image: url('../images/unableopensite.png');
    min-width: 1024px;
    height: 310px;
}

.introductionDiv.gameBlack {
    background-color: #F2F2F2;
    background-image: url('../images/gameblack.png');
    min-width: 1024px;
    height: 310px;
}

.introductionDiv.unablePlayGame{
    background-color: #F2F2F2;
    background-image: url('../images/unableplaygame.png');
    min-width: 1024px;
    height: 310px;
}

.introductionDiv.visitsSlow {
    background-color: #F2F2F2;
    background-image: url('../images/visitsslow.png');
    min-width: 1024px;
    height: 310px;
}

.introductionDiv.other {
    background-color: #F2F2F2;
    background-image: url('../images/other.png');
    min-width: 1024px;
    height: 310px;
}

.guideHead {
    margin-top: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1024px;
}

.guideHead.chrome {
    background-color: #70D793;
}

.guideHead.ie {
    background-color: #18CBFF;
}

.guideHead.troubleshooting {
    background-color: #C1E5E1;
}

.guideHead.dns {
    background-color: #AAB7B7;
}

.guideHead .title {
    font-size: 26px;
    color: #000000;
}

.guideHead .image {
    vertical-align: text-bottom;
    margin: 0 10px 0 28px;
}

.guideHead.troubleshooting .explanation-image {
    width: 62px;
}

.guideHead.troubleshooting .leading {
    margin: 11px 0 7px 0;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
}

.guideHead.troubleshooting .detail {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.guideHead.troubleshooting .nav {
    width: 100%;
}

.guideHead.troubleshooting .nav>li {
    float: left;
}

.guideHead.troubleshooting a {
    padding: 0;
}

.guideHead.troubleshooting a:hover,
.guideHead.troubleshooting a:focus {
    background-color: transparent;
}

.downloadButton {
    background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 140px;
    height: 40px;
    margin: 16px 0 0 32px;
}

.downloadButton:hover {
    background-position: 0 -40px;
}

.guidHead-content {
    position: relative;
}

.center-content {
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.guide-body {
    background-color: #ffffff;
}

.max-center-content {
    max-width: 1024px;
}

.logoDiv {
    margin: 0 20px;
    display: inline-flex;
    float: left;
}

.logo {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 105px;
    height: 36px;
    margin: 4px 14px 11px 29px;
}

.top-nav {
    width: auto;
    height: 100%;
    display: inline-flex;
}

.top-nav ul {
    margin: 0;
    height: 100%;
    float: left;
}

.top-nav ul li {
    height: 100%;
}

.top-nav ul li a {
    font-size: 16px;
    color: #B6B6B6;
    padding:  16px 13px 13px 13px;
    line-height: 16px;
}

.top-nav ul li a:hover,
.top-nav ul li a.active,
.top-nav ul li a:focus {
    background: none;
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.nav:after,
.nav:before {
    display: block;
}

.mainTitle p {
    margin: 54px auto 54px auto;
    width: 353px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2px;
}

.stepImage {
    text-align: center;
    background-image: url('../images/stepimage.png');
    background-repeat: no-repeat;
    width: 822px;
    height: 76px;
    background-position: center center;
    margin: 0 auto 42px auto;
}

.twoStepImage {
    text-align: center;
    background-image: url('../images/twostep.png');
    background-repeat: no-repeat;
    width: 324px;
    height: 76px;
    background-position: center center;
    margin: 0 auto 42px auto;
}

.main-content {
    margin: 0 auto 100px auto;
    padding: 0;
    text-align: center;
    display: table;
}

.tools-content {
    margin-top: 90px;
    margin-bottom: 100px;
    padding: 0;
    text-align: center;
    display: table;
}

.tools-content .item,
.step-content .item {
    padding: 0 7.5px 0 7.5px;
}

.step-content {
    margin-bottom: 100px;
    padding: 0;
    text-align: center;
    display: table;
}

.guid-content {
    width: 100%;
    margin: 32px 0 92px 0;
    padding: 0 0 0 22px;
    text-align: left;
    position: relative;
}

@media (max-width: 993px) {
    .container-fluid .row {
        display: table-row;
    }

    .container-fluid .item {
        display: table-cell;
    }
}

.main-content .row .item:last-child {
    border-right: none;
}

.main-content .row:last-child .item {
    border-bottom: none;
}

.main-content .row:nth-child(odd) .problemItem {
    margin: 0 20px 20px 20px;
}

.main-content .row:nth-child(even) .problemItem {
    margin: 20px 20px 0 20px;
}

.container-fluid .row {
    margin: 0;
}

.main-content .row .item {
    padding: 0;
    border-right: 1px solid #DCDEE1;
    position: relative;
    border-bottom: 1px solid #DCDEE1;
}

.problemItem {
    width: 292px;
    height: 300px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-align: center;
    background-color: transparent;
}

.problemItem:hover {
    background-color: #FFFFFF;
}

.problemItem:hover .arrow {
    display: block;
}

.problemItem .problemImage {
    padding-top: 26px;
    margin-bottom: 23px;
}

.problemTitle {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    color: #333333;
    letter-spacing: 1px;
}

.toolsItem {
    width: 234px;
    height: 306px;
    border-radius: 3px;
    border: 1px solid #D9DADE;
    text-align: center;
    background-color: #FFFFFF;
}

.stepItem {
    width: 234px;
    height: 416px;
    border-radius: 3px;
    border: 1px solid #D9DADE;
    text-align: center;
    background-color: #FFFFFF;
}

.step-content.visitsSlow .stepItem {
    height: 306px;
}

.step-content.other .stepItem {
    height: 371px;
}

.toolsItem .toolsImage {
    width: 100%;
    margin: 20px 0 30px 0;
}

.toolsTitle,
.stepTitle {
    margin-bottom: 16px;
    font-size: 22px;
    letter-spacing: 1px;
}

.toolsItemButton {
    margin: 30px 21px 32px 21px;
    width: 190px;
    height: 40px;
    border: 1px solid #D9DADE;
    background-color: #FCFCFC;
    text-align: center;
    border-radius: 4px;
}

.stepItemButton {
    margin: 15px auto 0 auto;
    width: 190px;
    height: 40px;
    border: 1px solid #D9DADE;
    background-color: #FCFCFC;
    text-align: center;
    border-radius: 4px;
}

.toolsItemButton .word,
.stepItemButton .word {
    font-size: 15px;
    margin: 12px 0;
    color: #333333;
    letter-spacing: 1px;
}

.problemItem:hover,
.toolsItemButton:hover,
.stepItemButton:hover {
    border: 1px solid #7BBBE5;
    box-shadow: 0 0 10px rgba(102,175,233, 0.5);
    cursor: pointer;
    text-decoration: none;
}

.stepItem .image {
    width: 100%;
    margin: 20px 0 30px 0;
}

.description {
    margin-bottom: 5px;
    color: #666666;
    line-height: 22px;
}

.stepDescription {
    margin-top: 16px;
    color: #666666;
    padding-bottom: 15px;
    line-height: 22px;
}

.arrow {
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 14px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

.main-content .row:nth-child(odd) .arrow {
    margin-bottom: 40px;
}

.main-content .row:nth-child(even) .arrow {
    margin-bottom: 20px;
}

.whiteBlock {
    width: 40px;
    height: 40px;
    background-color: #FCFCFC;
    position: absolute;
    z-index: 10;
}

.whiteBlock.right {
    bottom: -20px;
    right: -20px;
}

.whiteBlock.left {
    bottom: -20px;
    left: -20px;
}

.footer {
    min-width: 1024px;
    background-color: #F9F9F9;
    border-top: 1px solid #DDDDDD;
}

.footer.guide {
    min-width: 1024px;
}

.footer-content {
    margin: 18px auto 0 auto;
    height: 112px;
}

.copyright {
    color: #CCCCCC;
    float: left;
    margin-left: 13px;
    font-size: 12px;
}

.bottomDiv {
    float: right;
}

.bottomDiv .bottomClearCache {
    display: inline-block;
    padding-right: 15px;
}

.bottomDiv .bottoModifyDns {
    display: inline-block;
    padding: 0 27px 0 15px;
}

.bottomClearCache {
    border-right: 1px solid #EAEAEA;
}

.bottomClearCache .title,
.bottoModifyDns .title {
    font-size: 14px;
    color: #666666;
    text-align: center;
    letter-spacing: 1px;
}

.bottomClearCache .buttonGroup,
.bottoModifyDns .buttonGroup {
    margin-top: 13px;
    text-align: center;
}

.bottomClearCache .buttonGroup div,
.bottoModifyDns .buttonGroup div {
    margin-bottom: 8px;
}

.bottomClearCache .buttonGroup a,
.bottoModifyDns .buttonGroup a {
    color: #a7a7ab;
    font-size: 12px;
    line-height: 20px;
}

.row a:hover,
.row a:focus,
.guideHead a:hover,
.guideHead a:focus {
    text-decoration: none;
}

.guid-content img {
    margin: 8px auto;
}

.top {
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 22px;
    bottom: -82px;
    cursor: pointer;
}

.top:hover {
    background-position: 0 -50px;
}

.goBack-button {
background-image: url('../images/btn_back.png');
background-repeat: no-repeat;
background-position: 0 0;
width: 120px;
height: 32px;
position: absolute;
right: 18px;
top: -7px;
cursor: pointer;
}

.goBack-button:hover {
background-position: 0 -32px;
}

.problemPageDiv {
    position: relative;
}

.closeDiv {
    max-width: 1024px;
    height: 42px;
    margin: 0 auto;
    position: relative;
}

.closeButton {
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.closeButton:hover {
    background-position: 0 -28px;
}

.changeVersionButtonGroup {
    margin-right: 18px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.changeVersionButton {
    width: 120px;
    height: 36px;
    background-color: #4A85C4;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 0;
    float: left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 1px;
    line-height: 14px;
    font-size: 14px;
}

.changeVersionButtonGroup.ie .changeVersionButton {
    background-color: #4A85C4;
    color: #FFFFFF;
}

.changeVersionButtonGroup.dns .changeVersionButton {
    background-color: #859292;
    color: #FFFFFF;
}

.changeVersionButtonGroup.ie .changeVersionButton.active,
.changeVersionButtonGroup.ie .changeVersionButton:hover,
.changeVersionButtonGroup.dns .changeVersionButton.active,
.changeVersionButtonGroup.dns .changeVersionButton:hover {
    background-color: #FFFFFF;
    color: #333333;
}

/*-----ie8------*/

.container-fluid .row {
    display: table-row \9;
}

.container-fluid .row>.item {
    display: table-cell \9;
}

.container-fluid .row .item.lastItem {
    border-right: none \9;
}

.container-fluid .row.lastRow .item {
    border-bottom: none \9;
}

.container-fluid .row.odd .problemItem {
    margin: 0 20px 20px 20px \9;
}

.container-fluid .row.even .problemItem {
    margin: 20px 20px 0 20px \9;
}

.container-fluid .row.odd .arrow {
    margin-bottom: 40px \9;
}

.container-fluid .row.even .arrow {
    margin-bottom: 20px \9;
}
