@media (min-width:600px) {

 .slider-box-1 {display: none;}
    .slider-box-2 {
        width: 100%;
        height: 180px;
        position: relative;
    }
    
    .slider-box-2 .item-name h3 {font-size:20px; padding:15px 0 15px 0; }


    .slider-box-2 .slick-next {
        position: absolute;
        top: 50%;
        right: 35px;
        z-index: 10; display: none !important;
    }

    .slider-box-2 .slick-prev {
        position: absolute;
        top: 50%;
        left: 35px;
        z-index: 10; display: none !important;
    }

    .slider-box-2 > .slick {width:100%; height:100%;}
    .slider-box-2 > .slick .item {
        height: 185px;
        position: relative;
        overflow: hidden;
    }

    .slider-box-2 > .slick .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-position: center;
        background-size: cover;

    }
    section {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        background: #fafafa;
        margin: 0;
        padding: 20px 20px 120px 20px;
    }



    #section1 {
        width: 100%;
        height: auto;
    }

    #section1 .Noticebox {
        width: 100%;
        height: 75px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        border: 1px solid #ddd;
        margin: 0;
    }

    #section1 .Noticebox .Notice {
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #ddd;
    }

    #section1 .Noticebox .Notice img {
        width: 20px;
        margin: 0 10px 0 0;
    }

    #section1 .Noticebox .Notice h4 {
        font-size: 15px;
    }

    #section1 .Noticebox .Contents {
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 0 25px;
    }

    #section1 .Noticebox .Contents h3 {
        color: #999;
        font-size: 15px;
    }

    #section1 .Noticebox .Noticebarbox {
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section1 .Noticebox .Noticebarbox .plus {
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section1 .Noticebox .Noticebarbox .plus h3 {
        color: #888;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
    }

    #section1 .Noticebox .Noticebarbox .plus h3 span {
        color: #888;
        font-size: 20px;
        display: inline-block;
        margin: 5px 0 0;
    }

    #section2 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #section2 .section2box {
        width: 100%;
        height: auto;
    }

    #section2 .name {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        padding: 35px 0 10px 0;
    }

    #section2 .gamebox {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .name p {
        font-size: 12px;
        margin: 10px 0 0 10px;
    }

    #section2 .gamebox .box2 {
        position: relative;
        display: block;
        width: 30%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
    }

    #section2 .gamebox .box1 .textbox {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 3px 0 0 10px;
    }

    #section2 .gamebox .box1 h3 {
        color: #111;
        font-size: 15px;
        font-weight: 700;
        position: absolute;
        top: 0;
        padding: 4px 0 0 5px;
    }

    #section2 .gamebox .box1 p {
        color: #999;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        top: 26px;
        padding: 0 0 0 5px;
        font-weight: 400;
    }

    #section2 .gamebox .box2 .textbox {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 3px 0 0 10px;
    }

    #section2 .gamebox .box2 h3 {
        color: #111;
        font-size: 15px;
        font-weight: 700;
        position: absolute;
        top: 4px;
        padding: 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #section2 .gamebox .box2 p {
        color: #999;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        top: 25px;
        padding: 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box1 .textbox {
        background: red;
    }

   	#section2 .gamebox .loginbox .login {
		    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	    background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	    background-color: #b8e356;
	    border-radius: 6px;
	    border: 1px solid #83c41a;
	    display: inline-block;
	    cursor: pointer;
	    color: #ffffff;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 15px 5px;
	    text-decoration: none;
	    text-shadow: 0px 1px 0px #86ae47;
	    text-align: center;
	    width:98%;
	}

