body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Roboto, 鈥滵roid Sans鈥�, 鈥滺elvetica Neue鈥�, 鈥滵roid Sans Fallback鈥�, 鈥滺eiti SC鈥�, sans-self;
    font-size: 62.5%;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset,
img {
    border: 0;
    display: inline-block;
}

address,
caption,
cite,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}


/* HTML5 */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #000;
    text-decoration: none;
    zoom: 1;
}

a:active {
    color: #666;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
button {
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: tahoma, \5b8b\4f53, arial;
    font-size: 100%;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: middle;
    margin: 0 5px;
}

input[type='text'],
input[type='password'],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

textarea {
    overflow: auto;
    font: 100% tahoma, \5b8b\4f53, arial;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*===reset end===*/

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        --moz-transform: translate3d(0, 0, 0);
        --ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        --moz-transform: translate3d(0, 10px, 0);
        --ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        --moz-transform: translate3d(0, 0, 0);
        --ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 0.6s ease-out 0.3s both;
    -moz-animation: fadeInRight 0.6s ease-out 0.3s both;
    -o-animation: fadeInRight 0.6s ease-out 0.3s both;
    animation: fadeInRight 0.6s ease-out 0.3s both;
}


/*其他css样式*/

.footer {
    height: 390px !important;
}

.bigFocus {
    position: relative;
}

.bigFocus .swiper-container {
    padding: 10px 0;
}

.bigFocus .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    opacity: 0.5;
}

.bigFocus .swiper-slide img {
    width: 165%;
    height: 800px;
}

.bigFocus .swiper-slide-active {
    transform: scale(1);
    z-index: 999;
    opacity: 1;
}

.bigFocus .swiper-slide-active img {
    box-shadow: 0 0 10px #03206c;
    border-radius: 5px;
}


/*其他css样式*/

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-wrap .section .title {
    height: 100%;
    padding: 140px 0 0 0px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    position: relative;
    box-sizing: border-box;
}

.section-wrap .section .title.active p.dota-title {
    position: absolute;
    left: 10%;
    top: 30%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 86px;
    color: #ffffff;
    -webkit-animation: fadeInLeft 0.6s ease-out 0.3s both;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 5px 5px 70px rgba(255, 255, 255, 0.5);
}

.section-wrap .section .title.active p.dota-tips {
    position: absolute;
    left: 10%;
    top: 44%;
    font-family: MicrosoftYaHei;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 10px;
    -webkit-animation: fadeInRight 0.6s ease-out 0.3s both;
}

.section-wrap .section .title.active p.dota-tips span {
    display: block;
    margin-bottom: 20px;
}

.section-wrap .section .title a.read-more {
    width: 166px;
    height: 54px;
    background: url(../images/read-more.png);
    display: block;
    margin-top: 30px;
    position: absolute;
    left: 10%;
    top: 50%;
    opacity: 0;
}

.section-wrap .section .title.active a.read-more {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.section-wrap .section .rpg-type {
    opacity: 0;
    animation: fadeInout 3s infinite;
}

.section-wrap .section-3 .title.active .rpg-type {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 3s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 3s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 3s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 3s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 3s cubic-bezier(0.86, 0, 0.8, 1);
}

.rpg-type {
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
}

.rpg-type span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rpg-type span i.fs {
    width: 43px;
    height: 38px;
    background: url(../images/fs.png);
    margin-right: 10px;
}

.rpg-type span i.tf {
    width: 41px;
    height: 47px;
    background: url(../images/tf.png);
    margin-right: 10px;
}

.rpg-type span i.dk {
    width: 46px;
    height: 40px;
    background: url(../images/dk.png);
    margin-right: 10px;
}

.rpg-type span i.sc {
    width: 55px;
    height: 45px;
    background: url(../images/sc.png);
    margin-right: 10px;
}

.rpg-type span i.xx {
    width: 44px;
    height: 48px;
    background: url(../images/xx.png);
    margin-right: 10px;
}

.rpg-type span i.ORPG {
    width: 39px;
    height: 32px;
    background: url(../images/ORPG.png);
    margin-right: 10px;
}

.section-wrap .section-3 .title.active .p-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 36%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 100px;
    color: #ffffff;
    -webkit-animation: fadeInLeft 1s ease-out 0.3s both;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 5px 5px 70px rgba(255, 255, 255, 0.5);
}

.section-wrap .section-3 .title.active .p-2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 54%;
    font-family: MicrosoftYaHei;
    font-size: 35px;
    color: #ffffff;
    -webkit-animation: fadeInRight 1s ease-out 0.3s both;
}

.section-wrap .section-3 .title.active .rpg-read-more {
    width: 166px;
    height: 54px;
    background: url(../images/read-more.png);
    position: absolute;
    left: 50%;
    margin-left: -83px;
    top: 64%;
}

.section-wrap .section-2 .title .read-more {
    opacity: 0;
}

.section-wrap .section-2 .title.active .read-more {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}


/* .section-wrap .section .title p {
    opacity: 0;
} */

.section-wrap .section .title .p-2 {
    color: #ccc;
    font-size: 20px;
}


/* .section-wrap .section .title.active .p-1 {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
} */


/* .section-wrap .section .title.active .p-2 {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.5, 0, 0.9, 1);
    -webkit-transition: all 2s cubic-bezier(0.5, 0, 0.9, 1);
    -ms-transition: all 2s cubic-bezier(0.5, 0, 0.9, 1);
    -moz-transition: all 2s cubic-bezier(0.5, 0, 0.9, 1);
    -o-transition: all 2s cubic-bezier(0.5, 0, 0.9, 1);
} */

