.circle_fixed {position: fixed;top: 120px;right: 50px;z-index: 11;}
div.circle_fixed .close {width: 30px; height: 28px; right: -20px; top: 0px;}
@media (min-width: 769px) {
  .circle_fixed { animation: circle 1.5s ease-in-out infinite; }
}
@media (max-width: 768px) {
  .circle_fixed {
    left: 1em;
    top: 19em;
    /*bottom: 59px;*/
    animation: circle2 1.5s ease-in-out infinite;
    }
  .circle_fixed img {width: 100%;}
  div.circle_fixed .close {
    right: 0;
    }
}

@keyframes circle {
  0%, 90%, 100% { top: 120px; }
  50% { top: 130px; }
}

@keyframes circle2 {
  0%, 90%, 100% { bottom: 10px; }
  50% { bottom: 20px; }
}

.title_txt1 {position: relative;box-sizing: border-box;}
.title_txt1 li{display: table;box-sizing: border-box;}
.title_txt1 > li:nth-of-type(1){    width: 50%;
    height: 36em;
    float: left;
    background-image: url(/img/page/popup/1.jpg);
    background-size: cover;}
.title_txt1 > li:nth-of-type(2){    padding: 3em;
    display: table;
    width: 50%;
    background-color: #d53342;
    color: white;
    height: 36em;     font-weight: 400;}
.title_txt1 > li:nth-of-type(2) ul{font-size: 1.3em;}
.title_txt1 > li:nth-of-type(2) ul li{padding-bottom: 1em;}
.title_txt1 > li:nth-of-type(2) ul li span{    display: table;
    font-weight: 600;
    color: #ffe6a3;}
.title_txt1 > li:nth-of-type(2) ul li a{    display: inline-table;
    color: black;
    /* border: 1px solid; */
    padding: 0.2em 1em;
    margin-left: 1em;
    background-color: yellow;
    font-weight: 600;
    border-radius: 0.3em;
}

@media screen and (max-width: 1000px) { 
.title_txt1 > li:nth-of-type(1) {display:none;}
.title_txt1 > li:nth-of-type(1),.title_txt1 > li:nth-of-type(2){width:100%; height: 25em; } 
.title_txt1 > li:nth-of-type(2) ul{}
.title_txt1 > li:nth-of-type(2) ul li{}
.title_txt1 > li:nth-of-type(2) ul li span{}
.title_txt1 > li:nth-of-type(2) ul li a{}
}

			.popup_img1 {    width: 1200px;
    margin: 0 auto;
    display: table;
    background-image: url(/img/popup/6.jpg);
    padding: 3em 3em;
    color: white;
    font-size: 1.4em;     font-weight: 500;}
.popup_img1 li{position: relative;
    padding-bottom: 2em;}
.popup_img1 li:after {    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid orange;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    }
.popup_img1 li span{display: table;
    color: #fcff10; margin-top: 0.5em;}
.popup_img1 li a{        background-color: #ff0000;
    color: white;
    padding: 0.5em 0em;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 14px;
    border-radius: 0.2em;
    width: 140px;
    text-align: center;
    z-index: 1;}
@media screen and (max-width: 1000px) { 
	.popup_img1 {    width: 100%;
    padding: 1em; font-size: .9em;
    font-weight: 100;}
	.popup_img1 li{padding-bottom: .9em;}
	.popup_img1 li:after {display:none;}
	.popup_img1 li span{display: unset;}
	.popup_img1 li a{position: unset;
    margin-top: 0.5em;
    display: table;
    padding: .2em .5em;
    width: auto;}
} 

#hd_pops_7 {}
#hd_pops_7 img{}
@media screen and (max-width: 1000px) {
	#hd_pops_7 {}
	#hd_pops_7 img{width: 100%;}
}