#section2 .gamebox .loginbox .login:hover {
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	background-color:#a5cc52;
}
#section2 .gamebox .loginbox .login:active {
	position:relative;
	top:1px;
}
    #section2 .gamebox .loginbox .login h3 {
        font-size: 17px;
        color: #000;
    }

    #section2 .gamebox .loginbox .text {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section2 .gamebox .loginbox .text h3 {
        font-size: 15px;
        margin: 10px 0 0;
    }

    #section2 .gamebox .loginbox .text h4 {
        font-size: 15px;
        color: #DAA520;
        margin: 10px 0 0;
    }

    #section2 .gamebox .loginbox1 .name {
        width: 90%;
        display: flex;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #ddd;
        flex-direction: row;
        margin: 0 0 14px;
        padding: 10px 0;
    }

    #section2 .gamebox .loginbox1 .name h3 {
        color: #000;
        font-size: 17px;
    }

    #section2 .gamebox .loginbox1 .name img {
        width: 30px;
        position: absolute;
        top: 10px;
        right: 80px;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .name button {
        height: 35px;
        font-size: 11px;
        border: 1px solid #ddd;
        background: #fff;
        cursor: pointer;
        padding:0 5px;
    }

    #section2 .gamebox .loginbox1 .id {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    #section2 .gamebox .loginbox1 .id p {
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .id .view {
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 11px;
        justify-content: center;
        background: #ddd;
        font-weight: 700;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .gp {
        width: 90%;
        height: 40px;

        display: flex;
        align-items: center;

        justify-content: space-between;
    }

    #section2 .gamebox .loginbox1 .gp p {
        font-size: 15px;
        font-weight: 700;
    }

    #section2 .gamebox .loginbox1 .gp h3 {
        font-size: 17px;
        color: red;
        font-weight: 700;
    }

    #section2 .gamebox .loginbox1 .gp h3 span {
        font-size: 12px;
        color: #000;
        padding:0 0 0 5px;
    }

    #section2 .gamebox .loginbox1 .text {
        width: 90%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        border-top:1px solid #ddd;
        flex-direction: row;
        margin: 10px 0 0;
        padding:15px 0 50px 0;
    }

    #section2 .gamebox .loginbox1 .text h3 {
        font-size: 15px;
        color: orange;
        cursor: pointer;
        margin: 5px 0 0;
    }

    #section2 .gamebox .loginbox1 .text img {
        width: 23px;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .text .textbox {
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    #section2 .gamebox .loginbox1 .text h4 {
        font-size: 15px;
        color: #333;
        cursor: pointer;
    }

    #section3 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .section3box {
        width: 1300px;
        height: auto;
    }

    .section3box .name {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
            padding: 40px 0 10px 0;
    }

    .section3box .name h2 {
        font-size: 23px;
    }

    .section3box .gamebox {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        align-items: center;
    }

    .section3box .gamebox .box {
        width: 49%;
        height: 170px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin: 0;
        border:1px solid #ddd;

    }

    .section3box .gamebox .box img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all .3s ease-in-out;
        border: none;
        object-fit: cover;

    }

    .section3box .gamebox .box h3 {
        font-size: 18px;
        color: #fff;
        z-index: 3;
        position: absolute;
        bottom: 25px;
        left: 10px;
    }

    .section3box .gamebox .box p {
        font-size: 13px;
        color: #fff;
        z-index: 3;
        position: absolute;
        bottom: 5px;
        left: 10px;
    }



    #section4 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #section4 .section4box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-between;
    }

    #section4 .event {
        position: relative;
    }



    #section4 .donate .eventbox1 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #section4 .event .eventbox1 .box img,
    #section4 .donate .eventbox1 .box img,
    .donate2_box img {
        width: 100%;
        height: 77%;
    }

    #section4 .donate .eventbox1 .box {
        width: 49%;
        height: auto;
        cursor: pointer;
        border: 1px solid #ddd;
        position: relative;
        background: #fff;
    }

    #section4 .event .eventbox1 .box h3,
    #section4 .donate .eventbox1 .box h3 {
        width: 100px;
        height: auto;
        background: transparent;
        position: absolute;
        top: -20px;
        right: -45px;
        border: none;
        color: #777;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    #section4 .donate .eventbox1 .box .text3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 11px 10px 0 10px;
    }

    #section4 .donate .eventbox1 .box .text3 span {
        font-size: 12px;
        font-weight: 700;
        color: #777;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #section4 .donate .eventbox1 .box .text3 span:first-child {
        font-size: 13px;
        font-weight: 700;
        color: #FF8C00;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .scroll-a {
        width: 100%;
        height: 130px;
        position: relative;
    }

    .scroll-a .scroll {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        height: 30px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 80px 80px 0 0;
        border: none;
        background: #ef7a1a;
        cursor: pointer;
    }

    .top {
        color: #fff;
        letter-spacing: 3px;
    }







    .panel:after,
    .dot:after {
        content: "";
        display: block;
        clear: both;
    }

    #section1 .Noticebox .Noticebarbox .plus h3:hover,
    #section1 .Noticebox .Noticebarbox .plus h3 span:hover,
    #section2 .gamebox .loginbox1 .text h3 hover {
        color: #111;
    }

    #section2 .name h2,
    #section4 .event .name h2 {
        font-size: 23px;
        margin: 0;
    }

    #section2 .gamebox .box1,
    .swiper-container,
    .game_slide,
    .event_title,
    .event_title2,
    .mini_title,
    .mini_title2,
    .table_table {
        display: block;
    }

    #section2 .gamebox .box1 {
        position: relative;
        display: block;
        width: 30%;
        height: auto;
        overflow: hidden;
        cursor: pointer; 
    }

    #section2 .gamebox .box1 img,
    #section2 .gamebox .box2 img {
        width: 100%;
        height: 81%;
        transform: scale(1);
        transition: all .3s ease-in-out;
            border: 1px solid #ddd;
        object-fit: cover;
        

    }

    #section2 .gamebox .box1 img:hover,
    #section2 .gamebox .box2 img:hover,
    .section3box .gamebox .box img:hover {
        transform: scale(1.2);
    }

    #section2 .gamebox .loginbox,
    #section2 .gamebox .loginbox1 {
        width: 260px;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
    }

    #section2 .gamebox .loginbox .id input,
    #section2 .gamebox .loginbox .pw input {
        width: 250px;
        height: 40px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        padding: 10px;
        margin-bottom: 2px;
    }

    #section2 .gamebox .loginbox1 .name h3 span,
    #section4 .event .eventbox .box .text p {
        color: #999;
    }


    .list_bar span,
    .list_bar1 span {
        display: inline-block;
        width: 80%;
        height: 100%;
        background-color: #95c23f;
        margin: 0 0 25px 0;
    }

    #section2 .gamebox .loginbox1 .name h3 span,
    #section4 .event .eventbox .box .text p,
        {
        color: #999;
    }

    .game_slide,
    .swiper-container,
    .event_title,
    .event_title2,
    .mini_title,
    .mini_title2,
    .table_table {
        display: none;
    }

    #section4 .donate .eventbox {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #section4 .donate .eventbox .box {
        width: 49%;
        height: 195px;
        cursor: pointer;
        border: 1px solid #ddd;
        position: relative;
    }

    #section4 .event .eventbox .box img,
    #section4 .donate .eventbox .box img,
    .donate2_box img {
        width: 100%;
        height: 77%;
    }

    #section4 .donate .eventbox .box .text3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    #section4 .event .eventbox .box img,
    #section4 .donate .eventbox .box img,
    .donate2_box img {
        width: 100%;
        height: 80%;
    }

    #section4 .donate .eventbox .box .text3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    .title1 {
        display: none;
    }

    #section4 .event .eventbox .box h3,
    #section4 .donate .eventbox .box h3 {
        width: 100px;
        height: auto;
        background: transparent;
        position: absolute;
        top: -20px;
        right: -45px;
        border: none;
        color: #777;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
    }




    .list_bar {
        overflow: hidden;
        width: 100%;
        height: 20px;
        background: #ddd;
        border-radius: 10px;
        margin: 13px auto 0;
    }

    .list_bar span {
        display: inline-block;
        width: 80%;
        height: 100%;
        background-color: #FF8C00;
        border-radius: 10px;
    }

    #section4 .donate .eventbox .box .text {
        width: 100%;
        height: 40px;
        background: #fff;
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #ddd;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 15px;
    }

    #section4 .donate .eventbox .box .text2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 10px 0;
    }



    #section4 .donate .eventbox .box .text2 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    #section4 .donate .eventbox .box .text2 span {
        font-size: 14px;
        font-weight: 700;
        color: #777;
    }

    #section4 .donate .eventbox .box .text2 span:first-child {
        font-size: 15px;
        font-weight: 700;
        color: #FF8C00;
    }

    #section4 .donate .eventbox .box .text h3 {
        font-size: 15px;
        font-weight: 500;
    }

    #section4 .donate .eventbox .box .text p {
        font-size: 15px;
        color: #999;
    }

    .scroll-a {
        width: 100%;
        height: 130px;
        position: relative;
    }

    .scroll-a .scroll {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        height: 30px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 80px 80px 0 0;
        border: none;
        background: #ef7a1a;
        cursor: pointer;
    }

    .top {
        color: #fff;
        letter-spacing: 3px;
    }

    #section4 .donate .name p {
        font-size: 15px;
        margin: 30px 0 0 15px;
    }

    #section4 .donate .eventbox {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .list_bar {
        overflow: hidden;
        width: 100%;
        height: 15px;
        background: #ddd;
        border-radius: 10px;
        margin: 5px auto 0;
    }

    #section4 .donate .name {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        margin:  0;
        padding:40px 0 10px 0
    }
    
     #section4 .donate .name img{
        width: 30px; margin:0 10px 0 0
    }

    #section4 .donate .name h2 {
        font-size: 23px;
        margin:  0;
    }

    #section4 .donate .name h2 img {
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
    
    
    
     .divpop {
        position: absolute;
        left:13px;
        top:70px;
          z-index: 9999;
        position: fixed;

    }
    
    .divpop table {
        width:300px; height:400px;
    }
    
    .divpop table td input{
        float:left; margin: 5px;
    }
    
    .divpop label {
		padding-right: 15px;
	}
    
    .popup-text {
        height:360px; 
        border-radius:0 10px 0 0;
        text-align: center;
        background-color:#fff;
    }
    
    #divpop2 {
        position: absolute;
        left:320px;
        top:70px;
          z-index: 9999;
        position: fixed;

    }
    
    #divpop2 table {
        width:300px; height:400px;
    }
    
    #divpop2 table td input{
        float:left; margin: 5px;
    }
    
    .popup-text2 {
        border:1px solid #666;
        height:360px; background:gold;
        text-align: center;
        background-color:#fff;
    }
     .section_sub {
       display:none;
    } 
    
    #popmain {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: transparent;
		z-index: 1000;
		background-image: url('../img/popup_bg.png');
	}
	
	
	#pop-top {
        position: absolute;
        left:50%;
        top:50%;
        Transform: translate(-50%, -50%) ;
        z-index: 9999;
        position: fixed;

      
    }
    
    #pop-top table {
        width:700px; height:auto;
    }
    
    #pop-top table td input{
        float:left;
           margin: 4px 7px 5px;
    }
    
    .pop-top-text img {
    width:100%;
    height:auto;
        border-radius: 0 15px 0 0;
    }
    
    
    
    
    
      #pop-top .closed {
    width: 47%;
    height: 100%;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    margin: 0 10px 0 0;
    box-shadow: 1px 1px 1px #888;
    color:#555;
    }
    

    
    .pop-top-text {
	width:100%;
	padding: 15px 15px 11px 15px;
        text-align: center;
        background-color:#fff;
           border-radius:0 15px 0 0;

    }
    .pop-bottom {
    padding:0 10px 10px 10;
    border-radius: 0 0 0 15px;
    }
    
   .pop-bottom div {
         width: 330px;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 50px;
    font-size: 15px;
      background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
       margin: 0 0 13px 15px;
    box-shadow: 1px 1px 1px #888;
    cursor:pointer;
    display: flex;
    align-items: center;
    display: inline-block;
   }
    
    
      #pop-top .closed:hover {
    	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    	
    }
    
      .pop-bottom div:hover {
        	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
      
      
      
      
      
            .pop-sub-box {
           display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    height: 40px;
    border-radius: 0 0 0 10px;
      }
      .sub-closed {
      	    width: 65px;
    height: 28px;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items:center;
    color:#555;
      }
      
      .sub-closed:hover {
      	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
	
   
}