.section-wrap .section-4 .title.active .p-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 86px;
    color: #ffffff;
    letter-spacing: 16px;
    animation: fadeInLeft 1s ease-out 0.3s both;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 5px 5px 70px rgba(255, 255, 255, 0.5);
    /* text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6); */
}

.section-wrap .section-4 .title.active .p-2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
    font-family: MicrosoftYaHei;
    font-size: 35px;
    color: #ffffff;
    animation: fadeInRight 1s ease-out 0.3s both;
}

.section-wrap .section-4 .title.active .rpg-read-more {
    width: 166px;
    height: 54px;
    background: url(../images/read-more.png);
    position: absolute;
    left: 50%;
    margin-left: -83px;
    top: 58%;
    animation: fadeInRight 0.6s ease-out 0.3s both;
}

.section-wrap .section-1 {
    background-color: #000;
    position: relative;
}

.mode-bg {
    width: 100%;
    height: 100%;
    background: rgba(10, 18, 18, 0.9);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.mode-bg2 {
    width: 100%;
    height: 100%;
    background: rgba(10, 18, 18, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.title-wenzi {
    width: 960px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -468px;
    margin-top: -168px;
    letter-spacing: 10px;
    animation: upDown 2s linear infinite;
}

.title-wenzi h1 {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 100px;
    color: #ffffff;
    letter-spacing: 10px;
    margin-bottom: 5px;
    color: #fefefe;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 5px 5px 70px rgba(255, 255, 255, 0.5);
}

.section-wrap .section .title-wenzi p.title-tips {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #ffffff;
    opacity: 1;
}

.action-btn {
    /* 修改：三张按钮素材均为 242px，按钮间保留 15px 间距并整体居中 */
    width: 756px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/* 修改：2.0、3.0 下载和账号注册统一使用用户提供的 242×64 按钮素材 */
.action-btn a.load-20,
.action-btn a.load-30,
.action-btn a.load-register {
    width: 242px;
    height: 64px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.action-btn a.load-20 {
    background-image: url(../images/home-download-20.png);
}

.action-btn a.load-30 {
    background-image: url(../images/home-download-30.png);
}

.action-btn a.load-register {
    background-image: url(../images/home-register.png);
}

/* 修改：按钮悬停时切换到对应的 -hover 素材，保持按钮尺寸不变 */
.action-btn a.load-20:hover {
    background-image: url(../images/home-download-20-hover.png);
}

.action-btn a.load-30:hover {
    background-image: url(../images/home-download-30-hover.png);
}

.action-btn a.load-register:hover {
    background-image: url(../images/home-register-hover.png);
}

/* 修改：版本信息与 242px 按钮宽度对齐，显示在下载按钮下方 */
.action-btn a.load-20 em,
.action-btn a.load-30 em {
    width: 242px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #b3b3b3;
    position: absolute;
    bottom: -40px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
}

.section-wrap .section-2 {
    background: url(../images/bg2.jpg) top center no-repeat;
    background-size: cover;
}

.section-wrap .section-3 {
    background: url(../images/bg3.jpg) top center no-repeat;
    background-size: cover;
}

.section-wrap .section-4 {
    background: url(../images/bg4.jpg) top center no-repeat;
    background-size: cover;
}

.section-wrap .section-5 {
    background: url(../images/bg5.jpg) top center no-repeat;
    background-size: cover;
}

.section-wrap .section-6 {
    height: 380px;
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -o-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -o-transform: translateY(-400%);
}

.put-section-5 {
    transform: translateY(-438%);
    -webkit-transform: translateY(-438%);
    -ms-transform: translateY(-438%);
    -moz-transform: translateY(-438%);
    -o-transform: translateY(-438%);
}

.section-btn {
    position: fixed;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-animation: fadeInRight 1s ease-out 0.3s both;
}

.section-btn li {
    width: 10px;
    height: 10px;
    background: transparent;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}

.section-btn li.cur {
    width: 30px;
    height: 30px;
    background: url(../images/cur.png);
    cursor: pointer;
}

.go-btn {
    opacity: 1;
    -webkit-animation: go-btn 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 20px;
    left: 48%;
    width: 44px;
    height: 25px;
    background: url(../images/go-btn.png);
    cursor: pointer;
    overflow: hidden;
    z-index: 101;
}

@keyframes go-btn {
    0% {
        bottom: 10px;
        opacity: 1;
    }
    100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: 0.5;
    }
}

.go-btn:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
}

.news-tt {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 112px;
    color: #f1f1f1;
    position: absolute;
    left: 10%;
    top: 20%;
    opacity: 0;
    /* text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6); */
}

.section-wrap .section-5 .title.active .news-tt {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 5px 5px 70px rgba(255, 255, 255, 0.5);
}

.news-tips {
    font-family: MicrosoftYaHei;
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    left: 10%;
    top: 37%;
    opacity: 0;
}

.section-wrap .section-5 .title.active .news-tips {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.news-lts {
    width: 1390px;
    height: 200px;
    position: absolute;
    left: 10%;
    top: 45%;
    opacity: 0;
}

.section-wrap .section-5 .title.active .news-lts {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -ms-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -moz-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -o-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.news-lts ul {
    width: 1390px;
    display: flex;
    justify-content: space-between;
}

.news-lts ul li {
    width: 420px;
    height: 298px;
    background: #2f6d97;
    border: 1px solid #3e5874;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-lts ul li a {
    width: 420px;
    height: 214px;
    display: block;
}

.news-lts ul li img {
    width: 420px;
    height: 214px;
}

.news-info {
    width: 420px;
    height: 84px;
    padding: 12px 22px 12px 22px;
    box-sizing: border-box;
}

.news-info .name {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.tags-box span {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background: #255c81;
    border-radius: 4px 4px 4px 4px;
    color: rgba(204, 204, 204, 1);
}

.tags-box em {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #cccccc;
}
