@charset "UTF-8";
/* CSS Document */

.update {
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 60px;
}
.update .tv-wrapper {
    text-align: center;
    width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.update .tv-wrapper .left {
    text-align: left;
    width: 450px;
    padding-left: 0px;
    padding-right: 10px;
}
.update .tv-wrapper .right {
    text-align: left;
    width: 340px;
    padding-left: 30px;
    padding-right: 0px;
}
.update .item-content {
    margin-bottom: 0px;
}
.update .item-title {
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 5px;
}
.update p {
    color: #4D5154;/*margin-bottom: 1rem;*/
}
.update .steps {
    margin-top: -110px
}
.update .steps .left {
    width: 450px;
}
.update .item-content img {
    width: 18px;
    margin-left: 8px; /*margin-top: -4px;*/
    vertical-align: text-top;
}

.update .right img {min-width: 180px; max-width: 270px; height: auto;}

.update .subtitle {font-family:montserrat; font-size:16px;}

.update .steps .item-content span {font-weight:bold;}

.update .title_zh {font-size:24px; font-weight:bold;}

@media screen and (max-width: 800px) {
.update {
    width: 100%;
	padding: 40px 15px;
  
}
.update .tv-wrapper {
    width: 100%;
	/*margin-left:-15px;
	margin-right:-15px;*/
	
}
.update .steps {
    margin-top: -20px;
}
.update .steps .left {
    width: 100%;
}
.update .tv-wrapper .right, .update .tv-wrapper .left {
    width: 100%;
    text-align: center;
	padding: 0;
}
.update .tv-wrapper {
    width: 100%;
    min-width: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
	.update .title_zh {font-size:22px;}
}
