/*=== 作者：Distantmemory - 时间：2018年11月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .hengbok-about { position: relative; padding: 0.48rem 0; background: #F6F6F7; }

    .hengbok-about .flower { position: absolute; top: 0; right: -1.2rem; z-index: 1; opacity: 0.2; }

    .hengbok-about .text { margin-bottom: 0.32rem; }
    .hengbok-about .text .content { margin: 0.24rem auto; line-height: 0.32rem; font-size: 0.14rem; color: #9E9E9E; }

}

@media ( min-width : 360px) { 

} 

@media ( min-width : 400px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

@media ( min-width : 768px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

} 

@media ( min-width : 1024px) {

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

    .hengbok-about { padding: 1.2rem 0; }
    
    .hengbok-about .flower { position: absolute; top: 0; right: -1.2rem; z-index: 1; opacity: 1; }

    .hengbok-about .text { margin-bottom: 0; padding: 0 0.64rem; border-left: 0.04rem solid #CBB8A8; }
    .hengbok-about .text .content { margin: 0.4rem auto; }
    
} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 
    
}

/*=== Style ===*/
.hengbok-about > .uk-container { position: relative; z-index: 2; }

.hengbok-about .text .welcom { line-height: 0.64rem; text-transform: uppercase; font-family: "Times New Roman"; font-size: 0.4rem; }
.hengbok-about .text .company-name { line-height: 0.32rem; font-size: 0.24rem; font-weight: 100; color: #505050; }
.hengbok-about .text .button a { display: inline-block; padding: 0 0.48rem; background: #CBB8A8; border-radius: 0.02rem; border: 0.01rem solid #CBB8A8; line-height: 0.4rem; font-size: 0.14rem; color: #FFF; }
.hengbok-about .text .button a:hover { background: #FFF; color: #CBB8A8; }