/* 全局通用css */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: #6C6D70;
}

a:hover {
    color: #2FBAD7;
}

@font-face {
    font-family: diyige;
    src: url(http://www.ylcp.shop/files/files/1651031972876/font/Cloud-Bold\ 700.otf);
}

@font-face {
    font-family: dierge;
    src: url(../font/Cloud-Light_c4b2bdaf59e87b977c1c96cf70801b6f.otf);
}

@font-face {
    font-family: disange;
    src: url(http://www.ylcp.shop/files/files/1651031972876/font/Moving\ Skate.ttf);
}

header {
    width: 1280px;
    height: 510px;
    background-color: #FFE09E;
    position: relative;
    margin: 0 auto;
}

#title {
    text-align: center;
    position: relative;
    height: 100%;
    width: 1220px;
    margin: 0 auto;
    padding: 0px 30px;
    background-color: #FFE09E;
}

#title_top {
    position: absolute;
    display: flex;
    right: 0px;
    top: 26px;
    right: 40PX;
}

#title_top li {
    margin-left: 12px;
}

#title_top li img {
    width: 24px;
}

#logo {
    width: 300px;
    margin: 0 auto;
    margin-top: 110px;
}

#title_botom {
    position: absolute;
    bottom: 0px;
    width: 1220px;
}

#title_botom ul {
    display: flex;
    border-bottom: 2px solid #A8A9AD;
    margin: 0 auto;
    padding: 0px 8px;
}

#title_botom ul li {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#title_botom ul span {
    width: 1px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #6F6D71;
    padding-left: 4.2%;
    padding-right: 4.2%;
}

#title_botom ul li a {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #6C6D70;
    font-family: dierge;
}

#title_botom ul li a:hover {
    font-weight: 600;
    color: #2FBAD7;
}

h2 {
    font-family: dierge;
    font-size: 40px;
    font-weight: 100;
    color: #6C6F8F;
}

h3 {
    color: #2DC0D7;
    font-size: 80px;
    font-weight: 300;
    font-family: disange;
    position: relative;
    top: -40px;
}


/* 底部 */

footer {
    width: 1280px;
    margin: 0 auto;
}

#footer_top {
    position: relative;
    top: 106px;
    width: 2px;
    width: 100%;
    display: flex;
}

#footer_top div {
    width: 98%;
    height: 1px;
    background-color: #6C6D70;
}

#footer_top img {
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -55px;
    z-index: 10;
}

#footer {
    position: relative;
    width: 100%;
    background-color: #FFE09E;
    text-align: center;
    padding-top: 60px;
    font-family: dierge;
    color: #6C6D70;
    padding-bottom: 10px;
    line-height: 35px;
}

#littlebox {
    width: 1280px;
    margin: 0 auto;
}

#footer_title {
    width: 1280px;
    margin: 0 auto;
    display: flex;
}

#footer_title_left {
    width: 400px;
    font-size: 14px;
    font-family: dierge;
    color: #6C6D70;
    text-align: center;
    line-height: 35px;
}

#footer_title_main {
    width: 480px;
    padding-top: 30px;
    text-align: center;
}

#footer_title_main img {
    width: 40px;
    height: 40px;
    margin: 0 25px;
}

#clear {
    width: 2px;
    height: 30px;
    background-color: #6C6D70;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#shurukaung {
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #979899;
}

#shurukaung input {
    height: 30px;
    width: 250px;
    text-align: center;
    border: 0px;
}

#shurukaung input:focus {
    border: 0px;
    outline: none;
}

#shurukaung input::placeholder {
    border: 0px;
    color: #c3c3c4;
    font-family: dierge;
}

#shurukaung p {
    border-top: 2px solid #979899;
}

#shurukaung p:hover {
    color: #2FBAD7
}

#footer_bottom {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.fenge {
    margin-left: 15px;
    margin-right: 15px;
}

#footer_bottom img {
    width: 30px;
    position: relative;
    top: 7px;
}

#back {
    position: fixed;
    width: 40px;
    height: 120px;
    z-index: 99;
    bottom: 100px;
    right: 10px;
}

#back a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(../img/backtotop.png);
    background-size: 100% 100%;
}