/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1360px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #c81e9a;
    --main-color2: #a61980;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.loginCon{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.loginCon>.warp{width: 100%;max-width: 680px;background: #fff;padding: 20px 35px;box-sizing: border-box;border-radius: 10px;box-shadow: var(--main-shadow);}
.loginCon .logo{text-align: center;}
.loginCon .logo img{width: auto;max-width: 100%;height: auto;max-height: 50px;}
.loginCon .logoTit{color: #000;font-size: 24px;font-weight: bold;margin: 35px 0;text-align: center;}
.loginCon .loginTip{width: 100%;border: 1px solid #fad7db;background: #f4c6d0;border-radius: 5px;padding: 15px;font-size: 14px;color: #582f4d;text-align: center;margin: 35px 0;}
.loginForm{width: 100%;}
.loginForm ul li{margin-bottom: 10px;text-align: center;}
.loginForm input{width: 100%;max-width: 360px;height: 50px;border: 1px solid #ddd;border-radius: 5px;padding: 0 10px;font-size: 16px;color: #333;}
.loginForm button{margin-top: 15px;width: 100px;height: 50px;background: #007aff;border: none;color: #fff;border-radius: 5px;font-size: 16px;}

.comPad{padding-left: 32px;padding-right: 32px;}

/*header*/
.header{ position:relative;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

.header.fixed{position: fixed;top: -100%;left: 0;width: 100%;background: #fff;z-index: 999;}
.header.fixed.active{top: 0;}

.hShare{font-size: 20px;}
.hShare a{display: inline-block;color: #000;margin-right: 20px;}
.hShare a:hover{color: var(--main-color);}
.hLine{display: block;background-color: #dfdfdf;width: 1px;height: 40px;position: relative;margin-right: 20px;}
.hSearch{font-size: 20px;}
.hSearch a{display: inline-block;color: #000;margin-right: 20px;}
.hSearch a:hover{color: var(--main-color);}

.hBtn{margin-right: 20px;}
.hBtn a{display: inline-block;padding: 10px 20px;background: var(--main-color);color: #fff;border-radius: 5px;font-size: 14px;font-weight: bold;}
.hBtn a:hover{background: var(--main-color2);}

.tcSearch {
	position: fixed;
	z-index: 999;
	background-color: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .5s;
	transition: transform .3s .5s;
}

.tcSearch.active {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.tcSearch .warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 45px;box-sizing: border-box;}
.searchClose{position: absolute;top: 20px;right: 20px;}
.searchClose img{width: 26px;}
.tcSearch .panel{width: 100%;max-width: 760px;margin: 0 auto;}
.tcSearch .panel .t1{color: #000;font-size: 2.2vw;text-align: center;font-weight: bold;margin-bottom: 25px;}

.tcSearch .box{width: 100%;height: 50px;position: relative;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;max-width: 720px;margin: 0 auto;}
.tcSearch .box input{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 0 120px 0 12px;font-size: 16px;color: #333;outline: none;}
.tcSearch .box button{position: absolute;top: 0;right: 0;width: 100px;height: 100%;border: none;background: var(--main-color);color: #fff;font-size: 16px;font-weight: bold;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:8px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height: calc(100% - 80px);top: 80px;left: -100%;overflow:auto;overflow-x:hidden;transition:left ease 0.35s;display: block;}
.nav_show1{left: 0;}

.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{position:relative;font-size: 1.2vw;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#000;width:100%;padding: 0 20px;display: block;box-sizing: border-box;font-weight: bold;padding: 15px 0;display: flex;justify-content: space-between;align-items: center;}
.sjj_nav1 ul li a:hover{color: var(--main-color);}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;font-size: 16px;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 10px 30px;}

.sjj_nav1 ul li a em{display: block;font-size: 16px;font-weight: normal;margin-top: 5px;color: #666;}

.sjj_nav1 .warp{width: 100%;height: 100%;position: relative;}
.menuWarp{width: 40%;padding: 48px 32px;background: #fff;}
.menuRight{width: 60%;padding: 48px 5%;background: #dfdfdf;}
.menuRight .img img{width: 100%;}
.sjj_nav1 .iconBg{position: absolute;left: 0;bottom: 0;/*z-index: 9;*/}
.sjj_nav1 .iconBg img{width: auto;max-width: 200px;height: auto;}
.sjj_nav1 .arrow{color: #dfdfdf;font-size: 2vw;transition: 0.3s;}
.sjj_nav1 ul li a:hover .arrow{color: var(--main-color);}

.menuWarp .accountexit{margin-top: 12vw;}
.menuWarp .accountexit a{position: relative;z-index: 9;font-size: 1vw;color: #000;font-weight: bold;}
.menuWarp .accountexit a:hover{color: var(--main-color);}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{color: #000;font-size: 2.2vw;font-weight: bold;}
.iTxt{font-size: 18px;color: #000;}
.iMore a{display: inline-block;padding: 10px 20px;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 5px;font-weight: bold;}
.iMore a:hover{background: var(--main-color2);}
.i1LineWarp{width: 100%;overflow: hidden;}
.iLine{width: 100%;height: 1px;background: #000;}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.mainPage{width: 100%;}
.mainWarp{width: 100%;background: #dfdfdf;position: relative;min-height: 320px;}
.mainWarp .iconBg{position: absolute;}
.mainWarp .iconBg1{top: 0;right: 0;}
.mainWarp .iconBg2{bottom: 0;left: 0;}

.index1{width: 100%;padding-top: 80px;}
.i1Warp{padding-bottom: 100px;overflow: hidden;}
.i1Tit{color: #000;font-size: 5vw;font-weight: bold;position: relative;margin-bottom: -3vw;z-index: 9;}
.i1Warp{width: 100%;}
.i1Warp .f_left{width: 32%;padding: 4vw 0;position: relative;}
.i1Warp .f_right{width: 62%;font-size: 12px;color: #666;font-weight: bold;}
.i1Warp .img{width: 100%;}
.i1Warp .img img{width: 100%;}

.txtImg{font-size: 16px;color: #333;font-weight: bold;-webkit-transform: rotate(-90deg);position: absolute;left: -20px;bottom: 0;}

.index2{width: 100%;overflow: hidden;margin: 100px 0;}
.i2Img{width: 100%;background: #fff;padding: 5px;box-sizing: border-box;overflow: hidden;}
.i2Img img{width: 100%;}

.index3{width: 100%;overflow: hidden;margin: 100px 0;}
.i3Warp{width: 100%;}
.i3Warp .left{width: 45%;}
.i3Warp .right{width: 51%;}
.i3List{width: 100%;}
.i3List ul li{width: 50%;padding: 0 10px;margin-bottom: 20px;transition: 0.3s;}
.i3List .part{display: block;width: 100%;background: #fff;padding: 5px;}
.i3List .tip{font-size: 12px;color: #000;font-style: italic;margin-top: 10px;}
.i3List .part .img{width: 100%;}
    .i3List .part .img img {
        object-fit: cover;
        height: 270px;
        width: 100%;
    }
.i3List .part .desc{padding: 10px;}
    .i3List .part .t1 {
        min-height: 63px;
        font-size: 24px;
        color: #000;
        font-weight: bold;
    }
.i3List ul li .part:hover{transform: translateY(-10px);}

.index4{width: 100%;padding-bottom: 100px;}
.i4Warp{width: 100%;position: relative;}
.i4Warp:after{position: absolute;left: 0;bottom: 0;background: linear-gradient(to top, #000, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%);width: 100%;height: 100%;content: "";transition: 0.3s;}
.i4Warp img{width: 100%;}
.i4Warp .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;box-sizing: border-box;z-index: 9;}
.i4Warp:hover:after{background: rgba(0, 0, 0, 0.7);}

.footer{padding-top: 80px;padding-bottom: 35px;}
.footer .iLine{margin: 15px 0;}
.fWarp{width: 100%;}
.fWarp .f_left{width: 20%;}
.fWarp .f_right{width: 78%;overflow: hidden;}
.fLogo img{width: auto;max-width: 100%;height: auto;max-height: 50px;}
.fTit{color: #000;font-weight: bold;font-size: 18px;}
.fMenu{width: 70%;overflow: hidden;}
.fMenu dl dd{width: 33.3%;}
.fMenu ul li{font-size: 14px;margin: 2px 0;}
.fMenu a{color: #000;display: block;padding: 10px 0;}
.fMenu a:hover{color: var(--main-color);}
.fAddr{width: 28%;overflow: hidden;} 
.fDesc{font-size: 14px;color: #333;}
.fDesc h3{font-weight: bold;font-size: 16px;}
.fBtm{width: 100%;}
.fLinks{font-size: 20px;}
.fLinks a{display: inline-block;color: #000;margin-left: 20px;}
.fLinks a:hover{color: var(--main-color);}

.grade{width: 100%;padding: 100px 0;}
.grade_list{width: 100%;margin-top: 35px;}
.grade_list dl{}
.grade_list .tab{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 10px 0;padding: 20px 0;border-bottom: 1px solid #000;color: #000;font-weight: bold;cursor: pointer;}
.grade_list .tab strong{font-size: 16px;display: block;flex: 1;}
.grade_list .tab i{font-size: 20px;}
.grade_list .tab:hover{color: var(--main-color);}
.grade_list dd{display: none;}
.grade_list .panel{padding: 5px 20px;}
.grade_list ul li{margin: 15px 0;}
.grade_list ul li a{font-size: 16px;color: #000;}
.grade_list ul li a:hover{color: var(--main-color);}
.grade em{
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #666;
}


.workCon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-128deg, rgb(223, 223, 223) 3%, rgb(223, 223, 223) 88%, rgb(223, 223, 223) 100%);
}
.workCon>.warp{width: 100%;max-width: 420px;background: #FAFAFA;padding: 18px 32px;box-sizing: border-box;border-radius: 10px;box-shadow: var(--main-shadow);}

.workForm ul li{margin-bottom: 15px;text-align: center;}
.workForm ul li:last-child{margin: 0;}
.workForm .tit{font-size: 12px;font-weight: bold;margin-bottom: 5px;text-align: left;color: #000;}
.workForm input,
.workForm textarea,
.workForm select{width: 100%;height: 32px;border: 1px solid #ddd;border-radius: 5px;padding: 0 10px;font-size: 14px;color: #333;outline: none;}
.workForm textarea{padding: 10px;height: 80px;}
.workForm input:focus,
.workForm textarea:focus,
.workForm select:focus{border: 1px solid #FFC145;}
.workForm button{margin-top: 15px;width: 170px;height: 40px;background: #3498DB;border: none;color: #fff;border-radius: 35px;font-size: 16px;}
.workForm .cancel{color: #666;display: inline-block;margin-top: 10px;}

.course{width: 100%;padding: 100px 0;}
.courseWarp{width: 100%;background: #fff;padding: 35px;}
.courseBox{width: 100%;max-width: 580px;margin: 0 auto;}
.courseBox .week{width: 100%;}
.courseBox .week .row{width: 14.2%;text-align: center;font-size: 14px;color: #333;height: 50px;line-height: 50px;}

.courseTop{max-width: 580px;margin: 0 auto;}
.courseTop a{display: inline-block;height: 35px;line-height: 35px;background: #f5f5f6;border-radius: 3px;border: 1px solid #ddd;padding: 0 15px;font-size: 14px;color: #313940;}
.courseTop .today{margin-right: 10px;}
.courseTop .year{margin-left: 10px;background: transparent;border: none;padding: 0;text-decoration: underline;}
.courseTools{max-width: 580px;margin: 20px auto;}
.courseTools a{display: inline-block;height: 35px;line-height: 35px;background: #f5f5f6;border-radius: 3px;border: 1px solid #ddd;padding: 0 15px;font-size: 14px;color: #313940;}
.courseTools .warp{margin-right: 10px;border-radius: 3px;overflow: hidden;}
.courseTools .warp a{border-radius: 0;}
.courseTools .addBtn{font-size: 28px;line-height: 28px;}


.dayList{width: 100%;border: 1px solid #ddd;}
.dayList ul li{width: 14.285%;border: 1px solid #ddd;}
.dayWarp{padding: 10px;width: 100%;height: 100%;}
.dayNumb{font-size: 16px;color: #333;}
.dayTip{margin-top: 10px;}
.dayTipTab{border: 1px solid #ddd;padding: 3px;width: auto;max-width: 100%;overflow: hidden;display: flex;align-items: center;cursor: pointer;color: #333;}
.dayTipTab i{font-size: 16px;vertical-align: middle;margin-right: 5px;}
.dayTipTab span{font-size: 14px;}

.dayTipTc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;display: none;}
.dayTipTc.active{display: block;}
.dayTipTc>.warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.dayTipTc>.warp>.box{width: 100%;max-width: 480px;height: auto;padding: 20px;border-radius: 5px;background: #fff;box-shadow: var(--main-shadow);position: relative;}
.dayTipClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.dayTipClose img{width: 26px;}

.dayTipTc .tit{font-size: 34px;padding: 15px 0;border-bottom: 1px solid #ccc;color: #007aff;}
.dayTipTc .time{font-size: 16px;color: #666;margin: 15px 0;}
.dayTipTc .desc {font-weight: 800;font-size: 16px;color: #333;}
.dayTipTc .desc a{color: #007aff;}
.dayTipTc .desc a:hover{color: var(--main-color);}

.inside{padding: 100px 0;}

.course .grade_list{max-width: 580px;margin: 20px auto;}

@media only screen and (max-width: 1360px) {
.wapper{ width:100%;padding: 0 20px;}
.iTxt{font-size: 16px;}



}

@media only screen and (max-width: 980px) {
.i1Tit{margin-bottom: 20px;}
.i1Warp .f_left{width: 100%;padding: 35px 0;}
.i1Warp .f_right{width: 100%;}
.txtImg{-webkit-transform: none; left: auto;right: 0;bottom: 50px;}
.i3Warp .left{width: 100%;padding: 35px 0;}
.i3Warp .right{width: 100%;}
.fWarp .f_left{width: 100%;text-align: center;margin-bottom: 20px;}
.fWarp .f_right{width: 100%;}


}

@media only screen and (max-width: 780px) {
.wapper{padding: 0 10px;}
.comPad{padding: 0 10px;}
.loginCon>.warp{max-width: 90%;padding: 20px;}
.loginCon .logoTit{margin: 15px 0;font-size: 16px;}
.loginCon .loginTip{margin: 15px 0;padding: 10px;}
.loginForm input{height: 40px;font-size: 14px;}
.loginForm button{margin-top: 0;height: 40px;}

.headList{padding: 0 10px;}
.mainPage{padding: 0;}
.headList .logo{width: calc(100% - 220px);}
.headList .logo a{display: block;width: 100%;}
.headList .logo img{max-height: 40px;max-width: 100%;}
.hRight{width: 220px;}
.hShare a{margin-right: 10px;}
.hBtn{margin-right: 10px;}
.hBtn a{font-size: 12px;padding: 5px 10px;}
.hSearch a{margin-right: 10px;}
.hLine{height: 30px;margin-right: 10px;}
.i1Tit{font-size: 32px;}
.i1Warp .f_left{padding-top: 0;}
.iMore a{font-size: 14px;}
.txtImg{position: relative;left: auto;right: auto;bottom: auto;margin-top: 20px;text-align: center;}
.i1Warp{padding-bottom: 60px;}
.index2 {margin: 60px 0;}
.iTit{font-size: 26px;}
.i2Img{margin-top: 25px;}
.index3{margin: 60px 0;}
.i3Warp .left{padding-top: 0;}
.i3List .part .t1{font-size: 14px;}
.i3List ul li{padding: 0 3px;margin-bottom: 6px;}
.i4Warp img{height: 200px;object-fit: cover;}
.i4Warp .imgTop .iTit{margin-bottom: 20px;}
.footer{padding: 20px 10px;}
.fMenu{width: 100%;}
.fMenu dl dd{width: 100%;border-bottom: 1px solid #ddd;}
.fMenu dl dd:last-child{border: none;}
.fAddr{width: 100%;margin-top: 15px;}
.fLinks{margin-top: 15px;}
.fLinks a{margin-left: auto;margin-right: 10px;}
.grade_list{margin-top: 20px;}
.grade_list .tab{padding: 10px 0;}
.grade_list .panel{padding: 5px 10px;}
.grade_list ul li{margin: 12px 0;}
.workCon>.warp{max-width: 90%;padding: 20px;}
.courseWarp{padding: 35px 10px;}
.dayWarp{padding: 5px;}
.dayNumb{font-size: 14px;}
.dayTipTab i{font-size: 12px;}
.dayTipTab span{font-size: 12px;}
.dayTipTc .tit{font-size: 26px;padding: 10px 0;}
.dayTipTc .time{font-size: 14px;margin: 10px 0;}
.dayTipTc .desc{font-size: 14px;}
.menuWarp{width: 100%;}
.menuRight{display: none;}
.sjj_nav1 ul li a{font-size: 20px;}
.sjj_nav1 .arrow{font-size: 28px;}
.tcSearch .warp{padding: 45px 20px;}
.tcSearch .panel .t1{font-size: 26px;}
.inside{padding: 60px 0;}
.menuWarp .accountexit a{font-size: 20px;}




}
